pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libharu: Remove - print/libharu is already at v 2.4.3
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Sun Dec 1 18:25:27 2024 -0800
Changeset: 629e9e134ea8c470a09a6b15ad2f4f41487ee5eb
Modified Files:
Makefile
Removed Files:
libharu/DESCR
libharu/Makefile
libharu/PLIST
libharu/buildlink3.mk
libharu/distinfo
Log Message:
libharu: Remove - print/libharu is already at v 2.4.3
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=629e9e134ea8c470a09a6b15ad2f4f41487ee5eb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
libharu/DESCR | 13 -------------
libharu/Makefile | 35 -----------------------------------
libharu/PLIST | 35 -----------------------------------
libharu/buildlink3.mk | 15 ---------------
libharu/distinfo | 5 -----
6 files changed, 104 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index f584dcdf6b..8159c18014 100644
--- a/Makefile
+++ b/Makefile
@@ -2038,7 +2038,6 @@ SUBDIR+= libguestfs-appliance
SUBDIR+= libgusb
SUBDIR+= libgxim
SUBDIR+= libgzstream
-SUBDIR+= libharu
SUBDIR+= libhttpd
SUBDIR+= libi2pd
SUBDIR+= libical2
diff --git a/libharu/DESCR b/libharu/DESCR
deleted file mode 100644
index d02b9c6f8e..0000000000
--- a/libharu/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-Haru is a free, cross platform, open-sourced software library for generating
-PDF. It supports the following features:
-
- 1. Generating PDF files with lines, text, images.
- 2. Outline, text annotation, link annotation.
- 3. Compressing document with deflate-decode.
- 4. Embedding PNG, Jpeg images.
- 5. Embedding Type1 font and TrueType font.
- 6. Creating encrypted PDF files.
- 7. Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R).
- 8. Supporting CJK fonts and encodings.
-
-The project is looking for a maintainer.
diff --git a/libharu/Makefile b/libharu/Makefile
deleted file mode 100644
index 7c7ffe312e..0000000000
--- a/libharu/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2021/12/28 19:22:04 adam Exp $
-
-DISTNAME= libharu-2.4.3
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_GITHUB:=libharu/}
-GITHUB_TAG= v2.4.3
-DIST_SUBDIR= libharu
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/libharu/libharu/
-COMMENT= Software library for generating PDF
-LICENSE= zlib
-
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
-
-CMAKE_CONFIGURE_ARGS+= -DLIBHPDF_STATIC=OFF
-
-INSTALLATION_DIRS= include lib
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/include/*.h ${DESTDIR}${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/src/libhpdf.* ${DESTDIR}${PREFIX}/lib
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-post-install: fix-darwin-install-name
-fix-darwin-install-name:
- install_name_tool -id ${PREFIX}/lib/libhpdf.dylib \
- ${DESTDIR}${PREFIX}/lib/libhpdf.dylib
-.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libharu/PLIST b/libharu/PLIST
deleted file mode 100644
index 3aa36601b1..0000000000
--- a/libharu/PLIST
+++ /dev/null
@@ -1,35 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/04 14:12:05 prlw1 Exp $
-include/hpdf.h
-include/hpdf_3dmeasure.h
-include/hpdf_annotation.h
-include/hpdf_catalog.h
-include/hpdf_conf.h
-include/hpdf_config.h
-include/hpdf_consts.h
-include/hpdf_destination.h
-include/hpdf_doc.h
-include/hpdf_encoder.h
-include/hpdf_encrypt.h
-include/hpdf_encryptdict.h
-include/hpdf_error.h
-include/hpdf_exdata.h
-include/hpdf_ext_gstate.h
-include/hpdf_font.h
-include/hpdf_fontdef.h
-include/hpdf_gstate.h
-include/hpdf_image.h
-include/hpdf_info.h
-include/hpdf_list.h
-include/hpdf_mmgr.h
-include/hpdf_namedict.h
-include/hpdf_objects.h
-include/hpdf_outline.h
-include/hpdf_page_label.h
-include/hpdf_pages.h
-include/hpdf_pdfa.h
-include/hpdf_streams.h
-include/hpdf_types.h
-include/hpdf_u3d.h
-include/hpdf_utils.h
-include/hpdf_version.h
-lib/libhpdf.so
diff --git a/libharu/buildlink3.mk b/libharu/buildlink3.mk
deleted file mode 100644
index be405317e3..0000000000
--- a/libharu/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2021/05/04 14:12:05 prlw1 Exp $
-
-BUILDLINK_TREE+= libharu
-
-.if !defined(LIBHARU_BUILDLINK3_MK)
-LIBHARU_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libharu+= libharu>=2.4.0
-BUILDLINK_PKGSRCDIR.libharu?= ../../print/libharu
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.endif # LIBHARU_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libharu
diff --git a/libharu/distinfo b/libharu/distinfo
deleted file mode 100644
index abec435f48..0000000000
--- a/libharu/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:12:09 nia Exp $
-
-BLAKE2s (libharu/libharu-2.4.3.tar.gz) = 1e722ebc3d6a1ab0f8c83098391b0d006fcf9e701cc8854be7910d9b36d61fc0
-SHA512 (libharu/libharu-2.4.3.tar.gz) = 4b01dd0d23bdcaec6f69fe5f059902e7f49eafdf19d53d4cce8b4d52a54b2057b764de29390f4da9e75aeb32cb6af8606b23478b04edf9f7dcb1e4b769c5fff2
-Size (libharu/libharu-2.4.3.tar.gz) = 1411024 bytes
Home |
Main Index |
Thread Index |
Old Index