commons-resources stable port information

Package: commons-resources
Version: 0.0
Revision: 0.20040708.1
Distribution: 10.3, 10.4
Architecture: powerpc
DescPackaging: Depends on commons-collection, which doesn't compile on intel
Type: java(1.3)
CustomMirror: <<
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-src-20040708.tar.gz
Source-MD5: d17b3d7c5cb717e0fe0fe5c693968516
Source2: http://www.ibiblio.org/maven/hibernate/jars/hibernate-2.1.3.jar
Source2-MD5: aab9495d83055e1b78a43f1101dee180
Source3: http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.4.jar
Source3-MD5: 85e3e7dfd9d039da0b8ea0a46129323f
Source4: http://www.ibiblio.org/maven/cglib/jars/cglib-full-2.0.jar
Source4-MD5: 4685525525d82dea68c6a6cd5a08f726
Source5: http://www.ibiblio.org/maven/opensymphony/jars/oscache-2.0.1.jar
Source5-MD5: b05d68b92b416efad67f341d2b32b7a9
Source6: http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-jta-1.0-M1.jar
Source6-MD5: 876a346519e3d45e6ec6dfa068462d14
Source7: http://www.ibiblio.org/maven/hsqldb/jars/hsqldb-1.7.1.jar
Source7-MD5: 309129bd5d8dedde129d87bf31139688
SourceDirectory: %n
BuildDepends: ant (>= 1.6.1-1), commons-collections (>= 3.1-1), commons-digester (>= 1.5-2), commons-discovery (>= 0.2-2), commons-logging (>= 1.0.4-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), jakarta-servletapi, system-java13-dev, xerces-j
Depends: commons-collections (>= 3.1-1), commons-digester (>= 1.5-2), commons-discovery (>= 0.2-2), commons-logging (>= 1.0.4-1), jakarta-servletapi, system-java13 | system-java14 | system-java15, xerces-j
PatchScript: <<
cp LICENSE.txt ../LICENSE
sed -e 's,@BUILDDIR@,%b,g' %a/%n.patch | patch -p1
<<
CompileScript: <<
#!/bin/sh -ev

install -d -m 755 "%b/sandbox/resources/src/test"
ant dist \
-Ddefaulttargetdir="%b/sandbox/resources/target" \
-Dlibdir=".." \
-Dclassesdir="%b/sandbox/resources/target/classes" \
-Dtestclassesdir="%b/sandbox/resources/target/test-classes" \
-Dtestreportdir="%b/sandbox/resources/target/test-reports"
<<
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
mv dist/*.jar dist/%n.jar
<<
JarFiles: dist/*.jar
DocFiles: dist/LICENSE*
Homepage: http://jakarta.apache.org/commons/resources/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Resources
DescDetail: <<
Commons Resources provide a framework for providing customized
MessageResources implementations that can access resource
strings from any desired static or dynamically updated collection.
<<
License: BSD

commons-resources stable port .patch

diff -uNr commons-resources/build.xml commons-resources-new/build.xml
--- commons-resources/build.xml 2004-07-08 08:01:52.000000000 -0400
+++ commons-resources-new/build.xml 2004-07-08 20:16:16.000000000 -0400
@@ -4,17 +4,17 @@
on date July 5 2004, time 1441-->


-
+

-
+

-
+

-
+

-
+

-
+



@@ -68,7 +68,7 @@



-
+



@@ -138,7 +138,7 @@



-
+



@@ -169,24 +169,8 @@



-
-

-
-

-
-

-
-

-
-

-
-

-
-



-
-




@@ -197,12 +181,6 @@



-
-

-
-

-
-




@@ -210,4 +188,4 @@



-

\ No newline at end of file
+

commons-resources _unstable_ port information

Package: commons-resources
Version: 0.0
Revision: 0.20061114.1
Type: java(1.4)
CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-20061114.tar.bz2
Source-MD5: dc3512c7108a566c9356c8d43ae21e29
SourceDirectory: %n
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
commons-beanutils (>= 1.7.0-1),
commons-collections (>= 3.1-1),
commons-digester (>= 1.6-1),
commons-discovery (>= 0.2-2),
commons-logging (>= 1.0.4-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
hsqldb (>= 1.7.2.2-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.4-1),
xerces-j
<<
Depends: <<
commons-beanutils (>= 1.7.0-1),
commons-collections (>= 3.1-1),
commons-digester (>= 1.6-1),
commons-discovery (>= 0.2-2),
commons-logging (>= 1.0.4-1),
hsqldb (>= 1.7.2.2-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
xerces-j,
system-java (>= 1.4-1)
<<
PatchScript: <<
cp LICENSE.txt ../LICENSE
rm -f src/test/org/apache/commons/resources/impl/JDBCResourcesTestCase.java
perl -pi -e 's, <<
CompileScript: <<
#!/bin/sh -ev

ant dist \
-Dlibdir=".." \
-Dnoget=true
<<
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
mv dist/*.jar dist/%n.jar
<<
JarFiles: dist/*.jar
DocFiles: dist/LICENSE*
Homepage: http://jakarta.apache.org/commons/resources/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Resources
DescDetail: <<
Commons Resources provide a framework for providing customized
MessageResources implementations that can access resource
strings from any desired static or dynamically updated collection.
<<
License: BSD

commons-resources _unstable_ port .patch

diff -uNr commons-resources/build.xml commons-resources-new/build.xml
--- commons-resources/build.xml 2005-05-20 17:45:53.000000000 -0400
+++ commons-resources-new/build.xml 2005-05-20 17:48:10.000000000 -0400
@@ -52,7 +52,7 @@



-
+



@@ -156,18 +156,6 @@



-
-

-
-

-
-

-
-

-
-

-
-




@@ -179,4 +167,4 @@



-
\ No newline at end of file
+