# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= OpenSP VERSION= 1.5.2 KEYWORDS= textproc VARIANTS= standard SDESC[standard]= Collection of SGML/XML tools HOMEPAGE= https://openjade.sourceforge.net/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= SF/openjade/opensp/1.5.2 DISTFILE[1]= OpenSP-1.5.2.tar.gz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= gmake libtool perl fbsd10fix mbsdfix c++:single FPC_EQUIVALENT= textproc/opensp MUST_CONFIGURE= gnu CONFIGURE_ARGS= --enable-default-catalog={{PREFIX}}/share/sgml/catalog --datadir={{PREFIX}}/share/sgml/openjade --disable-doc-build --disable-nls post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libosp.${LIBEXT} [FILE:179:descriptions/desc.single] This package is a collection of SGML/XML tools called OpenSP. It is a fork from James Clark's SP suite. These tools are used to parse, validate, and normalize SGML and XML files. [FILE:98:distinfo] 57f4898498a368918b0d49c826aa434bb5b703d2c3b169beb348016ab25617ce 1521390 OpenSP-1.5.2.tar.gz [FILE:2532:manifests/plist.single] bin/ onsgmls osgmlnorm ospam ospcat ospent osx include/OpenSP/ Allocator.h ArcEngine.h Attribute.h Attributed.h Big5CodingSystem.h Boolean.h CharMap.cxx CharMap.h CharsetDecl.h CharsetInfo.h CharsetRegistry.h CmdLineApp.h CodingSystem.h CodingSystemKit.h ConsoleOutput.h ContentState.h ContentToken.h CopyOwner.cxx CopyOwner.h DescriptorManager.h Dtd.h EUCJPCodingSystem.h ElementType.h Entity.h EntityApp.h EntityCatalog.h EntityDecl.h EntityManager.h ErrnoMessageArg.h ErrorCountEventHandler.h Event.h EventGenerator.h EventsWanted.h ExtendEntityManager.h ExternalId.h Fixed2CodingSystem.h Fixed4CodingSystem.h GenericEventHandler.h Hash.h HashTable.cxx HashTable.h HashTableItemBase.cxx HashTableItemBase.h IList.h IListBase.h IListIter.h IListIterBase.h IQueue.cxx IQueue.h ISet.cxx ISet.h ISetIter.h IdentityCodingSystem.h InputSource.h InternalInputSource.h Link.h LinkProcess.h List.cxx List.h ListIter.h LiteralStorage.h Location.h Lpd.h Markup.h Message.h MessageArg.h MessageBuilder.h MessageEventHandler.h MessageFormatter.h MessageModule.h MessageReporter.h MessageTable.h Mode.h NCVector.h Named.h NamedResource.h NamedResourceTable.h NamedTable.h Notation.h NotationStorage.h OpenElement.h Options.cxx Options.h OutputByteStream.h OutputCharStream.h Owner.cxx Owner.h OwnerTable.cxx OwnerTable.h ParserApp.h ParserEventGeneratorKit.h ParserOptions.h PointerTable.cxx PointerTable.h PosixStorage.h Ptr.cxx Ptr.h RangeMap.cxx RangeMap.h Resource.h RewindStorageObject.h SGMLApplication.h SJISCodingSystem.h SOEntityCatalog.h Sd.h SdText.h SearchResultMessageArg.h SgmlParser.h ShortReferenceMap.h StdioStorage.h StorageManager.h StringC.h StringOf.cxx StringOf.h StringResource.h SubstTable.h Syntax.h Text.h TranslateCodingSystem.h TypeId.h URLStorage.h UTF16CodingSystem.h UTF8CodingSystem.h UnicodeCodingSystem.h UnivCharsetDesc.h Vector.cxx Vector.h XMLCodingSystem.h XcharMap.cxx XcharMap.h config.h constant.h macros.h rtti.h sptchar.h types.h xnew.h lib/ libosp.a libosp.so libosp.so.5 libosp.so.5.0.0 share/sgml/openjade/OpenSP/ HTML32.dcl HTML32.dtd HTML32.soc HTML4-f.dtd HTML4-s.dtd HTML4.dcl HTML4.dtd HTML4.soc HTMLlat1.ent HTMLspec.ent HTMLsym.ent ISOlat1.ent ISOlat1.sgm catalog demo.sgm gensyntax.pl html-1.dtd html-1s.dtd html-s.dtd html.dcl html.dtd html.soc japan.dcl opensp-implied.dcl unicode.sd unicode.syn xml.dcl xml.soc [FILE:523:patches/patch-Makefile.in] --- Makefile.in.orig Fri Dec 23 23:16:01 2005 +++ Makefile.in Sun Jan 7 23:29:03 2007 @@ -247,9 +247,9 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = check-news -SUBDIRS = pubtext unicode doc \ +SUBDIRS = pubtext unicode \ include generic \ - intl po \ + po \ lib nsgmls spent spam sgmlnorm sx spcat \ tests @DOCSRC@ @@ -709,7 +709,7 @@ info-am: -install-data-am: install-pkgdocDATA install-pkgincludeHEADERS +install-data-am: install-pkgincludeHEADERS install-exec-am: [FILE:249:patches/patch-RangeMap.h] --- include/RangeMap.h.orig Sun Aug 1 19:34:55 2004 +++ include/RangeMap.h Sun Aug 1 19:26:43 2004 @@ -9,6 +9,7 @@ #include "ISet.h" #include "types.h" #include +#include "constant.h" #ifdef SP_NAMESPACE namespace SP_NAMESPACE { [FILE:461:patches/patch-configure] --- configure.orig Fri Dec 23 23:15:56 2005 +++ configure Fri Aug 25 03:37:02 2006 @@ -26441,12 +26441,12 @@ /* end confdefs.h. */ #include extern int _nl_msg_cat_cntr; -extern int *_nl_domain_bindings; +extern int *libintl_nl_domain_bindings; int main () { bindtextdomain ("", ""); -return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings +return * gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings ; return 0; } [FILE:366:patches/patch-doc-Makefile.in] --- doc/Makefile.in.orig Fri Dec 23 23:15:58 2005 +++ doc/Makefile.in Fri Aug 25 03:38:13 2006 @@ -214,7 +214,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -docdir = $(datadir)/doc +docdir = $(prefix)/share/doc pkgdocdir = $(docdir)/@PACKAGE@ pkgdochtmldir = $(pkgdocdir)/doc MAINTAINERCLEANFILES = Makefile.in [FILE:390:patches/patch-po-Makefile.in.in] --- po/Makefile.in.in.orig Sun Jan 7 22:59:24 2007 +++ po/Makefile.in.in Sun Jan 7 23:00:49 2007 @@ -25,8 +25,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ -localedir = $(datadir)/locale -gettextsrcdir = $(datadir)/gettext/po +localedir = $(prefix)/share/locale +gettextsrcdir = $(prefix)/share/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@