summaryrefslogtreecommitdiff
path: root/textproc/turboxsl
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/turboxsl')
-rw-r--r--textproc/turboxsl/Makefile32
-rw-r--r--textproc/turboxsl/distinfo3
-rw-r--r--textproc/turboxsl/files/patch-configure.ac17
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-category.c10
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-category_table.c10
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-event.c10
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-record_table.c10
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-rotater.c10
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-rule.c16
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-zc_util.c10
-rw-r--r--textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h10
-rw-r--r--textproc/turboxsl/pkg-descr1
-rw-r--r--textproc/turboxsl/pkg-plist8
13 files changed, 0 insertions, 147 deletions
diff --git a/textproc/turboxsl/Makefile b/textproc/turboxsl/Makefile
deleted file mode 100644
index 735a11e47dd0..000000000000
--- a/textproc/turboxsl/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= turboxsl
-DISTVERSION= b03c2c9
-PORTEPOCH= 1
-CATEGORIES= textproc
-
-MAINTAINER= hrs@FreeBSD.org
-COMMENT= Fast, multithreaded XML+XSLT transformation library
-WWW= https://github.com/Litres/turboxsl
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Obsolete, supports only legacy versions of XML and XSLT
-EXPIRATION_DATE=2025-04-30
-
-ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
-
-LIB_DEPENDS= libck.so:devel/concurrencykit \
- libmemcached.so:databases/libmemcached
-
-USES= autoreconf libtool pathfix pkgconfig
-USE_LDCONFIG= yes
-USE_GITHUB= yes
-GH_ACCOUNT= Litres
-
-GNU_CONFIGURE= yes
-CFLAGS+= -fcommon
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.mk>
diff --git a/textproc/turboxsl/distinfo b/textproc/turboxsl/distinfo
deleted file mode 100644
index e620acd3ba33..000000000000
--- a/textproc/turboxsl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1464025327
-SHA256 (Litres-turboxsl-b03c2c9_GH0.tar.gz) = 4f14d57d5ad6237bdd19871d293e75a86a70d9650acf4cec3c549a273981ffaf
-SIZE (Litres-turboxsl-b03c2c9_GH0.tar.gz) = 884391
diff --git a/textproc/turboxsl/files/patch-configure.ac b/textproc/turboxsl/files/patch-configure.ac
deleted file mode 100644
index 104de7d172f2..000000000000
--- a/textproc/turboxsl/files/patch-configure.ac
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.ac.orig 2015-07-02 18:01:10 UTC
-+++ configure.ac
-@@ -23,14 +23,6 @@ AC_SUBST(XSLT_LIBS)
- AC_SUBST(EXTRA_LIBS)
- AC_SUBST(M_LIBS)
-
--dnl These are for debug -O2 disabling
--CPPFLAGS="${CXXFLAGS}"
--CXXFLAGS="${CPPFLAGS}"
--CFLAGS=""
--AC_SUBST(CXXFLAGS)
--AC_SUBST(CPPFLAGS)
--AC_SUBST(CLAGS)
--
- AC_OUTPUT([
- Makefile
- libturboxsl.pc
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-category.c b/textproc/turboxsl/files/patch-src-zlog-src-category.c
deleted file mode 100644
index 3942a2f4d190..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-category.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/category.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/category.c
-@@ -6,6 +6,7 @@
- * Licensed under the LGPL v2.1, see the file COPYING in base directory.
- */
- #include "fmacros.h"
-+#include <sys/types.h>
- #include <string.h>
- #include <stdlib.h>
- #include <errno.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-category_table.c b/textproc/turboxsl/files/patch-src-zlog-src-category_table.c
deleted file mode 100644
index f7a850200add..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-category_table.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/category_table.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/category_table.c
-@@ -6,6 +6,7 @@
- * Licensed under the LGPL v2.1, see the file COPYING in base directory.
- */
-
-+#include <sys/types.h>
- #include <string.h>
- #include <stdlib.h>
- #include <errno.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-event.c b/textproc/turboxsl/files/patch-src-zlog-src-event.c
deleted file mode 100644
index fb4219946602..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-event.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/event.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/event.c
-@@ -7,6 +7,7 @@
- */
-
- #include "fmacros.h"
-+#include <sys/types.h>
- #include <string.h>
- #include <stdarg.h>
- #include <stdlib.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-record_table.c b/textproc/turboxsl/files/patch-src-zlog-src-record_table.c
deleted file mode 100644
index 116dfa16ae3f..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-record_table.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/record_table.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/record_table.c
-@@ -6,6 +6,7 @@
- * Licensed under the LGPL v2.1, see the file COPYING in base directory.
- */
-
-+#include <sys/types.h>
- #include <string.h>
- #include <stdlib.h>
- #include <errno.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-rotater.c b/textproc/turboxsl/files/patch-src-zlog-src-rotater.c
deleted file mode 100644
index b04db493d03e..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-rotater.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/rotater.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/rotater.c
-@@ -6,6 +6,7 @@
- * Licensed under the LGPL v2.1, see the file COPYING in base directory.
- */
-
-+#include <sys/types.h>
- #include <string.h>
- #include <glob.h>
- #include <stdio.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-rule.c b/textproc/turboxsl/files/patch-src-zlog-src-rule.c
deleted file mode 100644
index f2e839d83763..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-rule.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/zlog/src/rule.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/rule.c
-@@ -8,12 +8,12 @@
-
- #include "fmacros.h"
-
-+#include <sys/types.h>
- #include <string.h>
- #include <ctype.h>
- #include <syslog.h>
- #include <errno.h>
- #include <stdlib.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <unistd.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-zc_util.c b/textproc/turboxsl/files/patch-src-zlog-src-zc_util.c
deleted file mode 100644
index 38ed6e6e7a51..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-zc_util.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/zc_util.c.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/zc_util.c
-@@ -6,6 +6,7 @@
- * Licensed under the LGPL v2.1, see the file COPYING in base directory.
- */
-
-+#include <sys/types.h>
- #include <string.h>
- #include <syslog.h>
- #include <stdlib.h>
diff --git a/textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h b/textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h
deleted file mode 100644
index 77bc9e7b103c..000000000000
--- a/textproc/turboxsl/files/patch-src-zlog-src-zc_xplatform.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/zlog/src/zc_xplatform.h.orig 2015-07-02 18:01:10 UTC
-+++ src/zlog/src/zc_xplatform.h
-@@ -9,6 +9,7 @@
- #define __zc_xplatform_h
-
- #include <limits.h>
-+#include <strings.h>
-
- #define ZLOG_INT32_LEN sizeof("-2147483648") - 1
- #define ZLOG_INT64_LEN sizeof("-9223372036854775808") - 1
diff --git a/textproc/turboxsl/pkg-descr b/textproc/turboxsl/pkg-descr
deleted file mode 100644
index 86673b2c40df..000000000000
--- a/textproc/turboxsl/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-turboxsl is an XSLT 1.0 transform engine with proper multithreading support.
diff --git a/textproc/turboxsl/pkg-plist b/textproc/turboxsl/pkg-plist
deleted file mode 100644
index d1dbacffefbc..000000000000
--- a/textproc/turboxsl/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/turboxsl-config
-bin/turboxsltproc
-include/turboxsl/turboxsl.h
-lib/libturboxsl.so
-lib/libturboxsl.so.0
-lib/libturboxsl.so.0.0.0
-lib/libturboxsl.a
-libdata/pkgconfig/libturboxsl.pc