head	1.20;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.3;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.03.08;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.10.26.18.54.43;	author rm;	state Exp;
branches;
next	1.18;

1.18
date	2012.05.02.17.19.11;	author glarkin;	state Exp;
branches;
next	1.17;

1.17
date	2010.05.18.04.08.04;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2010.05.05.21.52.37;	author pgollucci;	state Exp;
branches;
next	1.15;

1.15
date	2010.04.15.17.37.27;	author glarkin;	state Exp;
branches;
next	1.14;

1.14
date	2010.01.05.20.47.33;	author glarkin;	state Exp;
branches;
next	1.13;

1.13
date	2009.12.13.16.28.06;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2009.06.08.22.10.42;	author glarkin;	state Exp;
branches;
next	1.11;

1.11
date	2008.10.09.13.40.02;	author glarkin;	state Exp;
branches;
next	1.10;

1.10
date	2008.10.07.21.58.14;	author glarkin;	state Exp;
branches;
next	1.9;

1.9
date	2008.09.03.20.05.24;	author glarkin;	state Exp;
branches;
next	1.8;

1.8
date	2008.07.28.02.06.09;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2008.07.18.21.05.20;	author glarkin;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.28.17.56.08;	author beech;	state Exp;
branches;
next	1.5;

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

1.4
date	2008.06.06.14.07.21;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.29.18.08.38;	author beech;	state Exp;
branches;
next	1.2;

1.2
date	2008.02.22.10.42.09;	author beech;	state Exp;
branches;
next	1.1;

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


desc
@@


1.20
log
@Switch exporter over
@
text
@# Created by: Greg Larkin <glarkin@@FreeBSD.org>
# $FreeBSD: head/www/trac-wysiwyg/Makefile 306459 2012-10-26 18:54:43Z rm $

PORTNAME=	wysiwyg
DISTVERSION=	0.4.${SVN_REV}
PORTREVISION=	1
CATEGORIES=	www devel python
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
		LOCAL/brooks
PKGNAMEPREFIX=	trac-
DIST_SUBDIR=	trac

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	WYSIWYG editor for Trac wiki

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

USE_BZIP2=	yes
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	TracWysiwyg
PYDISTUTILS_PKGVERSION=	0.12.${PORTVERSION:R}
PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%

.include <bsd.port.pre.mk>

.if !defined(SVN_REV)
.if defined(BOOTSTRAP)
SVN_URL=	http://trac-hacks.org/svn/tracwysiwygplugin/0.12/
LANG=		"C"
SVN_REV!=	svn info ${SVN_URL} | ${GREP} Revision | cut -d' ' -f2
.else
.include "Makefile.svn_rev"
.endif
.endif

.if defined(BOOTSTRAP) || defined(SVN_FETCH)
FETCH_DEPENDS+=	svn:${PORTSDIR}/devel/subversion

do-fetch:
	${MKDIR} ${WRKDIR}
	svn export -r ${SVN_REV} ${SVN_URL} ${WRKSRC}
	cd ${WRKDIR}; tar cvfy ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.tar.bz2 ${DISTNAME}
	echo "SVN_REV=  ${SVN_REV}" > ${MASTERDIR}/Makefile.svn_rev
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.19
log
@SVN rev 306459 on 2012-10-26 18:54:43Z by rm

- do not directly depend on setuptools, use USE_DISTUTILS instead
- bump PORTREVISION because of dependency change
- trim Makefile header
- limit python version to 2.x only

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


1.18
log
@- Updated to 0.4.11508

PR:		ports/167127
Submitted by:	brooks
@
text
@d1 1
a1 4
# New ports collection makefile for: trac-wysiwyg
# Date created:                      Jan 11 2008
# Whom:                              Greg Larkin <glarkin@@FreeBSD.org>
#
a3 2
#

