pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nauty: upgraded to 2.8.9, added buildlink
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Mon Aug 26 12:00:04 2024 +0530
Changeset: e98890888e52b055a87e17031dcb40bb065adc12
Modified Files:
nauty/Makefile
nauty/PLIST
nauty/distinfo
Added Files:
nauty/buildlink3.mk
Log Message:
nauty: upgraded to 2.8.9, added buildlink
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e98890888e52b055a87e17031dcb40bb065adc12
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nauty/Makefile | 32 +++++++------------------
nauty/PLIST | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
nauty/buildlink3.mk | 12 ++++++++++
nauty/distinfo | 8 +++----
4 files changed, 91 insertions(+), 29 deletions(-)
diffs:
diff --git a/nauty/Makefile b/nauty/Makefile
index 7191e55e06..bf09f5411d 100644
--- a/nauty/Makefile
+++ b/nauty/Makefile
@@ -1,35 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2012/10/03 18:15:31 asau Exp $
-#
+# $NetBSD$
-DISTNAME= nauty24r2
-PKGNAME= nauty-24r2
+DISTNAME= nauty2_8_9
+PKGNAME= nauty-2.8.9
CATEGORIES= math
-MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
+MASTER_SITES= http://users.cecs.anu.edu.au/~bdm/nauty
-MAINTAINER= jihbed.research%gmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://cs.anu.edu.au/~bdm/nauty/
COMMENT= Brendan McKay's graph isomorphism tester
LICENSE= apache-2.0
-MAKE_JOBS_SAFE= no
-
+WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
+USE_TOOLS+= autoconf
MAKE_FILE= makefile
-USE_TOOLS+= gmake
-USE_LANGUAGES= c
-
-PROGFILES= NRswitchg complg dreadnaut gentourng pickg \
- addedgeg copyg dretog labelg planarg amtog countg \
- genbg listg shortg biplabg deledgeg geng multig showg \
- arg directg genrang newedgeg
-
-INSTALLATION_DIRS= bin
-
-do-install:
-
-.for progf in ${PROGFILES}
- ${INSTALL_PROGRAM} ${WRKSRC}/${progf} ${DESTDIR}${PREFIX}/bin
-.endfor
-
+USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/nauty/PLIST b/nauty/PLIST
index 05b234077a..9c7238d814 100644
--- a/nauty/PLIST
+++ b/nauty/PLIST
@@ -1,25 +1,91 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/02 12:05:14 jihbed Exp $
+@comment $NetBSD$
bin/NRswitchg
bin/addedgeg
+bin/addptg
bin/amtog
+bin/ancestorg
+bin/assembleg
bin/biplabg
bin/catg
bin/complg
+bin/converseg
bin/copyg
bin/countg
+bin/countneg
+bin/cubhamg
bin/deledgeg
+bin/delptg
+bin/dimacs2g
bin/directg
bin/dreadnaut
+bin/dretodot
bin/dretog
+bin/edgetransg
bin/genbg
+bin/genbgL
bin/geng
+bin/gengL
+bin/genktreeg
+bin/genposetg
+bin/genquarticg
bin/genrang
+bin/genspecialg
bin/gentourng
+bin/gentreeg
+bin/hamheuristic
bin/labelg
+bin/linegraphg
bin/listg
bin/multig
+bin/nbrhoodg
bin/newedgeg
bin/pickg
bin/planarg
+bin/productg
+bin/ranlabg
+bin/ransubg
bin/shortg
bin/showg
+bin/subdivideg
+bin/twohamg
+bin/underlyingg
+bin/uniqg
+bin/vcolg
+bin/watercluster2
+include/gtools.h
+include/gutils.h
+include/namedgraphs.h
+include/nauchromatic.h
+include/nauconnect.h
+include/naugroup.h
+include/naugstrings.h
+include/naurng.h
+include/nausparse.h
+include/nautaux.h
+include/nautinv.h
+include/naututil.h
+include/nauty.h
+include/nautycliquer.h
+include/planarity.h
+include/schreier.h
+include/traces.h
+lib/libnauty.la
+lib/libnauty1.la
+lib/libnautyL.la
+lib/libnautyL1.la
+lib/libnautyQ.la
+lib/libnautyQ1.la
+lib/libnautyS.la
+lib/libnautyS1.la
+lib/libnautyW.la
+lib/libnautyW1.la
+lib/pkgconfig/libnauty.pc
+lib/pkgconfig/libnauty1.pc
+lib/pkgconfig/libnautyL.pc
+lib/pkgconfig/libnautyL1.pc
+lib/pkgconfig/libnautyQ.pc
+lib/pkgconfig/libnautyQ1.pc
+lib/pkgconfig/libnautyS.pc
+lib/pkgconfig/libnautyS1.pc
+lib/pkgconfig/libnautyW.pc
+lib/pkgconfig/libnautyW1.pc
diff --git a/nauty/buildlink3.mk b/nauty/buildlink3.mk
new file mode 100644
index 0000000000..1e82ac277f
--- /dev/null
+++ b/nauty/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= nauty
+
+.if !defined(NAUTY_BUILDLINK3_MK)
+NAUTY_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.nauty+= nauty>=2.8.9
+BUILDLINK_PKGSRCDIR.nauty?= ../../wip/nauty
+.endif # NAUTY_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -nauty
diff --git a/nauty/distinfo b/nauty/distinfo
index f214c64a2b..e8baa182ff 100644
--- a/nauty/distinfo
+++ b/nauty/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/09/02 12:05:14 jihbed Exp $
+$NetBSD$
-RMD160 (nauty24r2.tar.gz) = 4d22200a646e453090cd8d31fc3adce6a1e47e69
-SHA512 (nauty24r2.tar.gz) = 19b998e0e385ee2b111b7085f64ab28c8d985337a097407c14dc7d5f1b279e1176e3e708f282d82f8364ef77562c0f978f00b3f965501f528ebedbe9bf7c5545
-Size (nauty24r2.tar.gz) = 720754 bytes
+BLAKE2s (nauty2_8_9.tar.gz) = 33fc222da3aa627a841a90b182adfa2b8e3e8072b7a99daf010282aff34db3ed
+SHA512 (nauty2_8_9.tar.gz) = 4310747ae357d11547f9c9b45329775ffa2cedbff4bb4f9b12fb7b577c9e7c15e3f3c5279d3de145f2a1c3f8c727b1d9507a644093d1cbe58a93eb7b1436d8ee
+Size (nauty2_8_9.tar.gz) = 2629751 bytes
Home |
Main Index |
Thread Index |
Old Index