mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Remove textproc/sp per deprecation/expiration note.
This commit is contained in:
parent
d3ae165bf8
commit
72259799a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233173
1
MOVED
1
MOVED
@ -3953,3 +3953,4 @@ sysutils/bbsmount||2009-05-01|Has expired: unmaintained, does not work with curr
|
||||
sysutils/puppet-devel||2009-05-01|Has expired: Use sysutils/puppet instead
|
||||
sysutils/tua||2009-05-01|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
|
||||
x11/qrash||2009-05-01|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
|
||||
textproc/sp||2009-05-03|Has expired: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
|
||||
|
@ -1055,7 +1055,6 @@
|
||||
SUBDIR += soprano
|
||||
SUBDIR += source-highlight
|
||||
SUBDIR += sowing
|
||||
SUBDIR += sp
|
||||
SUBDIR += spellutils
|
||||
SUBDIR += sphinxsearch
|
||||
SUBDIR += sphinxsearch-devel
|
||||
|
@ -1,46 +0,0 @@
|
||||
# New ports collection makefile for: sp
|
||||
# Date created: April 26, 1997
|
||||
# Whom: jfieber
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sp
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ \
|
||||
http://dist.bsdlab.org/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An object-oriented toolkit for SGML parsing and entity management
|
||||
|
||||
CONFLICTS= jade-1.*
|
||||
|
||||
.if ${MACHINE_ARCH} == sparc64
|
||||
BROKEN= "does not compile on ${MACHINE_ARCH}"
|
||||
.endif
|
||||
|
||||
USE_SUBMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GCC= 2.95
|
||||
PORTDOCS= Makefile archform.htm build.htm catalog catalog.htm \
|
||||
charset.htm features.htm generic.htm ideas.htm index.htm \
|
||||
new.htm nsgmls.htm sgmldecl.htm sgmlnorm.htm sgmlsout.htm \
|
||||
spam.htm spent.htm sx.htm sysdecl.htm sysid.htm xml.htm
|
||||
|
||||
DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
|
||||
EXPIRATION_DATE=2009-04-28
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,=/usr/local,=${PREFIX},g' ${WRKSRC}/Makefile*
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/include/sp
|
||||
${RM} -f ${WRKSRC}/include/*.orig
|
||||
for f in ${WRKSRC}/include/*;do ${INSTALL_DATA} $$f ${PREFIX}/include/sp;done
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (sp-1.3.4.tar.gz) = 61dcb5614a61bf123e1345e869eb99d4
|
||||
SHA256 (sp-1.3.4.tar.gz) = 53c2f3e13091a4e9d5862e3d26dc3bb84480e212828f92f36ba87fb44daccfc6
|
||||
SIZE (sp-1.3.4.tar.gz) = 597801
|
@ -1,12 +0,0 @@
|
||||
--- include/config.h.orig Wed Oct 13 07:02:46 1999
|
||||
+++ include/config.h Wed Feb 5 23:27:11 2003
|
||||
@@ -29,6 +29,9 @@
|
||||
#define SP_NO_STD_NAMESPACE
|
||||
#undef SP_NEW_H_MISSING
|
||||
#endif
|
||||
+#if __GNUC__ > 2
|
||||
+#undef SP_NO_STD_NAMESPACE
|
||||
+#endif
|
||||
|
||||
#endif /* __GNUG__ */
|
||||
|
@ -1,69 +0,0 @@
|
||||
--- Makefile.orig Sat Oct 10 06:15:02 1998
|
||||
+++ Makefile Wed Feb 5 23:25:16 2003
|
||||
@@ -1,11 +1,12 @@
|
||||
# Copyright (c) 1994, 1995 James Clark
|
||||
# See the file COPYING for copying permission.
|
||||
|
||||
-prefix=/opt/local
|
||||
+prefix=/usr/local
|
||||
exec_prefix=$(prefix)
|
||||
# Where to install the binaries
|
||||
bindir=$(exec_prefix)/bin
|
||||
-INSTALL=cp
|
||||
+INSTALL=install -c
|
||||
+libdir=$(exec_prefix)/lib
|
||||
# You might want to uncomment this on BSD systems
|
||||
#INSTALL=install
|
||||
|
||||
@@ -13,7 +14,7 @@
|
||||
# you must use -fno-implicit-templates
|
||||
# and -O (or any optimization level >= 1).
|
||||
# c++ is a front-end for gcc which takes care of linking with -lstdc++
|
||||
-CXX=c++ -fno-implicit-templates -O2
|
||||
+CXX+=-fno-implicit-templates
|
||||
WARN=#-Wall -Wno-reorder -Wwrite-strings -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast
|
||||
# Executables will be *very* large if you use -g.
|
||||
DEBUG=
|
||||
@@ -33,14 +34,14 @@
|
||||
# Add -Dsig_atomic_t=int on SunOS 4.1.x with g++ (or any other platform
|
||||
# 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)
|
||||
-CXXFLAGS=-ansi $(DEBUG) $(WARN)
|
||||
+XDEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\"
|
||||
+DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_HAVE_LOCALE -DSP_HAVE_SOCKET $(XDEFINES)
|
||||
+CXXFLAGS+=-ansi $(DEBUG) $(WARN)
|
||||
# Flag to pass to CXX to make it output list of dependencies as a Makefile.
|
||||
CXXDEPGENFLAGS=-MM
|
||||
LDFLAGS=
|
||||
-CC=gcc
|
||||
-CFLAGS=-O $(DEBUG)
|
||||
+#CC=gcc
|
||||
+CFLAGS+=$(DEBUG)
|
||||
# Missing library functions
|
||||
# Uncomment these if your C++ system doesn't provide them.
|
||||
LIBOBJS=#strerror.o memmove.o
|
||||
@@ -48,14 +49,14 @@
|
||||
# If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets
|
||||
# -lsocket -lnsl needed on Solaris 2.x
|
||||
# -lnsl on SunOS 4.1.3
|
||||
-XLIBS=#-lsocket -lnsl
|
||||
+XLIBS=-lgcc
|
||||
# -L/usr/local/lib may be needed on the RS/6000
|
||||
LIBS=-lm $(XLIBS)
|
||||
# If you're building in another directory, copy or link this Makefile
|
||||
# to the build directory, and set srcdir to point to the source directory.
|
||||
srcdir=.
|
||||
AR=ar
|
||||
-RANLIB=:
|
||||
+RANLIB=ranlib
|
||||
# Uncomment this for SunOS 4.1.3 or FreeBSD
|
||||
# (and probably other BSD flavor systems as well)
|
||||
#RANLIB=ranlib
|
||||
@@ -145,3 +146,5 @@
|
||||
rm -fr sp-$$version
|
||||
|
||||
FORCE:
|
||||
+
|
||||
+.PHONY: FORCE lib
|
@ -1,19 +0,0 @@
|
||||
*** lib/instmac.m4.orig Sun Jul 6 20:20:04 1997
|
||||
--- lib/instmac.m4 Sun Jul 6 20:20:54 1997
|
||||
***************
|
||||
*** 75,81 ****
|
||||
__undefine(`undefine')__dnl
|
||||
__undefine(`undivert')__dnl
|
||||
__undefine(`unix')__dnl
|
||||
! __dnl __changequote(,)__dnl disable quoting
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
}
|
||||
--- 75,81 ----
|
||||
__undefine(`undefine')__dnl
|
||||
__undefine(`undivert')__dnl
|
||||
__undefine(`unix')__dnl
|
||||
! __dnl __changequote(,)__dnl
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
--- Makefile.lib.orig Sun Dec 21 05:07:22 1997
|
||||
+++ Makefile.lib Wed Jun 2 16:00:57 1999
|
||||
@@ -1,16 +1,30 @@
|
||||
-CLEANFILES=lib$(LIB).a $(OBJS) $(COBJS) core
|
||||
+prefix=/usr/local
|
||||
+exec_prefix=$(prefix)
|
||||
+# Where to install the binaries
|
||||
+bindir=$(exec_prefix)/bin
|
||||
+libdir=$(exec_prefix)/lib
|
||||
+#INSTALL=cp
|
||||
+# You might want to change this to uncomment this on BSD systems
|
||||
+INSTALL=install -c
|
||||
+VERSION=1
|
||||
+CLEANFILES=lib$(LIB).a lib$(LIB).so.$(VERSION) $(OBJS) $(COBJS) core
|
||||
ALL_CXXFLAGS=$(CXXFLAGS) -I$(srcdir) -I$(srcdir)/../include $(INCLUDE) \
|
||||
$(DEFINES) $(PIC_FLAG)
|
||||
ALL_CFLAGS=$(CFLAGS) $(DEBUG) $(OPTIMIZE) $(INCLUDE) $(DEFINES) $(PIC_FLAG)
|
||||
|
||||
-all: lib$(LIB).a
|
||||
+all: lib$(LIB).a lib$(LIB).so.$(VERSION)
|
||||
pure: all
|
||||
|
||||
lib$(LIB).a: $(OBJS) $(COBJS)
|
||||
$(AR) r $@ $?
|
||||
$(RANLIB) $@
|
||||
|
||||
+lib$(LIB).so.$(VERSION): $(SOBJS) $(SCOBJS)
|
||||
+ $(CC) -shared -soname lib$(LIB).so.$(VERSION) -o lib$(LIB).so.$(VERSION) $(SOBJS) $(SCOBJS)
|
||||
+
|
||||
install:
|
||||
+ $(INSTALL) lib$(LIB).a $(libdir)
|
||||
+ $(INSTALL) lib$(LIB).so.$(VERSION) $(libdir)
|
||||
install-man:
|
||||
depend: depend_src
|
||||
depend.temp: $(GENSRCS)
|
@ -1,74 +0,0 @@
|
||||
--- lib/Makefile.sub.orig Wed Jun 2 14:01:44 1999
|
||||
+++ lib/Makefile.sub Wed Jun 2 14:01:53 1999
|
||||
@@ -1,10 +1,17 @@
|
||||
LIB=sp
|
||||
INCLUDE=-I$(srcdir)/../generic
|
||||
MSGGENFLAGS=-l
|
||||
+
|
||||
COMMON_OBJS=Allocator.o Link.o IListBase.o TypeId.o assert.o
|
||||
+COMMON_SOBJS=Allocator.so Link.so IListBase.so TypeId.so assert.so
|
||||
+
|
||||
ENTMGR_OBJS=CharsetInfo.o EntityCatalog.o EntityDecl.o EntityManager.o \
|
||||
Hash.o InputSource.o Location.o Message.o MessageArg.o \
|
||||
UnivCharsetDesc.o entmgr_inst.o
|
||||
+ENTMGR_SOBJS=CharsetInfo.so EntityCatalog.so EntityDecl.so EntityManager.so \
|
||||
+ Hash.so InputSource.so Location.so Message.so MessageArg.so \
|
||||
+ UnivCharsetDesc.so entmgr_inst.so
|
||||
+
|
||||
XENTMGR_OBJS=LiteralStorage.o URLStorage.o RewindStorageObject.o \
|
||||
ErrnoMessageArg.o OffsetOrderedList.o DescriptorManager.o \
|
||||
ExtendEntityManager.o PosixStorage.o StdioStorage.o NotationStorage.o \
|
||||
@@ -14,6 +21,16 @@
|
||||
Big5CodingSystem.o XMLCodingSystem.o CodingSystemKit.o \
|
||||
SearchResultMessageArg.o SOEntityCatalog.o OutputByteStream.o \
|
||||
xentmgr_inst.o
|
||||
+XENTMGR_SOBJS=LiteralStorage.so URLStorage.so RewindStorageObject.so \
|
||||
+ ErrnoMessageArg.so OffsetOrderedList.so DescriptorManager.so \
|
||||
+ ExtendEntityManager.so PosixStorage.so StdioStorage.so NotationStorage.so \
|
||||
+ StorageManager.so CodingSystem.so IdentityCodingSystem.so \
|
||||
+ UTF8CodingSystem.so Fixed2CodingSystem.so UnicodeCodingSystem.so \
|
||||
+ EUCJPCodingSystem.so SJISCodingSystem.so TranslateCodingSystem.so \
|
||||
+ Big5CodingSystem.so XMLCodingSystem.so CodingSystemKit.so \
|
||||
+ SearchResultMessageArg.so SOEntityCatalog.so OutputByteStream.so \
|
||||
+ xentmgr_inst.so
|
||||
+
|
||||
PARSER_OBJS=ContentState.o ParserState.o parser_inst.o parseSd.o Parser.o \
|
||||
parseInstance.o parseMode.o parseAttribute.o \
|
||||
LinkProcess.o Lpd.o parseDecl.o ShortReferenceMap.o \
|
||||
@@ -25,15 +42,36 @@
|
||||
Markup.o Text.o ContentToken.o ElementType.o Event.o \
|
||||
InternalInputSource.o OutputState.o ParserMessages.o \
|
||||
SdText.o NumericCharRefOrigin.o Id.o StringVectorMessageArg.o
|
||||
+PARSER_SOBJS=ContentState.so ParserState.so parser_inst.so parseSd.so Parser.so \
|
||||
+ parseInstance.so parseMode.so parseAttribute.so \
|
||||
+ LinkProcess.so Lpd.so parseDecl.so ShortReferenceMap.so \
|
||||
+ parseParam.so parseCommon.so SgmlParser.so \
|
||||
+ Entity.so Attribute.so OpenElement.so Notation.so ParserOptions.so Dtd.so \
|
||||
+ Undo.so Param.so TokenMessageArg.so Group.so \
|
||||
+ CharsetDecl.so CharsetRegistry.so ExternalId.so \
|
||||
+ TrieBuilder.so Sd.so Syntax.so Partition.so ModeInfo.so Recognizer.so \
|
||||
+ Markup.so Text.so ContentToken.so ElementType.so Event.so \
|
||||
+ InternalInputSource.so OutputState.so ParserMessages.so \
|
||||
+ SdText.so NumericCharRefOrigin.so Id.so StringVectorMessageArg.so
|
||||
+
|
||||
APP_OBJS=ErrorCountEventHandler.o MessageEventHandler.o MessageFormatter.o \
|
||||
MessageReporter.o MessageTable.o OutputCharStream.o ConsoleOutput.o \
|
||||
CmdLineApp.o EntityApp.o ParserApp.o app_inst.o \
|
||||
ArcEngine.o arc_inst.o
|
||||
+APP_SOBJS=ErrorCountEventHandler.so MessageEventHandler.so MessageFormatter.so \
|
||||
+ MessageReporter.so MessageTable.so OutputCharStream.so ConsoleOutput.so \
|
||||
+ CmdLineApp.so EntityApp.so ParserApp.so app_inst.so \
|
||||
+ ArcEngine.so arc_inst.so
|
||||
+
|
||||
GENERIC_OBJS=ParserEventGeneratorKit.o SGMLApplication.o EventGenerator.o \
|
||||
GenericEventHandler.o
|
||||
+GENERIC_SOBJS=ParserEventGeneratorKit.so SGMLApplication.so EventGenerator.so \
|
||||
+ GenericEventHandler.so
|
||||
|
||||
OBJS=$(COMMON_OBJS) $(ENTMGR_OBJS) $(XENTMGR_OBJS) $(PARSER_OBJS) $(APP_OBJS) \
|
||||
$(GENERIC_OBJS) $(LIBOBJS)
|
||||
+SOBJS=$(COMMON_SOBJS) $(ENTMGR_SOBJS) $(XENTMGR_SOBJS) $(PARSER_SOBJS) $(APP_SOBJS) \
|
||||
+ $(GENERIC_SOBJS) $(LIBSOBJS)
|
||||
|
||||
GENSRCS=version.h entmgr_inst.cxx \
|
||||
xentmgr_inst.cxx EntityManagerMessages.h CatalogMessages.h \
|
@ -1,33 +0,0 @@
|
||||
--- Makefile.comm.orig Sun Dec 28 06:24:24 1997
|
||||
+++ Makefile.comm Wed Jun 2 14:55:44 1999
|
||||
@@ -3,6 +3,7 @@
|
||||
$(DEFINES)
|
||||
ALL_CFLAGS=$(CFLAGS) $(DEBUG) $(OPTIMIZE) $(INCLUDE) $(DEFINES)
|
||||
MSGGENFLAGS=
|
||||
+SHFLAGS=-fpic
|
||||
CXXDEPGENFLAGS=-MM
|
||||
AR=ar
|
||||
RANLIB=:
|
||||
@@ -13,13 +14,19 @@
|
||||
PROG=
|
||||
PERL=perl
|
||||
|
||||
-.SUFFIXES: .cxx .c .o .m4 .msg
|
||||
+.SUFFIXES: .cxx .c .o .so .m4 .msg
|
||||
|
||||
.cxx.o:
|
||||
- $(CXX) $(ALL_CXXFLAGS) -c $<
|
||||
+ $(CXX) $(ALL_CXXFLAGS) -c -o $@ $<
|
||||
+
|
||||
+.cxx.so:
|
||||
+ $(CXX) $(ALL_CXXFLAGS) $(SHFLAGS) -c -o $@ $<
|
||||
|
||||
.c.o:
|
||||
- $(CC) $(ALL_CFLAGS) -c $<
|
||||
+ $(CC) $(ALL_CFLAGS) -c -o $@ $<
|
||||
+
|
||||
+.c.so:
|
||||
+ $(CC) $(ALL_CFLAGS) $(SHFLAGS) -c -o $@ $<
|
||||
|
||||
.m4.cxx:
|
||||
rm -f $@
|
@ -1,11 +0,0 @@
|
||||
--- lib/CmdLineApp.cxx.orig Mon May 31 10:10:43 1999
|
||||
+++ lib/CmdLineApp.cxx Mon May 31 10:13:03 1999
|
||||
@@ -170,7 +170,7 @@
|
||||
|
||||
int CmdLineApp::init(int, AppChar **argv)
|
||||
{
|
||||
-#ifndef SP_ANSI_LIB
|
||||
+#if !defined(SP_ANSI_LIB) && (__FreeBSD_cc_version < 400002)
|
||||
set_new_handler(outOfMemory);
|
||||
#endif
|
||||
#ifdef SP_HAVE_LOCALE
|
@ -1,11 +0,0 @@
|
||||
--- nsgmls/RastEventHandler.h.orig Thu Feb 6 00:13:48 2003
|
||||
+++ nsgmls/RastEventHandler.h Thu Feb 6 00:14:04 2003
|
||||
@@ -102,7 +102,7 @@
|
||||
|
||||
class RastEventHandler : public ErrorCountEventHandler,
|
||||
private RastSubdocState,
|
||||
- private Messenger {
|
||||
+ protected Messenger {
|
||||
public:
|
||||
RastEventHandler(SgmlParser *, Messenger *);
|
||||
void data(DataEvent *);
|
@ -1,11 +0,0 @@
|
||||
--- lib/parser_inst.m4.orig Thu Feb 6 01:03:36 2003
|
||||
+++ lib/parser_inst.m4 Thu Feb 6 01:04:17 2003
|
||||
@@ -164,7 +164,7 @@
|
||||
__instantiate(Vector<ContentModelAmbiguity>)
|
||||
__instantiate(Vector<Transition>)
|
||||
__instantiate(Vector<LeafContentToken*>)
|
||||
-#if 0
|
||||
+#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
|
||||
__instantiate(Vector<size_t>)
|
||||
#endif
|
||||
__instantiate(Vector<unsigned int>)
|
@ -1,17 +0,0 @@
|
||||
A free, object-oriented toolkit for SGML parsing and entity management
|
||||
|
||||
Features summary
|
||||
|
||||
* Includes nsgmls
|
||||
* Provides access to all information about SGML document
|
||||
* Supports almost all optional SGML features
|
||||
* Sophisticated entity manager
|
||||
* Supports multi-byte character sets
|
||||
* Object-oriented
|
||||
* Written in C++ from scratch
|
||||
* Fast
|
||||
* Portable
|
||||
* Production quality
|
||||
* Free
|
||||
|
||||
WWW: http://www.jclark.com/sp/
|
@ -1,144 +0,0 @@
|
||||
bin/nsgmls
|
||||
bin/sgmlnorm
|
||||
bin/spam
|
||||
bin/spent
|
||||
bin/sx
|
||||
include/sp/Allocator.h
|
||||
include/sp/ArcEngine.h
|
||||
include/sp/Attribute.h
|
||||
include/sp/Attributed.h
|
||||
include/sp/Big5CodingSystem.h
|
||||
include/sp/Boolean.h
|
||||
include/sp/CharMap.cxx
|
||||
include/sp/CharMap.h
|
||||
include/sp/CharsetDecl.h
|
||||
include/sp/CharsetInfo.h
|
||||
include/sp/CharsetRegistry.h
|
||||
include/sp/CmdLineApp.h
|
||||
include/sp/CodingSystem.h
|
||||
include/sp/CodingSystemKit.h
|
||||
include/sp/ConsoleOutput.h
|
||||
include/sp/ContentState.h
|
||||
include/sp/ContentToken.h
|
||||
include/sp/CopyOwner.cxx
|
||||
include/sp/CopyOwner.h
|
||||
include/sp/DescriptorManager.h
|
||||
include/sp/Dtd.h
|
||||
include/sp/EUCJPCodingSystem.h
|
||||
include/sp/ElementType.h
|
||||
include/sp/Entity.h
|
||||
include/sp/EntityApp.h
|
||||
include/sp/EntityCatalog.h
|
||||
include/sp/EntityDecl.h
|
||||
include/sp/EntityManager.h
|
||||
include/sp/ErrnoMessageArg.h
|
||||
include/sp/ErrorCountEventHandler.h
|
||||
include/sp/Event.h
|
||||
include/sp/EventsWanted.h
|
||||
include/sp/ExtendEntityManager.h
|
||||
include/sp/ExternalId.h
|
||||
include/sp/Fixed2CodingSystem.h
|
||||
include/sp/GenericEventHandler.h
|
||||
include/sp/Hash.h
|
||||
include/sp/HashTable.cxx
|
||||
include/sp/HashTable.h
|
||||
include/sp/HashTableItemBase.cxx
|
||||
include/sp/HashTableItemBase.h
|
||||
include/sp/IList.h
|
||||
include/sp/IListBase.h
|
||||
include/sp/IListIter.h
|
||||
include/sp/IListIterBase.h
|
||||
include/sp/IQueue.cxx
|
||||
include/sp/IQueue.h
|
||||
include/sp/ISet.cxx
|
||||
include/sp/ISet.h
|
||||
include/sp/ISetIter.h
|
||||
include/sp/IdentityCodingSystem.h
|
||||
include/sp/InputSource.h
|
||||
include/sp/InternalInputSource.h
|
||||
include/sp/Link.h
|
||||
include/sp/LinkProcess.h
|
||||
include/sp/List.cxx
|
||||
include/sp/List.h
|
||||
include/sp/ListIter.h
|
||||
include/sp/LiteralStorage.h
|
||||
include/sp/Location.h
|
||||
include/sp/Lpd.h
|
||||
include/sp/Markup.h
|
||||
include/sp/Message.h
|
||||
include/sp/MessageArg.h
|
||||
include/sp/MessageTable.h
|
||||
include/sp/MessageBuilder.h
|
||||
include/sp/MessageEventHandler.h
|
||||
include/sp/MessageFormatter.h
|
||||
include/sp/MessageReporter.h
|
||||
include/sp/Mode.h
|
||||
include/sp/NCVector.h
|
||||
include/sp/NCVector.sed
|
||||
include/sp/Named.h
|
||||
include/sp/NamedResource.h
|
||||
include/sp/NamedResourceTable.h
|
||||
include/sp/NamedTable.h
|
||||
include/sp/Notation.h
|
||||
include/sp/NotationStorage.h
|
||||
include/sp/OpenElement.h
|
||||
include/sp/Options.cxx
|
||||
include/sp/Options.h
|
||||
include/sp/OutputByteStream.h
|
||||
include/sp/OutputCharStream.h
|
||||
include/sp/Owner.cxx
|
||||
include/sp/Owner.h
|
||||
include/sp/OwnerTable.cxx
|
||||
include/sp/OwnerTable.h
|
||||
include/sp/ParserApp.h
|
||||
include/sp/ParserOptions.h
|
||||
include/sp/PointerTable.cxx
|
||||
include/sp/PointerTable.h
|
||||
include/sp/PosixStorage.h
|
||||
include/sp/Ptr.cxx
|
||||
include/sp/Ptr.h
|
||||
include/sp/RangeMap.cxx
|
||||
include/sp/RangeMap.h
|
||||
include/sp/Resource.h
|
||||
include/sp/RewindStorageObject.h
|
||||
include/sp/SJISCodingSystem.h
|
||||
include/sp/SOEntityCatalog.h
|
||||
include/sp/Sd.h
|
||||
include/sp/SdText.h
|
||||
include/sp/SearchResultMessageArg.h
|
||||
include/sp/SgmlParser.h
|
||||
include/sp/ShortReferenceMap.h
|
||||
include/sp/StdioStorage.h
|
||||
include/sp/StorageManager.h
|
||||
include/sp/StringC.h
|
||||
include/sp/StringOf.cxx
|
||||
include/sp/StringOf.h
|
||||
include/sp/StringResource.h
|
||||
include/sp/SubstTable.cxx
|
||||
include/sp/SubstTable.h
|
||||
include/sp/Syntax.h
|
||||
include/sp/Text.h
|
||||
include/sp/TranslateCodingSystem.h
|
||||
include/sp/TypeId.h
|
||||
include/sp/URLStorage.h
|
||||
include/sp/UTF8CodingSystem.h
|
||||
include/sp/UnicodeCodingSystem.h
|
||||
include/sp/UnivCharsetDesc.h
|
||||
include/sp/Vector.cxx
|
||||
include/sp/Vector.h
|
||||
include/sp/Win32CodingSystem.h
|
||||
include/sp/WinApp.h
|
||||
include/sp/WinInetStorage.h
|
||||
include/sp/XMLCodingSystem.h
|
||||
include/sp/XcharMap.cxx
|
||||
include/sp/XcharMap.h
|
||||
include/sp/config.h
|
||||
include/sp/constant.h
|
||||
include/sp/macros.h
|
||||
include/sp/rtti.h
|
||||
include/sp/sptchar.h
|
||||
include/sp/types.h
|
||||
include/sp/xnew.h
|
||||
lib/libsp.a
|
||||
lib/libsp.so.1
|
||||
@dirrm include/sp
|
Loading…
Reference in New Issue
Block a user