head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	old_RELEASE_7_2_0:1.1
	old_RELEASE_7_1_0:1.1
	old_RELEASE_6_4_0:1.1
	old_RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


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

1.8
date	2013.01.26.19.10.07;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.32;	author svnexp;	state Exp;
branches;
next	1.6;

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

1.5
date	2011.08.30.06.40.30;	author bapt;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.05.11.44.49;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2009.06.16.19.38.37;	author miwi;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313224
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Jeremy Iverson <jeremy@@algenta.com>
# $FreeBSD: head/www/drupal6-token/Makefile 313224 2013-03-02 11:20:15Z miwi $

PORTNAME=	token
DISTVERSION=	6.x-1.12
PORTREVISION=	1
CATEGORIES=	www

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Token module for Drupal

USE_DRUPAL=	yes
DRUPAL6_MODULE=	yes
MODULE_FILES=	translations/token.pot translations/da.po translations/de.po \
		translations/es.po translations/hu.po translations/ja.po \
		translations/pl.po translations/sk.po translations/uk-ua.po \
		translations/uk.po token.info token.install token.module \
		token.rules.inc token.test tokenSTARTER.info \
		tokenSTARTER.module token_actions.info token_actions.module \
		token_comment.inc token_node.inc token_taxonomy.inc \
		token_user.inc
MODULE_DIRS=	translations

DOC_FILES=	API.txt LICENSE.txt README.txt

.include <bsd.port.mk>
@


1.8
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-token/Makefile 311043 2013-01-26 19:06:31Z crees $
d9 1
a9 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:  drupal6-token
# Date created:  11 February 2008
# Whom:          Jeremy Iverson <jeremy@@algenta.com>
#
# $FreeBSD: head/www/drupal6-token/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d9 1
a9 1
MAINTAINER=	nick@@foobar.org
@


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


1.5
log
@Remove reference to drupal5, it has gone
@
text
@d16 1
d30 1
a30 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.drupal.mk"
.include <bsd.port.post.mk>
@


1.4
log
@- update to jpeg-8
@
text
@d30 1
a30 1
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
@


1.3
log
@- Update to 6.x-1.12
- Connect to build

PR:		135234
Submitted by:	Nick Hilliard <nick@@foobar.org> (maintainer)
@
text
@d10 1
@


1.2
log
@- Force commit:
	repocopy from www/drupal5-token to www/drupal6-token
@
text
@d1 1
a1 1
# New ports collection makefile for:  drupal5-token
d9 1
a9 1
DISTVERSION=	5.x-1.10
a10 1
MASTER_SITES=	http://ftp.drupal.org/files/projects/
d12 2
a13 2
MAINTAINER=	jeremy@@algenta.com
COMMENT=	Token module for Drupal 5
d15 12
a26 5
DRUPAL5_MODULE=	yes
MODULE_FILES=	token_cck.inc token_comment.inc token_node.inc \
		token_taxonomy.inc token_user.inc token.inc \
		token.info token.install token.module
DOC_FILES=	API.txt CHANGELOG.txt LICENSE.txt README.txt
@


1.1
log
@Tokens are small bits of text that can be placed into larger documents via
simple placeholders, like %site-name or [user]. The Token module provides a
central API for modules to use these tokens, and expose their own token
values.

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

PR:		ports/120578
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
@
text
@@

