Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 15:42:18 -0700 (PDT)
From:      Andrew Gerweck <andy@gerweck.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44068: mod_webapp-apache2 safer grep call 
Message-ID:  <200210142242.g9EMgIMm021909@gerweck.dyndns.org>

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

>Number:         44068
>Category:       ports
>Synopsis:       mod_webapp-apache2 safer grep call
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 15:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Gerweck
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD gerweck.dyndns.org 4.7-RELEASE FreeBSD 4.7-RELEASE #15: Sat Oct 12 15:17:53 PDT 2002 root@gerweck.dyndns.org:/usr/obj/usr/src/sys/ENRIQUE i386


	
>Description:
Portlint was complaining of a bare grep.  I promise to be more careful
in the future. :-(
	
>How-To-Repeat:
	
>Fix:

	

--- mod_webapp-apache2.shar begins here ---
# 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:
#
#	mod_webapp-apache2/
#	mod_webapp-apache2/Makefile
#	mod_webapp-apache2/distinfo
#	mod_webapp-apache2/pkg-comment
#	mod_webapp-apache2/pkg-plist
#	mod_webapp-apache2/pkg-descr
#
echo c - mod_webapp-apache2/
mkdir -p mod_webapp-apache2/ > /dev/null 2>&1
echo x - mod_webapp-apache2/Makefile
sed 's/^X//' >mod_webapp-apache2/Makefile << 'END-of-mod_webapp-apache2/Makefile'
X# Ports collection makefile for:	mod_webapp (apache2)
X# Date created:				1 May 2002
X# Whom: 				Andy Gerweck <gerweck@yahoo.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_webapp
XPORTVERSION=	1.2
XCATEGORIES=	www
XMASTER_SITES=	http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src/
XPKGNAMESUFFIX=	-apache2
XDISTNAME=	jakarta-tomcat-connectors-${CONNECTORS_RELEASE}-src
XDIST_SUBDIR=	mod_webapp
X
XMAINTAINER=	gerweck@yahoo.com
X
XBUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/www/apache2:extract \
X		${AUTOCONF}:${PORTSDIR}/devel/autoconf \
X		${LIBTOOL}:${PORTSDIR}/devel/libtool
XRUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache2
X
XUSE_GMAKE=	yes
XALL_TARGET=	lib-build apache-2.0-build
X
X# Release information for distribution files.
XTOMCAT_RELEASE=	4.1.12
XCONNECTORS_RELEASE= 4.1.12
X
X.include <bsd.port.pre.mk>
X
X# Apache locations.
XAPXS?=		${LOCALBASE}/sbin/apxs
XAPACHECTL?=	${LOCALBASE}/sbin/apachectl
XAPR_LIB?=	${LOCALBASE}/lib/apache2/
XAPR_INCLUDE?=	${LOCALBASE}/include/apache2/
XAPACHE_MODULES?= libexec/apache2/
XAPR_SRC?=	${PORTSDIR}/www/apache2/work/httpd-*/srclib/apr
XLIBTOOL?=	${LOCALBASE}/bin/libtool
XAUTOCONF?=	${LOCALBASE}/bin/autoconf
X
X# If the user's changed the modules directory, pack things correctly.
XPLIST_SUB=	APACHE_MODULES=${APACHE_MODULES}
X
X# Build options.
XVERSION_2!=	${APACHECTL} -v | ${GREP} Apache/2 || true
X.if empty(VERSION_2)
XBROKEN=		"Either can't find apachectl or you're running Apache 1.3"
X.endif
XWRKSRC=		${WRKDIR}/${DISTNAME}/webapp
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-apxs=${APXS} \
X		--with-apr-lib=${APR_LIB} \
X		--with-apr-include=${APR_INCLUDE} \
X		--with-apr=${APR_SRC}
X
Xpre-configure:
X	cd ${WRKSRC} && ${AUTOCONF}
X
Xpre-build:
X	${MKDIR} ${WRKSRC}/build
X	${MKDIR} ${WRKSRC}/build/objs
X
Xdo-install:
X	${APXS} -i -a ${WRKSRC}/apache-2.0/mod_webapp.so
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/mod_webapp
X	${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${PREFIX}/share/doc/mod_webapp
X.endif
X
X.include <bsd.port.post.mk>
END-of-mod_webapp-apache2/Makefile
echo x - mod_webapp-apache2/distinfo
sed 's/^X//' >mod_webapp-apache2/distinfo << 'END-of-mod_webapp-apache2/distinfo'
XMD5 (mod_webapp/jakarta-tomcat-connectors-4.1.12-src.tar.gz) = 669254eae8d7a6dda6f58053fedc978b
END-of-mod_webapp-apache2/distinfo
echo x - mod_webapp-apache2/pkg-comment
sed 's/^X//' >mod_webapp-apache2/pkg-comment << 'END-of-mod_webapp-apache2/pkg-comment'
XApache module mounts Tomcat web applications
END-of-mod_webapp-apache2/pkg-comment
echo x - mod_webapp-apache2/pkg-plist
sed 's/^X//' >mod_webapp-apache2/pkg-plist << 'END-of-mod_webapp-apache2/pkg-plist'
X%%APACHE_MODULES%%/mod_webapp.so
X%%PORTDOCS%%share/doc/mod_webapp/INSTALL.txt
X%%PORTDOCS%%@dirrm share/doc/mod_webapp
END-of-mod_webapp-apache2/pkg-plist
echo x - mod_webapp-apache2/pkg-descr
sed 's/^X//' >mod_webapp-apache2/pkg-descr << 'END-of-mod_webapp-apache2/pkg-descr'
XMod_webapp is an Apache module that allows Tomcat applications to be
Xmounted into an Apache server.  Tomcat is a Java servlet and jsp engine.
XApache is the popular webserver.
X
XWWW: http://jakarta.apache.org/tomcat/
X
X- Andy Gerweck
Xgerweck@yahoo.com
END-of-mod_webapp-apache2/pkg-descr
exit
--- mod_webapp-apache2.shar ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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