pkgsrc-WIP-changes archive

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

initial commit of buddy, devel/buddy needs to use github version



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jul 5 10:17:33 2022 +0530
Changeset:	adc92060531f4882bdbc54cca31146fd4eea2c32

Added Files:
	buddy/DESCR
	buddy/Makefile
	buddy/PLIST
	buddy/distinfo

Log Message:
initial commit of buddy, devel/buddy needs to use github version

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

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

diffstat:
 buddy/DESCR    |  6 ++++++
 buddy/Makefile | 21 +++++++++++++++++++++
 buddy/PLIST    |  6 ++++++
 buddy/distinfo |  5 +++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/buddy/DESCR b/buddy/DESCR
new file mode 100644
index 0000000000..c9f8985fba
--- /dev/null
+++ b/buddy/DESCR
@@ -0,0 +1,6 @@
+This is github based version of devel/buddy. The latter is sourceforge based.
+Unfortunately the relase 2.4 from both these sources are out of sync. github
+based release (this) is newer and contains the .pc file required for dependent
+packages like ltsmin to build.
+
+THIS PACKAGE SHOULD BE REMOVED ONCE devel/buddy ADOPTS github BASED ONE.
diff --git a/buddy/Makefile b/buddy/Makefile
new file mode 100644
index 0000000000..d83b899873
--- /dev/null
+++ b/buddy/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	buddy
+DISTNAME=	buddy-2.4
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=utwente-fmt/}
+GITHUB_RELEASE=	v2.4
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/utwente-fmt/buddy/
+COMMENT=	github based (newer) version of devel/buddy
+#LICENSE=	# unfortunately not specified, not in devel/buddy either
+
+USE_LIBTOOL=	yes
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	src/libbdd.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/buddy/PLIST b/buddy/PLIST
new file mode 100644
index 0000000000..108f97b16d
--- /dev/null
+++ b/buddy/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+include/bdd.h
+include/bvec.h
+include/fdd.h
+lib/libbdd.la
+lib/pkgconfig/libbdd.pc
diff --git a/buddy/distinfo b/buddy/distinfo
new file mode 100644
index 0000000000..9f4624a69f
--- /dev/null
+++ b/buddy/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (buddy-2.4.tar.gz) = 7f91f0787aa6b3bdd14992fc1dbda487c59697cb1497dbbbefb37920831d87b2
+SHA512 (buddy-2.4.tar.gz) = 9ea5bba668fb0b226b91a209ae9d927cf7056f8ca26678219c3f9c9078d6519f6ad5cd0a52a7c817021ceba1c376ce259ffe9ad5f574cd091d5546dd22c1d872
+Size (buddy-2.4.tar.gz) = 784682 bytes


Home | Main Index | Thread Index | Old Index