Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2011 12:34:12 -0700
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159269: [new port] www/axis2: Provides a Web Services, SOAP and WSDL engine from Apache
Message-ID:  <1311881652.726934.80169.nullmailer@experts-exchange.com>
Resent-Message-ID: <201107281940.p6SJeAC6019907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159269
>Category:       ports
>Synopsis:       [new port] www/axis2: Provides a Web Services,SOAP and WSDL engine from Apache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 28 19:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Builds cleanly in Tinderbox
Port is largely based on www/axis

>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	axis2
#	axis2/Makefile
#	axis2/distinfo
#	axis2/pkg-descr
#	axis2/pkg-plist
#
echo c - axis2
mkdir -p axis2 > /dev/null 2>&1
echo x - axis2/Makefile
sed 's/^X//' >axis2/Makefile << '1831f5ba13c3d6818a771e3a77578ae8'
X# New ports collection makefile for:	axis2
X# Date created:				28 July 2011
X# Whom:					Jason Helfman <jhelfman@experts-exchange.com>
X#
X# $FreeBSD$
X
XPORTNAME=		axis2
XPORTVERSION=		1.6.0
XCATEGORIES=		www java
XMASTER_SITES=		${MASTER_SITE_APACHE}
XMASTER_SITE_SUBDIR=	axis/${PORTNAME}/java/core/${PORTVERSION}/
XDISTNAME=		${PORTNAME}-${PORTVERSION}-war
X
XMAINTAINER=	jhelfman@experts-exchange.com
XCOMMENT=	Provides a Web Services,SOAP and WSDL engine from Apache
X
XLICENSE=	ASL
X
X#
X# Change webapp directory by TOMCAT version
X#
X.if exists(${LOCALBASE}/tomcat5.5/webapps)
XWEBAPPDIR=	${PREFIX}/tomcat5.5/webapps
XBUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
XRUN_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
X.elif exists(${LOCALBASE}/apache-tomcat-6.0/webapps)
XWEBAPPDIR=	${PREFIX}/apache-tomcat-6.0/webapps
XBUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
XRUN_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
X.else
XWEBAPPDIR=	${PREFIX}/tomcat5.5/webapps
XBUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
XRUN_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
X.endif
X
XUSE_ZIP=	yes
XNO_BUILD=	YES
XUSE_JAVA=	yes
XJAVA_VERSION=	1.6+
XUSER=		www
XGROUP=		www
XPLIST_SUB+=	WEBAPPS=${WEBAPPDIR:S|^${PREFIX}/||}
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.war ${WEBAPPDIR}
X
X.include <bsd.port.post.mk>
1831f5ba13c3d6818a771e3a77578ae8
echo x - axis2/distinfo
sed 's/^X//' >axis2/distinfo << 'd40210300d79d95199243285ff7cccb1'
XSHA256 (axis2-1.6.0-war.zip) = 239cddcdfc97f381debb467602e11e1fc465dde341b20695828111c7ea998a4c
XSIZE (axis2-1.6.0-war.zip) = 18487658
d40210300d79d95199243285ff7cccb1
echo x - axis2/pkg-descr
sed 's/^X//' >axis2/pkg-descr << '7e41ff442e3614f0ea040a326690a0df'
XApache Axis2 is a Web Services / SOAP / WSDL engine, the successor to the
Xwidely used Apache Axis SOAP stack. There are two implementations of the Apache
XAxis2 Web services engine - Apache Axis2/Java and Apache Axis2/C
X
XWWW: http://axis.apache.org/axis2/java/core/
7e41ff442e3614f0ea040a326690a0df
echo x - axis2/pkg-plist
sed 's/^X//' >axis2/pkg-plist << 'c2d2ad77d9cef74aca153e8665cf0296'
X%%WEBAPPS%%/axis2.war
c2d2ad77d9cef74aca153e8665cf0296
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1311881652.726934.80169.nullmailer>