update to 04-314; from Andreas Kahari <andreas.kahari@gmail.com>

This commit is contained in:
naddy 2004-12-18 16:31:52 +00:00
parent 4e1f11b7aa
commit dd86cf60b1
5 changed files with 29 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2004/12/18 16:23:07 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2004/12/18 16:31:52 naddy Exp $
COMMENT= "clustering algorithm for graphs"
V= 04-174
V= 04-314
DISTNAME= mcl-${V}
PKGNAME= mcl-${V:S,-,_,}
CATEGORIES= math
@ -19,6 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}src/
WANTLIB= c m pthread
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (mcl-04-174.tar.gz) = 14309f9d1cf352befe43807e21e1cbb8
RMD160 (mcl-04-174.tar.gz) = 68b3f49cb0f12fa47303b28b0ce130390df8e9d4
SHA1 (mcl-04-174.tar.gz) = d32f734f622517391964a2cf292931743ed2b502
MD5 (mcl-04-314.tar.gz) = d6a982f2646435d4d9a64bc6ec62fc52
RMD160 (mcl-04-314.tar.gz) = f4befccc2aeb9234ec936000c5261a5ad82638e5
SHA1 (mcl-04-314.tar.gz) = d572a5b41a2f48628250b8e6ec31e8fff23027f8

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2004/06/30 23:30:05 naddy Exp $
--- configure.orig Tue Jun 29 14:50:33 2004
+++ configure Tue Jun 29 14:51:15 2004
@@ -3229,13 +3229,13 @@ fi
$OpenBSD: patch-configure,v 1.4 2004/12/18 16:31:53 naddy Exp $
--- configure.orig Tue Dec 14 21:15:04 2004
+++ configure Tue Dec 14 21:15:44 2004
@@ -3230,13 +3230,13 @@ fi
# FIXME: Replace `main' with a function in `-lpthread':
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.3 2004/06/30 23:30:05 naddy Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -3292,7 +3292,7 @@ if test $ac_cv_lib_pthread_main = yes; t
@@ -3293,7 +3293,7 @@ if test $ac_cv_lib_pthread_main = yes; t
#define HAVE_LIBPTHREAD 1
_ACEOF

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_graphs_Makefile_in,v 1.3 2004/06/30 23:30:05 naddy Exp $
--- src/graphs/Makefile.in.orig Tue Jun 29 14:51:41 2004
+++ src/graphs/Makefile.in Tue Jun 29 14:52:32 2004
$OpenBSD: patch-graphs_Makefile_in,v 1.1 2004/12/18 16:31:53 naddy Exp $
--- graphs/Makefile.in.orig Tue Dec 14 21:17:24 2004
+++ graphs/Makefile.in Tue Dec 14 21:18:17 2004
@@ -141,7 +141,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
@ -8,5 +8,5 @@ $OpenBSD: patch-src_graphs_Makefile_in,v 1.3 2004/06/30 23:30:05 naddy Exp $
-exampledir = $(datadir)/doc/$(PACKAGE)/examples
+exampledir = $(datadir)/examples/$(PACKAGE)
example_DATA = falkner.mci proteins.mci matula.mci \
small.mci small.png small.ps\
data.raw data.hdr data.tab small.tab fznyy.tab
seven.mci small.mci small.png small.ps\
data.raw data.hdr data.tab small.tab fznyy.tab fznyy.mci small64.mci

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.4 2004/09/15 09:11:59 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/12/18 16:31:53 naddy Exp $
bin/clmclose
bin/clmdist
bin/clmformat
bin/clmimac
@ -12,8 +13,10 @@ bin/mcx
bin/mcxarray
bin/mcxassemble
bin/mcxconvert
bin/mcxdump
bin/mcxmap
bin/mcxsubs
@man man/man1/clmclose.1
@man man/man1/clmdist.1
@man man/man1/clmformat.1
@man man/man1/clmimac.1
@ -27,6 +30,7 @@ bin/mcxsubs
@man man/man1/mcxarray.1
@man man/man1/mcxassemble.1
@man man/man1/mcxconvert.1
@man man/man1/mcxdump.1
@man man/man1/mcxmap.1
@man man/man1/mcxsubs.1
@man man/man5/mcxio.5
@ -34,6 +38,8 @@ bin/mcxsubs
@man man/man7/mclfaq.7
@man man/man7/mclindex.7
share/doc/mcl/
share/doc/mcl/clmclose.html
share/doc/mcl/clmclose.ps
share/doc/mcl/clmdist.html
share/doc/mcl/clmdist.ps
share/doc/mcl/clmformat.html
@ -69,6 +75,8 @@ share/doc/mcl/mcxassemble.html
share/doc/mcl/mcxassemble.ps
share/doc/mcl/mcxconvert.html
share/doc/mcl/mcxconvert.ps
share/doc/mcl/mcxdump.html
share/doc/mcl/mcxdump.ps
share/doc/mcl/mcxio.html
share/doc/mcl/mcxio.ps
share/doc/mcl/mcxmap.html
@ -80,10 +88,13 @@ share/examples/mcl/data.hdr
share/examples/mcl/data.raw
share/examples/mcl/data.tab
share/examples/mcl/falkner.mci
share/examples/mcl/fznyy.mci
share/examples/mcl/fznyy.tab
share/examples/mcl/matula.mci
share/examples/mcl/proteins.mci
share/examples/mcl/seven.mci
share/examples/mcl/small.mci
share/examples/mcl/small.png
share/examples/mcl/small.ps
share/examples/mcl/small.tab
share/examples/mcl/small64.mci