Add a new development version of PFE (Portable Forth Enviornment).
This commit is contained in:
parent
e36a2ec841
commit
496862dd97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34438
11 changed files with 187 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
SUBDIR += p5-ePerl
|
||||
SUBDIR += pbasic
|
||||
SUBDIR += perl5
|
||||
SUBDIR += pfe-devel
|
||||
SUBDIR += pgcc
|
||||
SUBDIR += pike
|
||||
SUBDIR += pm3-base
|
||||
|
|
22
lang/pfe-devel/Makefile
Normal file
22
lang/pfe-devel/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: pfe-devel
|
||||
# Date created: 29 October 2000
|
||||
# Whom: patrick
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pfe
|
||||
PORTVERSION= 0.30.16
|
||||
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>
|
1
lang/pfe-devel/distinfo
Normal file
1
lang/pfe-devel/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pfe-0.30.16.tar.bz2) = 6bfc38c2969f91a7547fa40f2ae5239a
|
1
lang/pfe-devel/pkg-comment
Normal file
1
lang/pfe-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Implementation of ANSI Forth
|
14
lang/pfe-devel/pkg-descr
Normal file
14
lang/pfe-devel/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
55
lang/pfe-devel/pkg-plist
Normal file
55
lang/pfe-devel/pkg-plist
Normal file
|
@ -0,0 +1,55 @@
|
|||
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
|
||||
|
22
lang/pfe/Makefile
Normal file
22
lang/pfe/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: pfe-devel
|
||||
# Date created: 29 October 2000
|
||||
# Whom: patrick
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pfe
|
||||
PORTVERSION= 0.30.16
|
||||
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>
|
1
lang/pfe/distinfo
Normal file
1
lang/pfe/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pfe-0.30.16.tar.bz2) = 6bfc38c2969f91a7547fa40f2ae5239a
|
1
lang/pfe/pkg-comment
Normal file
1
lang/pfe/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Implementation of ANSI Forth
|
14
lang/pfe/pkg-descr
Normal file
14
lang/pfe/pkg-descr
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
55
lang/pfe/pkg-plist
Normal file
55
lang/pfe/pkg-plist
Normal file
|
@ -0,0 +1,55 @@
|
|||
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
|
||||
|
Loading…
Reference in a new issue