pkgsrc-WIP-changes archive

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

Import guile-git 0.2.0 as wip/guile-git.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Mon Feb 11 15:49:43 2019 +0000
Changeset:	e6c2dc394806f0965473c631db030bae0748f94a

Modified Files:
	Makefile
Added Files:
	guile-git/DESCR
	guile-git/Makefile
	guile-git/PLIST
	guile-git/distinfo

Log Message:
Import guile-git 0.2.0 as wip/guile-git.

guile bindings for libgit2

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

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

diffstat:
 Makefile           |  1 +
 guile-git/DESCR    |  1 +
 guile-git/Makefile | 24 ++++++++++++++++++++++++
 guile-git/PLIST    |  1 +
 guile-git/distinfo |  6 ++++++
 5 files changed, 33 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 2a0dae86f2..a560c1ebd8 100644
--- a/Makefile
+++ b/Makefile
@@ -1246,6 +1246,7 @@ SUBDIR+=	gtypist
 SUBDIR+=	gucharmap
 SUBDIR+=	guichan
 SUBDIR+=	guile-bytestructures
+SUBDIR+=	guile-git
 SUBDIR+=	guile-sqlite3
 SUBDIR+=	guitone
 SUBDIR+=	gupnp-ui
diff --git a/guile-git/DESCR b/guile-git/DESCR
new file mode 100644
index 0000000000..513e1f9ba5
--- /dev/null
+++ b/guile-git/DESCR
@@ -0,0 +1 @@
+guile bindings for libgit2
diff --git a/guile-git/Makefile b/guile-git/Makefile
new file mode 100644
index 0000000000..844ae23ecc
--- /dev/null
+++ b/guile-git/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	guile-git-0.2.0
+CATEGORIES=	devel
+MASTER_SITES=	https://gitlab.com/guile-git/guile-git/uploads/160f6a36c1be8d4fc1990a193081a04d/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://gitlab.com/guile-git/guile-git/
+COMMENT=	guile bindings of libgit2
+LICENSE=	gnu-lgpl-v3
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c
+USE_TOOLS+=	automake autoconf autoreconf pkg-config
+DEPENDS+=	guile-bytestructures>=1.0.5:../../wip/guile-bytestructures
+
+pre-configure:
+	export GUILE_LOAD_PATH="/usr/local/share/guile/site/2.2${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
+	export GUILE_LOAD_COMPILED_PATH="/usr/local/lib/guile/2.2/site-ccache${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_COMPILED_LOAD_PATH"
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoreconf -I${PREFIX}/guile/2.2/share/aclocal -vif
+
+.include "../../lang/guile22/buildlink3.mk"
+.include "../../devel/libgit2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/guile-git/PLIST b/guile-git/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/guile-git/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/guile-git/distinfo b/guile-git/distinfo
new file mode 100644
index 0000000000..97bc74cb43
--- /dev/null
+++ b/guile-git/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (guile-git-0.2.0.tar.gz) = dae32132a20a1ff5be979b4cbed863c4a7c4062d
+RMD160 (guile-git-0.2.0.tar.gz) = 8c65b85e4668fd6d77942402e7bb1222163b5b0b
+SHA512 (guile-git-0.2.0.tar.gz) = b5267130516db995132ff5bb5a19a68ccb3483d8ba5dff1a886a8acf4ecb43adf033638e59032b7a244eb4e35f72def3f40d7d071395154416e08dd5be86edf3
+Size (guile-git-0.2.0.tar.gz) = 262570 bytes


Home | Main Index | Thread Index | Old Index