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! :-)
This commit is contained in:
parent
7747e70a61
commit
caedea32b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1545
6 changed files with 13 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue