pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/boolstuff Import boolstuff-0.1.16 as math/boolstuff
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0abc2a300e0
branches: trunk
changeset: 350520:f0abc2a300e0
user: kamil <kamil%pkgsrc.org@localhost>
date: Thu Jul 28 23:56:40 2016 +0000
description:
Import boolstuff-0.1.16 as math/boolstuff
BoolStuff - Disjunctive Normal Form boolean expression C++ library.
diffstat:
math/boolstuff/DESCR | 1 +
math/boolstuff/Makefile | 19 +++++++++++++++++++
math/boolstuff/PLIST | 15 +++++++++++++++
math/boolstuff/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 8be68293281e -r f0abc2a300e0 math/boolstuff/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/boolstuff/DESCR Thu Jul 28 23:56:40 2016 +0000
@@ -0,0 +1,1 @@
+BoolStuff - Disjunctive Normal Form boolean expression C++ library.
diff -r 8be68293281e -r f0abc2a300e0 math/boolstuff/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/boolstuff/Makefile Thu Jul 28 23:56:40 2016 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2016/07/28 23:56:40 kamil Exp $
+
+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 -r 8be68293281e -r f0abc2a300e0 math/boolstuff/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/boolstuff/PLIST Thu Jul 28 23:56:40 2016 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/28 23:56:40 kamil Exp $
+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 -r 8be68293281e -r f0abc2a300e0 math/boolstuff/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/boolstuff/distinfo Thu Jul 28 23:56:40 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/28 23:56:40 kamil Exp $
+
+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