diff options
Diffstat (limited to 'math/metis4')
-rw-r--r-- | math/metis4/Makefile | 33 | ||||
-rw-r--r-- | math/metis4/distinfo | 1 | ||||
-rw-r--r-- | math/metis4/files/patch-aa | 46 | ||||
-rw-r--r-- | math/metis4/files/patch-ab | 36 | ||||
-rw-r--r-- | math/metis4/files/patch-ac | 19 | ||||
-rw-r--r-- | math/metis4/files/patch-ad | 19 | ||||
-rw-r--r-- | math/metis4/pkg-comment | 1 | ||||
-rw-r--r-- | math/metis4/pkg-descr | 7 | ||||
-rw-r--r-- | math/metis4/pkg-plist | 12 |
9 files changed, 0 insertions, 174 deletions
diff --git a/math/metis4/Makefile b/math/metis4/Makefile deleted file mode 100644 index 959bd95b90b8..000000000000 --- a/math/metis4/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: METIS -# Version required: 4.0 -# Date created: 26 Oct 97 -# Whom: Pedro Giffuni <giffunip@asme.org> -# -# $Id: Makefile,v 1.1.1.1 1998/04/26 03:55:22 mph Exp $ -# - -DISTNAME= metis-4.0 -CATEGORIES= math -MASTER_SITES= http://www.cs.umn.edu/~karypis/metis/metis/files/ - -MAINTAINER= ports@FreeBSD.org - -ALL_TARGET= - -do-install: - $(INSTALL_PROGRAM) $(WRKSRC)/pmetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/kmetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/oemetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/onmetis $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/partnmesh $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/partdmesh $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/mesh2nodal $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual $(PREFIX)/bin - $(INSTALL_PROGRAM) $(WRKSRC)/graphchk $(PREFIX)/bin - $(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib -.if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/METIS - $(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS -.endif - -.include <bsd.port.mk> diff --git a/math/metis4/distinfo b/math/metis4/distinfo deleted file mode 100644 index f5f67327e6ca..000000000000 --- a/math/metis4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (metis-4.0.tar.gz) = d8e46ff88441800fb0782b61b99048ff diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa deleted file mode 100644 index 631f79263f9e..000000000000 --- a/math/metis4/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ -*** Makefile.in.orig Fri Oct 9 20:16:24 1998 ---- Makefile.in Fri Oct 9 20:17:42 1998 -*************** -*** 1,9 **** - - # Which compiler to use -! CC = cc - - # What optimization level to use -! OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = ---- 1,9 ---- - - # Which compiler to use -! # CC = cc - - # What optimization level to use -! # OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = -*************** -*** 12,21 **** - LDOPTIONS = - - # What archiving to use -! AR = ar rv - - # What to use for indexing the archive -! RANLIB = ranlib - # RANLIB = ar -ts - # RANLIB = - ---- 12,21 ---- - LDOPTIONS = - - # What archiving to use -! # AR = ar rv - - # What to use for indexing the archive -! # RANLIB = ranlib - # RANLIB = ar -ts - # RANLIB = - diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab deleted file mode 100644 index 4b0d3c27f638..000000000000 --- a/math/metis4/files/patch-ab +++ /dev/null @@ -1,36 +0,0 @@ -*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998 ---- Lib/Makefile Fri Oct 9 20:20:32 1998 -*************** -*** 2,8 **** - - INCLUDES = -I. - -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L. - - ---- 2,8 ---- - - INCLUDES = -I. - -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - LD = $(CC) -L. - - -*************** -*** 21,27 **** - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -! $(AR) $@ $(OBJS) - $(RANLIB) $@ - - clean: ---- 21,27 ---- - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -! $(AR) $(ARFLAGS) $@ $(OBJS) - $(RANLIB) $@ - - clean: diff --git a/math/metis4/files/patch-ac b/math/metis4/files/patch-ac deleted file mode 100644 index 1bb1f4662175..000000000000 --- a/math/metis4/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998 ---- Programs/Makefile Fri Oct 9 20:22:16 1998 -*************** -*** 3,9 **** - BINDIR = .. - - INCLUDES = -I../Lib -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. ---- 3,9 ---- - BINDIR = .. - - INCLUDES = -I../Lib -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. diff --git a/math/metis4/files/patch-ad b/math/metis4/files/patch-ad deleted file mode 100644 index 0e0032718205..000000000000 --- a/math/metis4/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** Test/Makefile.orig Fri Oct 9 20:23:24 1998 ---- Test/Makefile Fri Oct 9 20:23:40 1998 -*************** -*** 3,9 **** - BINDIR = ../Graphs - - INCLUDES = -I../Lib -! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. ---- 3,9 ---- - BINDIR = ../Graphs - - INCLUDES = -I../Lib -! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) - - LIBS = -lmetis -lm - LD = $(CC) $(LDOPTIONS) -L. -L.. diff --git a/math/metis4/pkg-comment b/math/metis4/pkg-comment deleted file mode 100644 index d15494ded1d5..000000000000 --- a/math/metis4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A package for unstructured graph partitioning. diff --git a/math/metis4/pkg-descr b/math/metis4/pkg-descr deleted file mode 100644 index 0c570b98c828..000000000000 --- a/math/metis4/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -METIS is a set of programs for partitioning graphs and for producing fill -reducing orderings for sparse matrices. The algorithms implemented by METIS -are based on the multilevel graph partitioning scheme described in [KK95a] -and [KK95e]. - -METIS provides high quality partitions, is extremely fast, and produces -low fill orderings. diff --git a/math/metis4/pkg-plist b/math/metis4/pkg-plist deleted file mode 100644 index 1e0599663954..000000000000 --- a/math/metis4/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/pmetis -bin/kmetis -bin/oemetis -bin/onmetis -bin/partnmesh -bin/partdmesh -bin/mesh2nodal -bin/mesh2dual -bin/graphchk -lib/libmetis.a -share/doc/METIS/manual.ps -@dirrm share/doc/METIS |