pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libdstr Add libdstr 1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d30d71d9797
branches: trunk
changeset: 412116:0d30d71d9797
user: plunky <plunky%pkgsrc.org@localhost>
date: Fri Feb 28 22:04:30 2020 +0000
description:
Add libdstr 1.0
libdstr is a library containing Dstr, Dave's String class from
David Flater.
diffstat:
devel/libdstr/DESCR | 2 ++
devel/libdstr/Makefile | 17 +++++++++++++++++
devel/libdstr/PLIST | 3 +++
devel/libdstr/buildlink3.mk | 13 +++++++++++++
devel/libdstr/distinfo | 6 ++++++
5 files changed, 41 insertions(+), 0 deletions(-)
diffs (61 lines):
diff -r 0a72252416a8 -r 0d30d71d9797 devel/libdstr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdstr/DESCR Fri Feb 28 22:04:30 2020 +0000
@@ -0,0 +1,2 @@
+libdstr is a library containing Dstr, Dave's String class from
+David Flater.
diff -r 0a72252416a8 -r 0d30d71d9797 devel/libdstr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdstr/Makefile Fri Feb 28 22:04:30 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/02/28 22:04:30 plunky Exp $
+
+DISTNAME= libdstr-1.0
+CATEGORIES= devel
+MASTER_SITES= https://flaterco.com/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://flaterco.com/
+COMMENT= C++ library, providing Daves String Class
+LICENSE= public-domain
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_LANGUAGES= c c++
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0a72252416a8 -r 0d30d71d9797 devel/libdstr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdstr/PLIST Fri Feb 28 22:04:30 2020 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/28 22:04:30 plunky Exp $
+include/Dstr
+lib/libdstr.la
diff -r 0a72252416a8 -r 0d30d71d9797 devel/libdstr/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdstr/buildlink3.mk Fri Feb 28 22:04:30 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/02/28 22:04:30 plunky Exp $
+
+BUILDLINK_TREE+= libdstr
+
+.if !defined(LIBDSTR_BUILDLINK3_MK)
+LIBDSTR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libdstr+= libdstr>=1.0
+BUILDLINK_ABI_DEPENDS.libdstr+= libdstr>=1.0
+BUILDLINK_PKGSRCDIR.libdstr?= ../../devel/libdstr
+.endif # LIBDSTR_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libdstr
diff -r 0a72252416a8 -r 0d30d71d9797 devel/libdstr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libdstr/distinfo Fri Feb 28 22:04:30 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/28 22:04:30 plunky Exp $
+
+SHA1 (libdstr-1.0.tar.bz2) = 5f0db9f1710e5680c09870b06aec10c6982375d9
+RMD160 (libdstr-1.0.tar.bz2) = 0d752704a4b94677e777d3bb7f0e5bf4085fe085
+SHA512 (libdstr-1.0.tar.bz2) = 694b4de93a1e69565ac8ae7d48e23a3f14bd463756897a6a24ab7cde46f067cc14a6bf97c0ce03b9041cbfc675d614c11b21b1c6e8d8e0b105870cd7d3b5dc8c
+Size (libdstr-1.0.tar.bz2) = 254672 bytes
Home |
Main Index |
Thread Index |
Old Index