commons-fileupload stable port information

Package: commons-fileupload
Version: 1.0
Revision: 2
Distribution: 10.3, 10.4
Type: java(1.3)
Source: mirror:apache:jakarta/commons/fileupload/source/%n-%v-src.tar.gz
Source-MD5: c6fa0cc10e18cffa8c479c6cb61914b8
SourceDirectory: %n-%v
BuildDepends: ant (>= 1.6.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), junit, system-java13-dev
Depends: system-java13 | system-java14 | system-java15
PatchScript: <<
cp LICENSE.txt ../LICENSE
<<
Patch: %n.patch
CompileScript: <<
#!/bin/sh -ex

ant dist
<<
JarFiles: dist/*.jar
InstallScript: <<
mv dist/commons-fileupload-1.0.jar dist/commons-fileupload.jar
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 {} \;
<<
DocFiles: LICENSE.txt
Homepage: http://jakarta.apache.org/commons/dbcp/
Maintainer: Benjamin Reed
Description: Jakarta Commons - File Upload
DescDetail: <<
The Commons FileUpload package makes it easy to add robust,
high-performance, file upload capability to your servlets
and web applications.

FileUpload parses HTTP requests which conform to RFC 1867,
"Form-based File Upload in HTML". That is, if an HTTP request
is submitted using the POST method, and with a content type of
"multipart/form-data", then FileUpload can parse that request,
and make the results available in a manner easily used by the
caller.
<<
License: BSD

commons-fileupload stable port .patch

diff -uNr commons-fileupload-1.0/build.xml commons-fileupload-1.0-new/build.xml
--- commons-fileupload-1.0/build.xml Thu Jun 26 02:12:13 2003
+++ commons-fileupload-1.0-new/build.xml Sat Sep 6 11:02:07 2003
@@ -73,30 +73,6 @@



-
-
-

-
-

-
-

-
-
-
-

-

-
-

-
-

-

-
-
-
-

-

-

-




@@ -141,10 +117,6 @@



-
-

-
-




@@ -156,4 +128,4 @@



-
\ No newline at end of file
+
diff -uNr commons-fileupload-1.0/project.xml commons-fileupload-1.0-new/project.xml
--- commons-fileupload-1.0/project.xml Thu Jun 26 02:12:13 2003
+++ commons-fileupload-1.0-new/project.xml Sat Sep 6 11:02:21 2003
@@ -86,10 +86,6 @@
servletapi
2.3

-
- junit
- 3.8.1
-




@@ -99,7 +95,6 @@
maven-file-activity-plugin
maven-javadoc-plugin
maven-jdepend-plugin
- maven-junit-report-plugin
maven-jxr-plugin
maven-license-plugin
maven-linkcheck-plugin

commons-fileupload _unstable_ port information

Package: commons-fileupload
Version: 1.2
Revision: 1
Type: java(1.4)
Source: mirror:apache:jakarta/commons/fileupload/source/%n-%v-src.tar.gz
Source-MD5: fabdbef7de172cbcc45b2279a1840090
SourceDirectory: %n-%v
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), jakarta-servletapi, system-java-dev (>= 1.4-1)
Depends: jakarta-servletapi, system-java (>= 1.4-1)
PatchScript: <<
cp LICENSE.txt ../LICENSE
perl -pi -e 's, <<
CompileScript: <<
#!/bin/sh -ex

ant -Dnoget=true dist
<<
JarFiles: dist/*.jar
InstallScript: <<
mv dist/%n-*.jar dist/%n.jar
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 {} \;
<<
DocFiles: LICENSE.txt
Homepage: http://jakarta.apache.org/commons/dbcp/
Maintainer: Benjamin Reed
Description: Jakarta Commons - File Upload
DescDetail: <<
The Commons FileUpload package makes it easy to add robust,
high-performance, file upload capability to your servlets
and web applications.

FileUpload parses HTTP requests which conform to RFC 1867,
"Form-based File Upload in HTML". That is, if an HTTP request
is submitted using the POST method, and with a content type of
"multipart/form-data", then FileUpload can parse that request,
and make the results available in a manner easily used by the
caller.
<<
License: BSD

commons-fileupload _unstable_ port .patch

diff -uNr commons-fileupload-1.0/build.xml commons-fileupload-1.0-new/build.xml
--- commons-fileupload-1.0/build.xml Thu Jun 26 02:12:13 2003
+++ commons-fileupload-1.0-new/build.xml Sat Sep 6 11:02:07 2003
@@ -73,30 +73,6 @@



-
-
-

-
-

-
-

-
-
-
-

-

-
-

-
-

-

-
-
-
-

-

-

-




@@ -141,10 +117,6 @@



-
-

-
-




@@ -156,4 +128,4 @@



-
\ No newline at end of file
+
diff -uNr commons-fileupload-1.0/project.xml commons-fileupload-1.0-new/project.xml
--- commons-fileupload-1.0/project.xml Thu Jun 26 02:12:13 2003
+++ commons-fileupload-1.0-new/project.xml Sat Sep 6 11:02:21 2003
@@ -86,10 +86,6 @@
servletapi
2.3

-
- junit
- 3.8.1
-




@@ -99,7 +95,6 @@
maven-file-activity-plugin
maven-javadoc-plugin
maven-jdepend-plugin
- maven-junit-report-plugin
maven-jxr-plugin
maven-license-plugin
maven-linkcheck-plugin