pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
up(py-igraph), +blad
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <K.I.A.Derouiche>
Pushed By: jihbed
Date: Mon Apr 10 18:32:10 2017 +0100
Changeset: 39e404b4071ceea1a2970d02ec4ca0a670db0ff9
Modified Files:
py-igraph/Makefile
py-igraph/PLIST
py-igraph/distinfo
Added Files:
blad/DESCR
blad/Makefile
blad/PLIST
blad/distinfo
blad/options.mk
Log Message:
up(py-igraph), +blad
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=39e404b4071ceea1a2970d02ec4ca0a670db0ff9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
blad/DESCR | 2 +
blad/Makefile | 22 +++++++
blad/PLIST | 19 ++++++
blad/distinfo | 6 ++
blad/options.mk | 29 +++++++++
py-igraph/Makefile | 26 ++++----
py-igraph/PLIST | 188 ++++-------------------------------------------------
py-igraph/distinfo | 8 +--
8 files changed, 110 insertions(+), 190 deletions(-)
diffs:
diff --git a/blad/DESCR b/blad/DESCR
new file mode 100644
index 0000000000..c97ac006ad
--- /dev/null
+++ b/blad/DESCR
@@ -0,0 +1,2 @@
+BLAD is an acronym standing for Bibliotheques Lilloises d'Algebre
+Differentielle
diff --git a/blad/Makefile b/blad/Makefile
new file mode 100644
index 0000000000..66e2d95771
--- /dev/null
+++ b/blad/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= blad-3.10.4
+CATEGORIES= math
+MASTER_SITES= http://cristal.univ-lille.fr/~boulier/BLAD/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jihbed.research%gmail.com@localhost
+HOMEPAGE= http://cristal.univ-lille.fr/~boulier/BLAD/
+COMMENT= Bibliotheques Lilloises Algebre Differentielle
+LICENSE= gnu-lgpl-v3
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake:run
+USE_LANGUAGES= c c++
+
+INFO_FILES= yes
+
+.include "options.mk"
+
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/blad/PLIST b/blad/PLIST
new file mode 100644
index 0000000000..9deb90da50
--- /dev/null
+++ b/blad/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+include/ba0.h
+include/bad.h
+include/bai.h
+include/bap.h
+include/bav.h
+include/blad.h
+info/ba0.info
+info/bad.info
+info/bai.info
+info/bap.info
+info/bav.info
+info/blad.info
+lib/libba0.la
+lib/libbad.la
+lib/libbai.la
+lib/libbap.la
+lib/libbav.la
+lib/libblad.la
diff --git a/blad/distinfo b/blad/distinfo
new file mode 100644
index 0000000000..18a21f6ddd
--- /dev/null
+++ b/blad/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (blad-3.10.4.tgz) = 84d3826166db6373f061c5ed33b3a302cb395bfe
+RMD160 (blad-3.10.4.tgz) = fdb8b12feb7d6a211cf8ab4bae8d35f13d997d95
+SHA512 (blad-3.10.4.tgz) = 454b3796045166c9ece9404f6ae05c92c7975ce308415b97c11b7566ef0e3c567d3d86ec4844d79f9d1ae7d31379be1b3023431c6da22be20e76d22c5832f91a
+Size (blad-3.10.4.tgz) = 1601124 bytes
diff --git a/blad/options.mk b/blad/options.mk
new file mode 100644
index 0000000000..f0cf98715f
--- /dev/null
+++ b/blad/options.mk
@@ -0,0 +1,29 @@
+# $NetBSD: options.mk,v 1.6 2013/08/01 18:44:06 riastradh Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.blad
+PKG_SUPPORTED_OPTIONS= gmp mpfr sage gsl
+PKG_SUGGESTED_OPTIONS= gmp
+PKG_OPTIONS_OPTIONAL_GROUPS= math
+PKG_OPTIONS_GROUP.math= gmp
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mgmp)
+.include "../../devel/gmp/buildlink3.mk"
+CONFIGURE_ARGS+= --with-gmp
+.endif
+
+.if !empty(PKG_OPTIONS:Mmpfr)
+BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3
+.include "../../math/mpfr/buildlink3.mk"
+CONFIGURE_ARGS+= --with-mpfr
+.endif
+
+.if !empty(PKG_OPTIONS:Mgsl)
+.include "../../math/gsl/buildlink3.mk"
+CONFIGURE_ARGS+= --with-gsl
+.endif
+
+.if !empty(PKG_OPTIONS:Msage)
+CONFIGURE_ARGS+= --enable-sage
+.endif
diff --git a/py-igraph/Makefile b/py-igraph/Makefile
index 32619e68d6..bdc81bd7d2 100644
--- a/py-igraph/Makefile
+++ b/py-igraph/Makefile
@@ -1,20 +1,22 @@
-# $NetBSD: Makefile,v 1.9 2014/12/31 13:58:32 thomasklausner Exp $
+# $NetBSD$
-DISTNAME= python-igraph-0.7.1.post6
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S|python-||}
-CATEGORIES= graphics math python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-igraph/}
+DISTNAME= igraph-0.1.11
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= https://pypi.python.org/packages/b3/ae/9d956c334b21f404a512b50abeae018a81e5be939a35c73b8291a31f7e24/
-MAINTAINER= kamel.derouiche%gmail.com@localhost
-HOMEPAGE= http://igraph.org/
-COMMENT= Manipulating Undirected and Directed Graphs for Python
-LICENSE= gnu-gpl-v2
+MAINTAINER= kamel.derouiche%gmail.com@localhost
+HOMEPAGE= http://igraph.org/
+COMMENT= Manipulating Undirected and Directed Graphs for Python
+LICENSE= gnu-gpl-v2
-PYTHON_VERSIONED_DEPENDENCIES= cairo
+WRKSRC= ${WRKDIR}/igraph-0.1.11
-USE_TOOLS+= pkg-config
+PYTHON_VERSIONED_DEPENDENCIES= cairo
-.include "../../lang/python/versioned_dependencies.mk"
+USE_TOOLS+= pkg-config
+
+#.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../wip/igraph/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-igraph/PLIST b/py-igraph/PLIST
index 9917b7325a..644bf1a83a 100644
--- a/py-igraph/PLIST
+++ b/py-igraph/PLIST
@@ -1,179 +1,19 @@
@comment $NetBSD$
-bin/igraph
-${PYINC}/python-igraph/igraphmodule_api.h
-${PYSITELIB}/igraph/__init__.py
-${PYSITELIB}/igraph/__init__.pyc
-${PYSITELIB}/igraph/__init__.pyo
-${PYSITELIB}/igraph/_igraph.so
-${PYSITELIB}/igraph/app/__init__.py
-${PYSITELIB}/igraph/app/__init__.pyc
-${PYSITELIB}/igraph/app/__init__.pyo
-${PYSITELIB}/igraph/app/shell.py
-${PYSITELIB}/igraph/app/shell.pyc
-${PYSITELIB}/igraph/app/shell.pyo
-${PYSITELIB}/igraph/clustering.py
-${PYSITELIB}/igraph/clustering.pyc
-${PYSITELIB}/igraph/clustering.pyo
-${PYSITELIB}/igraph/compat.py
-${PYSITELIB}/igraph/compat.pyc
-${PYSITELIB}/igraph/compat.pyo
-${PYSITELIB}/igraph/configuration.py
-${PYSITELIB}/igraph/configuration.pyc
-${PYSITELIB}/igraph/configuration.pyo
-${PYSITELIB}/igraph/cut.py
-${PYSITELIB}/igraph/cut.pyc
-${PYSITELIB}/igraph/cut.pyo
-${PYSITELIB}/igraph/datatypes.py
-${PYSITELIB}/igraph/datatypes.pyc
-${PYSITELIB}/igraph/datatypes.pyo
-${PYSITELIB}/igraph/drawing/__init__.py
-${PYSITELIB}/igraph/drawing/__init__.pyc
-${PYSITELIB}/igraph/drawing/__init__.pyo
-${PYSITELIB}/igraph/drawing/baseclasses.py
-${PYSITELIB}/igraph/drawing/baseclasses.pyc
-${PYSITELIB}/igraph/drawing/baseclasses.pyo
-${PYSITELIB}/igraph/drawing/colors.py
-${PYSITELIB}/igraph/drawing/colors.pyc
-${PYSITELIB}/igraph/drawing/colors.pyo
-${PYSITELIB}/igraph/drawing/coord.py
-${PYSITELIB}/igraph/drawing/coord.pyc
-${PYSITELIB}/igraph/drawing/coord.pyo
-${PYSITELIB}/igraph/drawing/edge.py
-${PYSITELIB}/igraph/drawing/edge.pyc
-${PYSITELIB}/igraph/drawing/edge.pyo
-${PYSITELIB}/igraph/drawing/graph.py
-${PYSITELIB}/igraph/drawing/graph.pyc
-${PYSITELIB}/igraph/drawing/graph.pyo
-${PYSITELIB}/igraph/drawing/metamagic.py
-${PYSITELIB}/igraph/drawing/metamagic.pyc
-${PYSITELIB}/igraph/drawing/metamagic.pyo
-${PYSITELIB}/igraph/drawing/shapes.py
-${PYSITELIB}/igraph/drawing/shapes.pyc
-${PYSITELIB}/igraph/drawing/shapes.pyo
-${PYSITELIB}/igraph/drawing/text.py
-${PYSITELIB}/igraph/drawing/text.pyc
-${PYSITELIB}/igraph/drawing/text.pyo
-${PYSITELIB}/igraph/drawing/utils.py
-${PYSITELIB}/igraph/drawing/utils.pyc
-${PYSITELIB}/igraph/drawing/utils.pyo
-${PYSITELIB}/igraph/drawing/vertex.py
-${PYSITELIB}/igraph/drawing/vertex.pyc
-${PYSITELIB}/igraph/drawing/vertex.pyo
-${PYSITELIB}/igraph/formula.py
-${PYSITELIB}/igraph/formula.pyc
-${PYSITELIB}/igraph/formula.pyo
-${PYSITELIB}/igraph/layout.py
-${PYSITELIB}/igraph/layout.pyc
-${PYSITELIB}/igraph/layout.pyo
-${PYSITELIB}/igraph/matching.py
-${PYSITELIB}/igraph/matching.pyc
-${PYSITELIB}/igraph/matching.pyo
-${PYSITELIB}/igraph/remote/__init__.py
-${PYSITELIB}/igraph/remote/__init__.pyc
-${PYSITELIB}/igraph/remote/__init__.pyo
-${PYSITELIB}/igraph/remote/gephi.py
-${PYSITELIB}/igraph/remote/gephi.pyc
-${PYSITELIB}/igraph/remote/gephi.pyo
-${PYSITELIB}/igraph/remote/nexus.py
-${PYSITELIB}/igraph/remote/nexus.pyc
-${PYSITELIB}/igraph/remote/nexus.pyo
-${PYSITELIB}/igraph/statistics.py
-${PYSITELIB}/igraph/statistics.pyc
-${PYSITELIB}/igraph/statistics.pyo
-${PYSITELIB}/igraph/summary.py
-${PYSITELIB}/igraph/summary.pyc
-${PYSITELIB}/igraph/summary.pyo
-${PYSITELIB}/igraph/test/__init__.py
-${PYSITELIB}/igraph/test/__init__.pyc
-${PYSITELIB}/igraph/test/__init__.pyo
-${PYSITELIB}/igraph/test/atlas.py
-${PYSITELIB}/igraph/test/atlas.pyc
-${PYSITELIB}/igraph/test/atlas.pyo
-${PYSITELIB}/igraph/test/attributes.py
-${PYSITELIB}/igraph/test/attributes.pyc
-${PYSITELIB}/igraph/test/attributes.pyo
-${PYSITELIB}/igraph/test/basic.py
-${PYSITELIB}/igraph/test/basic.pyc
-${PYSITELIB}/igraph/test/basic.pyo
-${PYSITELIB}/igraph/test/bipartite.py
-${PYSITELIB}/igraph/test/bipartite.pyc
-${PYSITELIB}/igraph/test/bipartite.pyo
-${PYSITELIB}/igraph/test/cliques.py
-${PYSITELIB}/igraph/test/cliques.pyc
-${PYSITELIB}/igraph/test/cliques.pyo
-${PYSITELIB}/igraph/test/colortests.py
-${PYSITELIB}/igraph/test/colortests.pyc
-${PYSITELIB}/igraph/test/colortests.pyo
-${PYSITELIB}/igraph/test/conversion.py
-${PYSITELIB}/igraph/test/conversion.pyc
-${PYSITELIB}/igraph/test/conversion.pyo
-${PYSITELIB}/igraph/test/decomposition.py
-${PYSITELIB}/igraph/test/decomposition.pyc
-${PYSITELIB}/igraph/test/decomposition.pyo
-${PYSITELIB}/igraph/test/edgeseq.py
-${PYSITELIB}/igraph/test/edgeseq.pyc
-${PYSITELIB}/igraph/test/edgeseq.pyo
-${PYSITELIB}/igraph/test/flow.py
-${PYSITELIB}/igraph/test/flow.pyc
-${PYSITELIB}/igraph/test/flow.pyo
-${PYSITELIB}/igraph/test/foreign.py
-${PYSITELIB}/igraph/test/foreign.pyc
-${PYSITELIB}/igraph/test/foreign.pyo
-${PYSITELIB}/igraph/test/games.py
-${PYSITELIB}/igraph/test/games.pyc
-${PYSITELIB}/igraph/test/games.pyo
-${PYSITELIB}/igraph/test/generators.py
-${PYSITELIB}/igraph/test/generators.pyc
-${PYSITELIB}/igraph/test/generators.pyo
-${PYSITELIB}/igraph/test/homepage.py
-${PYSITELIB}/igraph/test/homepage.pyc
-${PYSITELIB}/igraph/test/homepage.pyo
-${PYSITELIB}/igraph/test/indexing.py
-${PYSITELIB}/igraph/test/indexing.pyc
-${PYSITELIB}/igraph/test/indexing.pyo
-${PYSITELIB}/igraph/test/isomorphism.py
-${PYSITELIB}/igraph/test/isomorphism.pyc
-${PYSITELIB}/igraph/test/isomorphism.pyo
-${PYSITELIB}/igraph/test/iterators.py
-${PYSITELIB}/igraph/test/iterators.pyc
-${PYSITELIB}/igraph/test/iterators.pyo
-${PYSITELIB}/igraph/test/layouts.py
-${PYSITELIB}/igraph/test/layouts.pyc
-${PYSITELIB}/igraph/test/layouts.pyo
-${PYSITELIB}/igraph/test/matching.py
-${PYSITELIB}/igraph/test/matching.pyc
-${PYSITELIB}/igraph/test/matching.pyo
-${PYSITELIB}/igraph/test/operators.py
-${PYSITELIB}/igraph/test/operators.pyc
-${PYSITELIB}/igraph/test/operators.pyo
-${PYSITELIB}/igraph/test/rng.py
-${PYSITELIB}/igraph/test/rng.pyc
-${PYSITELIB}/igraph/test/rng.pyo
-${PYSITELIB}/igraph/test/separators.py
-${PYSITELIB}/igraph/test/separators.pyc
-${PYSITELIB}/igraph/test/separators.pyo
-${PYSITELIB}/igraph/test/spectral.py
-${PYSITELIB}/igraph/test/spectral.pyc
-${PYSITELIB}/igraph/test/spectral.pyo
-${PYSITELIB}/igraph/test/structural.py
-${PYSITELIB}/igraph/test/structural.pyc
-${PYSITELIB}/igraph/test/structural.pyo
-${PYSITELIB}/igraph/test/utils.py
-${PYSITELIB}/igraph/test/utils.pyc
-${PYSITELIB}/igraph/test/utils.pyo
-${PYSITELIB}/igraph/test/vertexseq.py
-${PYSITELIB}/igraph/test/vertexseq.pyc
-${PYSITELIB}/igraph/test/vertexseq.pyo
-${PYSITELIB}/igraph/utils.py
-${PYSITELIB}/igraph/utils.pyc
-${PYSITELIB}/igraph/utils.pyo
-${PYSITELIB}/igraph/vendor/__init__.py
-${PYSITELIB}/igraph/vendor/__init__.pyc
-${PYSITELIB}/igraph/vendor/__init__.pyo
-${PYSITELIB}/igraph/vendor/texttable.py
-${PYSITELIB}/igraph/vendor/texttable.pyc
-${PYSITELIB}/igraph/vendor/texttable.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/igraph/__init__.py
+${PYSITELIB}/igraph/__init__.pyc
+${PYSITELIB}/igraph/__init__.pyo
+${PYSITELIB}/igraph/force_directed_layout.py
+${PYSITELIB}/igraph/force_directed_layout.pyc
+${PYSITELIB}/igraph/force_directed_layout.pyo
+${PYSITELIB}/igraph/js/build/igraph.min.js
+${PYSITELIB}/igraph/json_formatter.py
+${PYSITELIB}/igraph/json_formatter.pyc
+${PYSITELIB}/igraph/json_formatter.pyo
+${PYSITELIB}/igraph/notebook.py
+${PYSITELIB}/igraph/notebook.pyc
+${PYSITELIB}/igraph/notebook.pyo
diff --git a/py-igraph/distinfo b/py-igraph/distinfo
index a84892b116..524aa8065b 100644
--- a/py-igraph/distinfo
+++ b/py-igraph/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1.1.1 2010/03/23 20:12:40 jihbed Exp $
-SHA1 (python-igraph-0.7.1.post6.tar.gz) = 9f81f7ecc2e43b0577e03e6ed13858dc70cb4ad9
-RMD160 (python-igraph-0.7.1.post6.tar.gz) = 67f939e1c32582b9237720ffdd630f2266824993
-SHA512 (python-igraph-0.7.1.post6.tar.gz) = de194f686038b609efa40b87ff8f4bab0ce66de4a1cb07db0dcdacc616756352e8419158ee21da5c8b8ddf1b2bad2632be6c1af3114a071e4ef0804440f474cd
-Size (python-igraph-0.7.1.post6.tar.gz) = 377298 bytes
+SHA1 (igraph-0.1.11.tar.gz) = 3d4f62c789d3c84496dde4669008c9cc77def069
+RMD160 (igraph-0.1.11.tar.gz) = bfeb882357ea8545fe577e23cc7511bd6e2869bc
+SHA512 (igraph-0.1.11.tar.gz) = 2009661d27e04e8d5c50844beda5abbe99d64e42b88e34d08d8941de226dca5bc60493d5d28c4e5d91984a2e9443ed6c9810363f002c96bb10ba1bec157f7e6d
+Size (igraph-0.1.11.tar.gz) = 118107 bytes
Home |
Main Index |
Thread Index |
Old Index