pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libxlsxwriter: Remove, imported in pkgsrc as textproc/libxlsxwriter
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Jan 30 14:02:48 2019 +0100
Changeset: f4032916fe6c9c717283f86977d9a092230df039
Modified Files:
Makefile
Removed Files:
libxlsxwriter/DESCR
libxlsxwriter/Makefile
libxlsxwriter/PLIST
libxlsxwriter/buildlink3.mk
libxlsxwriter/distinfo
libxlsxwriter/patches/patch-Makefile
libxlsxwriter/patches/patch-src_Makefile
Log Message:
libxlsxwriter: Remove, imported in pkgsrc as textproc/libxlsxwriter
Thanks to Sijmen for packaging it!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f4032916fe6c9c717283f86977d9a092230df039
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
libxlsxwriter/DESCR | 5 -----
libxlsxwriter/Makefile | 28 ----------------------------
libxlsxwriter/PLIST | 28 ----------------------------
libxlsxwriter/buildlink3.mk | 14 --------------
libxlsxwriter/distinfo | 8 --------
libxlsxwriter/patches/patch-Makefile | 27 ---------------------------
libxlsxwriter/patches/patch-src_Makefile | 18 ------------------
8 files changed, 129 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index c1de7a9a89..98a03f3a62 100644
--- a/Makefile
+++ b/Makefile
@@ -1948,7 +1948,6 @@ SUBDIR+= libwebsockets
SUBDIR+= libxc
SUBDIR+= libxdiff
SUBDIR+= libxls
-SUBDIR+= libxlsxwriter
SUBDIR+= libzeep
SUBDIR+= libzn-poly
SUBDIR+= libzrtp
diff --git a/libxlsxwriter/DESCR b/libxlsxwriter/DESCR
deleted file mode 100644
index 2c4f75c1f8..0000000000
--- a/libxlsxwriter/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-C library that can be used to write text, numbers, formulas and hyperlinks to
-multiple worksheets in a Microsoft Excel 2007+ XLSX file.
-
-It supports features such as full formatting support, merged cells, defined
-names, autofilters and charts.
diff --git a/libxlsxwriter/Makefile b/libxlsxwriter/Makefile
deleted file mode 100644
index 227e916b68..0000000000
--- a/libxlsxwriter/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libxlsxwriter-0.8.4
-CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_GITHUB:=jmcnamara/}
-GITHUB_TAG= RELEASE_${PKGVERSION_NOREV}
-
-MAINTAINER= ik%sjmulder.nl@localhost
-HOMEPAGE= https://libxlsxwriter.github.io/
-COMMENT= C library for creating Microsoft Excel files
-LICENSE= 2-clause-bsd AND original-bsd AND zlib AND mpl-2.0
-
-PYTHON_FOR_BUILD_ONLY= test
-
-TEST_TARGET= test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-USE_TOOLS+= gmake
-
-.include "../../lang/python/pyversion.mk"
-
-MAKE_ENV+= PYTEST=py.test-${PYVERSSUFFIX}
-MAKE_ENV+= INSTALL_DIR=${DESTDIR}${PREFIX}
-# minizip/ioapi.c has broken logic for checking for fopen64 etc
-CFLAGS+= -DIOAPI_NO_64 -D_FILE_OFFSET_BITS=64
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libxlsxwriter/PLIST b/libxlsxwriter/PLIST
deleted file mode 100644
index d82afce36c..0000000000
--- a/libxlsxwriter/PLIST
+++ /dev/null
@@ -1,28 +0,0 @@
-@comment $NetBSD$
-include/xlsxwriter.h
-include/xlsxwriter/app.h
-include/xlsxwriter/chart.h
-include/xlsxwriter/chartsheet.h
-include/xlsxwriter/common.h
-include/xlsxwriter/content_types.h
-include/xlsxwriter/core.h
-include/xlsxwriter/custom.h
-include/xlsxwriter/drawing.h
-include/xlsxwriter/format.h
-include/xlsxwriter/hash_table.h
-include/xlsxwriter/packager.h
-include/xlsxwriter/relationships.h
-include/xlsxwriter/shared_strings.h
-include/xlsxwriter/styles.h
-include/xlsxwriter/theme.h
-include/xlsxwriter/third_party/ioapi.h
-include/xlsxwriter/third_party/queue.h
-include/xlsxwriter/third_party/tmpfileplus.h
-include/xlsxwriter/third_party/tree.h
-include/xlsxwriter/third_party/zip.h
-include/xlsxwriter/utility.h
-include/xlsxwriter/workbook.h
-include/xlsxwriter/worksheet.h
-include/xlsxwriter/xmlwriter.h
-lib/libxlsxwriter.a
-lib/libxlsxwriter.so
diff --git a/libxlsxwriter/buildlink3.mk b/libxlsxwriter/buildlink3.mk
deleted file mode 100644
index a07a3dc509..0000000000
--- a/libxlsxwriter/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= libxlsxwriter
-
-.if !defined(LIBXLSXWRITER_BUILDLINK3_MK)
-LIBXLSXWRITER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libxlsxwriter+= libxlsxwriter>=0.8.4
-BUILDLINK_PKGSRCDIR.libxlsxwriter?= ../../wip/libxlsxwriter
-
-.include "../../devel/zlib/buildlink3.mk"
-.endif # LIBXLSXWRITER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libxlsxwriter
diff --git a/libxlsxwriter/distinfo b/libxlsxwriter/distinfo
deleted file mode 100644
index d1892edd35..0000000000
--- a/libxlsxwriter/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD$
-
-SHA1 (libxlsxwriter-0.8.4.tar.gz) = 130b8e79abd826c2b58cbde076aadb20bfe7abc1
-RMD160 (libxlsxwriter-0.8.4.tar.gz) = b3153e947cc9736e2fb5be053c660940fcc31449
-SHA512 (libxlsxwriter-0.8.4.tar.gz) = b4de99605c9f3b8d7038e7ac49979bdb1998016e04e474008a4f086f5f42e072ab977a70f408b0a348f1ae1ce999a3d9d415961288797ab6ae56d84767f2c5c4
-Size (libxlsxwriter-0.8.4.tar.gz) = 13981205 bytes
-SHA1 (patch-Makefile) = 649fdb200580d1344adf49a3a7519eaba4830d07
-SHA1 (patch-src_Makefile) = cdc266a37bb162ffddddc26b244cbb9ef8b5ce9f
diff --git a/libxlsxwriter/patches/patch-Makefile b/libxlsxwriter/patches/patch-Makefile
deleted file mode 100644
index ca346fe5b8..0000000000
--- a/libxlsxwriter/patches/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD$
-
-Make the py.test name configurable.
-
-Upstream pull request:
-https://github.com/jmcnamara/libxlsxwriter/pull/206
-
---- Makefile.orig 2018-12-11 10:35:42.411978337 +0100
-+++ Makefile 2018-12-11 10:36:14.841058290 +0100
-@@ -11,6 +11,8 @@
- Q=
- endif
-
-+PYTEST ?= py.test
-+
- INSTALL_DIR ?= /usr/local
-
- .PHONY: docs tags examples
-@@ -58,7 +60,7 @@
- # Run the functional tests.
- test_functional : all
- $(Q)$(MAKE) -C test/functional/src
-- $(Q)py.test test/functional -v
-+ $(Q)$(PYTEST) test/functional -v
-
- # Run all tests.
- test_unit :
diff --git a/libxlsxwriter/patches/patch-src_Makefile b/libxlsxwriter/patches/patch-src_Makefile
deleted file mode 100644
index d1a1a6a2c3..0000000000
--- a/libxlsxwriter/patches/patch-src_Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Fix hardcoded prefix for macOS build.
-
-Upstream PR:
-https://github.com/jmcnamara/libxlsxwriter/pull/210
-
---- src/Makefile
-+++ src/Makefile
-@@ -82,7 +82,7 @@ UNAME := $(shell uname)
- # Change make options on OS X.
- ifeq ($(UNAME), Darwin)
- LIBXLSXWRITER_SO = libxlsxwriter.dylib
--SOFLAGS = -dynamiclib $(FPIC) -install_name /usr/lib/$(LIBXLSXWRITER_SO)
-+SOFLAGS = -dynamiclib $(FPIC) -install_name $(PREFIX)/lib/$(LIBXLSXWRITER_SO)
- endif
-
- # Check for MinGW/MinGW64/Cygwin environments.
Home |
Main Index |
Thread Index |
Old Index