mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Remove expired port:
2014-04-12 lang/f77: Unmaintained since 2001
This commit is contained in:
parent
2d38196849
commit
f835cb75ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351206
1
MOVED
1
MOVED
@ -5995,3 +5995,4 @@ net/net-http||2014-04-13|Has expired: Unmaintained since 2001
|
||||
security/cfv||2014-04-13|Has expired: Unmaintained since 2001
|
||||
graphics/camediaplay||2014-04-13|Has expired: Unmaintained since 2001
|
||||
math/umatrix||2014-04-13|Has expired: Unmaintained since 2001
|
||||
lang/f77||2014-04-13|Has expired: Unmaintained since 2001
|
||||
|
@ -65,7 +65,6 @@
|
||||
SUBDIR += expect
|
||||
SUBDIR += ezm3
|
||||
SUBDIR += f2c
|
||||
SUBDIR += f77
|
||||
SUBDIR += fasm
|
||||
SUBDIR += ferite
|
||||
SUBDIR += ficl
|
||||
|
@ -1,46 +0,0 @@
|
||||
# Created by: Steven G. Kargl
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= f77
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= lioux
|
||||
DISTNAME= f77-freebsd.0.3
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fortran 77 driver utility for f2c and gcc
|
||||
|
||||
.ifdef GNU_CPP
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c
|
||||
.else
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/fpp:${PORTSDIR}/devel/fpp \
|
||||
${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c
|
||||
.endif
|
||||
|
||||
DEPRECATED= Unmaintained since 2001
|
||||
EXPIRATION_DATE= 2014-04-12
|
||||
# Set F77NAME to the name of the Fortran 77 wrapper.
|
||||
F77NAME= ftn77
|
||||
|
||||
.ifdef GNU_CPP
|
||||
MAKE_ARGS= "CFLAGS= ${CFLAGS} -DPP_COMMAND='\"${CPP}\"' \
|
||||
-DF2C_COMMAND='\"${LOCALBASE}/bin/f2c\"'"
|
||||
.else
|
||||
MAKE_ARGS= "CFLAGS= ${CFLAGS} -DSUN_FPP \
|
||||
-DPP_COMMAND='\"${LOCALBASE}/bin/fpp\"' \
|
||||
-DF2C_COMMAND='\"${LOCALBASE}/bin/f2c\"'"
|
||||
.endif
|
||||
|
||||
ALL_TARGET= depend all
|
||||
MAN1= ${F77NAME}.1
|
||||
PLIST_FILES= bin/${F77NAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/f77 ${PREFIX}/bin/${F77NAME}
|
||||
@${SED} -e 's/F77/${F77NAME}/g' -e 's/f77/${F77NAME}/g' \
|
||||
${WRKSRC}/f77.1 > ${WRKSRC}/${F77NAME}.1
|
||||
${INSTALL_MAN} ${WRKSRC}/${F77NAME}.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (f77-freebsd.0.3.tar.gz) = 9c9ecd0bdaf4dd224bb225bf0a3671e7fbe695e1c1a46df464e7d4c19e8bc246
|
||||
SIZE (f77-freebsd.0.3.tar.gz) = 9657
|
@ -1,5 +0,0 @@
|
||||
f77 is a driver utility for f2c and gcc. By default, f77 will
|
||||
install and use Sun microsystem's fpp Fortran 77 preprocessor;
|
||||
the driver can be built to use cpp instead. The driver recognizes
|
||||
all f2c and fpp (or cpp) options that could be used in the context
|
||||
of compiling Fortran 77 source code.
|
Loading…
Reference in New Issue
Block a user