pkgsrc-WIP-changes archive

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

libcstring: Remove old package



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Jul 12 16:44:02 2021 +0200
Changeset:	781d68fd13a61a22eb1320f7d783ad7e01dc2459

Removed Files:
	libcstring/DESCR
	libcstring/Makefile
	libcstring/PLIST
	libcstring/buildlink3.mk
	libcstring/distinfo
	libcstring/options.mk

Log Message:
libcstring: Remove old package

The latest upstream release was from 2015 and marked "alpha".
The functionality of this library was merged upstream.

https://github.com/libyal/libcstring
| [...]
| libcstring has been deprecated in favor of having the majority of the
| macros in the common subdirectory.
|
| Project information:
|
| * Status: deprecated
| [...]

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

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

diffstat:
 libcstring/DESCR         |  1 -
 libcstring/Makefile      | 35 -----------------------------------
 libcstring/PLIST         |  9 ---------
 libcstring/buildlink3.mk | 13 -------------
 libcstring/distinfo      |  5 -----
 libcstring/options.mk    | 23 -----------------------
 6 files changed, 86 deletions(-)

diffs:
diff --git a/libcstring/DESCR b/libcstring/DESCR
deleted file mode 100644
index 45d634bd5e..0000000000
--- a/libcstring/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-libcstring is a library for cross-platform C string functions.
diff --git a/libcstring/Makefile b/libcstring/Makefile
deleted file mode 100644
index 2091e99d6d..0000000000
--- a/libcstring/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/12/04 23:03:14 othyro Exp $
-
-DISTNAME=	20141018
-PKGNAME=	libcstring-${DISTNAME}
-CATEGORIES=	devel textproc
-MASTER_SITES=	https://github.com/libyal/libcstring/archive/
-DIST_SUBDIR=	${PKGBASE}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/libyal/libcstring/
-COMMENT=	Library for cross-platform C string functions
-LICENSE=	gnu-lgpl-v3
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+=	aclocal autoconf autoheader automake autopoint msgfmt msgmerge
-USE_TOOLS+=	pkg-config xgettext
-
-PKGCONFIG_OVERRIDE+=	libcstring.pc.in
-
-SUBST_CLASSES+=		prefix
-SUBST_FILES.prefix=	autogen.sh
-SUBST_MESSAGE.prefix=	Fixing PREFIX path.
-SUBST_SED.prefix=	-e "s|/usr/bin|${PREFIX}/bin|1"
-SUBST_STAGE.prefix=	post-patch
-
-.include "options.mk"
-
-pre-configure:
-	set -e; cd ${WRKSRC}; \
-	${SETENV} ${CONFIGURE_ENV} ./autogen.sh
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libcstring/PLIST b/libcstring/PLIST
deleted file mode 100644
index f5f79e7f5e..0000000000
--- a/libcstring/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/04 23:03:14 othyro Exp $
-include/libcstring.h
-include/libcstring/definitions.h
-include/libcstring/extern.h
-include/libcstring/features.h
-include/libcstring/types.h
-lib/libcstring.la
-lib/pkgconfig/libcstring.pc
-man/man3/libcstring.3
diff --git a/libcstring/buildlink3.mk b/libcstring/buildlink3.mk
deleted file mode 100644
index 7da229b6fd..0000000000
--- a/libcstring/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/12/04 23:05:13 othyro Exp $
-
-BUILDLINK_TREE+=	libcstring
-
-.if !defined(LIBCSTRING_BUILDLINK3_MK)
-LIBCSTRING_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libcstring+=	libcstring>=20141018
-BUILDLINK_PKGSRCDIR.libcstring?=	../../wip/libcstring
-
-.endif	# LIBCSTRING_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libcstring
diff --git a/libcstring/distinfo b/libcstring/distinfo
deleted file mode 100644
index 4b3a43b54a..0000000000
--- a/libcstring/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/12/04 23:03:14 othyro Exp $
-
-SHA1 (libcstring/20141018.tar.gz) = 3e0cdf536a26def0ef884897557e5ec8e31bb113
-RMD160 (libcstring/20141018.tar.gz) = 3e09282771fadbaee01febddb86b15d7b4db83af
-Size (libcstring/20141018.tar.gz) = 28273 bytes
diff --git a/libcstring/options.mk b/libcstring/options.mk
deleted file mode 100644
index 3c82e9c6a0..0000000000
--- a/libcstring/options.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2014/12/04 23:03:14 othyro Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.libcstring
-PKG_SUPPORTED_OPTIONS=	nls static wide-curses
-PKG_SUGGESTED_OPTIONS+=	nls static wide-curses
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mnls)
-.include "../../devel/gettext-lib/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=	--disable-nls
-.endif
-
-.if !empty(PKG_OPTIONS:Mstatic)
-CONFIGURE_ARGS+=	--enable-static=yes
-.else
-CONFIGURE_ARGS+=	--enable-static=no
-.endif
-
-.if !empty(PKG_OPTIONS:Mwide-curses)
-CONFIGURE_ARGS+=	--enable-wide-character-type
-.endif


Home | Main Index | Thread Index | Old Index