diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-11 05:18:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-11 05:18:26 +0800 |
commit | da2f221abd1ba84a967247e009b672d880681083 (patch) | |
tree | 474bc74a6b67a0224e9de9a3ab6c0594ddd68fb2 /lang | |
parent | 3011edc93430057b77d341a100f6a40dedb00439 (diff) | |
download | freebsd-ports-gnome-da2f221abd1ba84a967247e009b672d880681083.tar.gz freebsd-ports-gnome-da2f221abd1ba84a967247e009b672d880681083.tar.zst freebsd-ports-gnome-da2f221abd1ba84a967247e009b672d880681083.zip |
Remove lang/fpl. It has not fetched in some time, and the maintainer's
address now bounces with permanent errors. It had previously been
scheduled for removal on Feb. 2nd and no one has objected.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/fpl/Makefile | 36 | ||||
-rw-r--r-- | lang/fpl/distinfo | 1 | ||||
-rw-r--r-- | lang/fpl/files/patch-aa | 11 | ||||
-rw-r--r-- | lang/fpl/pkg-descr | 10 | ||||
-rw-r--r-- | lang/fpl/pkg-plist | 4 |
6 files changed, 0 insertions, 63 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3d8359f0070b..a38f668ed09c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -53,7 +53,6 @@ SUBDIR += ficl-devel SUBDIR += forth SUBDIR += fpc - SUBDIR += fpl SUBDIR += freetxl SUBDIR += gauche SUBDIR += gawk diff --git a/lang/fpl/Makefile b/lang/fpl/Makefile deleted file mode 100644 index 40241af48241..000000000000 --- a/lang/fpl/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# -# New ports collection makefile for: fpl -# Date created: 02/01/2003 -# Whom: Dominic Marks <dom@cus.org.uk> -# -# $FreeBSD$ -# - -PORTNAME= fpl -PORTVERSION= 14.12 -CATEGORIES= lang -MASTER_SITES= ftp://ich.bin.kein.hoschi.de/fpl/ \ - http://www.cus.org.uk/~dom/distfiles/fpl/ - -MAINTAINER= d.marks@student.umist.ac.uk -COMMENT= An interpreted script/macro language - -BROKEN= "Does not fetch; will be removed after Feb 2" - -ALL_TARGET= - -.include <bsd.port.pre.mk> - -pre-build: - @${MV} ${WRKSRC}/src/Makefile ${WRKSRC}/src/Makefile.old - @${MV} ${WRKSRC}/src/Makefile.FreeBSD ${WRKSRC}/src/Makefile - -do-install: - @${MKDIR} ${PREFIX}/lib/${PORTNAME}/ - ${INSTALL_DATA} -m 0644 \ - ${WRKSRC}/src/libfpl.a \ - ${WRKSRC}/src/libent.a \ - ${WRKSRC}/src/liballoc.a \ - ${PREFIX}/lib/${PORTNAME}/ - -.include <bsd.port.post.mk> diff --git a/lang/fpl/distinfo b/lang/fpl/distinfo deleted file mode 100644 index fc615994fe26..000000000000 --- a/lang/fpl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fpl-14.12.tar.gz) = 32c61fbda45c1a229c283a3e74c3722c diff --git a/lang/fpl/files/patch-aa b/lang/fpl/files/patch-aa deleted file mode 100644 index 5416368c5bf8..000000000000 --- a/lang/fpl/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile Thu May 14 10:00:39 1998 -+++ Makefile.new Sat Jan 4 15:53:08 2003 -@@ -13,7 +13,7 @@ - ######################################################################## - - all: -- @echo "no default action" -+ @(cd src; make) - - tgz: - @(dir=`pwd`;name=`basename $$dir`;echo Creates $$name.tar.gz; cd .. ; \ diff --git a/lang/fpl/pkg-descr b/lang/fpl/pkg-descr deleted file mode 100644 index 9e9d845053b8..000000000000 --- a/lang/fpl/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FPL is a complete script programming language _very_ similar to C. If -you are a software developer and plans to add any kind of macro/script -control, consider the FPL alternative! - -FPL library lets the software programmer define functions and variables -that FPL should accept. The library will call a function in the software -whenever any of these functions are used or variables are read in an FPL -program. - -WWW: http://ich.bin.kein.hoschi.de/fpl/ diff --git a/lang/fpl/pkg-plist b/lang/fpl/pkg-plist deleted file mode 100644 index 6cd0bc2f77a3..000000000000 --- a/lang/fpl/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/fpl/libfpl.a -lib/fpl/libent.a -lib/fpl/liballoc.a -@dirrm lib/fpl/ |