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


1.6
date	2012.12.26.11.18.23;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2010.11.27.18.59.51;	author rea;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.18.04.07.56;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.05.21.52.25;	author pgollucci;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309509
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309509 | rm | 2012-12-26 09:57:39 +0000 (Wed, 26 Dec 2012) | 11 lines
## SVN ##
## SVN ## - do not directly depend on setuptools, use USE_DISTUTILS instead
## SVN ## - bump PORTREVISION because of dependency change
## SVN ## - trim Makefile header
## SVN ## - remove indefinite article in COMMENT
## SVN ## - limit python version to 2.x only
## SVN ## - remove permissions fixing part - setuptools will take care of it
## SVN ##
## SVN ## PR:		173231
## SVN ## Submitted by:	rm (myself)
## SVN ## Approved by:	maintainer timeout (~2 months)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
# $FreeBSD: head/www/trac-datefield/Makefile 309509 2012-12-26 09:57:39Z rm $

PORTNAME=	datefield
PORTVERSION=	1.0.1
PORTREVISION=	3
CATEGORIES=	www python
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX=	trac-
DISTNAME=	datefieldplugin-r${REL}

MAINTAINER=	rea@@FreeBSD.org
COMMENT=	Plugin for creating date fields

RUN_DEPENDS+=	trac>=0.11:${PORTSDIR}/www/trac

USE_PYTHON=	-2.7
USE_ZIP=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracDateField
WRKSRC=		${WRKDIR}/datefieldplugin/0.11
REL=		7267
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for: trac-autocomplete
# Date created:                      December 16, 2009
# Whom:                              Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
#
# $FreeBSD: head/www/trac-datefield/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
a6 1
PORTREVISION=	2
d13 1
a13 1
COMMENT=	A plugin for creating date fields
a14 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d17 1
a17 1
USE_PYTHON=	2.5+
d19 1
a19 2
NO_BUILD=	yes
USE_PYDISTUTILS=	yes
a20 1
PYDISTUTILS_NOEGGINFO=	yes
d23 1
a23 8
PLIST_FILES=	${PYTHON_SITELIBDIR:S;${LOCALBASE}/;;}/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg

# We must fix file permissions -- ZIP file have 0000 for every file.
# Directory permissions are fine (they aren't stored inside ZIP
# file), but we set them too -- just in case.
post-extract:
	@@${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644
	@@${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755
@


1.4
log
@Change maintainer address for my ports

Approved by: erwin (co-mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d16 1
a16 1
MAINTAINER=	rea-fbsd@@codelabs.ru
@


1.2
log
@4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@This plugin allows for validating custom fields as dates in tickets
and adds fancy date selector to these fields.

WWW: http://trac-hacks.org/wiki/DateFieldPlugin

PR:		ports/141702
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
@
text
@d10 1
@

