Author: akh
Date: Wed Oct 11 15:59:41 2006
New Revision: 157

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=157&repname=user%3a+akh>
Log:
More tracker items to autobuild

Added:
    trunk/3rdparty/finkinfo/tracker/freckle/
    trunk/3rdparty/finkinfo/tracker/freckle/classpathx.info
    trunk/3rdparty/finkinfo/tracker/freckle/rxtx-comm.info

Added: trunk/3rdparty/finkinfo/tracker/freckle/classpathx.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/3rdparty/finkinfo/tracker/freckle/classpathx.info&rev=157&repname=user%3a+akh>
==============================================================================
--- trunk/3rdparty/finkinfo/tracker/freckle/classpathx.info (added)
+++ trunk/3rdparty/finkinfo/tracker/freckle/classpathx.info Wed Oct 11 15:59:41 
2006
@@ -1,0 +1,32 @@
+Package: classpathx-comm
+Version: 0.1
+Revision: 2
+Type: java(1.4)
+Depend: system-java14
+BuildDepends: system-java14-dev
+
+Source: mirror:gnu:classpathx/comm-20040420.tar.gz
+Source-MD5: 805e73a0dea8ef6eb76ec1b80a6550f6
+SourceDirectory: comm
+
+PatchScript: sed "s|FINKPATH|%p|" %a/%n.patch | patch -p1
+
+CompileScript: <<
+javac source/javax/comm/* -d .
+jar -cf comm.jar javax
+<<
+
+InstallScript: # nothing to do
+
+DocFiles: AUTHORS COPYING README ChangeLog README NEWS
+JarFiles: comm.jar
+
+Description: GPL javax.comm API implementation
+
+DescPort: <<
+Changed location of javax.comm.properties from "java.home" to %p/etc/
+<<
+
+License: LGPL
+Homepage: http://savannah.gnu.org/projects/classpathx
+Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>

Added: trunk/3rdparty/finkinfo/tracker/freckle/rxtx-comm.info
URL: 
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/3rdparty/finkinfo/tracker/freckle/rxtx-comm.info&rev=157&repname=user%3a+akh>
==============================================================================
--- trunk/3rdparty/finkinfo/tracker/freckle/rxtx-comm.info (added)
+++ trunk/3rdparty/finkinfo/tracker/freckle/rxtx-comm.info Wed Oct 11 15:59:41 
2006
@@ -1,0 +1,46 @@
+Package: rxtx-comm
+Version: 2.0-7pre2
+Revision: 2
+Type: java(1.4)
+Depends: classpathx-comm, system-java14
+BuildDepends: system-java14-dev
+
+Source: ftp://jarvi.dsl.frii.com/pub/rxtx/rxtx-%v.tar.gz
+Source-MD5: 43127b18cb2e06684100b400d4b8263e
+
+PatchScript: sed "s|FINKPATH|%p|" %a/%n.patch | patch -p1
+
+CompileScript: <<
+./configure --prefix=%p
+make
+javadoc -d apidocs/ src/*.java
+<<
+
+InstallScript: <<
+mkdir %i/lib
+cp */librxtxSerial.jnilib %i/lib/
+mkdir -p %i/share/doc/rxtx-comm
+cp -R apidocs %i/share/doc/rxtx-comm/
+mkdir %i/etc
+echo "driver=gnu.io.RXTXCommDriver" > %i/etc/javax.comm.properties
+mkdir -p %i/var/spool/uucp
+chmod a+rwx %i/var/spool/uucp
+<<
+
+DocFiles: <<
+AUTHORS ChangeLog COPYING INSTALL MacOSX PORTING README
+RMISecurityManager.html SerialPortInstructions.txt TODO
+<<
+
+JarFiles: RXTXcomm.jar
+
+Description: Native interface to serial ports in java
+
+DescPort: <<
+Patch incorporates configure changes and bug fixes from CVS.
+It install librxrxSerial.jnilib in %p/lib and explicitly loads it from there.
+<<
+
+License: LGPL
+Homepage: http://www.rxtx.org
+Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to