Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 267DD7A26F for ; Fri, 28 Apr 2017 14:49:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C183D84DCA; Fri, 28 Apr 2017 14:49:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5296A84DAE for ; Fri, 28 Apr 2017 14:49:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4sX79v8IZcAB for ; Fri, 28 Apr 2017 14:49:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C620884CE1 for ; Fri, 28 Apr 2017 14:49:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BC9EFFBE4; Fri, 28 Apr 2017 14:49:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493390970206440" MIME-Version: 1.0 Date: Fri, 28 Apr 2017 14:49:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-meld3 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170428144930.BC9EFFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493390970206440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Apr 28 14:49:30 UTC 2017 Added Files: pkgsrc/www/py-meld3: DESCR Makefile PLIST distinfo Log Message: Import py-meld3-1.0.2 as www/py-meld3. meld3 is an HTML/XML templating system for Python which keeps template markup and dynamic rendering logic separate from one another. See http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern. meld3 can deal with HTML or XML/XHTML input and can output well-formed HTML or XML/XHTML. meld3 is a variation of Paul Winkler's Meld2, which is itself a variation of Richie Hindle's PyMeld. meld3 uses Frederik Lundh's ElementTree library. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-meld3/DESCR pkgsrc/www/py-meld3/Makefile \ pkgsrc/www/py-meld3/PLIST pkgsrc/www/py-meld3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493390970206440 Content-Disposition: inline Content-Length: 2678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/py-meld3/DESCR diff -u /dev/null pkgsrc/www/py-meld3/DESCR:1.1 --- /dev/null Fri Apr 28 14:49:30 2017 +++ pkgsrc/www/py-meld3/DESCR Fri Apr 28 14:49:30 2017 @@ -0,0 +1,12 @@ +meld3 is an HTML/XML templating system for Python which keeps +template markup and dynamic rendering logic separate from one +another. See http://www.entrian.com/PyMeld for a treatise on the +benefits of this pattern. + +meld3 can deal with HTML or XML/XHTML input and can output well-formed +HTML or XML/XHTML. + +meld3 is a variation of Paul Winkler's Meld2, which is itself a +variation of Richie Hindle's PyMeld. + +meld3 uses Frederik Lundh's ElementTree library. Index: pkgsrc/www/py-meld3/Makefile diff -u /dev/null pkgsrc/www/py-meld3/Makefile:1.1 --- /dev/null Fri Apr 28 14:49:30 2017 +++ pkgsrc/www/py-meld3/Makefile Fri Apr 28 14:49:30 2017 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2017/04/28 14:49:30 wiz Exp $ + +DISTNAME= meld3-1.0.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PYPI:=m/meld3/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://entrian.com/PyMeld/ +COMMENT= HTML/XML templating engine +LICENSE= original-bsd + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-meld3/PLIST diff -u /dev/null pkgsrc/www/py-meld3/PLIST:1.1 --- /dev/null Fri Apr 28 14:49:30 2017 +++ pkgsrc/www/py-meld3/PLIST Fri Apr 28 14:49:30 2017 @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/28 14:49:30 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/meld3/__init__.py +${PYSITELIB}/meld3/__init__.pyc +${PYSITELIB}/meld3/__init__.pyo +${PYSITELIB}/meld3/_compat.py +${PYSITELIB}/meld3/_compat.pyc +${PYSITELIB}/meld3/_compat.pyo +${PYSITELIB}/meld3/meld3.py +${PYSITELIB}/meld3/meld3.pyc +${PYSITELIB}/meld3/meld3.pyo +${PYSITELIB}/meld3/test_meld3.py +${PYSITELIB}/meld3/test_meld3.pyc +${PYSITELIB}/meld3/test_meld3.pyo Index: pkgsrc/www/py-meld3/distinfo diff -u /dev/null pkgsrc/www/py-meld3/distinfo:1.1 --- /dev/null Fri Apr 28 14:49:30 2017 +++ pkgsrc/www/py-meld3/distinfo Fri Apr 28 14:49:30 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/28 14:49:30 wiz Exp $ + +SHA1 (meld3-1.0.2.tar.gz) = 01e90ab9a97b68a202e95d4460e4bcea3d929495 +RMD160 (meld3-1.0.2.tar.gz) = 5d8fc6e2d07e860d04aac7b78e74b87916bf1e77 +SHA512 (meld3-1.0.2.tar.gz) = 54fe6def7169fb4e3469cad8be58e56984026f27b3b8b2bfd6d53e2296e0c2a5bfb3e67d032ef75edd93306f4115a091930a7aae3573acecd3fed4acd6eeb544 +Size (meld3-1.0.2.tar.gz) = 36478 bytes --_----------=_1493390970206440--