head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.13.07.04.35;	author rm;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.02.19.22.13;	author bapt;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.02.08.02.03;	author linimon;	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.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-meld
# Date created:				2 May 2006
# Whom:					Alexander Botero-Lowry <alex@@foxybanana.com>
#
# $FreeBSD: head/www/py-meld/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	meld
PORTVERSION=	2.1.4
CATEGORIES=	www python
MASTER_SITES=	http://entrian.com/PyMeld/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyMeld
EXTRACT_SUFX=	.py
EXTRACT_ONLY=	# This space left intentionally empty

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A system for manipulating HTML using a Pythonic object model

LICENSE=	MIT

USE_PYTHON=	-2.7

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}

.include <bsd.port.mk>
@


1.5
log
@- update to 2.1.4
- add LICENSE (MIT)
- strict python versions (won't work with python3)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Fix master_site
@
text
@d9 1
a9 1
PORTVERSION=	2.1.3
d20 3
a22 1
USE_PYTHON=	yes
@


1.3
log
@Reset alexbl@@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.entrian.com/PyMeld/
@


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

Approved by:	novel
@
text
@d17 1
a17 1
MAINTAINER=	alexbl@@FreeBSD.org
@


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
@

