pkgsrc-WIP-changes archive

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

libxls: Remove, imported in pkgsrc as textproc/libxls



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 11 23:01:35 2019 +0100
Changeset:	0ddfdcecf40db10bb9866874ca6ee6b43639528a

Modified Files:
	Makefile
Removed Files:
	libxls/DESCR
	libxls/Makefile
	libxls/PLIST
	libxls/buildlink3.mk
	libxls/distinfo

Log Message:
libxls: Remove, imported in pkgsrc as textproc/libxls

Thanks Sijmen!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ddfdcecf40db10bb9866874ca6ee6b43639528a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 -
 libxls/DESCR         |  2 --
 libxls/Makefile      | 17 -----------------
 libxls/PLIST         | 12 ------------
 libxls/buildlink3.mk | 14 --------------
 libxls/distinfo      |  6 ------
 6 files changed, 52 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a560c1ebd8..182562c777 100644
--- a/Makefile
+++ b/Makefile
@@ -1959,7 +1959,6 @@ SUBDIR+=	libwbxml2-patched
 SUBDIR+=	libwebsockets
 SUBDIR+=	libxc
 SUBDIR+=	libxdiff
-SUBDIR+=	libxls
 SUBDIR+=	libzeep
 SUBDIR+=	libzn-poly
 SUBDIR+=	libzrtp
diff --git a/libxls/DESCR b/libxls/DESCR
deleted file mode 100644
index cb614e030d..0000000000
--- a/libxls/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-C library to extract cell data and some metadata from legacy Microsoft Excel
-files.  Also includes an 'xls2csv' tool.
diff --git a/libxls/Makefile b/libxls/Makefile
deleted file mode 100644
index 747772b7e8..0000000000
--- a/libxls/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libxls-1.5.0
-CATEGORIES=	textproc
-MASTER_SITES=	${MASTER_SITE_GITHUB:=libxls/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	ik%sjmulder.nl@localhost
-HOMEPAGE=	https://github.com/libxls/libxls
-COMMENT=	Extract cell data from legacy Microsoft Excel files
-LICENSE=	2-clause-bsd
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libxls/PLIST b/libxls/PLIST
deleted file mode 100644
index 3a75a69809..0000000000
--- a/libxls/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/xls2csv
-include/libxls/brdb.c.h
-include/libxls/brdb.h
-include/libxls/endian.h
-include/libxls/ole.h
-include/libxls/xlsstruct.h
-include/libxls/xlstool.h
-include/libxls/xlstypes.h
-include/xls.h
-lib/libxlsreader.la
-man/man1/xls2csv.1
diff --git a/libxls/buildlink3.mk b/libxls/buildlink3.mk
deleted file mode 100644
index afe9a59d4b..0000000000
--- a/libxls/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	libxls
-
-.if !defined(LIBXLS_BUILDLINK3_MK)
-LIBXLS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libxls+=	libxls>=1.5.0rc0
-BUILDLINK_PKGSRCDIR.libxls?=	../../wip/libxls
-
-.include "../../converters/libiconv/buildlink3.mk"
-.endif
-
-BUILDLINK_TREE+=	-libxls
diff --git a/libxls/distinfo b/libxls/distinfo
deleted file mode 100644
index 11e7f0ffe4..0000000000
--- a/libxls/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libxls-1.5.0.tar.gz) = 02742e792dc4cefb72caa3d971963bf49793aa0d
-RMD160 (libxls-1.5.0.tar.gz) = ed5eabbb14e7a2d0745de924bda41992c9331f13
-SHA512 (libxls-1.5.0.tar.gz) = 11796bc0a11649eb4a3a51861625e1e8a3bbc36d184727f7235710aaafa4c66a4f3e7b7b32b19416591479e5711aa3353672f4d609abbd8cfa2011a7186f5901
-Size (libxls-1.5.0.tar.gz) = 424639 bytes


Home | Main Index | Thread Index | Old Index