summaryrefslogtreecommitdiff
path: root/lang/pfe
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pfe')
-rw-r--r--lang/pfe/Makefile22
-rw-r--r--lang/pfe/distinfo1
-rw-r--r--lang/pfe/files/patch-aa11
-rw-r--r--lang/pfe/files/patch-ab11
-rw-r--r--lang/pfe/pkg-comment1
-rw-r--r--lang/pfe/pkg-descr14
-rw-r--r--lang/pfe/pkg-plist55
7 files changed, 0 insertions, 115 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
deleted file mode 100644
index abd5be38f180..000000000000
--- a/lang/pfe/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: pfe-devel
-# Date created: 29 October 2000
-# Whom: patrick
-#
-# $FreeBSD$
-#
-
-PORTNAME= pfe
-PORTVERSION= 0.30.27
-CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= patrick@FreeBSD.org
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_BZIP2= yes
-
-ALL_TARGET= #
-
-.include <bsd.port.mk>
diff --git a/lang/pfe/distinfo b/lang/pfe/distinfo
deleted file mode 100644
index 3a631a089505..000000000000
--- a/lang/pfe/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pfe-0.30.27.tar.bz2) = 485bb853224b3276f25e1afdf946e469
diff --git a/lang/pfe/files/patch-aa b/lang/pfe/files/patch-aa
deleted file mode 100644
index a7f55053f2dd..000000000000
--- a/lang/pfe/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- memory-sub.c.orig Fri Nov 24 21:44:19 2000
-+++ memory-sub.c Fri Nov 24 21:45:15 2000
-@@ -133,7 +133,7 @@
- memset(&ar, 0, sizeof(ar));
-
- if (!mode) mode = 0664;
-- f = open (name, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, mode);
-+ f = open (name, O_CREAT|O_TRUNC|O_FSYNC|O_WRONLY, mode);
-
- if (f != -1)
- {
diff --git a/lang/pfe/files/patch-ab b/lang/pfe/files/patch-ab
deleted file mode 100644
index 253a2efa8ded..000000000000
--- a/lang/pfe/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- pfe/memory-sub.c.orig Fri Nov 24 21:44:35 2000
-+++ pfe/memory-sub.c Fri Nov 24 21:45:31 2000
-@@ -277,7 +277,7 @@
- memset(&ar, 0, sizeof(ar));
-
- if (!mode) mode = 0664;
-- f = open (name, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, mode);
-+ f = open (name, O_CREAT|O_TRUNC|O_FSYNC|O_WRONLY, mode);
-
- if (f != -1)
- {
diff --git a/lang/pfe/pkg-comment b/lang/pfe/pkg-comment
deleted file mode 100644
index b944377cd2cf..000000000000
--- a/lang/pfe/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Implementation of ANSI Forth
diff --git a/lang/pfe/pkg-descr b/lang/pfe/pkg-descr
deleted file mode 100644
index f6d5b1d87bf8..000000000000
--- a/lang/pfe/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-This package contains all neccessary ANSI-C source files to build a
-running Forth-environment on most UNIX machines, on DOS and on OS/2.
-
-The Forth-system is closely modeled along the new American National
-Standard for the programming language Forth. Every word of every
-word set mentioned in the dpANS-6 document of June 1993 has been
-implemented. Additionally it is compatible to Forth-83.
-
-This is a new development version of pfe 0.29.1 under a new
-developer.
-
-WWW: http://pfe.sourceforge.net/
-
-- patrick
diff --git a/lang/pfe/pkg-plist b/lang/pfe/pkg-plist
deleted file mode 100644
index 290845bd871b..000000000000
--- a/lang/pfe/pkg-plist
+++ /dev/null
@@ -1,55 +0,0 @@
-bin/pfe
-lib/libpfe-0.30.16.so
-lib/libpfe.so
-lib/libpfe.la
-lib/libpfe.a
-lib/pfe/edit.la
-lib/pfe/edit.a
-lib/pfe/edit.so
-include/pfe-target.h
-include/pfe-config.h
-include/pfe/block-ext.h
-include/pfe/forth-83-l-p-ext.h
-include/pfe/config.h
-include/pfe/incl-ext.h
-include/pfe/core-ext.h
-include/pfe/incl-sub.h
-include/pfe/debug-ext.h
-include/pfe/incl-sup.h
-include/pfe/def-comp.h
-include/pfe/lined.h
-include/pfe/def-config.h
-include/pfe/locals-ext.h
-include/pfe/def-const.h
-include/pfe/logging.h
-include/pfe/def-macro.h
-include/pfe/main-sub.h
-include/pfe/def-paths.h
-include/pfe/memory-alloc-ext.h
-include/pfe/def-regs.h
-include/pfe/misc-fig-ext.h
-include/pfe/def-types.h
-include/pfe/pfe.h
-include/pfe/def-words.h
-include/pfe/posix-ext.h
-include/pfe/dlfcn-sub.h
-include/pfe/search-order-ext.h
-include/pfe/double-ext.h
-include/pfe/shell-os-ext.h
-include/pfe/double-sub.h
-include/pfe/signals-ext.h
-include/pfe/edit-ext.h
-include/pfe/string-ext.h
-include/pfe/exception-ext.h
-include/pfe/term-ext.h
-include/pfe/facility-ext.h
-include/pfe/term-sub.h
-include/pfe/file-ext.h
-include/pfe/tools-ext.h
-include/pfe/floating-ext.h
-include/pfe/useful-ext.h
-include/pfe/forth-83-ext.h
-include/pfe/your-ext.h
-@dirrm lib/pfe
-@dirrm include/pfe
-