Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22860/10.2-gcc3.3/unstable/main/finkinfo/libs
Modified Files:
geoip.info jaf.info javamail.info jce.info libidn.info
log4j.info
Log Message:
validate fixes
Index: geoip.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/geoip.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- geoip.info 18 Jul 2004 20:24:30 -0000 1.1
+++ geoip.info 19 Jul 2004 21:12:05 -0000 1.2
@@ -1,12 +1,12 @@
Package: geoip
Version: 1.3.5
-Revision: 1
+Revision: 2
BuildDepends: dlcompat-dev (>= 20030629-5)
Depends: %N-shlibs (>= %v-%r)
Source: http://www.maxmind.com/download/%n/api/c/GeoIP-%v.tar.gz
Source-MD5: c57a2ff3a480108aaf352c46d4d33744
Patch: %n.patch
-ConfigureParms: --mandir=%p/share/man --infodir=%p/share/info
+ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: <<
make install DESTDIR=%d
rm -rf %p/etc/*.default
@@ -34,12 +34,12 @@
Description: IP address to country lookup tool
DescUsage: <<
GeoIP is a C library that enables the user to find the country that any
-IP address or hostname originates from. It contains a free GeoIP Country database
-that is updated every month. This database simply contains IP blocks
-as keys, and countries as values. This database should be more complete and
-accurate than using reverse DNS lookups. We also offer a paid database
-that has greater accuracy than the free version, as well as paid databases
-with city level resolution. For more details see:
+IP address or hostname originates from. It contains a free GeoIP Country
+database that is updated every month. This database simply contains IP
+blocks as keys, and countries as values. This database should be more
+complete and accurate than using reverse DNS lookups. We also offer a paid
+database that has greater accuracy than the free version, as well as paid
+databases with city level resolution. For more details see:
http://www.maxmind.com/app/geoip_country
http://www.maxmind.com/app/products
<<
Index: libidn.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/libidn.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- libidn.info 14 Jul 2004 12:35:03 -0000 1.5
+++ libidn.info 19 Jul 2004 21:12:05 -0000 1.6
@@ -1,13 +1,14 @@
Package: libidn
Version: 0.5.1
-Revision: 2
+Revision: 4
Source: ftp://alpha.gnu.org/pub/gnu/%n/%n-%v.tar.gz
Source-MD5: 2fd747e73aa974b29fce7451d8ca456c
Patch: %n.patch
+PatchScript: perl -pi -e 's,g_utf8,idn_utf8,g' lib/*.c
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
BuildDepends: gtk-doc, libiconv-dev, pkgconfig, system-java14-dev
-Depends: %N-shlibs (>= %v-%r)
+Depends: %N-shlibs (>= %v-%r), pkgconfig
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --enable-gtk-doc
--enable-java
InfoDocs: libidn.info
CompileScript: <<
Index: jce.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/jce.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jce.info 9 Jul 2004 14:46:56 -0000 1.1
+++ jce.info 19 Jul 2004 21:12:05 -0000 1.2
@@ -1,6 +1,6 @@
Package: jce
Version: 124
-Revision: 1
+Revision: 2
Source: http://www.bouncycastle.org/download/%n-jdk13-%v.tar.gz
Source-MD5: 05f14ec088385d04547e29847980da58
BuildDepends: system-java13-dev
@@ -24,7 +24,7 @@
DocFiles: *.html
Homepage: http://www.bouncycastle.org/
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-Description: A reimplementation of the Java Cryptography Extension
+Description: Reimplementation of the Java Cryptography Extension
DescDetail: <<
The Java Cryptography Extension (JCE) is a set of packages that provides a
framework and implementations for encryption, key generation and key
Index: jaf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/jaf.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jaf.info 9 Jul 2004 14:46:55 -0000 1.2
+++ jaf.info 19 Jul 2004 21:12:05 -0000 1.3
@@ -1,6 +1,6 @@
Package: jaf
Version: 1.0.2
-Revision: 3
+Revision: 4
Source: http://distfiles.opendarwin.org/%n-1_0_2.zip
Source-MD5: 34fc4fb241610912b2503e30947fe8be
SourceDirectory: %n-%v
@@ -18,14 +18,15 @@
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Description: JavaBeans Activation Framework
DescDetail: <<
-With the JavaBeans Activation Framework standard extension, developers who use
-Java technology can take advantage of standard services to determine the type of
-an arbitrary piece of data, encapsulate access to it, discover the operations
-available on it, and to instantiate the appropriate bean to perform said
-operation(s). For example, if a browser obtained a JPEG image, this framework
-would enable the browser to identify that stream of data as an JPEG image, and
-from that type, the browser could locate and instantiate an object that could
-manipulate, or view that image.
+==============================================================================
+With the JavaBeans Activation Framework standard extension, developers who
+use Java technology can take advantage of standard services to determine the
+type of an arbitrary piece of data, encapsulate access to it, discover the
+operations available on it, and to instantiate the appropriate bean to
+perform said operation(s). For example, if a browser obtained a JPEG image,
+this framework would enable the browser to identify that stream of data as a
+JPEG image, and from that type, the browser could locate and instantiate an
+object that could manipulate, or view that image.
<<
DescPort: <<
JAF is supplied as a binary jar package.
Index: javamail.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/javamail.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- javamail.info 9 Jul 2004 14:46:56 -0000 1.2
+++ javamail.info 19 Jul 2004 21:12:05 -0000 1.3
@@ -1,6 +1,6 @@
Package: javamail
Version: 1.3
-Revision: 2
+Revision: 3
Depends: jaf
BuildDepends: jaf
Source: http://distfiles.opendarwin.org/%n-1_3.zip
@@ -17,7 +17,7 @@
DocFiles: LICENSE.txt README.txt NOTES.txt CHANGES.txt
Homepage: http://java.sun.com/products/javamail/index.html
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
-Description: JavaMail API
+Description: Java Mail (SMTP/IMAP/POP) API
DescDetail: <<
The JavaMail 1.3 API provides a set of abstract classes that model a
mail system. The API provides a platform independent and protocol
Index: log4j.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/libs/log4j.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- log4j.info 9 Jul 2004 14:46:56 -0000 1.1
+++ log4j.info 19 Jul 2004 21:12:05 -0000 1.2
@@ -1,6 +1,6 @@
Package: log4j
Version: 1.2.8
-Revision: 1
+Revision: 2
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
#
BuildDepends: ant
@@ -26,7 +26,9 @@
#
Description: Tool for Java programmers to generate data logs
DescDetail: <<
-In case of problems with an application, it is helpful to enable logging so that the
problem can be located. With log4j it is possible to enable logging at runtime without
modifying the application binary.
+In case of problems with an application, it is helpful to enable logging so
+that the problem can be located. With log4j it is possible to enable
+logging at runtime without modifying the application binary.
<<
DescPackaging: <<
- disable jmx support since the fink one is too old
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits