From owner-svn-ports-all@freebsd.org Thu Jul 14 18:53:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44A27B99F05; Thu, 14 Jul 2016 18:53:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E58D11CD5; Thu, 14 Jul 2016 18:53:11 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6EIrB6b041966; Thu, 14 Jul 2016 18:53:11 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6EIrAxE041962; Thu, 14 Jul 2016 18:53:10 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201607141853.u6EIrAxE041962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 14 Jul 2016 18:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418554 - in head/www: . py-html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 18:53:12 -0000 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 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 +# $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 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