head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	old_RELEASE_7_2_0:1.2
	old_RELEASE_7_1_0:1.2
	old_RELEASE_6_4_0:1.2
	old_RELEASE_5_EOL:1.2
	old_RELEASE_7_0_0:1.2
	old_RELEASE_6_3_0:1.2
	old_PRE_XORG_7:1.2
	old_RELEASE_4_EOL:1.2
	old_RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


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

1.7
date	2012.05.25.14.01.56;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.13.17.17.09;	author sunpoet;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.07.05.22.51.54;	author miwi;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.09.13.03.21.37;	author alexbl;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.07.14.00.08;	author pav;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:   meld3
# Date created:        14 June 2009
# Whom:                Kirill P. Spitsin <tn@@0x746e.org.ua>
#
# $FreeBSD: head/www/py-meld3/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	meld3
PORTVERSION=	0.6.8
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	tn@@0x746e.org.ua
COMMENT=	HTML/XML templating system for Python

USE_PYTHON=	2.5-2.7
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
@


1.7
log
@- Update to 0.6.8

PR:		168195
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.6.7
- Change MASTER_SITES to CHEESESHOP
- Update COMMENTS: remove out-dated version tag
- Change USE_PYTHON to 2.5-2.7: drop devel/py-elementtree dependency
- Remove trailing space in pkg-descr

Changes:	https://raw.github.com/Supervisor/meld3/afe92611ee5959d1105a37c4403c99520e24c4ae/CHANGES.txt
PR:		ports/160304
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	maintainer (timeout, 15 days)
@
text
@d9 1
a9 1
PORTVERSION=	0.6.7
@


1.5
log
@- Add missing python virtual categories
@
text
@d9 1
a9 1
PORTVERSION=	0.6.5
d11 1
a11 2
MASTER_SITES=	http://www.plope.com/software/meld3/ \
				http://0x746e.org.ua/distfiles/
d15 1
a15 1
COMMENT=	HTML/XML templating system for Python 2.3+
d17 1
a17 3
RUN_DEPENDS=	py*-elementtree>=1.2:${PORTSDIR}/devel/py-elementtree

USE_PYTHON=	yes
@


1.4
log
@- Update to 0.6.5
- Connect to the build

PR:		135563
Submitted by:	"Kirill P. Spitsin" <tn@@0x746e.org.ua>
@
text
@d10 1
a10 1
CATEGORIES=	www
@


1.3
log
@- Force commit
	repocopy from www/py-meld to www/py-meld3

Repocopy by:	marcus
@
text
@d1 3
a3 3
# New ports collection makefile for:	py-meld
# Date created:				2 May 2006
# Whom:					Alexander Botero-Lowry <alex@@foxybanana.com>
d8 5
a12 4
PORTNAME=	meld
PORTVERSION=	2.1.3
CATEGORIES=	www python
MASTER_SITES=	http://www.entrian.com/PyMeld/
a13 3
DISTNAME=	PyMeld
EXTRACT_SUFX=	.py
EXTRACT_ONLY=	# This space left intentionally empty
d15 4
a18 2
MAINTAINER=	alexbl@@FreeBSD.org
COMMENT=	A system for manipulating HTML using a Pythonic object model
d21 1
a21 17

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/PyMeld.py \
		%%PYTHON_SITELIBDIR%%/PyMeld.pyc \
		%%PYTHON_SITELIBDIR%%/PyMeld.pyo

pre-build:
	@@${MKDIR} ${WRKSRC}
	@@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}

do-build:
	@@cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import PyMeld' && \
	${PYTHON_CMD} -c 'import PyMeld'

do-install:
	${INSTALL_DATA} ${WRKSRC}/PyMeld.py ${PYTHON_SITELIBDIR}
	${INSTALL_DATA} ${WRKSRC}/PyMeld.pyc ${PYTHON_SITELIBDIR}
	${INSTALL_DATA} ${WRKSRC}/PyMeld.pyo ${PYTHON_SITELIBDIR}
@


1.2
log
@Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:	novel
@
text
@@


1.1
log
@A simple, lightweight system for manipulating HTML (and XML, informally) using
a Pythonic object model.

Features:
 - Allows program logic and HTML to be completely separated - a graphical
   designer can design the HTML in a visual HTML editor, without needing to
   deal with any non-standard syntax or non-standard attribute names.
 - Designed with common HTML-application programming tasks in mind.
 - No special requirements for the HTML/XML (or just one: attribute values must
   be quoted) - so you can use any editor, and your HTML/XML doesn't need to be
   strictly valid.
 - Works by string substitution, rather than by decomposing and rebuilding the
   markup, hence has no impact on the parts of the page you don't manipulate.
 - Does nothing but manipulating HTML/XML, hence fits in with any other Web
   toolkits you're using.
 - Tracebacks always point to the right place - many Python/HTML mixing systems
   use exec or eval, making bugs hard to track down.

WWW: http://www.entrian.com/PyMeld/index.html

PR:		ports/96698
Submitted by:	Alexander Botero-Lowry <alex@@foxybanana.com>
@
text
@d17 1
a17 1
MAINTAINER=	alex@@foxybanana.com
@

