sablotron-0.43 port

--

Sablotron is an attempt to develop fast, compact and portable XSLT
processor.

It is an open project; other users and developers are encouraged
to use it or to help test or improve it. The goal of this project
is to create a reliable and fast XSLT processor conforming to the
W3C specification, which is available for public viewing, and can
be used as a base for multi-platform XML data distribution systems.
This commit is contained in:
avsm 2000-09-12 12:12:11 +00:00
parent ef76e2f030
commit 6e36383990
7 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/12 12:12:11 avsm Exp $
DISTNAME= Sablot-0.43
PKGNAME= sablotron-0.43
CATEGORIES= textproc
NEED_VERSION= 1.328
HOMEPAGE= http://www.gingerall.com/
MAINTAINER= avsm@openbsd.org
# MPL or GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.gingerall.com/download/
DISTFILES= Sablot-0.43.tar.gz Sablot-Expat-1.1.2.tar.gz
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
# Shared libraries are currently broken for this port
CONFIGURE_ARGS= --disable-shared
post-extract:
@(cd ${WRKDIR}; mv Expat ${DISTNAME})
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
MD5 (Sablot-0.43.tar.gz) = 3ae4726fc2d2be95ce621601ca674f66
MD5 (Sablot-Expat-1.1.2.tar.gz) = c2607a890d8f31cdd0ab3d3dc6c896a6
RMD160 (Sablot-0.43.tar.gz) = 62ce85613b006f6de67a412f4e4ae72e4ef65e7d
RMD160 (Sablot-Expat-1.1.2.tar.gz) = 8fe7d987875637371298054a0e1c134bb94a93c5
SHA1 (Sablot-0.43.tar.gz) = 61a6dd975ed846a5f7b308ec4b842d6f59a9ccc4
SHA1 (Sablot-Expat-1.1.2.tar.gz) = 20bbcc25d444369b5573255c7418b2d25ceeba14

View File

@ -0,0 +1,11 @@
--- Sablot/engine/sablot.h.orig Wed Sep 6 16:34:25 2000
+++ Sablot/engine/sablot.h Wed Sep 6 16:34:34 2000
@@ -43,7 +43,7 @@ header file for Sablot.cpp
typedef void *SablotHandle;
#include "shandler.h"
-#if defined(__linux__) || defined(__BORLANDC__) || defined(__unix)
+#if defined(__linux__) || defined(__BORLANDC__) || defined(__unix) || defined(__unix__)
#define DllImpExp extern
#else //__linux__ || __BORLANDC__ || __unix
#ifdef SablotAsExport

View File

@ -0,0 +1 @@
fast, compact and portable XSL/XSLT processor

View File

@ -0,0 +1,10 @@
Sablotron is an attempt to develop fast, compact and portable XSLT
processor.
It is an open project; other users and developers are encouraged
to use it or to help test or improve it. The goal of this project
is to create a reliable and fast XSLT processor conforming to the
W3C specification, which is available for public viewing, and can
be used as a base for multi-platform XML data distribution systems.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2000/09/12 12:12:12 avsm Exp $
lib/libsablot.so.43.0
lib/libxmlparse.so.2.1
lib/libxmltok.so.2.1
DYNLIBDIR(%D/lib)

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/12 12:12:12 avsm Exp $
bin/sabcmd
include/sablot.h
include/shandler.h
lib/libsablot.a
lib/libsablot.la
lib/libxmlparse.a
lib/libxmlparse.la
lib/libxmltok.a
lib/libxmltok.la
@comment Shared libraries are disabled until they work
@comment %%SHARED%%