summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/sxml/Makefile23
-rw-r--r--textproc/sxml/distinfo3
-rw-r--r--textproc/sxml/files/patch-Makefile.in85
-rw-r--r--textproc/sxml/files/patch-examples_Makefile.in11
-rw-r--r--textproc/sxml/pkg-descr4
-rw-r--r--textproc/sxml/pkg-plist8
8 files changed, 1 insertions, 135 deletions
diff --git a/MOVED b/MOVED
index d7abc85e40fb..ae70ac62d0d4 100644
--- a/MOVED
+++ b/MOVED
@@ -4345,3 +4345,4 @@ textproc/sdif||2025-05-04|Has expired: Deprecated upstream, repo archived Nov 21
textproc/xp||2025-05-04|Has expired: Obsolete, never versions of Java already include XML parser(s)
textproc/turboxsl||2025-05-04|Has expired: Obsolete, supports only legacy versions of XML and XSLT
textproc/docbook2odf||2025-05-04|Has expired: Upstream is gone and unmaintained in tree for years
+textproc/sxml||2025-05-04|Has expired: No consumers in tree and no active development upstream for over a decade
diff --git a/textproc/Makefile b/textproc/Makefile
index bbf257c00518..3e614b9843c8 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -2074,7 +2074,6 @@
SUBDIR += sv-mythes
SUBDIR += svn2cl
SUBDIR += sw-aspell
- SUBDIR += sxml
SUBDIR += syck
SUBDIR += ta-aspell
SUBDIR += tagsoup
diff --git a/textproc/sxml/Makefile b/textproc/sxml/Makefile
deleted file mode 100644
index dd7eae8a1fd5..000000000000
--- a/textproc/sxml/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= sxml
-PORTVERSION= 1.0.7
-CATEGORIES= textproc
-MASTER_SITES= http://www.MysticWALL.COM/download/
-
-MAINTAINER= takefu@airport.fm
-COMMENT= Skimpy XML parsing and grafting library for C language
-WWW= http://www.MysticWALL.COM/software/sxml/index.html
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= No consumers in tree and no active development upstream for over a decade
-EXPIRATION_DATE=2025-04-30
-
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USES= tar:bzip2
-
-do-test:
- cd ${BUILD_WRKSRC}/examples && ${MAKE} all
-
-.include <bsd.port.mk>
diff --git a/textproc/sxml/distinfo b/textproc/sxml/distinfo
deleted file mode 100644
index 5605c7cf73ba..000000000000
--- a/textproc/sxml/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1497916868
-SHA256 (sxml-1.0.7.tar.bz2) = b7ed703252976074488044e49de070bc01a9f3eff7633c772dac05f089825470
-SIZE (sxml-1.0.7.tar.bz2) = 83491
diff --git a/textproc/sxml/files/patch-Makefile.in b/textproc/sxml/files/patch-Makefile.in
deleted file mode 100644
index 43edbefb84fd..000000000000
--- a/textproc/sxml/files/patch-Makefile.in
+++ /dev/null
@@ -1,85 +0,0 @@
---- Makefile.in.orig 2010-03-26 07:56:17 UTC
-+++ Makefile.in
-@@ -30,11 +30,11 @@ CTAGS=@CTAGS@
- EDITOR=@EDITOR@
-
- INSTALL=@INSTALL@
--INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
-+INSTALL_PROGRAM=@INSTALL_PROGRAM@
- INSTALL_DATA=@INSTALL_DATA@
-
- DEFS= @DEFS@
--OPTS= -fforce-addr -fstrength-reduce -funroll-loops -finline-functions
-+OPTS= -fstrength-reduce -funroll-loops -finline-functions
- CPPFLAGS= -I@srcdir@
- CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@
-
-@@ -121,43 +121,43 @@ libsxmlrpc.dylib: ${SXMLRPC_SOBJ}
- install:: check-dirs install-libsxml install-libsxmlrpc
-
- install-libsxml::
-- -${RM} ${libdir}/${SXML_PLIB}
-- ${INSTALL_DATA} ${SXML_PLIB} ${libdir}
-- ${RANLIB} -t ${libdir}/${SXML_PLIB}
-- -${RM} ${libdir}/${SXML_SLIB}
-- -${RM} ${libdir}/${SXML_DLIB}
-- -${RM} ${libdir}/${SXML_LIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXML_PLIB}
-+ ${INSTALL_DATA} ${SXML_PLIB} ${DESTDIR}${libdir}
-+ ${RANLIB} -t ${DESTDIR}${libdir}/${SXML_PLIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXML_SLIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXML_DLIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXML_LIB}
- if [ -f ${SXML_SLIB} ]; then \
-- ${INSTALL} ${SXML_SLIB} ${libdir}; \
-- (cd ${libdir}; ${LN_S} ${SXML_SLIB} ${SXML_LIB}); \
-+ ${INSTALL_PROGRAM} ${SXML_SLIB} ${DESTDIR}${libdir}; \
-+ (cd ${DESTDIR}${libdir}; ${LN_S} ${SXML_SLIB} ${SXML_LIB}); \
- fi
- if [ -f ${SXML_DYLIB} ]; then \
-- ${INSTALL} ${SXML_DYLIB} ${libdir}; \
-- (cd ${libdir}; ${LN_S} ${SXML_DYLIB} ${SXML_DLIB}); \
-+ ${INSTALL} ${SXML_DYLIB} ${DESTDIR}${libdir}; \
-+ (cd ${DESTDIR}${libdir}; ${LN_S} ${SXML_DYLIB} ${SXML_DLIB}); \
- fi
-- ${INSTALL_DATA} ${SXML_HDR} ${includedir}
-+ ${INSTALL_DATA} ${SXML_HDR} ${DESTDIR}${includedir}
-
- install-libsxmlrpc::
-- -${RM} ${libdir}/${SXMLRPC_PLIB}
-- ${INSTALL_DATA} ${SXMLRPC_PLIB} ${libdir}
-- ${RANLIB} -t ${libdir}/${SXMLRPC_PLIB}
-- -${RM} ${libdir}/${SXMLRPC_SLIB}
-- -${RM} ${libdir}/${SXMLRPC_DLIB}
-- -${RM} ${libdir}/${SXMLRPC_LIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXMLRPC_PLIB}
-+ ${INSTALL_DATA} ${SXMLRPC_PLIB} ${DESTDIR}${libdir}
-+ ${RANLIB} -t ${DESTDIR}${libdir}/${SXMLRPC_PLIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXMLRPC_SLIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXMLRPC_DLIB}
-+ -${RM} ${DESTDIR}${libdir}/${SXMLRPC_LIB}
- if [ -f ${SXMLRPC_SLIB} ]; then \
-- ${INSTALL} ${SXMLRPC_SLIB} ${libdir}; \
-- (cd ${libdir}; ${LN_S} ${SXMLRPC_SLIB} ${SXMLRPC_LIB}); \
-+ ${INSTALL_PROGRAM} ${SXMLRPC_SLIB} ${DESTDIR}${libdir}; \
-+ (cd ${DESTDIR}${libdir}; ${LN_S} ${SXMLRPC_SLIB} ${SXMLRPC_LIB}); \
- fi
- if [ -f ${SXMLRPC_DYLIB} ]; then \
-- ${INSTALL} ${SXMLRPC_DYLIB} ${libdir}; \
-- (cd ${libdir}; ${LN_S} ${SXMLRPC_DYLIB} ${SXMLRPC_DLIB}); \
-+ ${INSTALL} ${SXMLRPC_DYLIB} ${DESTDIR}${libdir}; \
-+ (cd ${DESTDIR}${libdir}; ${LN_S} ${SXMLRPC_DYLIB} ${SXMLRPC_DLIB}); \
- fi
-- ${INSTALL_DATA} ${SXMLRPC_HDR} ${includedir}
-+ ${INSTALL_DATA} ${SXMLRPC_HDR} ${DESTDIR}${includedir}
-
- check-dirs::
-- @if [ ! -d ${prefix} ]; then ${MKDIR} ${prefix}; fi
-- @if [ ! -d ${libdir} ]; then ${MKDIR} ${libdir}; fi
-- @if [ ! -d ${includedir} ]; then ${MKDIR} ${includedir}; fi
-+ @if [ ! -d ${prefix} ]; then ${MKDIR} ${DESTDIR}${prefix}; fi
-+ @if [ ! -d ${libdir} ]; then ${MKDIR} ${DESTDIR}${libdir}; fi
-+ @if [ ! -d ${includedir} ]; then ${MKDIR} ${DESTDIR}${includedir}; fi
-
- ###############################################################################
-
diff --git a/textproc/sxml/files/patch-examples_Makefile.in b/textproc/sxml/files/patch-examples_Makefile.in
deleted file mode 100644
index 8754201ca4df..000000000000
--- a/textproc/sxml/files/patch-examples_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/Makefile.in.orig 2008-02-05 14:03:37 UTC
-+++ examples/Makefile.in
-@@ -34,7 +34,7 @@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
- INSTALL_DATA=@INSTALL_DATA@
-
- DEFS= @DEFS@
--OPTS= -fforce-mem -fforce-addr -fstrength-reduce -funroll-loops -finline-functions
-+OPTS= -fstrength-reduce -funroll-loops -finline-functions
- CPPFLAGS= -I.. -L..
- CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@
-
diff --git a/textproc/sxml/pkg-descr b/textproc/sxml/pkg-descr
deleted file mode 100644
index 76073e5c6287..000000000000
--- a/textproc/sxml/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-SXML is a skimpy XML parsing and grafting C library that you can use to read
-and write XML-like configuration file for your application.
-
-Author: Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
diff --git a/textproc/sxml/pkg-plist b/textproc/sxml/pkg-plist
deleted file mode 100644
index 45da67e35055..000000000000
--- a/textproc/sxml/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/sxmlrpc.h
-include/sxml.h
-lib/libsxmlrpc.a
-lib/libsxmlrpc.so
-lib/libsxmlrpc.so.1
-lib/libsxml.a
-lib/libsxml.so
-lib/libsxml.so.1