head	1.9;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.3;
locks; strict;
comment	@# @;


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

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

1.7
date	2010.11.27.18.59.51;	author rea;	state Exp;
branches;
next	1.6;

1.6
date	2010.09.11.11.41.12;	author miwi;	state Exp;
branches;
next	1.5;

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

1.4
date	2010.05.05.21.52.23;	author pgollucci;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309508
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309508 | rm | 2012-12-26 09:56:35 +0000 (Wed, 26 Dec 2012) | 12 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 ## - simplify pkg-plist entries
## SVN ##
## SVN ## PR:		173162
## 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-autocomplete/Makefile 309508 2012-12-26 09:56:35Z rm $

PORTNAME=	autocomplete
PORTVERSION=	0.4.1
PORTREVISION=	5
CATEGORIES=	www python
MASTER_SITES=	http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX=	trac-
DISTNAME=	autocompleteusersplugin-r${REL}

MAINTAINER=	rea@@FreeBSD.org
COMMENT=	Plugin for autocompletion of user names in ticket fields

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

USE_PYTHON=	-2.7
USE_ZIP=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	AutocompleteUsers
PYDISTUTILS_NOEGGINFO=	yes
WRKSRC=		${WRKDIR}/autocompleteusersplugin/0.11
REL=		8451

# Target to generate packaging list
plist:
	@@${FIND} ${PYTHON_SITELIBDIR}/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg -type f | ${SED} -e's|^${PYTHON_SITELIBDIR}/|%%PYTHON_SITELIBDIR%%/|;s|/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py[[:digit:]\.]*.egg/|/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py%%PYTHON_VER%%.egg/|'
	@@${FIND} ${PYTHON_SITELIBDIR}/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg -type d -mindepth 1 | ${SORT} -r | ${SED} -e's|^${PYTHON_SITELIBDIR}/|@@dirrm %%PYTHON_SITELIBDIR%%/|;s|/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py[[:digit:]\.]*.egg/|/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py%%PYTHON_VER%%.egg/|'
	@@${ECHO} '@@dirrm %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py%%PYTHON_VER%%.egg'

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for: trac-autocomplete
# Date created:                      December 07, 2009
# Whom:                              Eygene Ryabinkin <rea-fbsd@@codelabs.ru>
#
# $FreeBSD: head/www/trac-autocomplete/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
a6 1
PORTREVISION=	4
d13 1
a13 1
COMMENT=	A plugin for autocompletion of user names in ticket 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
a23 8
PLIST_SUB+=	PYTHON_VER=${PYTHON_VER}

# 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.7
log
@Change maintainer address for my ports

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


1.6
log
@- Update to svn:8451

PR:		150085
Submitted by:	Eygene Ryabinkin <rea-fbsd@@codelabs.ru> (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	rea-fbsd@@codelabs.ru
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	3
d29 1
a29 1
REL=		7227
@


1.4
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=	2
@


1.3
log
@- Fix PKGNAME
- Replace chmod to ${CHMOD}
- Update MASTER_SITES

PR:		141703
Submitted by:	Eygene Ryabinkin <rea-fbsd@@codelabs.ru> (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Fix INDEX
@
text
@d10 1
d12 2
a13 3
MASTER_SITES=	http://codelabs.ru/fbsd/distfiles/ \
		http://dist.codelabs.ru/fbsd/
PKGNAMEPREFIX=	trac
d36 2
a37 2
	@@${FIND} ${WRKSRC} -type f | ${XARGS} chmod 644
	@@${FIND} ${WRKSRC} -type d | ${XARGS} chmod 755
@


1.1
log
@The AutocompleteUsersPlugin allows AJAX completion of users
for the owner and CC fields on new and existing tickets.

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

PR:		ports/141254
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
@
text
@d19 1
a19 1
BUILD_DEPENDS+=	${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
@

