Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22406

Modified Files:
        boost-jam.info 
Added Files:
        jam.info 
Log Message:
Move from unstable

--- NEW FILE: jam.info ---
Package: jam 
Version: 2.5
Revision: 2
#Source: ftp://ftp.perforce.com/pub/%n/%n-%v.zip
Source: mirror:master:%n-%v.zip
Source-MD5: 964973902b14c28f91f4f2e487f79d20
CompileScript: make 
InstallScript: <<
#!/bin/sh -ev
 case %m in
   powerpc) machine=ppc;;
   i386) machine=x86;;
 esac
mkdir -p %i/bin
cp bin.macosx$machine/jam %i/bin
cp bin.macosx$machine/mkjambase %i/bin
<<
DocFiles: README Jam.html Jambase.html Jamfile.html RELNOTES Porting
Description: Just Another Make build tool
DescDetail: <<
Jam is a software build tool that makes building simple things simple
and building complicated things manageable.  Jam is a very good solution
in the following situations:
*  Conventional C/C++ compile-and-link builds.
*  Building from the same sources, according to the same dependencies,
on a variety of platforms.
*  Distributing self-contained build steps onto multiple processors.

The version of jam included with Mac OS X has been heavily modified for
use with Project Builder. This is the standard UNIX distribution.
<<
Maintainer: None <[EMAIL PROTECTED]>
Homepage: http://www.perforce.com/jam/jam.html
License: GPL

Index: boost-jam.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/boost-jam.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- boost-jam.info      12 May 2006 23:51:03 -0000      1.1
+++ boost-jam.info      13 Jan 2008 10:11:07 -0000      1.2
@@ -1,11 +1,10 @@
 Package: boost-jam
-Version: 3.1.12
+Version: 3.1.14
 Revision: 1
 Source:  mirror:sourceforge:boost/boost-jam-%v.tgz
-Source-MD5: 891c16c72753bb2d5b286253812f23b2 
+Source-MD5: 70d9d33c51961a6660862c35a5862e47 
 License: BSD
-Conflicts: jam
-Replaces: jam
+BuildDepends: fink ( >= 0.25-1 )
 CompileScript: sh ./build.sh
 InstallScript: <<
  #!/bin/sh -ev
@@ -16,14 +15,15 @@
   mkdir %i/bin
  cp bin.macosx$machine/* %i/bin 
 <<
-DocFiles: LICENSE_1_0.txt
-Description: Extension of Perforce Jam portable make replacement
+DocFiles: LICENSE_1_0.txt index.html jam
+Description: Extension of Perforce Jam make replacement
 DescDetail: <<
 Boost.Jam (BJam) is a build tool based on FTJam, which in turn is 
 based on Perforce Jam. It contains significant improvements made to 
 facilitate its use in the Boost Build System, but should be backward 
 compatible with Perforce Jam.
 <<
-DescPackaging: Previous versions by Mark Treiber
+DescPackaging: Earlier versions by Mark Treiber
+DescPort: BuildDepend on fink-0.25 for directory in DocFiles
 Maintainer: Martin Costabel <[EMAIL PROTECTED]>
 Homepage: http://www.boost.org


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to