pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters Remove orcus, unused.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98bd10c667f1
branches:  trunk
changeset: 358158:98bd10c667f1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 06 07:10:00 2017 +0000

description:
Remove orcus, unused.

diffstat:

 converters/Makefile                      |    3 +-
 converters/orcus/DESCR                   |    3 -
 converters/orcus/Makefile                |   40 ----------
 converters/orcus/PLIST                   |   63 ----------------
 converters/orcus/buildlink3.mk           |   15 ---
 converters/orcus/distinfo                |    7 -
 converters/orcus/patches/patch-configure |  120 -------------------------------
 7 files changed, 1 insertions(+), 250 deletions(-)

diffs (289 lines):

diff -r 0c0a802ed656 -r 98bd10c667f1 converters/Makefile
--- a/converters/Makefile       Mon Feb 06 04:19:12 2017 +0000
+++ b/converters/Makefile       Mon Feb 06 07:10:00 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2017/02/04 01:42:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.152 2017/02/06 07:10:00 wiz Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -56,7 +56,6 @@
 SUBDIR+=       nkf
 SUBDIR+=       odt2txt
 SUBDIR+=       opencc
-SUBDIR+=       orcus
 SUBDIR+=       orcus0.12
 SUBDIR+=       p5-Convert-Bencode
 SUBDIR+=       p5-Convert-BinHex
