Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv11553/stable/main/finkinfo/devel

Added Files:
        ant-contrib.info antlr.info 
Log Message:
to 10.7

--- NEW FILE: ant-contrib.info ---
Package: ant-contrib
Version: 1.0
Revision: 32
Description: Additional ant tasks
Type: java
License: BSD
Maintainer: Benjamin Reed <ant-cont...@fink.raccoonfink.com>

Depends: <<
        ant-base (>= 1.8.1-1),
        bcel (>= 5.1-1),
        system-java (>= 1.5-1)
<<
BuildDepends: <<
        ant-base (>= 1.8.1-1),
        bcel (>= 5.1-1),
        junit,
        system-java-dev (>= 1.5-1)
<<

Source: mirror:sourceforge:%n/%n-%vb3-src.tar.bz2
Source-MD5: 9e3d70fe9318af743262f3ddba4e9449
SourceDirectory: %n

UseMaxBuildJobs: true
CompileScript: ant dist -Ddep.available=true

InstallScript: <<
#!/bin/sh -ex

        install -d -m 755 %i/share/doc/%N
        mv target/docs/* %i/share/doc/%N/
<<
JarFiles: target/*.jar

Homepage: http://ant-contrib.sourceforge.net/
DescDetail: <<
The Ant-Contrib project is a collection of tasks (and at one point maybe types
and other tools) for Apache Ant.
<<


--- NEW FILE: antlr.info ---
Package: antlr
Version: 2.7.7
Revision: 1034
Description: ANother Tool for Language Recognition
Type: java(1.5)
License: Public Domain
Maintainer: Benjamin Reed <an...@fink.raccoonfink.com>

Depends: system-java (>= 1.5-1)
BuildDepends: system-java-dev (>= 1.5-1)
Conflicts: pccts
GCC: 4.0

Source: http://www.antlr2.org/download/%n-%v.tar.gz
Source-MD5: 01cc9a2a454dd33dcd8c856ec89af090

UseMaxBuildJobs: true
ConfigureParams: --disable-csharp
CompileScript: <<
        #!/bin/sh -ex
        export JAVAC=javac
        if [ -x /usr/bin/gcc-4.2 ]; then
        export CC=gcc-4.2 CXX=g++-4.2 CPP=cpp-4.2
        fi
        ./configure %c
        make docdir=%p/share/doc/%n extradir=%p/share/%n
<<

InstallScript: <<
        #!/bin/sh -ex
        export JAVAC=javac
        make install prefix=%i docdir=%i/share/doc/%n extradir=%i/share/%n

        # Remove version number from doc directory
        mv %i/share/doc/%n-%v %i/share/doc/%n

        # Remove version number from share directory
        mv %i/share/%n-%v %i/share/%n

        # Remove redundant JAR files
        rm -f %i/lib/%n.jar %i/share/%n/%n.jar

        # Copy examples and scripts
        cp -r examples scripts %i/share/doc/%n
<<
JarFiles: %n/%n.jar

PostInstScript: ranlib %p/lib/libantlr.a

Homepage: http://www.antlr.org
DescDetail: <<
ANother Tool for Language Recognition (formerly PCCTS) is a language
tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
Java, C#, or C++ actions. ANTLR provides excellent support for tree
construction, tree walking, and translation.
<<



------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to