Date: Tue, 2 May 2006 19:14:29 -0700 (PDT) From: Alexander Botero-Lowry <alex@foxybanana.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96698: [NEW PORT] www/py24-meld: A system for manipulating HTML using a Pythonic object model Message-ID: <200605030214.k432ETQ1061834@Laptop.mine.box> Resent-Message-ID: <200605030220.k432K7iq008798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96698 >Category: ports >Synopsis: [NEW PORT] www/py24-meld: A system for manipulating HTML using a Pythonic object model >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 03 02:20:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Botero-Lowry >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb 7 19:06:16 PST >Description: 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 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- py24-meld-2.1.3.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-meld # py-meld/Makefile # py-meld/distinfo # py-meld/pkg-descr # echo c - py-meld mkdir -p py-meld > /dev/null 2>&1 echo x - py-meld/Makefile sed 's/^X//' >py-meld/Makefile << 'END-of-py-meld/Makefile' X# New ports collection makefile for: py-meld X# Date created: 02 May 2006 X# Whom: Alexander Botero-Lowry <alex@foxybanana.com> X# X# $FreeBSD$ X# X XPORTNAME= meld XPORTVERSION= 2.1.3 XCATEGORIES= www python XMASTER_SITES= http://www.entrian.com/PyMeld/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= PyMeld XEXTRACT_SUFX= .py XEXTRACT_ONLY= # This space left intentionally empty X XMAINTAINER= alex@foxybanana.com XCOMMENT= A system for manipulating HTML using a Pythonic object model X XUSE_PYTHON= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/PyMeld.py \ X %%PYTHON_SITELIBDIR%%/PyMeld.pyc \ X %%PYTHON_SITELIBDIR%%/PyMeld.pyo X Xpre-build: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} X Xdo-build: X @cd ${WRKSRC} && ${PYTHON_CMD} -OOOO -c 'import PyMeld' && \ X ${PYTHON_CMD} -c 'import PyMeld' X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/PyMeld.py ${PYTHON_SITELIBDIR} X ${INSTALL_DATA} ${WRKSRC}/PyMeld.pyc ${PYTHON_SITELIBDIR} X ${INSTALL_DATA} ${WRKSRC}/PyMeld.pyo ${PYTHON_SITELIBDIR} X X.include <bsd.port.mk> END-of-py-meld/Makefile echo x - py-meld/distinfo sed 's/^X//' >py-meld/distinfo << 'END-of-py-meld/distinfo' XMD5 (PyMeld.py) = 2b12b14b4e7500dd9efae6da1c5ae6cf XSHA256 (PyMeld.py) = 30e1c0adbe7f2f3e54aed05ca30cd61ddf8c5a57fa300331277a88e00617a5da XSIZE (PyMeld.py) = 44917 END-of-py-meld/distinfo echo x - py-meld/pkg-descr sed 's/^X//' >py-meld/pkg-descr << 'END-of-py-meld/pkg-descr' XA simple, lightweight system for manipulating HTML (and XML, informally) using Xa Pythonic object model. X XFeatures: X - Allows program logic and HTML to be completely separated - a graphical X designer can design the HTML in a visual HTML editor, without needing to X deal with any non-standard syntax or non-standard attribute names. X - Designed with common HTML-application programming tasks in mind. X - No special requirements for the HTML/XML (or just one: attribute values must X be quoted) - so you can use any editor, and your HTML/XML doesn't need to be X strictly valid. X - Works by string substitution, rather than by decomposing and rebuilding the X markup, hence has no impact on the parts of the page you don't manipulate. X - Does nothing but manipulating HTML/XML, hence fits in with any other Web X toolkits you're using. X - Tracebacks always point to the right place - many Python/HTML mixing systems X use exec or eval, making bugs hard to track down. X XWWW: http://www.entrian.com/PyMeld/index.html END-of-py-meld/pkg-descr exit --- py24-meld-2.1.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605030214.k432ETQ1061834>