head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2013.03.02.19.47.54;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2013.01.26.19.10.07;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.02.31;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.31.15.53.45;	author crees;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.11.13.29.31;	author crees;	state Exp;
branches;
next	1.6;

1.6
date	2011.07.29.08.36.46;	author crees;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.15.08.53.02;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2010.04.18.10.43.48;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2010.02.05.11.44.48;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.25.19.51.28;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.16.19.49.26;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313239
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Nick Hilliard <nick@@foobar.org>
# $FreeBSD: head/www/drupal6-pathauto/Makefile 313239 2013-03-02 14:40:43Z miwi $

PORTNAME=	pathauto
DISTVERSION=	6.x-2.0
CATEGORIES=	www

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Automatically generates URLs for Drupal content

RUN_DEPENDS=	drupal6-token>=0:${PORTSDIR}/www/drupal6-token

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes
MODULE_FILES=	pathauto.admin.inc pathauto.inc pathauto.install pathauto.module \
		pathauto.test pathauto.api.php pathauto.info pathauto.js \
		pathauto.pathauto.inc pathauto.tokens.inc
DOC_FILES=	INSTALL.txt API.txt README.txt LICENSE.txt

.include <bsd.port.mk>
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311043
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/drupal6-pathauto/Makefile 311043 2013-01-26 19:06:31Z crees $
d5 1
a5 1
DISTVERSION=	6.x-1.4
d8 1
a8 1
MAINTAINER=	ports@@FreeBSD.org
d15 4
a18 12
MODULE_FILES=	pathauto.admin.inc pathauto.inc pathauto.info \
		pathauto.install pathauto.js pathauto.module \
		pathauto_node.inc pathauto_taxonomy.inc pathauto_user.inc \
		pathauto.api.php pathauto.test \
		translations/pathauto.pot translations/ar.po translations/cs.po \
		translations/da.po translations/de.po translations/el.po \
		translations/es.po translations/fr.po translations/ja.po \
		translations/nl.po translations/ru.po translations/tr.po
MODULE_DIRS=	translations

DOC_FILES=	INSTALL.txt API.txt README.txt i18n-ascii.example.txt \
		LICENSE.txt
@


1.9
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	drupal6-pathauto
# Date created:				2 May 2009
# Whom:					Nick Hilliard <nick@@foobar.org>
#
# $FreeBSD: head/www/drupal6-pathauto/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d8 1
a8 1
MAINTAINER=	nick@@foobar.org
@


1.8
log
@Use USE_DRUPAL instead of including bsd.drupal.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- bsd.drupal.mk has been repocopied to ${PORTSDIR}/Mk
- Prepare bsd.drupal.mk for use in ${PORTSDIR}/Mk
- Remove unneeded LICENSE lines from drupal ports

PR:		ports/153795
Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d17 1
d32 1
a32 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.6
log
@Begin process of removal of drupal5 ports:

- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug

Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@a30 3
LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

@


1.5
log
@- Update to 1.3

PR:		149624
Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d35 1
a35 1
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
@


1.4
log
@- Update to 1.3

PR:		145701
Submitted by:	 Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	6.x-1.3
d18 2
a19 2
MODULE_FILES=	tests/pathauto.test pathauto.admin.inc pathauto.inc \
		pathauto.info pathauto.install pathauto.js pathauto.module \
d21 1
d26 1
a26 1
MODULE_DIRS=	tests translations
d28 5
a32 2
DOC_FILES=	INSTALL.txt API.txt CHANGELOG.txt README.txt \
		i18n-ascii.example.txt LICENSE.txt
@


1.3
log
@- update to jpeg-8
@
text
@d9 1
a9 2
DISTVERSION=	6.x-1.2
PORTREVISION=	1
d21 1
a21 1
		translations/pathauto.pot translations/cs.po \
@


1.2
log
@- Update to 6.x-1.2

Approved by:	maintainer implicit
@
text
@d10 1
@


1.1
log
@Pathauto is a Drupal module which automatically generates path aliases for
various kinds of content (nodes, categories, users) without requiring the
user to manually specify the path alias.

WWW: http://drupal.org/project/pathauto

PR:		ports/135228
Submitted by:	Nick Hilliard <nick at foobar.org>
@
text
@d9 1
a9 1
DISTVERSION=	6.x-1.1
@

