head	1.11;
access;
symbols
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2011.06.25.09.23.47;	author miwi;	state dead;
branches;
next	1.10;

1.10
date	2010.12.12.08.44.49;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2010.12.04.07.33.58;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.25.20.17.36;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.02.19.36.01;	author mezz;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.21.20.45.33;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.05.16.02.41.25;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.29.23.51.54;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.04.10.41.30;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.04.00.18.14;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.08.21.27.24;	author pav;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Bye Bye

2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
@
text
@# New ports collection makefile for:	mod_transform
# Date created:				5 December 2004
# Whom:					laruiss
#
# $FreeBSD: ports/www/mod_transform/Makefile,v 1.10 2010/12/12 08:44:49 pgollucci Exp $
#

PORTNAME=	mod_transform
PORTVERSION=	0.6.0
CATEGORIES=	www
MASTER_SITES=	http://www.outoforder.cc/downloads/mod_transform/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}

MAINTAINER=	stan@@stormier.net
COMMENT=	An XSLT and XIncludes Filter module for Apache 2.0

MAKE_JOBS_SAFE=  yes

DEPRECATED=	will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
EXPIRATION_DATE=	2011-05-01

USE_APACHE=	2.0
USE_AUTOTOOLS=	libtool
HAS_CONFIGURE=	yes
USE_GNOME=	libxslt

post-install:
	@@${CAT}	${PKGMESSAGE}

.include <bsd.port.mk>
@


1.10
log
@- Corresponding to www/apache20 deprecation, deprecate ports
  that only build with www/apache20 (2.0.x)

With Hat:   apache
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Sync to new bsd.autotools.mk
@
text
@d19 3
@


1.8
log
@Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
@
text
@d20 1
a20 1
USE_AUTOTOOLS=	libtool:22
@


1.7
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d12 1
@


1.6
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d19 1
a19 1
USE_AUTOTOOLS=	libtool:15
@


1.5
log
@- Convert to USE_APACHE, remove apache from _DEPENDS
- USe %%AP*%% in pkg-plist

PR:             ports/134450
Approved by:    maintainer
Submitted by:   me
@
text
@d16 2
@


1.4
log
@Use libtool port instead of included version to avoid a.out objformat botch
@
text
@d16 1
a16 3
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20

@


1.3
log
@- One more fix :-)
@
text
@d19 1
@


1.2
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@d16 2
a17 2
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200
@


1.1
log
@Add mod_transform, a filter module that allows Apache 2.0 to do dynamic XSL
Transformations on either static XML documents, or XML documents generated
from another Apache module or CGI program.

PR:		ports/74787
Submitted by:	Stanislas Ormieres <stan@@stormier.net>
@
text
@d16 2
a17 2
RUN_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
@

