summaryrefslogtreecommitdiff
path: root/textproc/opensp
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-05-23 17:20:45 +0000
committerhubertf <hubertf@pkgsrc.org>2000-05-23 17:20:45 +0000
commit4d9dc6cd7149089ff24b4702aaecee4a82c571fb (patch)
tree8721a1d47ef0b54ea080a7411725f7b2be906c7c /textproc/opensp
parenta6d237ec5a3a3252ab2eb28bbc5f41cfd458b62a (diff)
downloadpkgsrc-4d9dc6cd7149089ff24b4702aaecee4a82c571fb.tar.gz
Import OpenSP, SGMP parser, successor to "sp".
Diffstat (limited to 'textproc/opensp')
-rw-r--r--textproc/opensp/Makefile20
-rw-r--r--textproc/opensp/files/md53
-rw-r--r--textproc/opensp/files/patch-sum4
-rw-r--r--textproc/opensp/patches/patch-aa13
-rw-r--r--textproc/opensp/patches/patch-ab13
-rw-r--r--textproc/opensp/pkg/COMMENT1
-rw-r--r--textproc/opensp/pkg/DESCR1
-rw-r--r--textproc/opensp/pkg/PLIST203
8 files changed, 258 insertions, 0 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile
new file mode 100644
index 00000000000..ddbf00889ca
--- /dev/null
+++ b/textproc/opensp/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/23 17:20:45 hubertf Exp $
+#
+
+DISTNAME= OpenSP-1.4
+PKGNAME= opensp-1.4
+CATEGORIES= textproc
+MASTER_SITES= http://download.sourceforge.net/openjade/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://openjade.sourceforge.net/doc-1.4/index.htm
+
+DEPENDS+= unproven-pthreads-[0-9]*:../../devel/unproven-pthreads
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=--enable-http \
+ --enable-default-catalog=${PREFIX}/share/sgml/catalog
+CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \
+ CXX=${LOCALBASE}/pthreads/bin/pg++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/opensp/files/md5 b/textproc/opensp/files/md5
new file mode 100644
index 00000000000..168817bfb33
--- /dev/null
+++ b/textproc/opensp/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/05/23 17:20:45 hubertf Exp $
+
+MD5 (OpenSP-1.4.tar.gz) = 53d7f4cacb262922a1b520ccb4e9d0f9
diff --git a/textproc/opensp/files/patch-sum b/textproc/opensp/files/patch-sum
new file mode 100644
index 00000000000..d92efe2746f
--- /dev/null
+++ b/textproc/opensp/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/05/23 17:20:45 hubertf Exp $
+
+MD5 (patch-aa) = aa9f6ff9ef3e2e3fac3e34e3b2f67a78
+MD5 (patch-ab) = c766b9f9e221d7478c486a2d38df3df0
diff --git a/textproc/opensp/patches/patch-aa b/textproc/opensp/patches/patch-aa
new file mode 100644
index 00000000000..4fc2d701f70
--- /dev/null
+++ b/textproc/opensp/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/05/23 17:20:45 hubertf Exp $
+
+--- doc/Makefile.in.orig Mon May 22 12:39:51 2000
++++ doc/Makefile.in Mon May 22 12:39:58 2000
+@@ -99,7 +99,7 @@
+ VERSION = @VERSION@
+ l = @l@
+
+-docdir = $(prefix)/doc
++docdir = $(prefix)/share/doc
+ pkgdocdir = $(docdir)/@PACKAGE@
+
+ pkgdoc_DATA = archform.htm build.htm catalog.htm charset.htm features.htm generic.htm ideas.htm index.htm new.htm nsgmls.htm sgmldecl.htm sgmlnorm.htm sgmlsout.htm spam.htm spcat.htm spent.htm sx.htm sysdecl.htm sysid.htm xml.htm xmlwarn.htm
diff --git a/textproc/opensp/patches/patch-ab b/textproc/opensp/patches/patch-ab
new file mode 100644
index 00000000000..34d5ce1ea4b
--- /dev/null
+++ b/textproc/opensp/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/05/23 17:20:45 hubertf Exp $
+
+--- Makefile.in.orig Mon May 22 13:35:55 2000
++++ Makefile.in Mon May 22 13:36:03 2000
+@@ -106,7 +106,7 @@
+
+ pkginclude_HEADERS = config.h
+
+-docdir = $(prefix)/doc
++docdir = $(prefix)/share/doc
+ pkgdocdir = $(docdir)/@PACKAGE@
+
+ pkgdoc_DATA = NEWS COPYING AUTHORS ChangeLog
diff --git a/textproc/opensp/pkg/COMMENT b/textproc/opensp/pkg/COMMENT
new file mode 100644
index 00000000000..760fe2ebb68
--- /dev/null
+++ b/textproc/opensp/pkg/COMMENT
@@ -0,0 +1 @@
+SGML parser, successor to "sp"
diff --git a/textproc/opensp/pkg/DESCR b/textproc/opensp/pkg/DESCR
new file mode 100644
index 00000000000..bc02acbed87
--- /dev/null
+++ b/textproc/opensp/pkg/DESCR
@@ -0,0 +1 @@
+SGML parser, successor to "sp".
diff --git a/textproc/opensp/pkg/PLIST b/textproc/opensp/pkg/PLIST
new file mode 100644
index 00000000000..b708c0e3f33
--- /dev/null
+++ b/textproc/opensp/pkg/PLIST
@@ -0,0 +1,203 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/23 17:20:45 hubertf Exp $
+bin/onsgmls
+bin/osgmlnorm
+bin/ospam
+bin/ospcat
+bin/ospent
+bin/osx
+share/doc/OpenSP/AUTHORS
+share/doc/OpenSP/COPYING
+share/doc/OpenSP/ChangeLog
+share/doc/OpenSP/NEWS
+share/doc/OpenSP/archform.htm
+share/doc/OpenSP/build.htm
+share/doc/OpenSP/catalog.htm
+share/doc/OpenSP/charset.htm
+share/doc/OpenSP/features.htm
+share/doc/OpenSP/generic.htm
+share/doc/OpenSP/ideas.htm
+share/doc/OpenSP/index.htm
+share/doc/OpenSP/new.htm
+share/doc/OpenSP/nsgmls.htm
+share/doc/OpenSP/sgmldecl.htm
+share/doc/OpenSP/sgmlnorm.htm
+share/doc/OpenSP/sgmlsout.htm
+share/doc/OpenSP/spam.htm
+share/doc/OpenSP/spcat.htm
+share/doc/OpenSP/spent.htm
+share/doc/OpenSP/sx.htm
+share/doc/OpenSP/sysdecl.htm
+share/doc/OpenSP/sysid.htm
+share/doc/OpenSP/xml.htm
+share/doc/OpenSP/xmlwarn.htm
+include/OpenSP/Allocator.h
+include/OpenSP/ArcEngine.h
+include/OpenSP/Attribute.h
+include/OpenSP/Attributed.h
+include/OpenSP/Big5CodingSystem.h
+include/OpenSP/Boolean.h
+include/OpenSP/CharMap.cxx
+include/OpenSP/CharMap.h
+include/OpenSP/CharsetDecl.h
+include/OpenSP/CharsetInfo.h
+include/OpenSP/CharsetRegistry.h
+include/OpenSP/CmdLineApp.h
+include/OpenSP/CodingSystem.h
+include/OpenSP/CodingSystemKit.h
+include/OpenSP/ConsoleOutput.h
+include/OpenSP/ContentState.h
+include/OpenSP/ContentToken.h
+include/OpenSP/CopyOwner.cxx
+include/OpenSP/CopyOwner.h
+include/OpenSP/DescriptorManager.h
+include/OpenSP/Dtd.h
+include/OpenSP/EUCJPCodingSystem.h
+include/OpenSP/ElementType.h
+include/OpenSP/Entity.h
+include/OpenSP/EntityApp.h
+include/OpenSP/EntityCatalog.h
+include/OpenSP/EntityDecl.h
+include/OpenSP/EntityManager.h
+include/OpenSP/ErrnoMessageArg.h
+include/OpenSP/ErrorCountEventHandler.h
+include/OpenSP/Event.h
+include/OpenSP/EventGenerator.h
+include/OpenSP/EventsWanted.h
+include/OpenSP/ExtendEntityManager.h
+include/OpenSP/ExternalId.h
+include/OpenSP/Fixed2CodingSystem.h
+include/OpenSP/GenericEventHandler.h
+include/OpenSP/Hash.h
+include/OpenSP/HashTable.cxx
+include/OpenSP/HashTable.h
+include/OpenSP/HashTableItemBase.cxx
+include/OpenSP/HashTableItemBase.h
+include/OpenSP/IList.h
+include/OpenSP/IListBase.h
+include/OpenSP/IListIter.h
+include/OpenSP/IListIterBase.h
+include/OpenSP/IQueue.cxx
+include/OpenSP/IQueue.h
+include/OpenSP/ISet.cxx
+include/OpenSP/ISet.h
+include/OpenSP/ISetIter.h
+include/OpenSP/IdentityCodingSystem.h
+include/OpenSP/InputSource.h
+include/OpenSP/InternalInputSource.h
+include/OpenSP/Link.h
+include/OpenSP/LinkProcess.h
+include/OpenSP/List.cxx
+include/OpenSP/List.h
+include/OpenSP/ListIter.h
+include/OpenSP/LiteralStorage.h
+include/OpenSP/Location.h
+include/OpenSP/Lpd.h
+include/OpenSP/Markup.h
+include/OpenSP/Message.h
+include/OpenSP/MessageArg.h
+include/OpenSP/MessageBuilder.h
+include/OpenSP/MessageEventHandler.h
+include/OpenSP/MessageFormatter.h
+include/OpenSP/MessageReporter.h
+include/OpenSP/MessageTable.h
+include/OpenSP/Mode.h
+include/OpenSP/NCVector.h
+include/OpenSP/Named.h
+include/OpenSP/NamedResource.h
+include/OpenSP/NamedResourceTable.h
+include/OpenSP/NamedTable.h
+include/OpenSP/Notation.h
+include/OpenSP/NotationStorage.h
+include/OpenSP/OpenElement.h
+include/OpenSP/Options.cxx
+include/OpenSP/Options.h
+include/OpenSP/OutputByteStream.h
+include/OpenSP/OutputCharStream.h
+include/OpenSP/Owner.cxx
+include/OpenSP/Owner.h
+include/OpenSP/OwnerTable.cxx
+include/OpenSP/OwnerTable.h
+include/OpenSP/ParserApp.h
+include/OpenSP/ParserEventGeneratorKit.h
+include/OpenSP/ParserOptions.h
+include/OpenSP/PointerTable.cxx
+include/OpenSP/PointerTable.h
+include/OpenSP/PosixStorage.h
+include/OpenSP/Ptr.cxx
+include/OpenSP/Ptr.h
+include/OpenSP/RangeMap.cxx
+include/OpenSP/RangeMap.h
+include/OpenSP/Resource.h
+include/OpenSP/RewindStorageObject.h
+include/OpenSP/SGMLApplication.h
+include/OpenSP/SJISCodingSystem.h
+include/OpenSP/SOEntityCatalog.h
+include/OpenSP/Sd.h
+include/OpenSP/SdText.h
+include/OpenSP/SearchResultMessageArg.h
+include/OpenSP/SgmlParser.h
+include/OpenSP/ShortReferenceMap.h
+include/OpenSP/StdioStorage.h
+include/OpenSP/StorageManager.h
+include/OpenSP/StringC.h
+include/OpenSP/StringOf.cxx
+include/OpenSP/StringOf.h
+include/OpenSP/StringResource.h
+include/OpenSP/SubstTable.cxx
+include/OpenSP/SubstTable.h
+include/OpenSP/Syntax.h
+include/OpenSP/Text.h
+include/OpenSP/TranslateCodingSystem.h
+include/OpenSP/TypeId.h
+include/OpenSP/URLStorage.h
+include/OpenSP/UTF8CodingSystem.h
+include/OpenSP/UnicodeCodingSystem.h
+include/OpenSP/UnivCharsetDesc.h
+include/OpenSP/Vector.cxx
+include/OpenSP/Vector.h
+include/OpenSP/XMLCodingSystem.h
+include/OpenSP/XcharMap.cxx
+include/OpenSP/XcharMap.h
+include/OpenSP/config.h
+include/OpenSP/constant.h
+include/OpenSP/macros.h
+include/OpenSP/rtti.h
+include/OpenSP/sptchar.h
+include/OpenSP/types.h
+include/OpenSP/xnew.h
+lib/libosp.a
+lib/libosp.la
+lib/libosp.so
+lib/libosp.so.1
+lib/libosp.so.1.0
+share/OpenSP/HTML32.dcl
+share/OpenSP/HTML32.dtd
+share/OpenSP/HTML32.soc
+share/OpenSP/HTML4-f.dtd
+share/OpenSP/HTML4-s.dtd
+share/OpenSP/HTML4.dcl
+share/OpenSP/HTML4.dtd
+share/OpenSP/HTML4.soc
+share/OpenSP/HTMLlat1.ent
+share/OpenSP/HTMLspec.ent
+share/OpenSP/HTMLsym.ent
+share/OpenSP/ISOlat1.ent
+share/OpenSP/ISOlat1.sgm
+share/OpenSP/html-1.dtd
+share/OpenSP/html-1s.dtd
+share/OpenSP/html-s.dtd
+share/OpenSP/html.dcl
+share/OpenSP/html.dtd
+share/OpenSP/html.soc
+share/OpenSP/japan.dcl
+share/OpenSP/opensp-implied.dcl
+share/OpenSP/xml.dcl
+share/OpenSP/xml.soc
+share/locale/de/LC_MESSAGES/sp.mo
+share/locale/sv/LC_MESSAGES/sp.mo
+@dirrm share/locale/sv/LC_MESSAGES
+@dirrm share/locale/de/LC_MESSAGES
+@dirrm share/OpenSP
+@dirrm include/OpenSP
+@dirrm share/doc/OpenSP
+@dirrm doc