diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 21 | ||||
-rw-r--r-- | textproc/sablotron/distinfo | 4 | ||||
-rwxr-xr-x | textproc/sablotron/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/sablotron/pkg/PLIST | 10 |
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile new file mode 100644 index 00000000000..85c926fb847 --- /dev/null +++ b/textproc/sablotron/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/25 17:27:34 wiz Exp $ + +DISTNAME= Sablot-0.60 +PKGNAME= sablotron-0.60 +CATEGORIES= textproc +MASTER_SITES= http://www.gingerall.com/perl/rd?url=sablot/ + +MAINTAINER= uithuis@dds.nl +HOMEPAGE= http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act +COMMENT= XSL processor fully implemented in C++ + +DEPENDS+= expat-*:../../textproc/expat + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/tools/ltconfig + +CPPFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/sablotron/distinfo b/textproc/sablotron/distinfo new file mode 100644 index 00000000000..d96bdab1d88 --- /dev/null +++ b/textproc/sablotron/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/25 17:27:34 wiz Exp $ + +SHA1 (Sablot-0.60.tar.gz) = 5bf1cacf025f0d57b3f63ab6b01f08821fd10417 +Size (Sablot-0.60.tar.gz) = 252835 bytes diff --git a/textproc/sablotron/pkg/DESCR b/textproc/sablotron/pkg/DESCR new file mode 100755 index 00000000000..902bb9d19bc --- /dev/null +++ b/textproc/sablotron/pkg/DESCR @@ -0,0 +1,4 @@ +Sablotron is an XSL processor fully implemented in C++. As an XML parser +it uses the excellent Expat parser, whose source is included. + +Original creator of Sablotron is Ginger Alliance Ltd, Czech Republic. diff --git a/textproc/sablotron/pkg/PLIST b/textproc/sablotron/pkg/PLIST new file mode 100644 index 00000000000..38ede42774c --- /dev/null +++ b/textproc/sablotron/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/25 17:27:34 wiz Exp $ +bin/sabcmd +include/sablot.h +include/sdom.h +include/shandler.h +lib/libsablot.a +lib/libsablot.la +lib/libsablot.so +lib/libsablot.so.60 +lib/libsablot.so.60.0 |