head	1.8;
access;
symbols
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2007.02.19.09.24.29;	author gabor;	state dead;
branches;
next	1.7;

1.7
date	2007.01.09.03.13.55;	author brooks;	state Exp;
branches;
next	1.6;

1.6
date	2007.01.09.03.07.27;	author brooks;	state Exp;
branches;
next	1.5;

1.5
date	2007.01.05.21.32.19;	author brooks;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.09.13.18.03.26;	author brooks;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.22.00.49.06;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.10.06.23.15;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove expired port:

2007-02-01 www/drupal-pubcookie: No maintainer

Approved by:	erwin (mentor, implicit)
@
text
@# New ports collection makefile for:	drupal-ldap_integration
# Date created:				12 January 2006
# Whom:					Brooks Davis <brooks@@FreeBSD.org>
#
# $FreeBSD: ports/www/drupal-pubcookie/Makefile,v 1.7 2007/01/09 03:13:55 brooks Exp $
#

PORTNAME=	pubcookie
DISTVERSION=	${DRUPAL_VERSION}
PORTREVISION=	20060907
CATEGORIES=	www security
MASTER_SITE_SUBDIR=	brooks

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Pubcookie user authentication for the Drupal CMS

RUN_DEPENDS=	${LOCALBASE}/pubcookie/keyclient:${PORTSDIR}/www/mod_pubcookie

USE_PHP=	ldap

DRUPAL_MODULE=	yes
MODULE_FILES=	pubcookie.module
DOC_FILES=	LICENSE.txt README.txt

DEPRECATED=	No maintainer
EXPIRATION_DATE=	2007-02-01

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.7
log
@Drop maintainership.

Because this port will likely stop working fairly quickly without a
maintainer, deprecate it and set it to expire Feb 1st.  If you use this
port, you may want to become the maintainer.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Fix up the pkg-desc a bit.

Actually remove BROKEN following my uprade and fix over the weekend.
@
text
@d14 1
a14 1
MAINTAINER=	brooks@@FreeBSD.org
d25 3
@


1.5
log
@Upgrade drupal to 4.7.5 fixing a couple security issues.
Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions.

Submitted by:	Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4)
Security:	vid:3d8d3548-9d02-11db-a541-000ae42e9b93
@
text
@a18 2
BROKEN=		Unfetchable

@


1.4
log
@BROKEN: Unfetchable

Approved by:	portmgr (self)
@
text
@d12 1
a12 1
MASTER_SITE=	http://ftp.osuosl.org/pub/drupal/files/projects/
@


1.3
log
@Upgrade drupal-pubcookie to the latest version fixing a security hole
allowing anyone to bypass the authenication system and become an
arbitrary drupal user.

Security:	vid:c0fd7890-4346-11db-89cc-000ae42e9b93
@
text
@d19 2
@


1.2
log
@Use bsd.drupal.mk to reduce duplicate code in drupal modules.
@
text
@d10 1
a10 1
PORTREVISION=	20060210
d12 1
a12 1
MASTER_SITE_SUBDIR=	brooks
@


1.1
log
@The pubcookie Drupal module is an external authentication module that
allows users to authenticate to Drupal using pubcookie.  Pubcookie is
used single sign-on to web-based applications at a site.

The module also provide LDAP integration to populate user profiles as
users register.
@
text
@d9 1
a9 1
PORTVERSION=	4.6.0
a11 1
MASTER_SITES=	${MASTER_SITE_LOCAL}
a12 2
PKGNAMEPREFIX=	drupal-
DIST_SUBDIR=	drupal
a16 1
RUN_DEPENDS=	${LOCALBASE}/${DRUPDIR}/index.php:${PORTSDIR}/www/drupal
d21 1
a21 6
NO_BUILD=	yes

DOCSDIR=	${PREFIX}/${DRUPDIR}/doc/${PORTNAME}
DRUPMODDIR=	${DRUPDIR}/modules

WRKSRC=		${WRKDIR}/${PORTNAME}
d25 3
a27 52
.if defined(MODULE_CONF_FILES)
SUB_FILES=	pkg-install
SUB_LIST+=	CONF_FILES=${MODULE_CONF_FILES:C|^|${DRUPMODDIR}/|} \
		CONF_DIRS=${MODULE_CONF_DIRS:C|^|${DRUPMODDIR}/|}
PKGINSTALL=	${WRKDIR}/pkg-install
PKGDEINSTALL=	${PKGINSTALL}
.endif

PLIST_SUB+=	DRUPMODDIR=${DRUPMODDIR}
PLIST_FILES+=	${MODULE_FILES:C|^|%%DRUPMODDIR%%/|}
PLIST_FILES+=	${MODULE_CONF_FILES:C|^|%%DRUPMODDIR%%/|:C|$|-dist|}
PLIST_DIRS+=	${MODULE_DIRS:C|^|%%DRUPMODDIR%%/|}
.if !defined(NOPORTDOCS)
PLIST_FILES+=	${DOC_FILES:C|^|%%DOCSDIR%%/|}
PLIST_DIRS+=	%%DOCSDIR%%
.endif

.if !defined(DRUPDIR)
pre-fetch:
	@@${ECHO_MSG} ""
	@@${ECHO_MSG} "Define DRUPDIR to override default of 'www/drupal'."
	@@${ECHO_MSG} ""
.endif

DRUPDIR?=	www/drupal

do-install:
.if defined(MODULE_CONF_DIRS)
	@@${MKDIR} ${MODULE_CONF_DIRS:C|^|${PREFIX}/${DRUPMODDIR}/|}
.endif
.if defined(MODULE_DIRS)
	@@${MKDIR} ${MODULE_DIRS:C|^|${PREFIX}/${DRUPMODDIR}/|}
.endif
.for f in ${MODULE_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${DRUPMODDIR}/${f}
.endfor
.for f in ${MODULE_CONF_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${DRUPMODDIR}/${f}-dist
.endfor
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for f in ${DOC_FILES}
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/${f}
.endfor
.endif

.if defined(MODULE_CONF_FILES)
post-install:
	@@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif

.include <bsd.port.mk>
@

