OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   19-Jul-2009 14:11:45
  Branch: HEAD                             Handle: 2009071913114500

  Added files:
    openpkg-src/scala       scala.patch
  Modified files:
    openpkg-src/scala       scala.spec

  Log:
    fix typo in manual page

  Summary:
    Revision    Changes     Path
    1.1         +12 -0      openpkg-src/scala/scala.patch
    1.7         +3  -1      openpkg-src/scala/scala.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/scala/scala.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 scala.patch
  --- /dev/null 2009-07-19 14:11:45 +0200
  +++ scala.patch       2009-07-19 14:11:45 +0200
  @@ -0,0 +1,12 @@
  +Index: man/man1/scala.1
  +--- man/man1/scala.1.orig    2009-05-31 20:58:27 +0200
  ++++ man/man1/scala.1 2009-07-19 14:07:22 +0200
  +@@ -79,7 +79,7 @@
  + .PP
  + If a script file is specified to run, then the file is read and all Scala 
statements and declarations in the file are processed in order. Any arguments 
specified will be available via the argsvariable.
  + .PP
  +-Script files may have an optional header fthat is ignored if present.  
There are two ways to format the header: either beginning with #! and ending 
with !#, or beginning with ::#! and ending with ::!#.
  ++Script files may have an optional header that is ignored if present.  There 
are two ways to format the header: either beginning with #! and ending with !#, 
or beginning with ::#! and ending with ::!#.
  + .PP
  + Such a header must have each header boundary start at the beginning of a 
line.  Headers can be used to make stand-alone script files, as shown in the 
examples below.
  + .PP
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/scala/scala.spec
  ============================================================================
  $ cvs diff -u -r1.6 -r1.7 scala.spec
  --- openpkg-src/scala/scala.spec      3 Jun 2009 20:34:25 -0000       1.6
  +++ openpkg-src/scala/scala.spec      19 Jul 2009 12:11:45 -0000      1.7
  @@ -32,10 +32,11 @@
   Group:        Language
   License:      BSD
   Version:      2.7.5
  -Release:      20090603
  +Release:      20090719
   
   #   list of sources
   Source0:      
http://www.scala-lang.org/downloads/distrib/files/scala-%{version}.final.tgz
  +Patch0:       scala.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -61,6 +62,7 @@
   
   %prep
       %setup -q -n scala-%{version}.final
  +    %patch -p0
   
   %build
       rm -f bin/*.bat
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to