Remove orcus0.8, obsolete after libreoffice4 removal.
This commit is contained in:
parent
4705fa5f33
commit
e854e86919
7 changed files with 1 additions and 159 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.148 2017/01/24 07:31:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.149 2017/01/24 07:37:09 wiz Exp $
|
||||
#
|
||||
|
||||
COMMENT= Document format and character code converters
|
||||
|
@ -56,7 +56,6 @@ SUBDIR+= odt2txt
|
|||
SUBDIR+= opencc
|
||||
SUBDIR+= orcus
|
||||
SUBDIR+= orcus0.12
|
||||
SUBDIR+= orcus0.8
|
||||
SUBDIR+= p5-Convert-Bencode
|
||||
SUBDIR+= p5-Convert-BinHex
|
||||
SUBDIR+= p5-Convert-Color
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Standalone file import filter library for spreadsheet documents.
|
||||
|
||||
This package contains the 0.8 version of the API.
|
|
@ -1,31 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.4 2017/01/01 16:06:06 adam Exp $
|
||||
|
||||
DISTNAME= liborcus-0.7.1
|
||||
PKGNAME= ${DISTNAME:S/lib//}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://kohei.us/files/orcus/src/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
MAINTAINER= jaapb@NetBSD.org
|
||||
HOMEPAGE= https://gitorious.org/orcus/
|
||||
COMMENT= Import filter library for spreadsheet documents (API v0.8)
|
||||
LICENSE= mpl-2.0
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
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
|
||||
|
||||
PKGCONFIG_OVERRIDE+= liborcus.pc.in
|
||||
|
||||
PTHREAD_AUTO_VARS= yes
|
||||
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../devel/mdds/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,45 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/09/08 19:39:04 wiz Exp $
|
||||
bin/orcus-detect
|
||||
bin/orcus-mso-encryption
|
||||
bin/orcus-xml-dump
|
||||
bin/orcus-zip-dump
|
||||
include/liborcus-0.8/orcus/base64.hpp
|
||||
include/liborcus-0.8/orcus/cell_buffer.hpp
|
||||
include/liborcus-0.8/orcus/css_parser.hpp
|
||||
include/liborcus-0.8/orcus/csv_parser.hpp
|
||||
include/liborcus-0.8/orcus/csv_parser_base.hpp
|
||||
include/liborcus-0.8/orcus/dom_tree.hpp
|
||||
include/liborcus-0.8/orcus/env.hpp
|
||||
include/liborcus-0.8/orcus/exception.hpp
|
||||
include/liborcus-0.8/orcus/format_detection.hpp
|
||||
include/liborcus-0.8/orcus/global.hpp
|
||||
include/liborcus-0.8/orcus/interface.hpp
|
||||
include/liborcus-0.8/orcus/measurement.hpp
|
||||
include/liborcus-0.8/orcus/ooxml/encryption_info.hpp
|
||||
include/liborcus-0.8/orcus/orcus_csv.hpp
|
||||
include/liborcus-0.8/orcus/orcus_gnumeric.hpp
|
||||
include/liborcus-0.8/orcus/orcus_ods.hpp
|
||||
include/liborcus-0.8/orcus/orcus_xls_xml.hpp
|
||||
include/liborcus-0.8/orcus/orcus_xlsx.hpp
|
||||
include/liborcus-0.8/orcus/orcus_xml.hpp
|
||||
include/liborcus-0.8/orcus/parser_global.hpp
|
||||
include/liborcus-0.8/orcus/pstring.hpp
|
||||
include/liborcus-0.8/orcus/sax_ns_parser.hpp
|
||||
include/liborcus-0.8/orcus/sax_parser.hpp
|
||||
include/liborcus-0.8/orcus/sax_parser_base.hpp
|
||||
include/liborcus-0.8/orcus/sax_token_parser.hpp
|
||||
include/liborcus-0.8/orcus/spreadsheet/export_interface.hpp
|
||||
include/liborcus-0.8/orcus/spreadsheet/import_interface.hpp
|
||||
include/liborcus-0.8/orcus/spreadsheet/types.hpp
|
||||
include/liborcus-0.8/orcus/stream.hpp
|
||||
include/liborcus-0.8/orcus/string_pool.hpp
|
||||
include/liborcus-0.8/orcus/tokens.hpp
|
||||
include/liborcus-0.8/orcus/types.hpp
|
||||
include/liborcus-0.8/orcus/xml_namespace.hpp
|
||||
include/liborcus-0.8/orcus/xml_structure_tree.hpp
|
||||
include/liborcus-0.8/orcus/zip_archive.hpp
|
||||
include/liborcus-0.8/orcus/zip_archive_stream.hpp
|
||||
lib/liborcus-0.8.la
|
||||
lib/liborcus-mso-0.8.la
|
||||
lib/liborcus-parser-0.8.la
|
||||
lib/pkgconfig/liborcus-0.8.pc
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2015/09/08 19:39:04 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= orcus
|
||||
|
||||
.if !defined(ORCUS_BUILDLINK3_MK)
|
||||
ORCUS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.orcus+= orcus>=0.7.0<0.9.0
|
||||
BUILDLINK_PKGSRCDIR.orcus?= ../../converters/orcus0.8
|
||||
|
||||
#.include "../../devel/boost-libs/buildlink3.mk"
|
||||
#.include "../../devel/zlib/buildlink3.mk"
|
||||
.endif # ORCUS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -orcus
|
|
@ -1,7 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.3 2016/02/13 08:46:02 wiz Exp $
|
||||
|
||||
SHA1 (liborcus-0.7.1.tar.xz) = 4480f519c6724ee66d76072df32e9b12d55505da
|
||||
RMD160 (liborcus-0.7.1.tar.xz) = c37c35eecdd90bb367d2c38fd9014a1ba1a02e19
|
||||
SHA512 (liborcus-0.7.1.tar.xz) = 30461311b084f3c91ef8cc504ca7adfd212f95d49c0a320958ca203606901ddf84e37d5c95073437bad21af4c6ce71fa606dd7cdb7cc7bd58b2699d8863a318c
|
||||
Size (liborcus-0.7.1.tar.xz) = 1472804 bytes
|
||||
SHA1 (patch-configure) = 40598b91d55d918635f822393e48d9fa22d82d6d
|
|
@ -1,56 +0,0 @@
|
|||
$NetBSD: patch-configure,v 1.1 2016/02/13 08:46:02 wiz Exp $
|
||||
|
||||
Adapt for mdds-1.0.
|
||||
|
||||
--- configure.orig 2015-02-25 00:08:35.000000000 +0000
|
||||
+++ configure
|
||||
@@ -18592,12 +18592,12 @@ if test -n "$MDDS_CFLAGS"; then
|
||||
pkg_cv_MDDS_CFLAGS="$MDDS_CFLAGS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
if test -n "$PKG_CONFIG" && \
|
||||
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mdds >= 0.8.0\""; } >&5
|
||||
- ($PKG_CONFIG --exists --print-errors "mdds >= 0.8.0") 2>&5
|
||||
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mdds-1.0 >= 0.8.0\""; } >&5
|
||||
+ ($PKG_CONFIG --exists --print-errors "mdds-1.0 >= 0.8.0") 2>&5
|
||||
ac_status=$?
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
- pkg_cv_MDDS_CFLAGS=`$PKG_CONFIG --cflags "mdds >= 0.8.0" 2>/dev/null`
|
||||
+ pkg_cv_MDDS_CFLAGS=`$PKG_CONFIG --cflags "mdds-1.0 >= 0.8.0" 2>/dev/null`
|
||||
test "x$?" != "x0" && pkg_failed=yes
|
||||
else
|
||||
pkg_failed=yes
|
||||
@@ -18609,12 +18609,12 @@ if test -n "$MDDS_LIBS"; then
|
||||
pkg_cv_MDDS_LIBS="$MDDS_LIBS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
if test -n "$PKG_CONFIG" && \
|
||||
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mdds >= 0.8.0\""; } >&5
|
||||
- ($PKG_CONFIG --exists --print-errors "mdds >= 0.8.0") 2>&5
|
||||
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"mdds-1.0 >= 0.8.0\""; } >&5
|
||||
+ ($PKG_CONFIG --exists --print-errors "mdds-1.0 >= 0.8.0") 2>&5
|
||||
ac_status=$?
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
- pkg_cv_MDDS_LIBS=`$PKG_CONFIG --libs "mdds >= 0.8.0" 2>/dev/null`
|
||||
+ pkg_cv_MDDS_LIBS=`$PKG_CONFIG --libs "mdds-1.0 >= 0.8.0" 2>/dev/null`
|
||||
test "x$?" != "x0" && pkg_failed=yes
|
||||
else
|
||||
pkg_failed=yes
|
||||
@@ -18635,14 +18635,14 @@ else
|
||||
_pkg_short_errors_supported=no
|
||||
fi
|
||||
if test $_pkg_short_errors_supported = yes; then
|
||||
- MDDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mdds >= 0.8.0" 2>&1`
|
||||
+ MDDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mdds-1.0 >= 0.8.0" 2>&1`
|
||||
else
|
||||
- MDDS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mdds >= 0.8.0" 2>&1`
|
||||
+ MDDS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mdds-1.0 >= 0.8.0" 2>&1`
|
||||
fi
|
||||
# Put the nasty error message in config.log where it belongs
|
||||
echo "$MDDS_PKG_ERRORS" >&5
|
||||
|
||||
- as_fn_error $? "Package requirements (mdds >= 0.8.0) were not met:
|
||||
+ as_fn_error $? "Package requirements (mdds-1.0 >= 0.8.0) were not met:
|
||||
|
||||
$MDDS_PKG_ERRORS
|
||||
|
Loading…
Reference in a new issue