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


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

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

1.9
date	2012.10.30.19.45.57;	author rm;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.25.16.55.38;	author sunpoet;	state Exp;
branches;
next	1.7;

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

1.6
date	2010.05.18.04.07.57;	author pgollucci;	state Exp;
branches;
next	1.5;

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

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

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

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

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


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313115
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/trac-fullblog/Makefile 313115 2013-02-28 17:06:36Z brooks $

PORTNAME=	${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L}
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	brooks
PKGNAMEPREFIX=	trac-
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
DIST_SUBDIR=	trac

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Plugin that provides a project Blog

RUN_DEPENDS+=	htmldoc:${PORTSDIR}/textproc/htmldoc \
		tracd:${PORTSDIR}/www/trac

USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracFullBlogPlugin

.if defined(BOOTSTRAP)
do-fetch:
	${MKDIR} ${WRKDIR}
	svn export http://trac-hacks.org/svn/fullblogplugin/0.11/ ${WRKSRC}
	${MKDIR} ${_DISTDIR}
	cd ${WRKDIR} && \
	    tar cfvz ${_DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME}
.endif

build-plist:
	@@${CAT} /dev/null > ${PLIST}
	${FIND} ${EGG_PATH} -type f | \
	    ${SED} -e 's|${EGG_PATH}|%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-%%PORTVERSION%%-py%%PYTHON_VER%%.egg|' | \
	    ${SORT} >> ${PLIST}
	${FIND} ${EGG_PATH} -type d | \
	    ${SED} -e 's|${EGG_PATH}|@@dirrm %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-%%PORTVERSION%%-py%%PYTHON_VER%%.egg|' | \
	    ${SORT} -r >> ${PLIST}

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d1 1
a1 2
# Created by: Brooks Davis <brooks@@freebsd.org>
# $FreeBSD: head/www/trac-fullblog/Makefile 306703 2012-10-30 19:45:57Z rm $
d13 1
a13 1
MAINTAINER=	brooks@@FreeBSD.org
@


1.9
log
@SVN rev 306703 on 2012-10-30 19:45:57Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- remove indefinite article in COMMENT
- trim Makefile header
- limit python version to 2.x only
- simplify pkg-plist entries

PR:		173170
Submitted by:	rm (myself)
Approved by:	brooks (maintainer, by mail)
Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.8
log
@- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-fullblog
# Date created:                      January 9, 2009
# Whom:                              Brooks Davis <brooks@@freebsd.org>
#
a2 1
#
d6 1
d15 1
a15 1
COMMENT=	This plugin provides a project Blog
a18 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d20 2
a21 3
USE_PYTHON=	2.5+
NO_BUILD=	yes
USE_PYDISTUTILS=yes
a22 5
PYDISTUTILS_NOEGGINFO=	yes
PLIST_SUB=	PORTVERSION=${PORTVERSION} \
		PYTHON_VER=${PYTHON_VER}

EGG_PATH=	${PYTHONPREFIX_SITELIBDIR}/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
@


1.7
log
@Upgrade to 0.1.1 with Trac 0.12 compatibility.

Note that Trac environments require upgrading after this update.
@
text
@d17 1
a17 1
MAINTAINER=	brooks@@freebsd.org
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d9 1
a9 2
PORTVERSION=	0.1
PORTREVISION=	4
d15 1
a27 1
WRKSRC=		${WRKDIR}/${PORTNAME}plugin
d34 8
a41 2
do-build:
	@@${DO_NADA}
@


1.5
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=	3
@


1.4
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d10 1
@


1.1
log
@This plugin provides a project Blog, but unlike TracBlogPlugin and
SimpleBlogPlugin it does not use Wiki pages to store the content.
It has no dependencies on other plugins.

WWW: http://trac-hacks.org/wiki/FullBlogPlugin
@
text
@d23 1
a23 1
USE_PYTHON=	2.3+
@

