pkgsrc-WIP-changes archive

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

Update cddlib to new version: 0.94m



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 11 18:04:37 2022 +0000
Changeset:	d759f9fbc48b3199f76bbb7751f36c52179cb774

Modified Files:
	cddlib/DESCR
	cddlib/Makefile
	cddlib/PLIST
	cddlib/distinfo

Log Message:
Update cddlib to new version: 0.94m

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

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

diffstat:
 cddlib/DESCR    |  4 +++-
 cddlib/Makefile | 18 +++++++-----------
 cddlib/PLIST    | 19 +++++++++++--------
 cddlib/distinfo |  6 +++---
 4 files changed, 24 insertions(+), 23 deletions(-)

diffs:
diff --git a/cddlib/DESCR b/cddlib/DESCR
index 4507a8178e..7d0546c466 100644
--- a/cddlib/DESCR
+++ b/cddlib/DESCR
@@ -1 +1,3 @@
-Library for finding vertices of convex polytopes
+cddlib is a C library implementation of the Double Description Method. Given a
+convex polyhedron P in R^n, it can be used to change between the V- and
+H-representation and to solve linear programming problems over P.
diff --git a/cddlib/Makefile b/cddlib/Makefile
index bd39b869af..7b7f7bc359 100644
--- a/cddlib/Makefile
+++ b/cddlib/Makefile
@@ -1,25 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2015/01/31 20:03:00 jihbed Exp $
+# $NetBSD$
 
-DISTNAME=	cddlib-0.94j
+GITHUB_PROJECT=	cddlib
+DISTNAME=	cddlib-0.94m
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cddlib/}
-GITHUB_RELEASE=	0.94j
+GITHUB_RELEASE=	0.94m
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
 HOMEPAGE=	https://github.com/cddlib/cddlib
-COMMENT=	Efficient implementation of the Double Description Method
+COMMENT=	C-library implementation of the Double Description Method
 LICENSE=	gnu-gpl-v2
 
 GNU_CONFIGURE=	yes
-USE_TOOLS+=	gmake
 USE_LIBTOOL=	yes
+USE_TOOLS+=	gmake pkg-config
 
-INSTALLATION_DIRS+=	share/doc/cddlib
-
-post-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cddlib
-	${INSTALL_DATA} ${WRKSRC}/doc/cddlibman.pdf \
-		${DESTDIR}${PREFIX}/share/doc/cddlib
+PKGCONFIG_OVERRIDE+=	cddlib.pc.in
 
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cddlib/PLIST b/cddlib/PLIST
index f9bc1fdcc9..c8c16887f9 100644
--- a/cddlib/PLIST
+++ b/cddlib/PLIST
@@ -27,16 +27,17 @@ bin/testlp3
 bin/testlp3_gmp
 bin/testshoot
 bin/testshoot_gmp
-include/cdd.h
-include/cdd_f.h
-include/cddmp.h
-include/cddmp_f.h
-include/cddtypes.h
-include/cddtypes_f.h
-include/setoper.h
-include/splitmix64.h
+include/cddlib/cdd.h
+include/cddlib/cdd_f.h
+include/cddlib/cddmp.h
+include/cddlib/cddmp_f.h
+include/cddlib/cddtypes.h
+include/cddlib/cddtypes_f.h
+include/cddlib/setoper.h
+include/cddlib/splitmix64.h
 lib/libcdd.la
 lib/libcddgmp.la
+lib/pkgconfig/cddlib.pc
 share/doc/cddlib/cddlibman.dvi
 share/doc/cddlib/cddlibman.pdf
 share/doc/cddlib/cddlibman.ps
@@ -95,6 +96,8 @@ share/doc/cddlib/examples-ine3d/hexocta.ine
 share/doc/cddlib/examples-ine3d/icododeca.ine
 share/doc/cddlib/examples-ine3d/rcubocta.ine
 share/doc/cddlib/examples-ine3d/rhomtria.ine
+share/doc/cddlib/examples/bug45.ine
+share/doc/cddlib/examples/bug45res.ine
 share/doc/cddlib/examples/project1.ine
 share/doc/cddlib/examples/project1res.ine
 share/doc/cddlib/examples/project2.ine
diff --git a/cddlib/distinfo b/cddlib/distinfo
index 3f9108c6f4..3c9d8e4e37 100644
--- a/cddlib/distinfo
+++ b/cddlib/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (cddlib-0.94j.tar.gz) = 4f0bcd8d40e7028ad58718587bace3ebde0d2901
-SHA512 (cddlib-0.94j.tar.gz) = b82d5e06538a29143a79f7ba7287a1784292e28f086071041e500fd81387a30c3fca6fae9049752f57b62d50b385d73681276d42d24941e3a43893da00452ea6
-Size (cddlib-0.94j.tar.gz) = 1364746 bytes
+BLAKE2s (cddlib-0.94m.tar.gz) = de8cb0fbf65365a371e8cbf3ea4b89a2a02837bb73ac398a152abe72cc52b7ae
+SHA512 (cddlib-0.94m.tar.gz) = 50997bda38c36990456345881dc1eac65b1880aa510ea3812ae46a122ba7696bf3577f2b6976ff16811ee00f0a920c8ed6f1e7de0a4060bfaa96def11bab816e
+Size (cddlib-0.94m.tar.gz) = 1351298 bytes


Home | Main Index | Thread Index | Old Index