JAXML is a Python module which makes the automated generation of XML, XHTML or

HTML documents easy.

ok sturm@.
This commit is contained in:
xsa 2004-02-03 21:53:41 +00:00
parent 5fd9a815b8
commit 55ae917faa
5 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/02/03 21:53:41 xsa Exp $
COMMENT= "Python module to easily generate XML/XHTML/HTML documents"
DISTNAME= jaxml-3.01
PKGNAME= py-${DISTNAME}
CATEGORIES= textproc
HOMEPAGE= http://www.librelogiciel.com/software/jaxml/action_Presentation
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.librelogiciel.com/software/jaxml/tarballs/
MODULES= python
NO_REGRESS= Yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-jaxml
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test/{template.htt,test.py} ${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (jaxml-3.01.tar.gz) = 87687c2bb5bceca0f93c53cd600ed9f1
RMD160 (jaxml-3.01.tar.gz) = efede83b82272b7af97a6d3d93255c4dcd6c2010
SHA1 (jaxml-3.01.tar.gz) = d4c8810463b034b4031e09d5b3f63c9b1766c695

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-setup_py,v 1.1.1.1 2004/02/03 21:53:41 xsa Exp $
--- setup.py.orig 2002-04-25 11:08:41.000000000 +0200
+++ setup.py 2004-02-03 01:20:45.000000000 +0100
@@ -17,7 +17,7 @@ from distutils.core import setup
import jaxml
setup(name = "jaxml", version = jaxml.__version__,
- licence = "GNU GPL",
+ license = "GNU GPL",
description = "a Python module to generate XML easily",
author = "Jerome Alet",
author_email = "alet@librelogiciel.com",

View File

@ -0,0 +1,2 @@
JAXML is a Python module which makes the automated generation of XML, XHTML or
HTML documents easy.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/02/03 21:53:41 xsa Exp $
lib/python${MODPY_VERSION}/site-packages/jaxml.py
lib/python${MODPY_VERSION}/site-packages/jaxml.pyc
share/examples/py-jaxml/template.htt
share/examples/py-jaxml/test.py
@dirrm share/examples/py-jaxml