diff options
author | knu <knu@FreeBSD.org> | 2002-11-24 13:41:11 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-24 13:41:11 +0000 |
commit | 50177348b28de447ea048d7ba98040597cc6bb76 (patch) | |
tree | 0e7662ae3295be981db8da5a69db516ca9f231a5 /net | |
parent | 451bc3ba857b679b6fb3a937f5e85aa3de797be0 (diff) | |
download | FreeBSD-ports-50177348b28de447ea048d7ba98040597cc6bb76.zip FreeBSD-ports-50177348b28de447ea048d7ba98040597cc6bb76.tar.gz |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor
Diffstat (limited to 'net')
-rw-r--r-- | net/clusterit/Makefile | 2 | ||||
-rw-r--r-- | net/lam/Makefile | 2 | ||||
-rw-r--r-- | net/lam7/Makefile | 2 | ||||
-rw-r--r-- | net/mpich/Makefile | 2 | ||||
-rw-r--r-- | net/mpich2/Makefile | 2 | ||||
-rw-r--r-- | net/pvm++/Makefile | 2 | ||||
-rw-r--r-- | net/pvm/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/net/clusterit/Makefile b/net/clusterit/Makefile index 9287073..d3d6f32 100644 --- a/net/clusterit/Makefile +++ b/net/clusterit/Makefile @@ -7,7 +7,7 @@ PORTNAME= clusterit PORTVERSION= 2.0 -CATEGORIES= net devel +CATEGORIES= net devel parallel MASTER_SITES= http://www.garbled.net/download/ \ ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/ diff --git a/net/lam/Makefile b/net/lam/Makefile index 6a01eb3..457aa28 100644 --- a/net/lam/Makefile +++ b/net/lam/Makefile @@ -7,7 +7,7 @@ PORTNAME= lam PORTVERSION= 6.5.6 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= http://www.lam-mpi.org/download/files/ MAINTAINER= bremner@unb.ca diff --git a/net/lam7/Makefile b/net/lam7/Makefile index 6a01eb3..457aa28 100644 --- a/net/lam7/Makefile +++ b/net/lam7/Makefile @@ -7,7 +7,7 @@ PORTNAME= lam PORTVERSION= 6.5.6 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= http://www.lam-mpi.org/download/files/ MAINTAINER= bremner@unb.ca diff --git a/net/mpich/Makefile b/net/mpich/Makefile index 31a34a6..7ac8015 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpich PORTVERSION= 1.2.4 PORTREVISION= 1 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 31a34a6..7ac8015 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -8,7 +8,7 @@ PORTNAME= mpich PORTVERSION= 1.2.4 PORTREVISION= 1 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ DIST_SUBDIR= mpich diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index fac7082..1c7403f 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -8,7 +8,7 @@ PORTNAME= pvm++ PORTVERSION= 0.6.0 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \ http://goethe.ira.uka.de/~wilhelmi/pvm++/ diff --git a/net/pvm/Makefile b/net/pvm/Makefile index ea65511..5ac6ff7 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= pvm PORTVERSION= 3.4.4 -CATEGORIES= net +CATEGORIES= net parallel MASTER_SITES= http://www.netlib.org/pvm3/ \ ftp://ftp.chg.ru/pub/prog/parallel/pvm/pvm3/ DISTNAME= pvm${PORTVERSION} |