Date: Thu, 14 Jul 2016 18:53:10 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418554 - in head/www: . py-html Message-ID: <201607141853.u6EIrAxE041962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Jul 14 18:53:10 2016 New Revision: 418554 URL: https://svnweb.freebsd.org/changeset/ports/418554 Log: Simple, elegant HTML, XHTML and XML generation. WWW: http://pypi.python.org/pypi/html PR: 210735 Submitted by: Yuri Victorovich <yuri@rawbw.com> Added: head/www/py-html/ head/www/py-html/Makefile (contents, props changed) head/www/py-html/distinfo (contents, props changed) head/www/py-html/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jul 14 18:45:54 2016 (r418553) +++ head/www/Makefile Thu Jul 14 18:53:10 2016 (r418554) @@ -1618,6 +1618,7 @@ SUBDIR += py-graphite-web SUBDIR += py-grequests SUBDIR += py-gunicorn + SUBDIR += py-html SUBDIR += py-html5lib SUBDIR += py-http-parser SUBDIR += py-httplib2 Added: head/www/py-html/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-html/Makefile Thu Jul 14 18:53:10 2016 (r418554) @@ -0,0 +1,20 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= html +PORTVERSION= 1.16 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Simple, elegant HTML, XHTML and XML generation + +LICENSE= BSD3CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-html/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-html/distinfo Thu Jul 14 18:53:10 2016 (r418554) @@ -0,0 +1,3 @@ +TIMESTAMP = 1467357572 +SHA256 (html-1.16.tar.gz) = ebc768f23b54a71350d731a75f2ef3a4a4dbdad9ae68d58b527664b66088e456 +SIZE (html-1.16.tar.gz) = 7639 Added: head/www/py-html/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-html/pkg-descr Thu Jul 14 18:53:10 2016 (r418554) @@ -0,0 +1,3 @@ +Simple, elegant HTML, XHTML and XML generation. + +WWW: http://pypi.python.org/pypi/html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607141853.u6EIrAxE041962>