summaryrefslogtreecommitdiff
path: root/lang/f77
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-04-13 11:59:55 +0000
committerRene Ladan <rene@FreeBSD.org>2014-04-13 11:59:55 +0000
commitf835cb75adde13a638b9ff6d5bccced40fd656c4 (patch)
tree9493aab40d3afb56a801ac296d02f22414a1655d /lang/f77
parent- Remove optional dependency on expired japanese/chasen (diff)
Remove expired port:
2014-04-12 lang/f77: Unmaintained since 2001
Notes
Notes: svn path=/head/; revision=351206
Diffstat (limited to 'lang/f77')
-rw-r--r--lang/f77/Makefile46
-rw-r--r--lang/f77/distinfo2
-rw-r--r--lang/f77/pkg-descr5
3 files changed, 0 insertions, 53 deletions
diff --git a/lang/f77/Makefile b/lang/f77/Makefile
deleted file mode 100644
index e1a91a5a2d45..000000000000
--- a/lang/f77/Makefile
+++ /dev/null
@@ -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>
diff --git a/lang/f77/distinfo b/lang/f77/distinfo
deleted file mode 100644
index 09634d26626d..000000000000
--- a/lang/f77/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (f77-freebsd.0.3.tar.gz) = 9c9ecd0bdaf4dd224bb225bf0a3671e7fbe695e1c1a46df464e7d4c19e8bc246
-SIZE (f77-freebsd.0.3.tar.gz) = 9657
diff --git a/lang/f77/pkg-descr b/lang/f77/pkg-descr
deleted file mode 100644
index 28527fcc9e52..000000000000
--- a/lang/f77/pkg-descr
+++ /dev/null
@@ -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.