aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-09-21 00:42:42 +0800
committergarga <garga@FreeBSD.org>2010-09-21 00:42:42 +0800
commit63e8a36efe5f0a953ad8fa4dd43c1e9b366d3112 (patch)
tree87edd291a2e29051c2e0a2977a8b518acf627a6a /lang
parent979a61c3aed3e6b447db85eb152384fbb46cb24d (diff)
downloadfreebsd-ports-gnome-63e8a36efe5f0a953ad8fa4dd43c1e9b366d3112.tar.gz
freebsd-ports-gnome-63e8a36efe5f0a953ad8fa4dd43c1e9b366d3112.tar.zst
freebsd-ports-gnome-63e8a36efe5f0a953ad8fa4dd43c1e9b366d3112.zip
Move lang/pfe-devel to lang/pfe, doesn't make sense to have just the -devel
port, and it's using a stable version
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile2
-rw-r--r--lang/pfe-devel/Makefile40
-rw-r--r--lang/pfe-devel/distinfo3
-rw-r--r--lang/pfe-devel/pkg-descr14
-rw-r--r--lang/pfe-devel/pkg-plist259
-rw-r--r--lang/pfe/Makefile2
-rw-r--r--lang/pfe/pkg-descr5
7 files changed, 1 insertions, 324 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 17f263ea47e7..7ef60fa0c16d 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -248,7 +248,7 @@
SUBDIR += perl5.12
SUBDIR += perl5.8
SUBDIR += petite-chez
- SUBDIR += pfe-devel
+ SUBDIR += pfe
SUBDIR += phc
SUBDIR += php-mode.el
SUBDIR += php4
diff --git a/lang/pfe-devel/Makefile b/lang/pfe-devel/Makefile
deleted file mode 100644
index 47313873c98d..000000000000
--- a/lang/pfe-devel/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: pfe-devel
-# Date created: 29 October 2000
-# Whom: patrick
-#
-# $FreeBSD$
-#
-
-PORTNAME= pfe
-PORTVERSION= 0.33.70
-CATEGORIES= lang
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Implementation of ANSI Forth
-
-LATEST_LINK= pfe-devel
-
-USE_BZIP2= yes
-USE_PERL5_BUILD=yes
-USE_GCC= 4.2+
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
-LIBTOOLFILES= pfe/configure
-MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
-
-MAN1= pfe.1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386" && ${OSVERSION} < 700000
-BROKEN= does not compile
-.elif ${ARCH} == "powerpc"
-BROKEN= does not compile
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
- s|-O$$opt_level||g' ${WRKSRC}/pfe/configure
-
-.include <bsd.port.post.mk>
diff --git a/lang/pfe-devel/distinfo b/lang/pfe-devel/distinfo
deleted file mode 100644
index e72aad4758f0..000000000000
--- a/lang/pfe-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pfe-0.33.70.tar.bz2) = 0d13a1a9852f3c5e46262a9d5d3b60a6
-SHA256 (pfe-0.33.70.tar.bz2) = bf21aa5dc11e49fe3e0b160fffdb9275cc0c9bef7689e9ebc3db82fe1cca0378
-SIZE (pfe-0.33.70.tar.bz2) = 1924001
diff --git a/lang/pfe-devel/pkg-descr b/lang/pfe-devel/pkg-descr
deleted file mode 100644
index f6d5b1d87bf8..000000000000
--- a/lang/pfe-devel/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-devel/pkg-plist b/lang/pfe-devel/pkg-plist
deleted file mode 100644
index 174d5d8a4653..000000000000
--- a/lang/pfe-devel/pkg-plist
+++ /dev/null
@@ -1,259 +0,0 @@
-bin/pfe
-bin/pfe-exec
-bin/pfe-exec-forth
-bin/pfe-forth
-include/pfe/_config.h
-include/pfe/_target.h
-include/pfe/assembler-ext.h
-include/pfe/block-ext.h
-include/pfe/block-mix.h
-include/pfe/block-sub.h
-include/pfe/cdecl-ext.h
-include/pfe/chain-ext.h
-include/pfe/chainlist-ext.h
-include/pfe/complex-ext.h
-include/pfe/config.h
-include/pfe/core-ext.h
-include/pfe/core-mix.h
-include/pfe/core-sub.h
-include/pfe/debug-ext.h
-include/pfe/def-cell.h
-include/pfe/def-comp.h
-include/pfe/def-config.h
-include/pfe/def-const.h
-include/pfe/def-gcc.h
-include/pfe/def-limits.h
-include/pfe/def-macro.h
-include/pfe/def-paths.h
-include/pfe/def-pth.h
-include/pfe/def-regmacro.h
-include/pfe/def-regs.h
-include/pfe/def-regth.h
-include/pfe/def-restore.h
-include/pfe/def-sbrcode.h
-include/pfe/def-types.h
-include/pfe/def-words.h
-include/pfe/dict-comp.h
-include/pfe/dict-sub.h
-include/pfe/double-ext.h
-include/pfe/double-mix.h
-include/pfe/double-sub.h
-include/pfe/dstrings-ext.h
-include/pfe/edit-ext.h
-include/pfe/engine-set.h
-include/pfe/engine-sub.h
-include/pfe/environ-ext.h
-include/pfe/exception-ext.h
-include/pfe/exception-sub.h
-include/pfe/facility-ext.h
-include/pfe/facility-mix.h
-include/pfe/file-ext.h
-include/pfe/file-mix.h
-include/pfe/file-sub.h
-include/pfe/floating-ext.h
-include/pfe/floating-mix.h
-include/pfe/forth-83-ext.h
-include/pfe/forth-usual-ext.h
-include/pfe/fpnostack-ext.h
-include/pfe/gforth-ext.h
-include/pfe/header-ext.h
-include/pfe/header-sub.h
-include/pfe/help-ext.h
-include/pfe/incl-ext.h
-include/pfe/incl-mix.h
-include/pfe/incl-sub.h
-include/pfe/incl-sup.h
-include/pfe/lined.h
-include/pfe/locals-ext.h
-include/pfe/logging.h
-include/pfe/main-sub.h
-include/pfe/memory-alloc-ext.h
-include/pfe/memory-sub.h
-include/pfe/misc-ext.h
-include/pfe/option-ext.h
-include/pfe/option-set.h
-include/pfe/os-ctype.h
-include/pfe/os-delay.h
-include/pfe/os-setjmp.h
-include/pfe/os-string.h
-include/pfe/p4-gettimeofday.h
-include/pfe/pfe-base.h
-include/pfe/pfe-ext.h
-include/pfe/pfe-mix.h
-include/pfe/pfe-set.h
-include/pfe/pfe-sub.h
-include/pfe/pfe-sup.h
-include/pfe/pfe.h
-include/pfe/posix-ext.h
-include/pfe/search-order-ext.h
-include/pfe/shell-os-ext.h
-include/pfe/signals-ext.h
-include/pfe/smart-go-ext.h
-include/pfe/stackhelp-ext.h
-include/pfe/string-ext.h
-include/pfe/struct-ext.h
-include/pfe/system-ext.h
-include/pfe/term-ext.h
-include/pfe/term-sub.h
-include/pfe/tools-ext.h
-include/pfe/tools-mix.h
-include/pfe/tools-sub.h
-include/pfe/useful-ext.h
-include/pfe/version-sub.h
-include/pfe/your-ext.h
-lib/libpfe-0-forth.so
-lib/libpfe-0-forth.so.33
-lib/libpfe.a
-lib/libpfe.la
-lib/libpfe.so
-lib/pfe/testmodule1.a
-lib/pfe/testmodule1.la
-lib/pfe/testmodule1.so
-lib/pfe-forth/assembler.a
-lib/pfe-forth/assembler.la
-lib/pfe-forth/assembler.so
-lib/pfe-forth/complex.a
-lib/pfe-forth/complex.la
-lib/pfe-forth/complex.so
-lib/pfe-forth/dstrings.a
-lib/pfe-forth/dstrings.la
-lib/pfe-forth/dstrings.so
-lib/pfe-forth/edit.a
-lib/pfe-forth/edit.la
-lib/pfe-forth/edit.so
-lib/pfe-forth/floating.a
-lib/pfe-forth/floating.la
-lib/pfe-forth/floating.so
-lib/pfe-forth/fpnostack.a
-lib/pfe-forth/fpnostack.la
-lib/pfe-forth/fpnostack.so
-lib/pfe-forth/gforth.a
-lib/pfe-forth/gforth.la
-lib/pfe-forth/gforth.so
-lib/pfe-forth/help.a
-lib/pfe-forth/help.la
-lib/pfe-forth/help.so
-lib/pfe-forth/module.a
-lib/pfe-forth/module.la
-lib/pfe-forth/module.so
-lib/pfe-forth/renamed/libassembler.so
-lib/pfe-forth/renamed/libcomplex.so
-lib/pfe-forth/renamed/libdstrings.so
-lib/pfe-forth/renamed/libedit.so
-lib/pfe-forth/renamed/libfloating.so
-lib/pfe-forth/renamed/libfpnostack.so
-lib/pfe-forth/renamed/libgforth.so
-lib/pfe-forth/renamed/libhelp.so
-lib/pfe-forth/renamed/libmodule.so
-lib/pfe-forth/renamed/libsmart-go.so
-lib/pfe-forth/renamed/libsocket.so
-lib/pfe-forth/renamed/libstackhelp.so
-lib/pfe-forth/renamed/libstruct.so
-lib/pfe-forth/renamed/libstructs.so
-lib/pfe-forth/renamed/libtermcatch.so
-lib/pfe-forth/renamed/libtoolbelt.so
-lib/pfe-forth/renamed/libzchar.so
-lib/pfe-forth/smart-go.a
-lib/pfe-forth/smart-go.la
-lib/pfe-forth/smart-go.so
-lib/pfe-forth/socket.a
-lib/pfe-forth/socket.la
-lib/pfe-forth/socket.so
-lib/pfe-forth/stackhelp.a
-lib/pfe-forth/stackhelp.la
-lib/pfe-forth/stackhelp.so
-lib/pfe-forth/struct.a
-lib/pfe-forth/struct.la
-lib/pfe-forth/struct.so
-lib/pfe-forth/structs.a
-lib/pfe-forth/structs.la
-lib/pfe-forth/structs.so
-lib/pfe-forth/termcatch.a
-lib/pfe-forth/termcatch.la
-lib/pfe-forth/termcatch.so
-lib/pfe-forth/toolbelt.a
-lib/pfe-forth/toolbelt.la
-lib/pfe-forth/toolbelt.so
-lib/pfe-forth/zchar.a
-lib/pfe-forth/zchar.la
-lib/pfe-forth/zchar.so
-libdata/pkgconfig/pfe.pc
-%%DATADIR%%/lib/arrays.4th
-%%DATADIR%%/lib/defer-is.4th
-%%DATADIR%%/lib/doermake.4th
-%%DATADIR%%/lib/library.4th
-%%DATADIR%%/lib/loading.4th
-%%DATADIR%%/lib/pardot.4th
-%%DATADIR%%/lib/sh-libs.4th
-%%DATADIR%%/lib/struct.4th
-%%DATADIR%%/test/answords.fs
-%%DATADIR%%/test/arith.4th
-%%DATADIR%%/test/bubble.fs
-%%DATADIR%%/test/checkans.4th
-%%DATADIR%%/test/checkans.fs
-%%DATADIR%%/test/compare.4th
-%%DATADIR%%/test/compspeed.fs
-%%DATADIR%%/test/coretest.4th
-%%DATADIR%%/test/coretest.fs
-%%DATADIR%%/test/dbltest.4th
-%%DATADIR%%/test/dbltest.fs
-%%DATADIR%%/test/deferred-x.4th
-%%DATADIR%%/test/deferred-x.fs
-%%DATADIR%%/test/deferred.fs
-%%DATADIR%%/test/defs.4th
-%%DATADIR%%/test/dstester.fs
-%%DATADIR%%/test/dstrings-test.fs
-%%DATADIR%%/test/environ.4th
-%%DATADIR%%/test/exceptn.4th
-%%DATADIR%%/test/fib.fs
-%%DATADIR%%/test/file.4th
-%%DATADIR%%/test/float.4th
-%%DATADIR%%/test/forth-signal.4th
-%%DATADIR%%/test/fp-stack.4th
-%%DATADIR%%/test/fp-stack.fs
-%%DATADIR%%/test/fpnostack.4th
-%%DATADIR%%/test/hashvocdistri.fs
-%%DATADIR%%/test/intactv.4th
-%%DATADIR%%/test/locals-ext.4th
-%%DATADIR%%/test/loop-test.4th
-%%DATADIR%%/test/matrix.fs
-%%DATADIR%%/test/mini-oof.fs
-%%DATADIR%%/test/moof-exm.fs
-%%DATADIR%%/test/moofglos.fs
-%%DATADIR%%/test/number-prefixes.4th
-%%DATADIR%%/test/number-prefixes.fs
-%%DATADIR%%/test/parse-name.4th
-%%DATADIR%%/test/parse-name.fs
-%%DATADIR%%/test/postpone.4th
-%%DATADIR%%/test/postpone.fs
-%%DATADIR%%/test/queryapp.4th
-%%DATADIR%%/test/search-order.4th
-%%DATADIR%%/test/search-order.fs
-%%DATADIR%%/test/siev.fs
-%%DATADIR%%/test/sieve.fs
-%%DATADIR%%/test/sievem.fs
-%%DATADIR%%/test/sokoban.4th
-%%DATADIR%%/test/sokoban.fs
-%%DATADIR%%/test/speedwhile.fs
-%%DATADIR%%/test/stack.4th
-%%DATADIR%%/test/string.4th
-%%DATADIR%%/test/suite.4th
-%%DATADIR%%/test/test-num-prefixes.4th
-%%DATADIR%%/test/test-num-prefixes.fs
-%%DATADIR%%/test/test-num-prefixes2.4th
-%%DATADIR%%/test/test-num-prefixes2.fs
-%%DATADIR%%/test/tester.fs
-%%DATADIR%%/test/trydstrings.fs
-%%DATADIR%%/test/tt.4th
-%%DATADIR%%/test/tt.fs
-%%DATADIR%%/test/wordsets.4th
-%%DATADIR%%/test/wordsets.fs
-%%DATADIR%%/testmodule1.fs
-%%DATADIR%%/testmodule2.fs
-@dirrm %%DATADIR%%/test
-@dirrm %%DATADIR%%/lib
-@dirrm %%DATADIR%%
-@dirrm lib/pfe-forth/renamed
-@dirrm lib/pfe-forth
-@dirrm lib/pfe
-@dirrm include/pfe
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index 47313873c98d..dd4b2794b807 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
-LATEST_LINK= pfe-devel
-
USE_BZIP2= yes
USE_PERL5_BUILD=yes
USE_GCC= 4.2+
diff --git a/lang/pfe/pkg-descr b/lang/pfe/pkg-descr
index f6d5b1d87bf8..3e4501de65d3 100644
--- a/lang/pfe/pkg-descr
+++ b/lang/pfe/pkg-descr
@@ -6,9 +6,4 @@ 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