summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2004-12-04 04:32:02 +0000
committeruebayasi <uebayasi@pkgsrc.org>2004-12-04 04:32:02 +0000
commita262364d2a5e0e9f98cb33cde609e2a113000e26 (patch)
tree76df089996ef365b51d083f344f646567db8a200 /textproc
parentc2b487c0e5030fefa6ac5fe661da7605ef3eed65 (diff)
downloadpkgsrc-a262364d2a5e0e9f98cb33cde609e2a113000e26.tar.gz
Nuke sp, which has been broken for a while. Use OpenSP instead.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/sp/DESCR22
-rw-r--r--textproc/sp/Makefile45
-rw-r--r--textproc/sp/PLIST50
-rw-r--r--textproc/sp/distinfo8
-rw-r--r--textproc/sp/patches/egcs-patch-ab11
-rw-r--r--textproc/sp/patches/patch-aa27
-rw-r--r--textproc/sp/patches/patch-ab21
-rw-r--r--textproc/sp/patches/patch-ac13
-rw-r--r--textproc/sp/patches/patch-ad13
10 files changed, 1 insertions, 212 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d7009ce8e8e..0eb8e2245cb 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.271 2004/11/28 04:52:50 taca Exp $
+# $NetBSD: Makefile,v 1.272 2004/12/04 04:32:02 uebayasi Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -247,7 +247,6 @@ SUBDIR+= saxon
SUBDIR+= scew
SUBDIR+= scrollkeeper
SUBDIR+= source-highlight
-SUBDIR+= sp
SUBDIR+= stardic
SUBDIR+= subtitleripper
SUBDIR+= tcl-dom
diff --git a/textproc/sp/DESCR b/textproc/sp/DESCR
deleted file mode 100644
index e4fcf65bd49..00000000000
--- a/textproc/sp/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
- A free, object-oriented toolkit for SGML parsing and entity management
-
- * Provides access to all information about SGML document
- + Access to DTD and SGML declaration as well as document instance
- + Access to markup as well as abstract document
- + Sufficient to recreate character-for-character identical copy
- of any SGML document
- * Supports almost all optional SGML features
- + Arbitrary concrete syntaxes
- + SHORTTAG, OMITTAG, RANK, SUBDOC
- + LINK (SIMPLE, IMPLICIT and EXPLICIT)
- + Only DATATAG and CONCUR not supported
- * Sophisticated entity manager
- + Supports ISO/IEC 10744 Formal System Identifiers
- + Supports SGML Open catalogs
- + Supports WWW
- + Can be used independently of parser
- * Supports multi-byte character sets
- + Parser can use 16-bit characters internally
- + 16-bit characters can be used in tag names and other markup
- + Supports ISO/IEC 10646 (Unicode) using both UCS-2 and UTF-8
- + Supports Japanese character sets (Shift-JIS, EUC)
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile
deleted file mode 100644
index 878342adc20..00000000000
--- a/textproc/sp/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2004/04/26 10:34:09 recht Exp $
-#
-
-DISTNAME= sp-1.3.4
-PKGREVISION= 3
-CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \
- ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/sp/ \
- ftp://ftp.tu-darmstadt.de/pub/text/sgml/sp/ \
- ftp://ftp.mch.sni.de/pub/infosystems/www/misc/SP/ \
- ftp://ftp.mc.hik.se/pub/unix/webtools/sgml/ \
- ftp://ftp.u-aizu.ac.jp/pub/lang/sgml/sp/ \
- ftp://ftp.oce.nl/pub/Internet/sgml/sp/
-
-MAINTAINER= mjl@emsi.priv.at
-HOMEPAGE= http://www.jclark.com/sp/
-COMMENT= SGML System Conforming to International Standard ISO 8879
-
-CONFLICTS+= jade-[0-9]*
-CONFLICTS+= opensp-[0-9]*
-
-USE_BUILDLINK3= yes
-
-MAKE_ENV+= SGML_DEFAULT_CATALOG="${SGML_DEFAULT_CATALOG}"
-
-SGML_CATALOGS= ${PREFIX}/share/sgml/dtd/html.soc
-
-.include "../../mk/compiler.mk"
-
-.if !empty(CC_VERSION:Mgcc-2.8.1)
-post-patch:
- @cd ${WRKSRC}; \
- for FILE in ${PATCHDIR}/egcs-patch-*; do \
- ${PATCH} ${PATCH_ARGS} < $$FILE; \
- done
-.endif
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sp ${PREFIX}/share/sgml/dtd
- cd ${WRKSRC}/doc; for n in *.htm ; do ${INSTALL_DATA} $$n ${PREFIX}/share/doc/sp/$n ; done
- cd ${WRKSRC}/pubtext; for n in * ; do ${INSTALL_DATA} $$n ${PREFIX}/share/sgml/dtd/$n ; done
- cd ${WRKSRC}/lib; ${INSTALL_DATA} libsp.a ${PREFIX}/lib/libsp.a
-
-.include "../../textproc/xmlcatmgr/catalogs.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/sp/PLIST b/textproc/sp/PLIST
deleted file mode 100644
index bfb5a8be2bd..00000000000
--- a/textproc/sp/PLIST
+++ /dev/null
@@ -1,50 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/29 21:43:34 jmmv Exp $
-bin/nsgmls
-bin/sx
-bin/spam
-bin/sgmlnorm
-bin/spent
-lib/libsp.a
-share/doc/sp/archform.htm
-share/doc/sp/build.htm
-share/doc/sp/catalog.htm
-share/doc/sp/charset.htm
-share/doc/sp/features.htm
-share/doc/sp/generic.htm
-share/doc/sp/ideas.htm
-share/doc/sp/index.htm
-share/doc/sp/new.htm
-share/doc/sp/nsgmls.htm
-share/doc/sp/sgmldecl.htm
-share/doc/sp/sgmlnorm.htm
-share/doc/sp/sgmlsout.htm
-share/doc/sp/spam.htm
-share/doc/sp/spent.htm
-share/doc/sp/sx.htm
-share/doc/sp/sysdecl.htm
-share/doc/sp/sysid.htm
-share/doc/sp/xml.htm
-share/sgml/dtd/HTML32.dcl
-share/sgml/dtd/HTML32.dtd
-share/sgml/dtd/HTML32.soc
-share/sgml/dtd/HTML4-f.dtd
-share/sgml/dtd/HTML4-s.dtd
-share/sgml/dtd/HTML4.dcl
-share/sgml/dtd/HTML4.dtd
-share/sgml/dtd/HTML4.soc
-share/sgml/dtd/HTMLlat1.ent
-share/sgml/dtd/HTMLspec.ent
-share/sgml/dtd/HTMLsym.ent
-share/sgml/dtd/ISOlat1.ent
-share/sgml/dtd/ISOlat1.sgm
-share/sgml/dtd/html-1.dtd
-share/sgml/dtd/html-1s.dtd
-share/sgml/dtd/html-s.dtd
-share/sgml/dtd/html.dcl
-share/sgml/dtd/html.dtd
-share/sgml/dtd/html.soc
-share/sgml/dtd/xml.dcl
-share/sgml/dtd/xml.soc
-@dirrm share/sgml/dtd
-@comment in xmlcatmgr: @dirrm share/sgml
-@dirrm share/doc/sp
diff --git a/textproc/sp/distinfo b/textproc/sp/distinfo
deleted file mode 100644
index febf6610170..00000000000
--- a/textproc/sp/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.7 2003/08/12 18:20:31 kristerw Exp $
-
-SHA1 (sp-1.3.4.tar.gz) = e71e96356b4bba269d01b6761d4ae33b4f291377
-Size (sp-1.3.4.tar.gz) = 597801 bytes
-SHA1 (patch-aa) = 8d3b4380b96091d26e263cc5ddfaed0f5d746ebb
-SHA1 (patch-ab) = 10b93c822b7a14d3384a1247b03db40198733c19
-SHA1 (patch-ac) = 012f14a4640db95a1d3708682de04d0d18fae97e
-SHA1 (patch-ad) = 223ab1ef5ad5435db0f9e2cf272e1ab69e551b89
diff --git a/textproc/sp/patches/egcs-patch-ab b/textproc/sp/patches/egcs-patch-ab
deleted file mode 100644
index 5a605ac5cb2..00000000000
--- a/textproc/sp/patches/egcs-patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/config.h.orig Fri Mar 12 23:16:03 1999
-+++ include/config.h Fri Mar 12 23:17:09 1999
-@@ -11,7 +11,7 @@
- // It's not missing, but it pulls in libg++
- #define SP_NEW_H_MISSING
- // set_new_handler() has to be declared extern "C"
--#define SP_SET_NEW_HANDLER_EXTERN_C
-+// #define SP_SET_NEW_HANDLER_EXTERN_C
- #ifndef SP_MANUAL_INST
- #define SP_MANUAL_INST
- #endif
diff --git a/textproc/sp/patches/patch-aa b/textproc/sp/patches/patch-aa
deleted file mode 100644
index c5b48d8c811..00000000000
--- a/textproc/sp/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2003/02/06 10:36:38 jmmv Exp $
-
---- Makefile.orig Sat Oct 10 06:15:02 1998
-+++ Makefile Thu Dec 16 22:42:56 1999
-@@ -1,11 +1,11 @@
- # Copyright (c) 1994, 1995 James Clark
- # See the file COPYING for copying permission.
-
--prefix=/opt/local
-+prefix=${PREFIX}
- exec_prefix=$(prefix)
- # Where to install the binaries
- bindir=$(exec_prefix)/bin
--INSTALL=cp
-+INSTALL=${BSD_INSTALL} -c
- # You might want to uncomment this on BSD systems
- #INSTALL=install
-
-@@ -34,7 +34,7 @@
- # which doesn't appropriately define sig_atomic_t).
- # Add -DJADE_MIF to include the Jade MIF backend
- XDEFINES=
--DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES)
-+DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) -DSGML_CATALOG_FILES_DEFAULT=\"${SGML_DEFAULT_CATALOG}\" -DSP_HAVE_LOCALE
- CXXFLAGS=-ansi $(DEBUG) $(WARN)
- # Flag to pass to CXX to make it output list of dependencies as a Makefile.
- CXXDEPGENFLAGS=-MM
diff --git a/textproc/sp/patches/patch-ab b/textproc/sp/patches/patch-ab
deleted file mode 100644
index 69a6810d481..00000000000
--- a/textproc/sp/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/02/06 10:36:39 jmmv Exp $
-
---- Makefile.prog.orig Sat Jul 6 23:55:41 1996
-+++ Makefile.prog
-@@ -1,5 +1,7 @@
- CLEANFILES=$(PROG)$(EXE) $(OBJS) core
-
-+.PHONY: all pure install
-+
- all: $(PROG)$(EXE)
-
- pure: $(PROG).pure
-@@ -10,7 +12,7 @@ $(PROG)$(EXE): $(OBJS) $(COBJS) $(XLIBS)
- $(PROG).pure: $(OBJS) $(COBJS) $(XLIBS)
- $(PURIFY) $(CXX) $(ALL_CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(COBJS) $(XLIBS) $(LIBS)
-
--install: $(PROG)$(EXE)
-+install! $(PROG)$(EXE)
- -test -d $(bindir) || mkdir $(bindir)
- -rm -f $(bindir)/$(PROG)$(EXE)
- $(INSTALL) $(PROG)$(EXE) $(bindir)/$(PROG)$(EXE)
diff --git a/textproc/sp/patches/patch-ac b/textproc/sp/patches/patch-ac
deleted file mode 100644
index 3a11c2965c3..00000000000
--- a/textproc/sp/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2001/03/26 13:11:26 bad Exp $
-
---- lib/parser_inst.m4.orig Fri Oct 6 21:36:27 2000
-+++ lib/parser_inst.m4 Fri Oct 6 21:36:32 2000
-@@ -164,7 +164,7 @@
- __instantiate(Vector<ContentModelAmbiguity>)
- __instantiate(Vector<Transition>)
- __instantiate(Vector<LeafContentToken*>)
--#if 0
-+#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__)
- __instantiate(Vector<size_t>)
- #endif
- __instantiate(Vector<unsigned int>)
diff --git a/textproc/sp/patches/patch-ad b/textproc/sp/patches/patch-ad
deleted file mode 100644
index 42cf8e5123a..00000000000
--- a/textproc/sp/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2003/08/12 18:20:32 kristerw Exp $
-
---- lib/parser_inst.cxx.orig Fri Oct 6 21:35:11 2000
-+++ lib/parser_inst.cxx Fri Oct 6 21:35:46 2000
-@@ -1324,7 +1324,7 @@
- #endif
- #endif
- #endif
--#if 0
-+#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__) || defined(__arm__)
- #ifdef __DECCXX
- #pragma define_template Vector<size_t>
- #else