diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-28 13:35:40 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-28 13:35:40 +0000 |
commit | a47dca76eca65feec1afdc95123b8295b9380b2e (patch) | |
tree | 96dfff70bb3ad0a41491bca346410ff948fec1c8 | |
parent | c62730ca10171af979d23bef558a0ac6129b7182 (diff) | |
download | FreeBSD-ports-a47dca76eca65feec1afdc95123b8295b9380b2e.zip FreeBSD-ports-a47dca76eca65feec1afdc95123b8295b9380b2e.tar.gz |
Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
-rw-r--r-- | math/calc/Makefile | 4 | ||||
-rw-r--r-- | math/eispack/Makefile | 4 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/hexcalc/Makefile | 3 | ||||
-rw-r--r-- | math/linpack/Makefile | 3 | ||||
-rw-r--r-- | math/oleo/Makefile | 3 |
6 files changed, 13 insertions, 7 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index cf1debb..c57358b 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -3,7 +3,7 @@ # Date created: 3 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.4 1995/04/11 01:59:57 jmz Exp $ +# $Id: Makefile,v 1.5 1995/04/16 23:19:07 asami Exp $ # DISTNAME= calc-2.9.3t6 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/ MAINTAINER= jmz@FreeBSD.org +CATEGORIES+= math + pre-install: @mkdir -p ${PREFIX}/lib/calc/help @mkdir -p ${PREFIX}/man/man1 diff --git a/math/eispack/Makefile b/math/eispack/Makefile index a81953a..7d5f50d 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:18:49 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:30:05 asami Exp $ # DISTNAME= eispack @@ -11,6 +11,7 @@ PKGNAME= eispack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/eispack/ .if defined(MASTER_SITE_OVERRIDE) MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/eispack/ @@ -43,4 +44,3 @@ pre-extract: chmod +x scripts/uncomp .include <bsd.port.mk> - diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 95f9f40..9e22739 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,11 +3,12 @@ # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 02:01:00 jmz Exp $ +# $Id: Makefile,v 1.4 1995/04/22 11:30:11 asami Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 +CATEGORIES+= math graphics MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ DISTFILES= gnuplot3.5.tar.Z diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile index b6bfa29..71ba65a 100644 --- a/math/hexcalc/Makefile +++ b/math/hexcalc/Makefile @@ -3,11 +3,12 @@ # Date created: 5 December 1994 # Whom: asami # -# $Id: Makefile,v 1.3 1995/03/24 11:10:19 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 01:19:01 asami Exp $ # DISTNAME= hexcalc PKGNAME= hexcalc-1.11 +CATEGORIES+= math MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ MAINTAINER= asami@FreeBSD.ORG diff --git a/math/linpack/Makefile b/math/linpack/Makefile index e033f9a..bbc79b1 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,13 +3,14 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.5 1995/04/11 01:19:04 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 11:30:13 asami Exp $ # DISTNAME= linpack PKGNAME= linpack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/linpack/ .if defined(MASTER_SITE_OVERRIDE) MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/ diff --git a/math/oleo/Makefile b/math/oleo/Makefile index fa22d59..7323d85 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,10 +3,11 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.4 1995/04/11 01:19:10 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/22 11:30:15 asami Exp $ # DISTNAME= oleo-1.6 +CATEGORIES+= math applications MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXTRACT_SUFX= .tar.gz |