pkgsrc-WIP-changes archive

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

mixnet: no upstream to fetch sources?



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 3 23:56:26 2016 +0200
Changeset:	ed5b5b1f0bbe0493c617be3e550081584b179bd2

Removed Files:
	mixnet/DESCR
	mixnet/Makefile
	mixnet/PLIST
	mixnet/distinfo
	mixnet/patches/patch-aa

Log Message:
mixnet: no upstream to fetch sources?

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

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

diffstat:
 mixnet/DESCR            |  5 -----
 mixnet/Makefile         | 21 ---------------------
 mixnet/PLIST            |  7 -------
 mixnet/distinfo         |  6 ------
 mixnet/patches/patch-aa | 22 ----------------------
 5 files changed, 61 deletions(-)

diffs:
diff --git a/mixnet/DESCR b/mixnet/DESCR
deleted file mode 100644
index a432ca7..0000000
--- a/mixnet/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-We present a software package based on a new probabilistic model for random
-graphs called MixNet (Erdos-Renyi Mixture for Networks). This model is based on
-the hypothesis that real networks are made of classes which show specific
-connectivity patterns. We compute algorithms to estimate the model's parameters
-as well as a statistical criterion ICL to select the number of classes
diff --git a/mixnet/Makefile b/mixnet/Makefile
deleted file mode 100644
index a50ab82..0000000
--- a/mixnet/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 15:09:55 asau Exp $
-#
-
-DISTNAME=	mixnet-1.1.2-p1
-PKGNAME=	mixnet-1.1.2
-CATEGORIES=	biology
-MASTER_SITES=	http://stat.genopole.cnrs.fr/_media/logiciels/
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://stat.genopole.cnrs.fr/logiciels/mixnet
-COMMENT=	Erdos-Renyi Mixture for Networks
-LICENSE=	gnu-gpl-v3
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	perl pkg-config
-USE_LANGUAGES=	c c++ fortran77
-
-PKGCONFIG_OVERRIDE+=	tclap-1.2.0/tclap.pc.in
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mixnet/PLIST b/mixnet/PLIST
deleted file mode 100644
index 7879bf1..0000000
--- a/mixnet/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/22 13:11:31 jihbed Exp $
-bin/mixnet
-bin/mixnet-cl
-bin/mixnet-sim
-bin/mixneto
-man/man1/mixnet.1
-man/man1/mixneto.1
diff --git a/mixnet/distinfo b/mixnet/distinfo
deleted file mode 100644
index 102f9ff..0000000
--- a/mixnet/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/01/22 13:11:31 jihbed Exp $
-
-SHA1 (mixnet-1.1.2-p1.tar.gz) = 3b73b4fc099339db42f928f9cf0d1134e9d48663
-RMD160 (mixnet-1.1.2-p1.tar.gz) = c7c9290db7767a1d5d979ab608bbdefc0453aed4
-Size (mixnet-1.1.2-p1.tar.gz) = 1009337 bytes
-SHA1 (patch-aa) = 38769858d91fc4fa88c157e26339cbf57f8a88fd
diff --git a/mixnet/patches/patch-aa b/mixnet/patches/patch-aa
deleted file mode 100644
index 5989657..0000000
--- a/mixnet/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2011/01/22 13:11:31 jihbed Exp $
-
---- configure.orig	2011-01-18 16:35:58.000000000 +0000
-+++ configure	2011-01-18 16:42:27.000000000 +0000
-@@ -3923,7 +3923,7 @@
- ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
- ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
- 
--if test "x${F77}" == "x" ; then
-+if test "x${F77}" = "x" ; then
- 	as_fn_error "\"No suitable Fortran compiler was found. Unable to proceed\"" "$LINENO" 5
- fi
- 
-@@ -17677,7 +17677,7 @@
- fi
- 
- 
--if test "x${PERL}" == "x" ; then
-+if test "x${PERL}" = "x" ; then
- 	as_fn_error "\"No suitable Perl interpreter was found. Unable to proceed\"" "$LINENO" 5
- fi
-  if test "x$PERL" != "x"; then


Home | Main Index | Thread Index | Old Index