diff -r 0c0a802ed656 -r 98bd10c667f1 converters/orcus/DESCR
--- a/converters/orcus/DESCR    Mon Feb 06 04:19:12 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-Standalone file import filter library for spreadsheet documents.
-
-This package contains the 0.11 branch of the library.
diff -r 0c0a802ed656 -r 98bd10c667f1 converters/orcus/Makefile
--- a/converters/orcus/Makefile Mon Feb 06 04:19:12 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2017/01/24 07:38:00 wiz Exp $
-
-DISTNAME=      liborcus-0.11.2
-PKGNAME=       ${DISTNAME:S/lib//}
-PKGREVISION=   1
-CATEGORIES=    converters
-MASTER_SITES=  http://kohei.us/files/orcus/src/
-EXTRACT_SUFX=  .tar.xz
-
-MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      https://gitlab.com/orcus/orcus
-COMMENT=       Import filter library for spreadsheet documents (0.11 branch)
-LICENSE=       mpl-2.0
-
-SUBST_CLASSES+=                        fix-python
-SUBST_STAGE.fix-python=                pre-configure
-SUBST_MESSAGE.fix-python=      Fixing python pkg-config file name
-SUBST_FILES.fix-python+=        configure
-SUBST_VARS.fix-python+=                PYVERSSUFFIX
-
-USE_LANGUAGES=         c c++
-USE_LIBTOOL=           yes
-USE_TOOLS+=                    gmake pkg-config
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-boost-libdir=${BUILDLINK_PREFIX.boost-libs}/lib
-CONFIGURE_ARGS+=       --with-boost-system=boost_system
-CONFIGURE_ARGS+=       --disable-spreadsheet-model
-CONFIGURE_ARGS+=       --disable-werror
-CONFIGURE_ARGS+=       --disable-python
-
-PKGCONFIG_OVERRIDE+=   liborcus.pc.in
-
-PTHREAD_AUTO_VARS=     yes
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/mdds1.2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-#.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0c0a802ed656 -r 98bd10c667f1 converters/orcus/PLIST
--- a/converters/orcus/PLIST    Mon Feb 06 04:19:12 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2016/12/06 15:13:20 ryoon Exp $
-bin/orcus-css-dump
-bin/orcus-detect
-bin/orcus-json
-bin/orcus-mso-encryption
-bin/orcus-xml-dump
-bin/orcus-yaml
-bin/orcus-zip-dump
-include/liborcus-0.11/orcus/base64.hpp
-include/liborcus-0.11/orcus/cell_buffer.hpp
-include/liborcus-0.11/orcus/config.hpp
-include/liborcus-0.11/orcus/css_document_tree.hpp
-include/liborcus-0.11/orcus/css_parser.hpp
-include/liborcus-0.11/orcus/css_parser_base.hpp
-include/liborcus-0.11/orcus/css_selector.hpp
-include/liborcus-0.11/orcus/css_types.hpp
-include/liborcus-0.11/orcus/csv_parser.hpp
-include/liborcus-0.11/orcus/csv_parser_base.hpp
-include/liborcus-0.11/orcus/dom_tree.hpp
-include/liborcus-0.11/orcus/env.hpp
-include/liborcus-0.11/orcus/exception.hpp
-include/liborcus-0.11/orcus/format_detection.hpp
-include/liborcus-0.11/orcus/global.hpp
-include/liborcus-0.11/orcus/info.hpp
-include/liborcus-0.11/orcus/interface.hpp
-include/liborcus-0.11/orcus/json_document_tree.hpp
-include/liborcus-0.11/orcus/json_parser.hpp
-include/liborcus-0.11/orcus/json_parser_base.hpp
-include/liborcus-0.11/orcus/measurement.hpp
-include/liborcus-0.11/orcus/ooxml/encryption_info.hpp
-include/liborcus-0.11/orcus/orcus_csv.hpp
-include/liborcus-0.11/orcus/orcus_gnumeric.hpp
-include/liborcus-0.11/orcus/orcus_import_ods.hpp
-include/liborcus-0.11/orcus/orcus_import_xlsx.hpp
-include/liborcus-0.11/orcus/orcus_ods.hpp
-include/liborcus-0.11/orcus/orcus_xls_xml.hpp
-include/liborcus-0.11/orcus/orcus_xlsx.hpp
-include/liborcus-0.11/orcus/orcus_xml.hpp
-include/liborcus-0.11/orcus/parser_base.hpp
-include/liborcus-0.11/orcus/parser_global.hpp
-include/liborcus-0.11/orcus/pstring.hpp
-include/liborcus-0.11/orcus/sax_ns_parser.hpp
-include/liborcus-0.11/orcus/sax_parser.hpp
-include/liborcus-0.11/orcus/sax_parser_base.hpp
-include/liborcus-0.11/orcus/sax_token_parser.hpp
-include/liborcus-0.11/orcus/spreadsheet/export_interface.hpp
-include/liborcus-0.11/orcus/spreadsheet/import_interface.hpp
-include/liborcus-0.11/orcus/spreadsheet/types.hpp
-include/liborcus-0.11/orcus/stream.hpp
-include/liborcus-0.11/orcus/string_pool.hpp
-include/liborcus-0.11/orcus/tokens.hpp
-include/liborcus-0.11/orcus/types.hpp
-include/liborcus-0.11/orcus/xml_namespace.hpp
-include/liborcus-0.11/orcus/xml_structure_tree.hpp
-include/liborcus-0.11/orcus/yaml_document_tree.hpp
-include/liborcus-0.11/orcus/yaml_parser.hpp
-include/liborcus-0.11/orcus/yaml_parser_base.hpp
-include/liborcus-0.11/orcus/zip_archive.hpp
-include/liborcus-0.11/orcus/zip_archive_stream.hpp
-lib/liborcus-0.11.la
-lib/liborcus-mso-0.11.la
-lib/liborcus-parser-0.11.la
-lib/pkgconfig/liborcus-0.11.pc
diff -r 0c0a802ed656 -r 98bd10c667f1 converters/orcus/buildlink3.mk
--- a/converters/orcus/buildlink3.mk    Mon Feb 06 04:19:12 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/12/06 15:13:20 ryoon Exp $
-
-BUILDLINK_TREE+=       orcus
-
-.if !defined(ORCUS_BUILDLINK3_MK)
-ORCUS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.orcus+=  orcus>=0.11.2
-BUILDLINK_PKGSRCDIR.orcus?=    ../../converters/orcus
-
-#.include "../../devel/boost-libs/buildlink3.mk"
-#.include "../../devel/zlib/buildlink3.mk"
-.endif # ORCUS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -orcus
diff -r 0c0a802ed656 -r 98bd10c667f1 converters/orcus/distinfo
--- a/converters/orcus/distinfo Mon Feb 06 04:19:12 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.8 2016/12/06 15:13:20 ryoon Exp $
-
-SHA1 (liborcus-0.11.2.tar.xz) = 2ae75c98001eb227dd7de6a9a366c371f050ecee
-RMD160 (liborcus-0.11.2.tar.xz) = dff886f2ef0401af9f712b08f37e8318488ac955
-SHA512 (liborcus-0.11.2.tar.xz) = 2100ae273e5c963123a5212d51793fe11a7fae9268a21629007034b92c3bf283522313a033de78a6a732b367c42a6eb4f6d3288d33124827fa0788f75abdd741
-Size (liborcus-0.11.2.tar.xz) = 1627540 bytes
-SHA1 (patch-configure) = 15e4db5685f6bb81a890f8cc1e86f35132748394
diff -r 0c0a802ed656 -r 98bd10c667f1 converters/orcus/patches/patch-configure
--- a/converters/orcus/patches/patch-configure  Mon Feb 06 04:19:12 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,120 +0,0 @@
-$NetBSD: patch-configure,v 1.6 2016/12/06 15:13:20 ryoon Exp $
-
-* Fix unportable test(1) operator.
-* Support pkgsrc pkg-config file name rule
-
---- configure.orig     2016-05-12 01:03:48.000000000 +0000
-+++ configure
-@@ -17272,7 +17272,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
- # added as of 1.35.0.  If we have a version <1.35, we must not attempt to
- # find Boost.System as it didn't exist by then.
- if test $boost_major_version -ge 135; then
--  if test x"$BOOST_SYSTEM_LIBS" == "x" -o x"$BOOST_SYSTEM_LDFLAGS" == "x"; then
-+  if test x"$BOOST_SYSTEM_LIBS" = "x" -o x"$BOOST_SYSTEM_LDFLAGS" = "x"; then
- if test x"$boost_cv_inc_path" = xno; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost system library" >&5
- $as_echo "$as_me: Boost not available, not searching for the Boost system library" >&6;}
-@@ -17565,7 +17565,7 @@ boost_filesystem_save_LIBS=$LIBS
- boost_filesystem_save_LDFLAGS=$LDFLAGS
- LIBS="$LIBS $BOOST_SYSTEM_LIBS"
- LDFLAGS="$LDFLAGS $BOOST_SYSTEM_LDFLAGS"
--if test x"$BOOST_FILESYSTEM_LIBS" == "x" -o x"$BOOST_FILESYSTEM_LDFLAGS" == "x"; then
-+if test x"$BOOST_FILESYSTEM_LIBS" = "x" -o x"$BOOST_FILESYSTEM_LDFLAGS" = "x"; then
- if test x"$boost_cv_inc_path" = xno; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost filesystem library" >&5
- $as_echo "$as_me: Boost not available, not searching for the Boost filesystem library" >&6;}
-@@ -17858,7 +17858,7 @@ LIBS=$boost_filesystem_save_LIBS
- LDFLAGS=$boost_filesystem_save_LDFLAGS
- 
- 
--if test x"$BOOST_SYSTEM_LIBS" == "x" -o x"$BOOST_SYSTEM_LDFLAGS" == "x"; then
-+if test x"$BOOST_SYSTEM_LIBS" = "x" -o x"$BOOST_SYSTEM_LDFLAGS" = "x"; then
- if test x"$boost_cv_inc_path" = xno; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost system library" >&5
- $as_echo "$as_me: Boost not available, not searching for the Boost system library" >&6;}
-@@ -18158,7 +18158,7 @@ else
- 
- fi
- 
--if test x"$enable_werror" == "xyes"; then :
-+if test x"$enable_werror" = "xyes"; then :
- 
-       CXXFLAGS="$CXXFLAGS -Werror"
- 
-@@ -18401,7 +18401,7 @@ fi
- 
- if test "x$with_gnumeric_filter" != "xno"; then :
- 
--        if test x"$BOOST_IOSTREAMS_LIBS" == "x" -o x"$BOOST_IOSTREAMS_LDFLAGS" == "x"; then
-+        if test x"$BOOST_IOSTREAMS_LIBS" = "x" -o x"$BOOST_IOSTREAMS_LDFLAGS" = "x"; then
- if test x"$boost_cv_inc_path" = xno; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost iostreams library" >&5
- $as_echo "$as_me: Boost not available, not searching for the Boost iostreams library" >&6;}
-@@ -18694,7 +18694,7 @@ fi
- 
- if test "x$with_tools" != "xno"; then :
- 
--        if test x"$BOOST_PROGRAM_OPTIONS_LIBS" == "x" -o x"$BOOST_PROGRAM_OPTIONS_LDFLAGS" == "x"; then
-+        if test x"$BOOST_PROGRAM_OPTIONS_LIBS" = "x" -o x"$BOOST_PROGRAM_OPTIONS_LDFLAGS" = "x"; then
- if test x"$boost_cv_inc_path" = xno; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost program_options library" >&5
- $as_echo "$as_me: Boost not available, not searching for the Boost program_options library" >&6;}
-@@ -18982,7 +18982,7 @@ fi
- 
- 
- 
--        if test x"$BOOST_SYSTEM_LIBS" == "x" -o x"$BOOST_SYSTEM_LDFLAGS" == "x"; then
-+        if test x"$BOOST_SYSTEM_LIBS" = "x" -o x"$BOOST_SYSTEM_LDFLAGS" = "x"; then
- if test x"$boost_cv_inc_path" = xno; then
-   { $as_echo "$as_me:${as_lineno-$LINENO}: Boost not available, not searching for the Boost system library" >&5
- $as_echo "$as_me: Boost not available, not searching for the Boost system library" >&6;}
-@@ -19769,12 +19769,12 @@ if test -n "$PYTHON_CFLAGS"; then
-     pkg_cv_PYTHON_CFLAGS="$PYTHON_CFLAGS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"python3 >= 0.28\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "python3 >= 0.28") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"python-@PYVERSSUFFIX@ >= 0.28\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "python-@PYVERSSUFFIX@ >= 0.28") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_PYTHON_CFLAGS=`$PKG_CONFIG --cflags "python3 >= 0.28" 2>/dev/null`
-+  pkg_cv_PYTHON_CFLAGS=`$PKG_CONFIG --cflags "python-@PYVERSSUFFIX@ >= 0.28" 2>/dev/null`
-                     test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -19786,12 +19786,12 @@ if test -n "$PYTHON_LIBS"; then
-     pkg_cv_PYTHON_LIBS="$PYTHON_LIBS"
-  elif test -n "$PKG_CONFIG"; then
-     if test -n "$PKG_CONFIG" && \
--    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"python3 >= 0.28\""; } >&5
--  ($PKG_CONFIG --exists --print-errors "python3 >= 0.28") 2>&5
-+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"python-@PYVERSSUFFIX@ >= 0.28\""; } >&5
-+  ($PKG_CONFIG --exists --print-errors "python-@PYVERSSUFFIX@ >= 0.28") 2>&5
-   ac_status=$?
-   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-   test $ac_status = 0; }; then
--  pkg_cv_PYTHON_LIBS=`$PKG_CONFIG --libs "python3 >= 0.28" 2>/dev/null`
-+  pkg_cv_PYTHON_LIBS=`$PKG_CONFIG --libs "python-@PYVERSSUFFIX@ >= 0.28" 2>/dev/null`
-                     test "x$?" != "x0" && pkg_failed=yes
- else
-   pkg_failed=yes
-@@ -19812,14 +19812,14 @@ else
-         _pkg_short_errors_supported=no
- fi
-         if test $_pkg_short_errors_supported = yes; then
--              PYTHON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "python3 >= 0.28" 2>&1`
-+              PYTHON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "python-@PYVERSSUFFIX@ >= 0.28" 2>&1`
-         else
--              PYTHON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "python3 >= 0.28" 2>&1`
-+              PYTHON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "python-@PYVERSSUFFIX@ >= 0.28" 2>&1`
-         fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$PYTHON_PKG_ERRORS" >&5
- 
--      as_fn_error $? "Package requirements (python3 >= 0.28) were not met:
-+      as_fn_error $? "Package requirements (python-@PYVERSSUFFIX@ >= 0.28) were not met:
- 
- $PYTHON_PKG_ERRORS
- 



Home | Main Index | Thread Index | Old Index