head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

1.6
date	2012.08.17.04.34.23;	author rm;	state Exp;
branches;
next	1.5;

1.5
date	2010.01.20.09.27.45;	author yzlin;	state Exp;
branches;
next	1.4;

1.4
date	2009.07.29.12.59.14;	author yzlin;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.08.10.40.27;	author lwhsu;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-textile
# Date created:				2008-09-05
# Whom:					Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
#
# $FreeBSD: head/www/py-textile/Makefile 302666 2012-08-17 04:34:23Z rm $
#

PORTNAME=	textile
PORTVERSION=	2.1.5
CATEGORIES=	www textproc python
MASTER_SITES=	CHEESESHOP \
		GOOGLE_CODE
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yzlin@@FreeBSD.org
COMMENT=	Textile markup generator written in Python

LICENSE=	BSD

PROJECTHOST=	pytextile
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.6
log
@SVN rev 302666 on 2012-08-17 04:34:23Z by rm

- update to 2.1.5
- switch to setuptools

while here:
- add LICENSE (BSD)
- strict python version to 2.x only
- tab -> space in pkg-descr:WWW

PR:		167124
Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail dot com>
Approved by:	maintainer timeout (yzlin, ~4 months)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 2.1.4

Approved by:	lwhsu/rafan (mentors, implicit)
@
text
@d2 2
a3 2
# Date created:		2008-09-05
# Whom:			Yi-Jheng Lin <yzlin@@cs.nctu.edu.tw>
d9 1
a9 1
PORTVERSION=	2.1.4
d18 2
d21 2
a22 2
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	yes
@


1.4
log
@- Change to my mail address at FreeBSD.org

Approved by:	lwhsu (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.1.3
d12 1
a12 1
		${MASTER_SITE_GOOGLE_CODE}
a20 3
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/textile.py \
		%%PYTHON_SITELIBDIR%%/textile.pyc \
		%%PYTHON_SITELIBDIR%%/textile.pyo
@


1.3
log
@- Update to 2.1.3

PR:		ports/131470
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	yzlin@@cs.nctu.edu.tw
@


1.2
log
@CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	2.0.11
d11 2
a12 1
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
d20 4
a23 3
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_NOEGGINFO=	yes
PLIST_SUB=	VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//}
@


1.1
log
@Textile is a Python implementation of the Textile
(http://textism.com/tools/textile) markup language.

WWW:	http://code.google.com/p/pytextile/

PR:		ports/127139
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
@
text
@d10 1
a10 1
CATEGORIES=	www textproc
@

