diff options
author | jwise <jwise@pkgsrc.org> | 2000-01-18 18:05:29 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-01-18 18:05:29 +0000 |
commit | a4b3e1ce91ec5d3d6f6cadc2b95d1a159d59ddc5 (patch) | |
tree | e95d3fb5ed7b92f06bef47deef80b81a81047aad /www | |
parent | 354deb94f9e416c427edae5c3ab698908c4bf0d4 (diff) | |
download | pkgsrc-a4b3e1ce91ec5d3d6f6cadc2b95d1a159d59ddc5.tar.gz |
Initial import of spfc-0.2.0. From pkg/DESCR:
SPFC is the Apache.org Server Page Foundation Classes, a collection of
java classes to help servlet's construct HTML and XML documents on-the-fly.
Diffstat (limited to 'www')
-rw-r--r-- | www/spfc/Makefile | 31 | ||||
-rw-r--r-- | www/spfc/files/md5 | 3 | ||||
-rw-r--r-- | www/spfc/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/spfc/pkg/DESCR | 2 | ||||
-rw-r--r-- | www/spfc/pkg/PLIST | 98 |
5 files changed, 135 insertions, 0 deletions
diff --git a/www/spfc/Makefile b/www/spfc/Makefile new file mode 100644 index 00000000000..191b0381e70 --- /dev/null +++ b/www/spfc/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/18 18:05:29 jwise Exp $ + +DISTNAME= spfc-0.2.0 +CATEGORIES= www +MASTER_SITES= http://java.apache.org/spfc/dist/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://java.apache.org/ + +# yes, this needs _exactly_ version 2.0 +DEPENDS+= jsdk-2.0:../../www/jsdk20 + +.include "../../mk/bsd.prefs.mk" + +USE_JAVA= +USE_GMAKE= +NO_CONFIGURE= +NO_MTREE= +MAKE_ENV+= CLASSPATH=${CLASSPATH}:${JSDK_HOME}/lib/jsdk.jar +WRKSRC= ${WRKDIR}/spfc-0.2.0/src/ + +do-install: + ${INSTALL_DATA} ${WRKSRC}/../bin/spfc.jar ${JSDK_HOME}/lib + ${MKDIR} ${JSDK_HOME}/doc/spfc + (cd ${WRKSRC}/../docs ; ${GTAR} pcf - .) | \ + (cd ${JSDK_HOME}/doc/spfc ; ${GTAR} pxvf -) + +.include "../../mk/bsd.pkg.mk" +JSDK_HOME= ${JAVA_HOME}/jsdk +BUILD_DEFS+= JSDK_HOME +PREFIX:= ${JSDK_HOME} diff --git a/www/spfc/files/md5 b/www/spfc/files/md5 new file mode 100644 index 00000000000..b09c75fa77b --- /dev/null +++ b/www/spfc/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/18 18:05:29 jwise Exp $ + +MD5 (spfc-0.2.0.tar.gz) = fa8d9e98545526afdb64d6d1c4b10c46 diff --git a/www/spfc/pkg/COMMENT b/www/spfc/pkg/COMMENT new file mode 100644 index 00000000000..1598fef4ef5 --- /dev/null +++ b/www/spfc/pkg/COMMENT @@ -0,0 +1 @@ +Apache.org's Server Page Foundation Classes diff --git a/www/spfc/pkg/DESCR b/www/spfc/pkg/DESCR new file mode 100644 index 00000000000..c7f0b3ee1e4 --- /dev/null +++ b/www/spfc/pkg/DESCR @@ -0,0 +1,2 @@ +SPFC is the Apache.org Server Page Foundation Classes, a collection of +java classes to help servlet's construct HTML and XML documents on-the-fly. diff --git a/www/spfc/pkg/PLIST b/www/spfc/pkg/PLIST new file mode 100644 index 00000000000..64e60341e5e --- /dev/null +++ b/www/spfc/pkg/PLIST @@ -0,0 +1,98 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/18 18:05:29 jwise Exp $ +lib/spfc.jar +doc/spfc/api/images/blue-ball-small.gif +doc/spfc/api/images/blue-ball.gif +doc/spfc/api/images/class-index.gif +doc/spfc/api/images/constructor-index.gif +doc/spfc/api/images/constructors.gif +doc/spfc/api/images/cyan-ball-small.gif +doc/spfc/api/images/cyan-ball.gif +doc/spfc/api/images/error-index.gif +doc/spfc/api/images/exception-index.gif +doc/spfc/api/images/green-ball-small.gif +doc/spfc/api/images/green-ball.gif +doc/spfc/api/images/interface-index.gif +doc/spfc/api/images/magenta-ball-small.gif +doc/spfc/api/images/magenta-ball.gif +doc/spfc/api/images/method-index.gif +doc/spfc/api/images/methods.gif +doc/spfc/api/images/package-index.gif +doc/spfc/api/images/red-ball-small.gif +doc/spfc/api/images/red-ball.gif +doc/spfc/api/images/variable-index.gif +doc/spfc/api/images/variables.gif +doc/spfc/api/images/yellow-ball-small.gif +doc/spfc/api/images/yellow-ball.gif +doc/spfc/api/AllNames.html +doc/spfc/api/Package-org.apache.spfc.html +doc/spfc/api/Package-org.apache.spfc.util.html +doc/spfc/api/index.html +doc/spfc/api/org.apache.spfc.AbstractButton.html +doc/spfc/api/org.apache.spfc.ActionAdapter.html +doc/spfc/api/org.apache.spfc.ActionEvent.html +doc/spfc/api/org.apache.spfc.ActionListener.html +doc/spfc/api/org.apache.spfc.Button.html +doc/spfc/api/org.apache.spfc.ButtonGroup.html +doc/spfc/api/org.apache.spfc.Cell.html +doc/spfc/api/org.apache.spfc.CheckBox.html +doc/spfc/api/org.apache.spfc.Client.html +doc/spfc/api/org.apache.spfc.Component.html +doc/spfc/api/org.apache.spfc.Container.html +doc/spfc/api/org.apache.spfc.FlowLayout.html +doc/spfc/api/org.apache.spfc.Form.html +doc/spfc/api/org.apache.spfc.GridBagConstraints.html +doc/spfc/api/org.apache.spfc.GridBagLayout.html +doc/spfc/api/org.apache.spfc.Header.html +doc/spfc/api/org.apache.spfc.LayoutManager.html +doc/spfc/api/org.apache.spfc.Link.html +doc/spfc/api/org.apache.spfc.NavigationComponent.html +doc/spfc/api/org.apache.spfc.NetObject.html +doc/spfc/api/tree.html +doc/spfc/api/packages.html +doc/spfc/api/org.apache.spfc.NetPage.html +doc/spfc/api/org.apache.spfc.Page.html +doc/spfc/api/org.apache.spfc.RadioButton.html +doc/spfc/api/org.apache.spfc.RequestListener.html +doc/spfc/api/org.apache.spfc.Row.html +doc/spfc/api/org.apache.spfc.Servlet.html +doc/spfc/api/org.apache.spfc.Table.html +doc/spfc/api/org.apache.spfc.TableStyle.html +doc/spfc/api/org.apache.spfc.Text.html +doc/spfc/api/org.apache.spfc.TextField.html +doc/spfc/api/org.apache.spfc.ToggleButton.html +doc/spfc/api/org.apache.spfc.Wizard.html +doc/spfc/api/org.apache.spfc.WizardNode.html +doc/spfc/api/org.apache.spfc.util.ActionProducerAdapter.html +doc/spfc/api/org.apache.spfc.util.EmptyEnumeration.html +doc/spfc/api/org.apache.spfc.Sendable.html +doc/spfc/api/org.apache.spfc.DefaultRequestListener.html +doc/spfc/api/org.apache.spfc.URLRequestListener.html +doc/spfc/.htaccess +doc/spfc/common.css +doc/spfc/index.html +doc/spfc/design/brainstorming/index.html +doc/spfc/design/index.html +doc/spfc/design/objectmodel/objectmodel.gif +doc/spfc/design/objectmodel/objectmodel.vsd +doc/spfc/design/objectmodel/overview.flo +doc/spfc/design/objectmodel/overview.gif +doc/spfc/history/index.html +doc/spfc/links/index.html +doc/spfc/problems/index.html +doc/spfc/resources/index.html +doc/spfc/system/complete.flo +doc/spfc/system/complete.gif +doc/spfc/system/index.html +doc/spfc/system/simple.flo +doc/spfc/system/simple.gif +@dirrm doc/spfc/system +@dirrm doc/spfc/resources +@dirrm doc/spfc/problems +@dirrm doc/spfc/links +@dirrm doc/spfc/history +@dirrm doc/spfc/design/objectmodel +@dirrm doc/spfc/design/brainstorming +@dirrm doc/spfc/design +@dirrm doc/spfc/api/images +@dirrm doc/spfc/api +@dirrm doc/spfc |