iNew port: jetspeed, XML/Java portal
Jetspeed is an Open Source implementation of an Enterprise Information Portal, using Java and XML. A portal makes network resources (applications, databases and so forth) available to end-users. The user can access the portal via a web browser, WAP-phone, pager or any other device. Jetspeed acts as the central hub where information from multiple sources are made available in an easy to use manner. WWW: http://jakarta.apache.org/jetspeed/site/index.html PR: ports/55593 Submitted by: Francisco Gomez <francisco@gomezmarin.com>
This commit is contained in:
parent
dc8b35d2fb
commit
a9ca93d44d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89786
6 changed files with 67 additions and 0 deletions
|
@ -142,6 +142,7 @@
|
|||
SUBDIR += jakarta-tomcat5
|
||||
SUBDIR += jdresolve
|
||||
SUBDIR += jesred
|
||||
SUBDIR += jetspeed
|
||||
SUBDIR += jetty
|
||||
SUBDIR += jonah
|
||||
SUBDIR += junkbuster
|
||||
|
|
39
www/jetspeed/Makefile
Normal file
39
www/jetspeed/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: jetspeed
|
||||
# Date created: 30 July 2003
|
||||
# Whom: francisco@gomezmarin.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jetspeed
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://apache.inspire.net.nz/jakarta/jetspeed/binaries/
|
||||
#MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
|
||||
#MASTER_SITE_SUBDIR=jakarta-jetspeed/release/v1.4b4
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-b4-war
|
||||
|
||||
MAINTAINER= francisco@gomezmarin.com
|
||||
COMMENT= Jetspeed is an Open Source Portal, written in Java and XML
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/linux-sun-jdk1.4.1/bin/java:${PORTSDIR}/java/linux-sun-jdk14 \
|
||||
${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant \
|
||||
${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-b4
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
JAKARTA_HOME= ${LOCALBASE}/jakarta-tomcat4.1
|
||||
|
||||
do-install:
|
||||
@${CP} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${CP} ${WRKSRC}/* ${DOCSDIR}
|
||||
.endif
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/jetspeed/distinfo
Normal file
1
www/jetspeed/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (jetspeed-1.4-b4-war.zip) = 4f8c3dfe72b0ffdf0c4ca7855bc316a9
|
12
www/jetspeed/pkg-descr
Normal file
12
www/jetspeed/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
Jetspeed is an Open Source implementation of an Enterprise
|
||||
Information Portal, using Java and XML. A portal makes network
|
||||
resources (applications, databases and so forth) available to
|
||||
end-users. The user can access the portal via a web browser,
|
||||
WAP-phone, pager or any other device. Jetspeed acts as the central
|
||||
hub where information from multiple sources are made available in
|
||||
an easy to use manner.
|
||||
|
||||
WWW: http://jakarta.apache.org/jetspeed/site/index.html
|
||||
|
||||
- Francisco -
|
||||
francisco@gomezmarin.com
|
6
www/jetspeed/pkg-message
Normal file
6
www/jetspeed/pkg-message
Normal file
|
@ -0,0 +1,6 @@
|
|||
Once everything is finally installed set the JAVA_HOME
|
||||
variable to ${LOCALBASE}/linux-sun-jdk1.4.1 and run the Tomcat
|
||||
server. The JetSpeed portal war file is copied to
|
||||
${LOCALBASE}/jakarta-tomcat4.1/webapps, where tomcat resides.
|
||||
|
||||
For more information on how it works look at JetSpeed homepage.
|
8
www/jetspeed/pkg-plist
Normal file
8
www/jetspeed/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
jakarta-tomcat4.1/webapps/jetspeed.war
|
||||
share/doc/jetspeed/INSTALL
|
||||
share/doc/jetspeed/LICENSE
|
||||
share/doc/jetspeed/README
|
||||
share/doc/jetspeed/NOTES
|
||||
share/doc/jetspeed/jetspeed.war
|
||||
share/doc/jetspeed/WARNING
|
||||
@dirrm share/doc/jetspeed/
|
Loading…
Reference in a new issue