pkgsrc-WIP-changes archive

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

wip/libbacon: import libbacon-1.2.2.1



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue May 19 16:07:46 2020 -0500
Changeset:	52409647be480cb5dd61910e83a7f92e6b229fd6

Added Files:
	libbacon/DESCR
	libbacon/Makefile
	libbacon/PLIST
	libbacon/buildlink3.mk
	libbacon/distinfo

Log Message:
wip/libbacon: import libbacon-1.2.2.1

Libbacon is a collection of miscellaneous C functions that I felt were
generally useful enough that they should be made available in a library.
My hope is that many of them will someday be added to the existing C
libraries, such as libc, libm, etc.  ( A few, such as strlcpy(), and
strlcat() already have on some systems. )

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

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

diffstat:
 libbacon/DESCR         |  5 +++++
 libbacon/Makefile      | 18 ++++++++++++++++++
 libbacon/PLIST         |  3 +++
 libbacon/buildlink3.mk | 13 +++++++++++++
 libbacon/distinfo      |  6 ++++++
 5 files changed, 45 insertions(+)

diffs:
diff --git a/libbacon/DESCR b/libbacon/DESCR
new file mode 100644
index 0000000000..f9ff4ac390
--- /dev/null
+++ b/libbacon/DESCR
@@ -0,0 +1,5 @@
+Libbacon is a collection of miscellaneous C functions that I felt were
+generally useful enough that they should be made available in a library.
+My hope is that many of them will someday be added to the existing C
+libraries, such as libc, libm, etc.  ( A few, such as strlcpy(), and
+strlcat() already have on some systems. )
diff --git a/libbacon/Makefile b/libbacon/Makefile
new file mode 100644
index 0000000000..5450879d56
--- /dev/null
+++ b/libbacon/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.3 2013/12/16 14:06:40 outpaddling Exp $
+#
+
+DISTNAME=	libbacon-1.2.2.1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	2e181aa1d6f39d0b767453b7e5e6bc7b0f301dc3
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/libbacon
+COMMENT=	Miscellaneous experimental functions
+LICENSE=	2-clause-bsd
+
+PKG_DESTDIR_SUPPORT=	user-destdir
+
+INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libbacon/PLIST b/libbacon/PLIST
new file mode 100644
index 0000000000..f14d03c913
--- /dev/null
+++ b/libbacon/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+include/bacon.h
+lib/libbacon.a
diff --git a/libbacon/buildlink3.mk b/libbacon/buildlink3.mk
new file mode 100644
index 0000000000..691a6c1051
--- /dev/null
+++ b/libbacon/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.2 2013/08/14 01:33:35 outpaddling Exp $
+
+BUILDLINK_TREE+=	libbacon
+
+.if !defined(LIBBACON_BUILDLINK3_MK)
+LIBBACON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libbacon+=	libbacon>=1.2.2
+BUILDLINK_PKGSRCDIR.libbacon?=		../../wip/libbacon
+BUILDLINK_DEPMETHOD.libbacon?=		build
+.endif	# LIBBACON_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libbacon
diff --git a/libbacon/distinfo b/libbacon/distinfo
new file mode 100644
index 0000000000..3f6e55abc1
--- /dev/null
+++ b/libbacon/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libbacon-1.2.2.1-2e181aa1d6f39d0b767453b7e5e6bc7b0f301dc3.tar.gz) = 9f78c1363990664de3294da858db016b5c4a339a
+RMD160 (libbacon-1.2.2.1-2e181aa1d6f39d0b767453b7e5e6bc7b0f301dc3.tar.gz) = c086f8a8ce7dba4dddabbc8813b49722b82b0856
+SHA512 (libbacon-1.2.2.1-2e181aa1d6f39d0b767453b7e5e6bc7b0f301dc3.tar.gz) = ed182db4d2557664045b018785ed44617ea65701cdbacea1f91a75e7f7636398466ce2f85b24058262e9746647ecc6ea2a4cd8b8f90ca6ad0623638df031103f
+Size (libbacon-1.2.2.1-2e181aa1d6f39d0b767453b7e5e6bc7b0f301dc3.tar.gz) = 51612 bytes


Home | Main Index | Thread Index | Old Index