diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-10-04 14:00:02 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-10-04 14:00:02 +0000 |
commit | 48f060c7873152861763128decbaadcaad79f214 (patch) | |
tree | a3a0f27bc83ebd25906d396f4ba8c4351f17a61e /devel/portlet-api | |
parent | Bring a bugfix enabling WITHOUT_THREADS build again. (diff) |
The Portlet API (JSR-168)
To enable interoperability between Portlets and Portals, this specification
defines a set of APIs for Portal computing addressing the areas of aggregation,
personalization, presentation and security.
WWW: http://www.jcp.org/en/jsr/detail?id=168/
Diffstat (limited to 'devel/portlet-api')
-rw-r--r-- | devel/portlet-api/Makefile | 27 | ||||
-rw-r--r-- | devel/portlet-api/distinfo | 2 | ||||
-rw-r--r-- | devel/portlet-api/pkg-descr | 7 |
3 files changed, 36 insertions, 0 deletions
diff --git a/devel/portlet-api/Makefile b/devel/portlet-api/Makefile new file mode 100644 index 000000000000..31eefd8f9438 --- /dev/null +++ b/devel/portlet-api/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: Portlet API +# Date created: October 04, 2005 +# Whom: Herve Quiroz <hq@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= portlet-api +PORTVERSION= 1.0 +CATEGORIES= devel java +MASTER_SITES= http://www.ibiblio.org/maven/portlet-api/jars/ +EXTRACT_SUFX= .jar +EXTRACT_ONLY= # empty + +MAINTAINER= hq@FreeBSD.org +COMMENT= The Portlet API (JSR-168) + +USE_JAVA= yes +JAVA_VERSION= 1.4+ +NO_BUILD= yes + +PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar + +do-install: + ${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar + +.include <bsd.port.mk> diff --git a/devel/portlet-api/distinfo b/devel/portlet-api/distinfo new file mode 100644 index 000000000000..33be684ee3e4 --- /dev/null +++ b/devel/portlet-api/distinfo @@ -0,0 +1,2 @@ +MD5 (portlet-api-1.0.jar) = 74e40817096d9d72963eaa143bdebd32 +SIZE (portlet-api-1.0.jar) = 17090 diff --git a/devel/portlet-api/pkg-descr b/devel/portlet-api/pkg-descr new file mode 100644 index 000000000000..3743ca837fd9 --- /dev/null +++ b/devel/portlet-api/pkg-descr @@ -0,0 +1,7 @@ +The Portlet API (JSR-168) + +To enable interoperability between Portlets and Portals, this specification +defines a set of APIs for Portal computing addressing the areas of aggregation, +personalization, presentation and security. + +WWW: http://www.jcp.org/en/jsr/detail?id=168/ |