[Midnightbsd-cvs] mports [24132] trunk/textproc/opensp: modernize
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 3 12:34:57 EDT 2018
Revision: 24132
http://svnweb.midnightbsd.org/mports/?rev=24132
Author: laffer1
Date: 2018-09-03 12:34:57 -0400 (Mon, 03 Sep 2018)
Log Message:
-----------
modernize
Modified Paths:
--------------
trunk/textproc/opensp/Makefile
trunk/textproc/opensp/files/patch-Makefile.in
trunk/textproc/opensp/files/patch-configure
trunk/textproc/opensp/files/patch-doc-Makefile.in
trunk/textproc/opensp/files/patch-po-Makefile.in.in
trunk/textproc/opensp/pkg-descr
trunk/textproc/opensp/pkg-plist
Added Paths:
-----------
trunk/textproc/opensp/files/patch-include_IList.h
trunk/textproc/opensp/files/patch-include_IListIter.h
trunk/textproc/opensp/files/patch-include_Ptr.h
trunk/textproc/opensp/files/patch-include_RangeMap.h
trunk/textproc/opensp/files/patch-lib_Parser.h
Removed Paths:
-------------
trunk/textproc/opensp/files/patch-RangeMap.h
Property Changed:
----------------
trunk/textproc/opensp/files/patch-Makefile.in
trunk/textproc/opensp/files/patch-configure
trunk/textproc/opensp/files/patch-doc-Makefile.in
trunk/textproc/opensp/files/patch-po-Makefile.in.in
Modified: trunk/textproc/opensp/Makefile
===================================================================
--- trunk/textproc/opensp/Makefile 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/Makefile 2018-09-03 16:34:57 UTC (rev 24132)
@@ -3,50 +3,34 @@
PORTNAME= OpenSP
PORTVERSION= 1.5.2
CATEGORIES= textproc
-MASTER_SITES= SF/openjade/${PORTNAME:L}/${PORTVERSION}
+MASTER_SITES= SF/openjade/${PORTNAME:tl}/${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= This package is a collection of SGML/XML tools called OpenSP
-LICENSE= mit
-USE_GETTEXT= yes
-USE_GMAKE= yes
+LICENSE= JamesClark
+LICENSE_NAME= License of James Clark's Software
+LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES= gmake iconv libtool localbase perl5
USE_LDCONFIG= yes
-USE_ICONV= yes
GNU_CONFIGURE= yes
-USE_PERL5= yes
CONFIGURE_ARGS= --enable-default-catalog=${PREFIX}/share/sgml/catalog \
--datadir=${PREFIX}/share/sgml/openjade \
--disable-doc-build
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_TARGET= ${ARCH}-portbld-freebsd10.4
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-PLIST_SUB+= NLS=""
-.endif
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
+NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext
-.include <bsd.port.pre.mk>
+PORTDOCS= *.htm NEWS AUTHORS README ABOUT-NLS BUGS ChangeLog
-# This port cannot be CFLAGS safe, using optimizations such as
-# 'march=-mpentium -Os' produces core dumps with certain input files
-# Therefore, we'd better remove all machine optimizations and any -O
-# other than -O{0,1,}. Idea taken from palm/prc-tools-gcc.
-CPPFLAGS:= -O ${CFLAGS:N-O*:N-m*}
-
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${CAT} ${PLIST} | \
- ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | \
- ${AWK} '/^@comment INSTALL_DATA:/ \
- {printf "if ! ${GREP} -q \"%s\" ${PLIST}; then ${ECHO_CMD} \"%s\" >> %s; fi; %s %s/%s %s/%s\n", \
- $$4, $$4, "${TMPPLIST}", "${INSTALL_DATA}", \
- "${WRKSRC}", $$3, "${PREFIX}", $$4}' | \
- ${SH} && \
- ${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS:N\*.htm} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/textproc/opensp/files/patch-Makefile.in
===================================================================
--- trunk/textproc/opensp/files/patch-Makefile.in 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/files/patch-Makefile.in 2018-09-03 16:34:57 UTC (rev 24132)
@@ -1,6 +1,6 @@
---- Makefile.in.orig Fri Dec 23 23:16:01 2005
-+++ Makefile.in Sun Jan 7 23:29:03 2007
-@@ -247,9 +247,9 @@
+--- Makefile.in.orig 2005-12-23 14:16:01 UTC
++++ Makefile.in
+@@ -247,9 +247,9 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = check-news
@@ -12,7 +12,7 @@
lib nsgmls spent spam sgmlnorm sx spcat \
tests @DOCSRC@
-@@ -709,7 +709,7 @@
+@@ -709,7 +709,7 @@ info: info-recursive
info-am:
Property changes on: trunk/textproc/opensp/files/patch-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Deleted: trunk/textproc/opensp/files/patch-RangeMap.h
===================================================================
--- trunk/textproc/opensp/files/patch-RangeMap.h 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/files/patch-RangeMap.h 2018-09-03 16:34:57 UTC (rev 24132)
@@ -1,10 +0,0 @@
---- 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 <stddef.h>
-+#include "constant.h"
-
- #ifdef SP_NAMESPACE
- namespace SP_NAMESPACE {
Modified: trunk/textproc/opensp/files/patch-configure
===================================================================
--- trunk/textproc/opensp/files/patch-configure 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/files/patch-configure 2018-09-03 16:34:57 UTC (rev 24132)
@@ -1,6 +1,269 @@
---- configure.orig Fri Dec 23 23:15:56 2005
-+++ configure Fri Aug 25 03:37:02 2006
-@@ -26441,12 +26441,12 @@
+--- configure.orig 2005-12-23 14:15:56 UTC
++++ configure
+@@ -2885,149 +2885,6 @@ echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
+ CC="$CC $ac_cv_prog_cc_stdc" ;;
+ esac
+
+-# Some people use a C++ compiler to compile C. Since we use `exit',
+-# in C++ we need to declare it. In case someone uses the same compiler
+-# for both compiling C and C++ we need to have the C++ compiler decide
+-# the declaration of exit, since it's the most demanding environment.
+-cat >conftest.$ac_ext <<_ACEOF
+-#ifndef __cplusplus
+- choke me
+-#endif
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- for ac_declaration in \
+- '' \
+- 'extern "C" void std::exit (int) throw (); using std::exit;' \
+- 'extern "C" void std::exit (int); using std::exit;' \
+- 'extern "C" void exit (int) throw ();' \
+- 'extern "C" void exit (int);' \
+- 'void exit (int);'
+-do
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-$ac_declaration
+-#include <stdlib.h>
+-int
+-main ()
+-{
+-exit (42);
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- :
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-continue
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-$ac_declaration
+-int
+-main ()
+-{
+-exit (42);
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_c_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- break
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-done
+-rm -f conftest*
+-if test -n "$ac_declaration"; then
+- echo '#ifdef __cplusplus' >>confdefs.h
+- echo $ac_declaration >>confdefs.h
+- echo '#endif' >>confdefs.h
+-fi
+-
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -3685,112 +3542,7 @@ else
+ CXXFLAGS=
+ fi
+ fi
+-for ac_declaration in \
+- '' \
+- 'extern "C" void std::exit (int) throw (); using std::exit;' \
+- 'extern "C" void std::exit (int); using std::exit;' \
+- 'extern "C" void exit (int) throw ();' \
+- 'extern "C" void exit (int);' \
+- 'void exit (int);'
+-do
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-$ac_declaration
+-#include <stdlib.h>
+-int
+-main ()
+-{
+-exit (42);
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- :
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+
+-continue
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+- cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-$ac_declaration
+-int
+-main ()
+-{
+-exit (42);
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext
+-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+- (eval $ac_compile) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_cxx_werror_flag"
+- || test ! -s conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest.$ac_objext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- break
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-fi
+-rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+-done
+-rm -f conftest*
+-if test -n "$ac_declaration"; then
+- echo '#ifdef __cplusplus' >>confdefs.h
+- echo $ac_declaration >>confdefs.h
+- echo '#endif' >>confdefs.h
+-fi
+-
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -26441,12 +26193,12 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <libintl.h>
extern int _nl_msg_cat_cntr;
Property changes on: trunk/textproc/opensp/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/textproc/opensp/files/patch-doc-Makefile.in
===================================================================
--- trunk/textproc/opensp/files/patch-doc-Makefile.in 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/files/patch-doc-Makefile.in 2018-09-03 16:34:57 UTC (rev 24132)
@@ -1,6 +1,6 @@
---- 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 @@
+--- doc/Makefile.in.orig 2005-12-23 14:15:58 UTC
++++ doc/Makefile.in
+@@ -214,7 +214,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
Property changes on: trunk/textproc/opensp/files/patch-doc-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Added: trunk/textproc/opensp/files/patch-include_IList.h
===================================================================
--- trunk/textproc/opensp/files/patch-include_IList.h (rev 0)
+++ trunk/textproc/opensp/files/patch-include_IList.h 2018-09-03 16:34:57 UTC (rev 24132)
@@ -0,0 +1,13 @@
+--- include/IList.h.orig 2005-07-21 14:04:38 UTC
++++ include/IList.h
+@@ -26,8 +26,8 @@ class IList : private IListBase { (public)
+ void swap(IList<T> &list) { IListBase::swap(list); }
+ T *head() const { return (T *)IListBase::head(); }
+ T *get() { return (T *)IListBase::get(); }
+- IListBase::clear;
+- IListBase::empty;
++ using IListBase::clear;
++ using IListBase::empty;
+ friend class IListIter<T>;
+ private:
+ IList(const IList<T> &); // undefined
Property changes on: trunk/textproc/opensp/files/patch-include_IList.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/opensp/files/patch-include_IListIter.h
===================================================================
--- trunk/textproc/opensp/files/patch-include_IListIter.h (rev 0)
+++ trunk/textproc/opensp/files/patch-include_IListIter.h 2018-09-03 16:34:57 UTC (rev 24132)
@@ -0,0 +1,13 @@
+--- include/IListIter.h.orig 2005-07-21 14:04:38 UTC
++++ include/IListIter.h
+@@ -17,8 +17,8 @@ class IListIter : private IListIterBase { (public)
+ IListIter(const IList<T> &list) : IListIterBase(list) { }
+ T *cur() const { return (T *)IListIterBase::cur(); }
+
+- IListIterBase::next;
+- IListIterBase::done;
++ using IListIterBase::next;
++ using IListIterBase::done;
+ };
+
+ #ifdef SP_NAMESPACE
Property changes on: trunk/textproc/opensp/files/patch-include_IListIter.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/opensp/files/patch-include_Ptr.h
===================================================================
--- trunk/textproc/opensp/files/patch-include_Ptr.h (rev 0)
+++ trunk/textproc/opensp/files/patch-include_Ptr.h 2018-09-03 16:34:57 UTC (rev 24132)
@@ -0,0 +1,13 @@
+--- include/Ptr.h.orig 2005-07-21 14:04:39 UTC
++++ include/Ptr.h
+@@ -69,8 +69,8 @@ class ConstPtr : private Ptr<T> { (public)
+ const T *operator->() const { return Ptr<T>::pointer(); }
+ const T &operator*() const { return *Ptr<T>::pointer(); }
+ void swap(ConstPtr<T> &p) { Ptr<T>::swap(p); }
+- Ptr<T>::isNull;
+- Ptr<T>::clear;
++ using Ptr<T>::isNull;
++ using Ptr<T>::clear;
+ Boolean operator==(const Ptr<T> &p) const { return Ptr<T>::operator==(p); }
+ Boolean operator!=(const Ptr<T> &p) const { return Ptr<T>::operator!=(p); }
+ Boolean operator==(const ConstPtr<T> &p) const {
Property changes on: trunk/textproc/opensp/files/patch-include_Ptr.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/opensp/files/patch-include_RangeMap.h
===================================================================
--- trunk/textproc/opensp/files/patch-include_RangeMap.h (rev 0)
+++ trunk/textproc/opensp/files/patch-include_RangeMap.h 2018-09-03 16:34:57 UTC (rev 24132)
@@ -0,0 +1,10 @@
+--- include/RangeMap.h.orig 2005-07-21 14:04:39 UTC
++++ include/RangeMap.h
+@@ -9,6 +9,7 @@
+ #include "ISet.h"
+ #include "types.h"
+ #include <stddef.h>
++#include "constant.h"
+
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {
Property changes on: trunk/textproc/opensp/files/patch-include_RangeMap.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/opensp/files/patch-lib_Parser.h
===================================================================
--- trunk/textproc/opensp/files/patch-lib_Parser.h (rev 0)
+++ trunk/textproc/opensp/files/patch-lib_Parser.h 2018-09-03 16:34:57 UTC (rev 24132)
@@ -0,0 +1,29 @@
+--- lib/Parser.h.orig 2005-07-21 14:05:17 UTC
++++ lib/Parser.h
+@@ -62,16 +62,16 @@ class Parser : private ParserState { (public)
+ Parser(const SgmlParser::Params &);
+ Event *nextEvent();
+ void parseAll(EventHandler &, const volatile sig_atomic_t *cancelPtr);
+- ParserState::sdPointer;
+- ParserState::instanceSyntaxPointer;
+- ParserState::prologSyntaxPointer;
+- ParserState::activateLinkType;
+- ParserState::allLinkTypesActivated;
+- ParserState::entityManager;
+- ParserState::entityCatalog;
+- ParserState::baseDtd;
+- ParserState::options;
+- ParserState::instantiateDtd;
++ using ParserState::sdPointer;
++ using ParserState::instanceSyntaxPointer;
++ using ParserState::prologSyntaxPointer;
++ using ParserState::activateLinkType;
++ using ParserState::allLinkTypesActivated;
++ using ParserState::entityManager;
++ using ParserState::entityCatalog;
++ using ParserState::baseDtd;
++ using ParserState::options;
++ using ParserState::instantiateDtd;
+ friend class PiAttspecParser;
+ private:
+ Parser(const Parser &); // undefined
Property changes on: trunk/textproc/opensp/files/patch-lib_Parser.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/textproc/opensp/files/patch-po-Makefile.in.in
===================================================================
--- trunk/textproc/opensp/files/patch-po-Makefile.in.in 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/files/patch-po-Makefile.in.in 2018-09-03 16:34:57 UTC (rev 24132)
@@ -1,6 +1,6 @@
---- 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 @@
+--- po/Makefile.in.in.orig 2005-11-05 09:05:21 UTC
++++ po/Makefile.in.in
+@@ -25,8 +25,8 @@ VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
Property changes on: trunk/textproc/opensp/files/patch-po-Makefile.in.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/textproc/opensp/pkg-descr
===================================================================
--- trunk/textproc/opensp/pkg-descr 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/pkg-descr 2018-09-03 16:34:57 UTC (rev 24132)
@@ -1,3 +1,5 @@
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.
+to parse, validate, and normalize SGML and XML files.
+
+WWW: http://openjade.sourceforge.net/doc/
Modified: trunk/textproc/opensp/pkg-plist
===================================================================
--- trunk/textproc/opensp/pkg-plist 2018-09-03 16:31:49 UTC (rev 24131)
+++ trunk/textproc/opensp/pkg-plist 2018-09-03 16:34:57 UTC (rev 24132)
@@ -141,46 +141,15 @@
include/OpenSP/sptchar.h
include/OpenSP/types.h
include/OpenSP/xnew.h
- at dirrm include/OpenSP
lib/libosp.a
-lib/libosp.la
lib/libosp.so
lib/libosp.so.5
+lib/libosp.so.5.0.0
%%NLS%%share/locale/de/LC_MESSAGES/sp5.mo
%%NLS%%share/locale/fr/LC_MESSAGES/sp5.mo
%%NLS%%share/locale/ja/LC_MESSAGES/sp5.mo
%%NLS%%share/locale/sv/LC_MESSAGES/sp5.mo
%%NLS%%share/locale/tr/LC_MESSAGES/sp5.mo
- at comment the following lines used for installation of doc files
- at comment INSTALL_DATA: doc/archform.htm %%DOCSDIR%%/archform.htm
- at comment INSTALL_DATA: doc/autoconf.htm %%DOCSDIR%%/autoconf.htm
- at comment INSTALL_DATA: doc/build.htm %%DOCSDIR%%/build.htm
- at comment INSTALL_DATA: doc/catalog.htm %%DOCSDIR%%/catalog.htm
- at comment INSTALL_DATA: doc/charset.htm %%DOCSDIR%%/charset.htm
- at comment INSTALL_DATA: doc/features.htm %%DOCSDIR%%/features.htm
- at comment INSTALL_DATA: doc/generic.htm %%DOCSDIR%%/generic.htm
- at comment INSTALL_DATA: doc/ideas.htm %%DOCSDIR%%/ideas.htm
- at comment INSTALL_DATA: doc/index.htm %%DOCSDIR%%/index.htm
- at comment INSTALL_DATA: doc/new.htm %%DOCSDIR%%/new.htm
- at comment INSTALL_DATA: doc/nsgmls.htm %%DOCSDIR%%/nsgmls.htm
- at comment INSTALL_DATA: doc/sgmldecl.htm %%DOCSDIR%%/sgmldecl.htm
- at comment INSTALL_DATA: doc/sgmlnorm.htm %%DOCSDIR%%/sgmlnorm.htm
- at comment INSTALL_DATA: doc/sgmlsout.htm %%DOCSDIR%%/sgmlsout.htm
- at comment INSTALL_DATA: doc/spam.htm %%DOCSDIR%%/spam.htm
- at comment INSTALL_DATA: doc/spcat.htm %%DOCSDIR%%/spcat.htm
- at comment INSTALL_DATA: doc/spent.htm %%DOCSDIR%%/spent.htm
- at comment INSTALL_DATA: doc/sx.htm %%DOCSDIR%%/sx.htm
- at comment INSTALL_DATA: doc/sysdecl.htm %%DOCSDIR%%/sysdecl.htm
- at comment INSTALL_DATA: doc/sysid.htm %%DOCSDIR%%/sysid.htm
- at comment INSTALL_DATA: doc/xml.htm %%DOCSDIR%%/xml.htm
- at comment INSTALL_DATA: doc/xmlwarn.htm %%DOCSDIR%%/xmlwarn.htm
- at comment INSTALL_DATA: NEWS %%DOCSDIR%%/NEWS
- at comment INSTALL_DATA: AUTHORS %%DOCSDIR%%/AUTHORS
- at comment INSTALL_DATA: README %%DOCSDIR%%/README
- at comment INSTALL_DATA: ABOUT-NLS %%DOCSDIR%%/ABOUT-NLS
- at comment INSTALL_DATA: BUGS %%DOCSDIR%%/BUGS
- at comment INSTALL_DATA: COPYING %%DOCSDIR%%/COPYING
- at comment INSTALL_DATA: ChangeLog %%DOCSDIR%%/ChangeLog
share/sgml/openjade/OpenSP/HTML32.dcl
share/sgml/openjade/OpenSP/HTML32.dtd
share/sgml/openjade/OpenSP/HTML32.soc
@@ -209,5 +178,3 @@
share/sgml/openjade/OpenSP/unicode.syn
share/sgml/openjade/OpenSP/xml.dcl
share/sgml/openjade/OpenSP/xml.soc
- at dirrm share/sgml/openjade/OpenSP
- at dirrm share/sgml/openjade
More information about the Midnightbsd-cvs
mailing list