Date: Sun, 10 Sep 2000 19:50:22 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21168: New port: www/apache-contrib Message-ID: <20000910175022.9747E57B1@totem.fix.no>
next in thread | raw e-mail | index | archive | help
>Number: 21168 >Category: ports >Synopsis: New port: www/apache-contrib >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: Sun Sep 10 10:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.1-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.localnet 4.1-STABLE FreeBSD 4.1-STABLE #0: Mon Aug 28 10:23:12 CEST 2000 root@:/usr/src/sys/compile/EGGSILO i386 >Description: A collection of misc. third-party modules for Apache. >How-To-Repeat: >Fix: (Also downloadable from http://anders.fix.no/ports/archives/apache-contrib.sh.) # 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: # # apache-contrib # apache-contrib/files # apache-contrib/files/md5 # apache-contrib/pkg # apache-contrib/pkg/COMMENT # apache-contrib/pkg/DESCR # apache-contrib/pkg/PLIST # apache-contrib/Makefile # echo c - apache-contrib mkdir -p apache-contrib > /dev/null 2>&1 echo c - apache-contrib/files mkdir -p apache-contrib/files > /dev/null 2>&1 echo x - apache-contrib/files/md5 sed 's/^X//' >apache-contrib/files/md5 << 'END-of-apache-contrib/files/md5' XMD5 (apache-contrib-1.0.8.tar.gz) = a289d3596091ad8f7722f62aaa2d1465 END-of-apache-contrib/files/md5 echo c - apache-contrib/pkg mkdir -p apache-contrib/pkg > /dev/null 2>&1 echo x - apache-contrib/pkg/COMMENT sed 's/^X//' >apache-contrib/pkg/COMMENT << 'END-of-apache-contrib/pkg/COMMENT' XCollection of third-party modules contributed to the Apache HTTP server project END-of-apache-contrib/pkg/COMMENT echo x - apache-contrib/pkg/DESCR sed 's/^X//' >apache-contrib/pkg/DESCR << 'END-of-apache-contrib/pkg/DESCR' XThis is a collection of third-party modules contributed to the Apache HTTP Xserver project (http://www.apache.org/). X XThe modules are: X Xmod_allowdev, mod_auth_cookie, mod_auth_cookie_file, mod_auth_external, Xmod_auth_inst, mod_auth_system mod_eaccess mod_bandwidth mod_cache, Xmod_cgisock, mod_urlcounti, mod_disallow_id, mod_layout, mod_lock, Xmod_peephole, mod_put, mod_qs2ssi, mod_session, mod_fastcgi, mod_cvs, Xmod_macro, mod_random, mod_roaming, mod_ip_forwarding, mod_ticket, mod_define Xand mod_monitor. X XWWW: http://modules.apache.org/ END-of-apache-contrib/pkg/DESCR echo x - apache-contrib/pkg/PLIST sed 's/^X//' >apache-contrib/pkg/PLIST << 'END-of-apache-contrib/pkg/PLIST' Xlibexec/apache/mod_allowdev.so Xlibexec/apache/mod_auth_cookie.so Xlibexec/apache/mod_auth_cookie_file.so Xlibexec/apache/mod_auth_external.so Xlibexec/apache/mod_auth_inst.so Xlibexec/apache/mod_auth_system.so Xlibexec/apache/mod_eaccess.so Xlibexec/apache/mod_bandwidth.so Xlibexec/apache/mod_cgisock.so Xlibexec/apache/libcache.so Xlibexec/apache/mod_urlcount.so Xlibexec/apache/mod_disallow_id.so Xlibexec/apache/mod_layout.so Xlibexec/apache/mod_lock.so Xlibexec/apache/mod_peephole.so Xlibexec/apache/mod_put.so Xlibexec/apache/mod_qs2ssi.so Xlibexec/apache/mod_session.so Xlibexec/apache/mod_ticket.so Xlibexec/apache/mod_fastcgi.so Xlibexec/apache/mod_cvs.so Xlibexec/apache/mod_random.so Xlibexec/apache/mod_roaming.so Xlibexec/apache/mod_ip_forwarding.so Xlibexec/apache/mod_macro.so END-of-apache-contrib/pkg/PLIST echo x - apache-contrib/Makefile sed 's/^X//' >apache-contrib/Makefile << 'END-of-apache-contrib/Makefile' X# New ports collection makefile for: apache-contrib X# Date created: September 10 2000 X# Whom: Anders Nordby <anders@fix.no> X# X# $FreeBSD$ X# X XPORTNAME= apache-contrib XPORTVERSION= 1.0.8 XCATEGORIES= www XMASTER_SITES= http://www.apache.org/dist/%SUBDIR%/ \ X ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \ X ftp://ftp.rge.com/pub/infosystems/apache/dist/%SUBDIR%/ \ X ftp://apache.compuex.com/pub/apache/dist/%SUBDIR%/ \ X ftp://apache.arctic.org/pub/apache/dist/%SUBDIR%/ \ X ftp://ftp.epix.net/pub/apache/dist/%SUBDIR%/ \ X ftp://ftp.ameth.org/pub/mirrors/ftp.apache.org/apache/dist/%SUBDIR%/ \ X ftp://ftp.connectnet.com/pub/www/apache/%SUBDIR%/ \ X ftp://apache.technomancer.com/mirrors/apache/dist/%SUBDIR%/ \ X ftp://ftp.raver.net/pub/ftp.apache.org/%SUBDIR%/ \ X ftp://www3.service.digital.com/apache/dist/%SUBDIR%/ \ X ftp://galileo.galilei.com/pub/apache/%SUBDIR%/ \ X ftp://ftp.mtnranch.net/pub/apache/dist/%SUBDIR%/ \ X ftp://ftp.iodynamics.com/pub/mirror/apache/dist/%SUBDIR%/ \ X ftp://apache.nextpath.com/pub/apache/dist/%SUBDIR%/ XMASTER_SITE_SUBDIR= contrib/modules/1.3 X XMAINTAINER= anders@fix.no X XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 X X.include <bsd.port.mk> END-of-apache-contrib/Makefile exit >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?20000910175022.9747E57B1>