pkgsrc-WIP-changes archive

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

Import boolstuff-0.1.16 as wip/boolstuff.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jul 29 01:51:35 2016 +0200
Changeset:	e83550ea2f03f28578d39ac8da35b727f232c058

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

Log Message:
Import boolstuff-0.1.16 as wip/boolstuff.

BoolStuff - Disjunctive Normal Form boolean expression C++ library.

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

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

diffstat:
 boolstuff/DESCR    |  1 +
 boolstuff/Makefile | 19 +++++++++++++++++++
 boolstuff/PLIST    | 15 +++++++++++++++
 boolstuff/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/boolstuff/DESCR b/boolstuff/DESCR
new file mode 100644
index 0000000..fc58b06
--- /dev/null
+++ b/boolstuff/DESCR
@@ -0,0 +1 @@
+BoolStuff - Disjunctive Normal Form boolean expression C++ library.
diff --git a/boolstuff/Makefile b/boolstuff/Makefile
new file mode 100644
index 0000000..5669907
--- /dev/null
+++ b/boolstuff/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	boolstuff-0.1.16
+CATEGORIES=	math
+MASTER_SITES=	http://perso.b2b2c.ca/~sarrazip/dev/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html
+COMMENT=	Disjunctive Normal Form boolean expression C++ library
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	boolstuff-0.1.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/boolstuff/PLIST b/boolstuff/PLIST
new file mode 100644
index 0000000..c84d7e7
--- /dev/null
+++ b/boolstuff/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+bin/booldnf
+include/boolstuff-0.1/boolstuff/BoolExpr.cpp
+include/boolstuff-0.1/boolstuff/BoolExpr.h
+include/boolstuff-0.1/boolstuff/BoolExprParser.h
+include/boolstuff-0.1/boolstuff/c-api.h
+lib/libboolstuff-0.1.la
+lib/pkgconfig/boolstuff-0.1.pc
+man/man1/booldnf.1
+man/man3/boolstuff.3
+share/doc/${PKGNAME}/AUTHORS
+share/doc/${PKGNAME}/COPYING
+share/doc/${PKGNAME}/NEWS
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/THANKS
diff --git a/boolstuff/distinfo b/boolstuff/distinfo
new file mode 100644
index 0000000..ec8afb3
--- /dev/null
+++ b/boolstuff/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (boolstuff-0.1.16.tar.gz) = fa65308d43914e2064d6fc45ca3d0be17c5e63a7
+RMD160 (boolstuff-0.1.16.tar.gz) = a2b5939679d9727a06c8e1a2fe1d29213a1b61c5
+SHA512 (boolstuff-0.1.16.tar.gz) = e8b905a37ac1b2a79736b8b2c2c75054721bba1ac741e0c475abd9d250c7eeb86f0a73749f3e25f3766b0c531bb8b84b4b93f68c990ac288fe7be6188d4c1b6f
+Size (boolstuff-0.1.16.tar.gz) = 389548 bytes


Home | Main Index | Thread Index | Old Index