d6 1
a16 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
d19 2
a20 3
USE_PYTHON=	yes
NO_BUILD=	yes
USE_PYDISTUTILS=yes
d22 2
a23 4
PLIST_SUB+=	EGGVERSION=${EGGVERSION} PYTHONVERSION=${_PYTHON_VERSION}
EGGVERSION=	0.12.${PORTVERSION:R}
PLIST_FILES+=	%%PYTHON_SITELIBDIR%%/TracWysiwyg-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg
PYDISTUTILS_NOEGGINFO=	yes
@


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

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d6 1
d10 1
a10 2
PORTVERSION=	0.2.7848
PORTREVISION=	2
d13 1
a13 1
		LOCAL/glarkin
d15 1
a15 1
DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
d21 11
d33 1
a33 1
USE_ZIP=	yes
d35 19
a53 8
WRKSRC=		${WRKDIR}/trac${PORTNAME}plugin/0.11
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=    TracWysiwyg
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
PLIST_SUB+=	EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
PYDISTUTILS_NOEGGINFO=	yes
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/TracWysiwyg-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg
d58 1
a58 1
.include <bsd.port.mk>
@


1.16
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.15
log
@- Updated to 0.2.7848
- Moved 1-line pkg-plist to PLIST_FILES
@
text
@d10 1
@


1.14
log
@- Updated to 0.2.7350
@
text
@d9 1
a9 1
PORTVERSION=	0.2.7350
d30 1
@


1.13
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
@d9 1
a9 1
PORTVERSION=	0.2.5931
@


1.12
log
@- Updated to 0.2.5931
@
text
@d24 1
a24 1
USE_PYTHON=	2.3+
@


1.11
log
@- Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install)

PR:		ports/127968
Submitted by:	mm
Approved by:	beech (mentor, implicit)
@
text
@d9 1
a9 2
PORTVERSION=	0.2.4353
PORTREVISION=	1
@


1.10
log
@- Update to 0.2.4353

Approved by:	beech (mentor, implicit)
@
text
@d10 1
a19 1
BUILD_DEPENDS+=	easy_install:${PORTSDIR}/devel/py-setuptools
a24 1
NO_BUILD=	yes
d26 3
a28 1
USE_PYDISTUTILS=yes
@


1.9
log
@- Upgraded to 0.2.4214
- Added 2nd MASTER_SITE

Approved by:	beech (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.4214
@


1.8
log
@- chase www/trac 0.11
- bump PORTREVISION

PR:		ports/125225
Submitted by:	clsung
Approved by:	maintainer (Greg Larkin)
@
text
@d9 1
a9 2
PORTVERSION=	0.2.3856
PORTREVISION=	1
d11 2
a12 1
MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/
@


1.7
log
@Changed my MAINTAINER address to
glarkin@@FreeBSD.org.

Approved by:	beech (mentor)
@
text
@d10 1
d24 1
a24 1
WRKSRC=		${WRKDIR}/trac${PORTNAME}plugin/0.10
@


1.6
log
@- Update to 0.2.3856

PR:		ports/124997
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net>	(maintainer)
@
text
@d3 1
a3 1
# Whom:                              Greg Larkin <glarkin@@sourcehosting.net>
d15 1
a15 1
MAINTAINER=	glarkin@@sourcehosting.net
@


1.5
log
@- Update to 0.2.3847

PR:		124657
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3847
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	0.2.3423
PORTREVISION=	1
@


1.3
log
@- Update to 0.2.3423
- Fixes issue: Plugin fails when quoted comments are included within a list

PR:		ports/122189
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net> (maintainer)
@
text
@d10 1
@


1.2
log
@- Update to 0.2.3255

PR:		ports/120951
Submitted by:	Greg Larkin <glarkin@@sourcehosting.net>	(maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3255
@


1.1
log
@This plugin provides a wiki WYSIWYG editor that generates Trac
wiki markup. This enables users to switch between the WYSIWYG mode
and the standard wiki markup format, as needed.

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

PR:		ports/119571
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.2
d27 1
a27 1
PLIST_SUB+=	PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
@

