mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
This commit is contained in:
parent
ae23e8d251
commit
fe0178de48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234060
@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= contrib/modules/1.3
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Third-party modules contributed to the Apache HTTP server project
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -19,6 +19,8 @@ PATCH_DIST_STRIP= -p1
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= The extremely popular Apache http server. Very fast, very clean
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
|
||||
apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
|
||||
apache+mod_ssl+mod_snmp+mod_accel-1.* \
|
||||
|
@ -21,6 +21,8 @@ LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-1.* apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
|
||||
apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
|
||||
apache+mod_ssl+mod_snmp+mod_accel-1.* \
|
||||
|
@ -21,6 +21,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache secure webserver integrating OpenSSL
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
|
||||
apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
|
||||
apache+mod_ssl+mod_snmp+mod_accel-1.* \
|
||||
|
@ -19,6 +19,8 @@ DISTNAME= apache_${PORTVERSION}
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= The extremely popular Apache http server. Very fast, very clean
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
|
||||
apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \
|
||||
apache+mod_ssl+mod_snmp+mod_accel-1.* \
|
||||
|
@ -24,6 +24,8 @@ COMMENT?= Version 2.0.x of Apache web server with ${WITH_MPM:L} MPM.
|
||||
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LATEST_LINK= apache20
|
||||
|
||||
CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
|
||||
|
@ -22,6 +22,8 @@ COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM:L} MPM.
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LATEST_LINK?= apache22
|
||||
|
||||
CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://www.rudedog.org/auth_ldap/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to authenticate against an LDAP directory
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_OPENLDAP= yes
|
||||
USE_APACHE= 13
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://MeepZor.Com/packages/mod_access_identd/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to supply access control based on ident reply
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -21,6 +21,8 @@ PATCH_DIST_STRIP= -l
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Provides access control based on Referer HTTP header for Apache
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Supply access control based cookies stored in a MySQL database
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_MYSQL= YES
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= mod-acct
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module that records traffic statistics into a database
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
MAKE_ARGS+= APXS="${APXS}"
|
||||
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to use any command line program to authenticate a user
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows authentication against a MySQL database via a secure cookie
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_MYSQL= YES
|
||||
|
||||
# If someone can test it with MySQL 4.1 ;-)
|
||||
|
@ -14,6 +14,8 @@ DIST_SUBDIR= apache20
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows authentication against a MySQL database via a secure cookie
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_MYSQL= YES
|
||||
USE_APACHE= 20+
|
||||
|
||||
|
@ -13,6 +13,8 @@ DIST_SUBDIR= apache20
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows users authentication based on external mechanisms
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -14,6 +14,8 @@ DIST_SUBDIR= apache
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module to provide authentication via an IMAP mail server
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache20
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache 2 module to provide authentication via an IMAP mail server
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION}
|
||||
USE_APACHE= 20+
|
||||
LATEST_LINK= mod_auth_imap2
|
||||
|
@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR=modauthkerb
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module for authenticating users with Kerberos v5
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR=modauthkerb
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module for authenticating users with Kerberos v5
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LATEST_LINK= mod_auth_kerb2
|
||||
|
||||
USE_APACHE= 2.0+
|
||||
|
@ -16,6 +16,8 @@ COMMENT= Allows users to use MySQL databases for user authentication
|
||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT}
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_MYSQL= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
|
@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows users to use PAM modules for user authentication
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LATEST_LINK= mod_auth_pam2
|
||||
|
||||
USE_APACHE= 20+
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://www.giuseppetanzilli.it/${PORTNAME}/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows users to use PostgreSQL databases for user authentication
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_DOS2UNIX= ${PORTNAME}.html
|
||||
|
||||
USE_PGSQL= yes
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows users to use PostgreSQL databases for user authentication
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_PGSQL= yes
|
||||
USE_APACHE= 20+
|
||||
|
||||
|
@ -16,6 +16,8 @@ DIST_SUBDIR= apache
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows users to authenticate on a remote web server
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/ \
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows you to forbid clients based on their User-Agent
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -14,6 +14,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A generic credential caching module for Apache 2.0.x
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_GMAKE= YES
|
||||
USE_APACHE= 2.0
|
||||
AP_FAST_BUILD= yes
|
||||
|
@ -16,6 +16,8 @@ COMMENT= Allows user authentication based on libsasl2 mechanisms on apache 2.2
|
||||
|
||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
FETCH_BEFORE_ARGS= -v -v
|
||||
|
||||
USE_APACHE= 22
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://www.unixpapa.com/software/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A unix group access control module for Apache 2.1 and later
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 22+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -15,6 +15,8 @@ MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-apxs="${APXS}"
|
||||
|
@ -16,6 +16,8 @@ DIST_SUBDIR= apache
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Bandwidth management module for the Apache webserver
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
USE_PERL5= YES
|
||||
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= modbf
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A brainf*ck module for Apache
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -16,6 +16,8 @@ EXTRACT_SUFX= .c
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module for rejecting and logging chunked requests
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= BLOWCHUNK_LOG "Log chunked requests" off
|
||||
|
||||
USE_APACHE= 1.3
|
||||
|
@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module for server-side decompression of bzip2 files
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Bandwidth and Connection control per Virtual Host or Directory
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/mod_bw
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -17,6 +17,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A per-virtualhost bandwidth limiter module for Apache 2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-apxs=${APXS}
|
||||
|
@ -16,6 +16,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows you to keep your virtual host configuration in a LDAP directory
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
USE_OPENLDAP= YES
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to make debugging server-side scripts easier
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= The mod_chroot makes running Apache in a chroot easy
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PORTDOCS= INSTALL CAVEATS README.Apache20 README
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -16,6 +16,8 @@ EXTRACT_SUFX= .l
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module that provides syntax coloring for various languages
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= modcplusplus
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module for loading C++ objects as handlers
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 2.0+
|
||||
USE_AUTOTOOLS= autoconf:262 autoheader:262 libtool:15 automake:19 aclocal:19
|
||||
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A per-server bandwidth limiter module for Apache 1.3
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= petef
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A module that makes Apache CVS aware
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-contrib-1.*
|
||||
|
||||
USE_APACHE= 1.3
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A module that makes Apache 2 CVS aware
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 2.0+
|
||||
|
||||
LATEST_LINK= mod_cvs2
|
||||
|
@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.3.6
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module that provides DAV capabilities
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
OPTIONS= SYMLINK_PATCH "Follow Symlinks" off \
|
||||
APACHE_EXPAT "Use Bundled expat library" on
|
||||
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module that can make proxied requests appear with client IP
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
SHORTMODNAME= extract_forwarded
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://www.fastcgi.com/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A fast-cgi module for Apache
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-contrib-1.*
|
||||
USE_APACHE= 1.3+
|
||||
AP_FAST_BUILD= yes
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Filter output from other modules inside of Apache
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://www.klomp.org/mod_hosts_access/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module that makes Apache respect hosts.allow and hosts.deny
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to provides RSS output for directories
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://igorpopov.newmail.ru/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache 1.3.x/2.0.xx module to enable an easy alternative to mod_chroot
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/mod_jail
|
||||
USE_APACHE= 1.3+
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to wrap served pages with a header and/or footer
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
|
||||
CONFLICTS= mod_layout-4.* mod_layout-5.* apache-contrib-1.*
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache2 module to wrap served pages with a header and/or footer
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= mod_layout-3.* mod_layout-5.*
|
||||
|
||||
PORTSCOUT= limit:4^
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache2 module to wrap served pages with a header and/or footer
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= mod_layout-3.* mod_layout-4.*
|
||||
|
||||
PORTSCOUT= limit:^5
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A modified version of mod_log_config for apache2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://loghttp.sourceforge.net/files/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Module for Apache 2.0 which logs incoming and outgoing data
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 2.0
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -17,6 +17,8 @@ COMMENT= Allows Apache 2 to log to a MySQL database
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_log_config-st.so:${PORTSDIR}/www/mod_log_config-st
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -18,6 +18,8 @@ LIB_DEPENDS= spread.1:${PORTSDIR}/net/spread
|
||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -12,6 +12,8 @@ MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows Apache to log to a MySQL database
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LATEST_LINK= mod_log_sql2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module for use macros in config files
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 13
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache 2.0.x module for use macros in config files
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20
|
||||
LATEST_LINK= mod_macro2
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to allow MP3 streaming
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_ARGS+= APXS="${APXS}"
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module to make Apache log to MySQL
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
USE_MYSQL= YES
|
||||
|
||||
|
@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module that provides PUT and DELETE methods
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-contrib-1.*
|
||||
|
||||
USE_APACHE= 1.3
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://www.klomp.org/mod_roaming/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An Apache module that works as a Netscape Roaming Access server
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-contrib-1.*
|
||||
PORTSCOUT= limit:^1
|
||||
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://stderr.net/apache/rpaf/download/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Make proxied requests appear with client IP
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE?= 1.3+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITES= http://www.happygiraffe.net/dist/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= An apache module that embeds a copy of the sed(1) command
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
MAKE_ARGS= APXS=${APXS}
|
||||
|
||||
|
@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-1.7.0
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module that controls access to the website using secure info
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -16,6 +16,8 @@ EXTRACT_SUFX= .c
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module for a digitally signed ticket in URL
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFLICTS= apache-contrib-1.*
|
||||
|
||||
USE_APACHE= 1.3
|
||||
|
@ -17,6 +17,8 @@ COMMENT= Validates the HTML output of your apache2 webserver
|
||||
|
||||
LIB_DEPENDS= tidy:${PORTSDIR}/www/tidy-lib
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
|
@ -15,6 +15,8 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows you to redirect part of the traffic to your url
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 2.0
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
@ -13,6 +13,8 @@ MASTER_SITES= http://download.tangent.org/
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to launch triggers if certain actions occur
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3
|
||||
|
||||
AP_FAST_BUILD= yes
|
||||
|
@ -14,6 +14,8 @@ DIST_SUBDIR= apache
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows mass virtual hosting using a MySQL backend with Apache 2.0.x
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
|
@ -15,6 +15,8 @@ DISTNAME= Webware-${PORTVERSION}
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A apache module for WebWare WebKit AppServer
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 1.3+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
|
Loading…
Reference in New Issue
Block a user