summaryrefslogtreecommitdiff
path: root/textproc/sablotron
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-06-25 17:27:34 +0000
committerwiz <wiz@pkgsrc.org>2001-06-25 17:27:34 +0000
commite65ef86f125b6d8f58c823df04a035412f7d7f72 (patch)
treefb306af8f12035e4d38f26c91e9f015340c2336e /textproc/sablotron
parente127114f1fb42052ca2b8a2c45b139f2303091b8 (diff)
downloadpkgsrc-e65ef86f125b6d8f58c823df04a035412f7d7f72.tar.gz
Initial import of sablotron-0.60, an XSL processor in C++.
Based on a package provided by Rob Hoopman in pkg/13305.
Diffstat (limited to 'textproc/sablotron')
-rw-r--r--textproc/sablotron/Makefile21
-rw-r--r--textproc/sablotron/distinfo4
-rwxr-xr-xtextproc/sablotron/pkg/DESCR4
-rw-r--r--textproc/sablotron/pkg/PLIST10
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