diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-25 19:01:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-25 19:01:52 +0800 |
commit | b687a2a109075381c06628bd1205ad6281802cc6 (patch) | |
tree | b94d25e12f26fe8eaa3801e80688f5a582818cc3 | |
parent | 66397de329c04bed86cd378fc61ce7a15a6c6236 (diff) | |
download | freebsd-ports-gnome-b687a2a109075381c06628bd1205ad6281802cc6.tar.gz freebsd-ports-gnome-b687a2a109075381c06628bd1205ad6281802cc6.tar.zst freebsd-ports-gnome-b687a2a109075381c06628bd1205ad6281802cc6.zip |
add py-jaxml 2.23
A Python module to generate XML easily
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-jaxml/Makefile | 27 | ||||
-rw-r--r-- | textproc/py-jaxml/distinfo | 1 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-plist | 2 |
6 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8b91adc5af2d..092b4e8ef21c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -219,6 +219,7 @@ SUBDIR += py-csv SUBDIR += py-dsv SUBDIR += py-expat + SUBDIR += py-jaxml SUBDIR += py-martel SUBDIR += py-sgrep SUBDIR += py-trex diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile new file mode 100644 index 000000000000..1b5098272131 --- /dev/null +++ b/textproc/py-jaxml/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection Makefile for: py-jaxml +# Date created: Mar 24, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= jaxml +PORTVERSION= 2.23 +CATEGORIES= textproc python +MASTER_SITES= http://cortex.unice.fr/~jerome/jaxml/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@FreeBSD.org + +USE_PYTHON= yes + +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include <bsd.port.mk> diff --git a/textproc/py-jaxml/distinfo b/textproc/py-jaxml/distinfo new file mode 100644 index 000000000000..e38d5557a4e2 --- /dev/null +++ b/textproc/py-jaxml/distinfo @@ -0,0 +1 @@ +MD5 (jaxml-2.23.tar.gz) = cb499259706a427b57e18238e514a685 diff --git a/textproc/py-jaxml/pkg-comment b/textproc/py-jaxml/pkg-comment new file mode 100644 index 000000000000..74bf4d3835ad --- /dev/null +++ b/textproc/py-jaxml/pkg-comment @@ -0,0 +1 @@ +A Python module to generate XML easily diff --git a/textproc/py-jaxml/pkg-descr b/textproc/py-jaxml/pkg-descr new file mode 100644 index 000000000000..a29110205a71 --- /dev/null +++ b/textproc/py-jaxml/pkg-descr @@ -0,0 +1,3 @@ +A Python module to generate XML easily + +WWW: http://cortex.unice.fr/~jerome/jaxml/ diff --git a/textproc/py-jaxml/pkg-plist b/textproc/py-jaxml/pkg-plist new file mode 100644 index 000000000000..e46c3e883bcd --- /dev/null +++ b/textproc/py-jaxml/pkg-plist @@ -0,0 +1,2 @@ +lib/%%PYTHON_VERSION%%/site-packages/jaxml.py +lib/%%PYTHON_VERSION%%/site-packages/jaxml.pyc |