pkgsrc-WIP-changes archive

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

raqm: remove, imported to pkgsrc/graphics/raqm



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 11 19:19:41 2024 +0200
Changeset:	0fc6f36b0188de1e9f8550d3c299208ef830e17b

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

Log Message:
raqm: remove, imported to pkgsrc/graphics/raqm

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

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

diffstat:
 Makefile           |  1 -
 raqm/DESCR         | 12 ------------
 raqm/Makefile      | 24 ------------------------
 raqm/PLIST         |  7 -------
 raqm/buildlink3.mk | 13 -------------
 raqm/distinfo      |  5 -----
 6 files changed, 62 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 18e14d1c35..65914c875c 100644
--- a/Makefile
+++ b/Makefile
@@ -4943,7 +4943,6 @@ SUBDIR+=	rakudo-star
 SUBDIR+=	ranmacgen
 SUBDIR+=	rapidxml
 SUBDIR+=	raptor
-SUBDIR+=	raqm
 SUBDIR+=	rar4
 SUBDIR+=	raster3d
 SUBDIR+=	ratpoints
diff --git a/raqm/DESCR b/raqm/DESCR
deleted file mode 100644
index b316b28343..0000000000
--- a/raqm/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-Raqm is a small library that encapsulates the logic for complex text
-layout and provides a convenient API.
-
-It currently provides bidirectional text support (using FriBiDi),
-shaping (using HarfBuzz), and proper script itemization. As a result,
-Raqm can support most writing systems covered by Unicode.
-
-The documentation can be accessed on the web at:
-http://host-oman.github.io/libraqm/
-
-Raqm is writing, also number or digit and the Arabic word for digital
-shares the same root, so it is a play on "digital writing".
diff --git a/raqm/Makefile b/raqm/Makefile
deleted file mode 100644
index 45ad74a968..0000000000
--- a/raqm/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	raqm-0.10.1
-CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_GITHUB:=HOST-Oman/}
-GITHUB_PROJECT=	libraqm
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/HOST-Oman/libraqm/
-COMMENT=	Library for complex text layout
-LICENSE=	mit
-
-USE_TOOLS+=	pkg-config
-
-PKGCONFIG_OVERRIDE+=		output/meson-private/raqm.pc
-PKGCONFIG_OVERRIDE_STAGE=	post-configure
-
-.include "../../devel/meson/build.mk"
-.include "../../converters/fribidi/buildlink3.mk"
-.include "../../fonts/harfbuzz/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/raqm/PLIST b/raqm/PLIST
deleted file mode 100644
index 4c643d4320..0000000000
--- a/raqm/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD$
-include/raqm-version.h
-include/raqm.h
-lib/libraqm.so
-lib/libraqm.so.0
-lib/libraqm.so.${PKGVERSION}
-lib/pkgconfig/raqm.pc
diff --git a/raqm/buildlink3.mk b/raqm/buildlink3.mk
deleted file mode 100644
index 25c9f77917..0000000000
--- a/raqm/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	raqm
-
-.if !defined(RAQM_BUILDLINK3_MK)
-RAQM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.raqm+=	raqm>=0.7.1
-BUILDLINK_PKGSRCDIR.raqm?=	../../wip/raqm
-
-.endif	# RAQM_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-raqm
diff --git a/raqm/distinfo b/raqm/distinfo
deleted file mode 100644
index cd68be1254..0000000000
--- a/raqm/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (raqm-0.10.1.tar.xz) = 8d13d24f0104e009639eb306c195f03a1b3dba39d0452d6cf846add2460fbf71
-SHA512 (raqm-0.10.1.tar.xz) = 7110bb293bd3daa637826b951207de5f9375213cc81caabb834423d7c7267f302d227140ef27084fb02768b16830b0be5107da8f213d6cd5f93fad343e1dff5e
-Size (raqm-0.10.1.tar.xz) = 216576 bytes


Home | Main Index | Thread Index | Old Index