svn commit: r307571 - in head/devel: . py-fastimport
Carlo Strub
cs at FreeBSD.org
Mon Nov 19 21:20:35 UTC 2012
Author: cs
Date: Mon Nov 19 21:20:34 2012
New Revision: 307571
URL: http://svnweb.freebsd.org/changeset/ports/307571
Log:
This is the Python parser that was originally developed for bzr-fastimport, but
extracted so it can be used by other projects.
It is currently used by bzr-fastimport and dulwich. hg-fastimport and
git-remote-hg use a slightly modified version of it.
WWW: https://launchpad.net/python-fastimport
Feature safe: yes
Added:
head/devel/py-fastimport/
head/devel/py-fastimport/Makefile (contents, props changed)
head/devel/py-fastimport/distinfo (contents, props changed)
head/devel/py-fastimport/pkg-descr (contents, props changed)
head/devel/py-fastimport/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Nov 19 21:16:42 2012 (r307570)
+++ head/devel/Makefile Mon Nov 19 21:20:34 2012 (r307571)
@@ -3334,6 +3334,7 @@
SUBDIR += py-ezpyinline
SUBDIR += py-fabric
SUBDIR += py-fam
+ SUBDIR += py-fastimport
SUBDIR += py-fileutils
SUBDIR += py-five.customerize
SUBDIR += py-five.formlib
Added: head/devel/py-fastimport/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fastimport/Makefile Mon Nov 19 21:20:34 2012 (r307571)
@@ -0,0 +1,22 @@
+# Created by: Carlo Strub
+# $FreeBSD$
+#
+
+PORTNAME= fastimport
+PORTVERSION= 0.9.2
+CATEGORIES= devel
+MASTER_SITES= https://launchpadlibrarian.net/99879696/ \
+ http://www.c-s.li/ports/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= cs at FreeBSD.org
+COMMENT= Fastimport parser in Python
+
+LICENSE= GPLv2
+
+WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
+USE_PYTHON= 2.5+
+USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= fastimport
+
+.include <bsd.port.mk>
Added: head/devel/py-fastimport/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fastimport/distinfo Mon Nov 19 21:20:34 2012 (r307571)
@@ -0,0 +1,2 @@
+SHA256 (fastimport-0.9.2.tar.gz) = fd60f1173e64a5da7c5d783f17402f795721b7548ea3a75e29c39d89a60f261e
+SIZE (fastimport-0.9.2.tar.gz) = 30762
Added: head/devel/py-fastimport/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fastimport/pkg-descr Mon Nov 19 21:20:34 2012 (r307571)
@@ -0,0 +1,6 @@
+This is the Python parser that was originally developed for bzr-fastimport, but
+extracted so it can be used by other projects.
+It is currently used by bzr-fastimport and dulwich. hg-fastimport and
+git-remote-hg use a slightly modified version of it.
+
+WWW: https://launchpad.net/python-fastimport
Added: head/devel/py-fastimport/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-fastimport/pkg-plist Mon Nov 19 21:20:34 2012 (r307571)
@@ -0,0 +1,55 @@
+%%PYTHON_SITELIBDIR%%/fastimport/__init__.py
+%%PYTHON_SITELIBDIR%%/fastimport/__init__.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/__init__.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/commands.py
+%%PYTHON_SITELIBDIR%%/fastimport/commands.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/commands.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/dates.py
+%%PYTHON_SITELIBDIR%%/fastimport/dates.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/dates.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/errors.py
+%%PYTHON_SITELIBDIR%%/fastimport/errors.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/errors.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/helpers.py
+%%PYTHON_SITELIBDIR%%/fastimport/helpers.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/helpers.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/parser.py
+%%PYTHON_SITELIBDIR%%/fastimport/parser.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/parser.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/processor.py
+%%PYTHON_SITELIBDIR%%/fastimport/processor.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/processor.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/processors/__init__.py
+%%PYTHON_SITELIBDIR%%/fastimport/processors/__init__.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/processors/__init__.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/processors/filter_processor.py
+%%PYTHON_SITELIBDIR%%/fastimport/processors/filter_processor.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/processors/filter_processor.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/processors/query_processor.py
+%%PYTHON_SITELIBDIR%%/fastimport/processors/query_processor.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/processors/query_processor.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_commands.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_commands.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_commands.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_dates.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_dates.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_dates.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_errors.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_errors.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_errors.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_filter_processor.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_filter_processor.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_filter_processor.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_helpers.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_helpers.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_helpers.pyo
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_parser.py
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_parser.pyc
+%%PYTHON_SITELIBDIR%%/fastimport/tests/test_parser.pyo
+ at dirrm %%PYTHON_SITELIBDIR%%/fastimport/tests
+ at dirrm %%PYTHON_SITELIBDIR%%/fastimport/processors
+ at dirrm %%PYTHON_SITELIBDIR%%/fastimport
+ at dirrmtry %%PYTHON_SITELIBDIR%%
More information about the svn-ports-all
mailing list