svn commit: r403425 - in head/devel: . py-apache_conf_parser

Dan Langille dvl at FreeBSD.org
Wed Dec 9 14:54:05 UTC 2015


Author: dvl
Date: Wed Dec  9 14:54:03 2015
New Revision: 403425
URL: https://svnweb.freebsd.org/changeset/ports/403425

Log:
  Add devel/py-apache_conf_parser manipulator & parser of Apache configuration files
  
  Approved by: mat (mentor)
  Differential Revision: D4442

Added:
  head/devel/py-apache_conf_parser/
  head/devel/py-apache_conf_parser/Makefile   (contents, props changed)
  head/devel/py-apache_conf_parser/distinfo   (contents, props changed)
  head/devel/py-apache_conf_parser/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Dec  9 14:29:03 2015	(r403424)
+++ head/devel/Makefile	Wed Dec  9 14:54:03 2015	(r403425)
@@ -3905,6 +3905,7 @@
     SUBDIR += py-anonfunc
     SUBDIR += py-anyconfig
     SUBDIR += py-anyjson
+    SUBDIR += py-apache_conf_parser
     SUBDIR += py-apipkg
     SUBDIR += py-appdirs
     SUBDIR += py-application

Added: head/devel/py-apache_conf_parser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-apache_conf_parser/Makefile	Wed Dec  9 14:54:03 2015	(r403425)
@@ -0,0 +1,18 @@
+# Created by: Dan Langille <dvl at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	apache_conf_parser
+PORTVERSION=	1.0.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dvl at FreeBSD.org
+COMMENT=	Parse and manipulate apache conf files
+
+LICENSE=	BSD
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/devel/py-apache_conf_parser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-apache_conf_parser/distinfo	Wed Dec  9 14:54:03 2015	(r403425)
@@ -0,0 +1,2 @@
+SHA256 (apache_conf_parser-1.0.1.tar.gz) = 39c3cfe12560bde94e314961e22b4353989a31156f46a042b38401014798e0b5
+SIZE (apache_conf_parser-1.0.1.tar.gz) = 9112

Added: head/devel/py-apache_conf_parser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-apache_conf_parser/pkg-descr	Wed Dec  9 14:54:03 2015	(r403425)
@@ -0,0 +1,3 @@
+Parse and manipulate apache conf files.
+
+WWW: https://bitbucket.org/ericsnowcurrently/apache_conf_parser/overview


More information about the svn-ports-head mailing list