pkgsrc-WIP-changes archive

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

libgringotts: Import libgringotts-1.2.1 as wip/libgringotts



Module Name:	pkgsrc-wip
Committed By:	Roberto Neri <robn%gmx.com@localhost>
Pushed By:	robn
Date:		Sat Mar 24 14:50:18 2018 +0000
Changeset:	0ebf4cf62b4e24f256cf2de4a089a420fc89d6f7

Modified Files:
	Makefile
Added Files:
	libgringotts/DESCR
	libgringotts/Makefile
	libgringotts/PLIST
	libgringotts/buildlink3.mk
	libgringotts/distinfo

Log Message:
libgringotts: Import libgringotts-1.2.1 as wip/libgringotts

Gringotts data encapsulation and encryption library

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

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

diffstat:
 Makefile                   |  1 +
 libgringotts/DESCR         |  6 ++++++
 libgringotts/Makefile      | 17 +++++++++++++++++
 libgringotts/PLIST         | 11 +++++++++++
 libgringotts/buildlink3.mk | 15 +++++++++++++++
 libgringotts/distinfo      |  6 ++++++
 6 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 120b3cea61..a70011e124 100644
--- a/Makefile
+++ b/Makefile
@@ -1726,6 +1726,7 @@ SUBDIR+=	libgnome-java
 SUBDIR+=	libgnomekbd
 SUBDIR+=	libgraphqlparser
 SUBDIR+=	libgrass5
+SUBDIR+=	libgringotts
 SUBDIR+=	libgrss
 SUBDIR+=	libgtk-java
 SUBDIR+=	libgtkhtml-java
diff --git a/libgringotts/DESCR b/libgringotts/DESCR
new file mode 100644
index 0000000000..fa0eede697
--- /dev/null
+++ b/libgringotts/DESCR
@@ -0,0 +1,6 @@
+libGringotts is a small, easy-to-use, thread-safe C library originally developed
+for Gringotts; its purpose is to encapsulate data (generic: ASCII, but also
+binary data) in an encrypted and compressed structure, to be written to a file
+or used elseway. It uses strong encryption algorithms, to ensure the data are as
+safe as possible, and allows the user to have the complete control over all the
+algorithms used in the process
diff --git a/libgringotts/Makefile b/libgringotts/Makefile
new file mode 100644
index 0000000000..6f6cfccd3c
--- /dev/null
+++ b/libgringotts/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	libgringotts-1.2.1
+CATEGORIES=	security
+MASTER_SITES=	https://sourceforge.net/projects/gringotts.berlios/files/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	robn%gmx.com@localhost
+HOMEPAGE=	http://libgringotts.sourceforge.net/
+COMMENT=	Gringotts data encapsulation and encryption library
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+
+.include "../../security/libmcrypt/buildlink3.mk"
+.include "../../security/mhash/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/libgringotts/PLIST b/libgringotts/PLIST
new file mode 100644
index 0000000000..129fa04c49
--- /dev/null
+++ b/libgringotts/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+include/libgringotts.h
+lib/libgringotts.la
+lib/pkgconfig/libgringotts.pc
+share/doc/${PKGNAME}/AUTHORS
+share/doc/${PKGNAME}/COPYING
+share/doc/${PKGNAME}/ChangeLog
+share/doc/${PKGNAME}/NEWS
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/TODO
+share/doc/${PKGNAME}/manual.htm
diff --git a/libgringotts/buildlink3.mk b/libgringotts/buildlink3.mk
new file mode 100644
index 0000000000..3a7ade91a0
--- /dev/null
+++ b/libgringotts/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libgringotts
+
+.if !defined(LIBGRINGOTTS_BUILDLINK3_MK)
+LIBGRINGOTTS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libgringotts+=	libgringotts>=1.2.1
+BUILDLINK_PKGSRCDIR.libgringotts?=	../../wip/libgringotts
+
+.include "../../security/libmcrypt/buildlink3.mk"
+.include "../../security/mhash/buildlink3.mk"
+.endif	# LIBGRINGOTTS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libgringotts
diff --git a/libgringotts/distinfo b/libgringotts/distinfo
new file mode 100644
index 0000000000..263c194446
--- /dev/null
+++ b/libgringotts/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libgringotts-1.2.1.tar.bz2) = 155ea34da99a99e897821e7677c0536ac589fff0
+RMD160 (libgringotts-1.2.1.tar.bz2) = d3b98e6fd09ffa64091572ae4bc85e4f38e12f6d
+SHA512 (libgringotts-1.2.1.tar.bz2) = 504f3bc64fb95c489eb9bdbfe0ec97dde2ad04a1f9609f943444828dc5b2954a961bf42de8ce9ea1736230e1719d584903caac11e0c0f690a6c7fdb47c1b82f5
+Size (libgringotts-1.2.1.tar.bz2) = 167014 bytes


Home | Main Index | Thread Index | Old Index