Page MenuHomeFreeBSD

D13887.id37895.diff
No OneTemporary

D13887.id37895.diff

Index: lang/Makefile
===================================================================
--- lang/Makefile
+++ lang/Makefile
@@ -88,6 +88,7 @@
SUBDIR += fpc-units
SUBDIR += fpc-utils
SUBDIR += fsharp
+ SUBDIR += fth
SUBDIR += gambit-c
SUBDIR += gauche
SUBDIR += gawk
Index: lang/fth/Makefile
===================================================================
--- /dev/null
+++ lang/fth/Makefile
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME= fth
+DISTVERSION= 1.3.7
+CATEGORIES= lang
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Forth interpreter and extension library
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gmake ssl # ssl is used only for the bignum interface BN_*
+USE_GITHUB= yes
+GH_ACCOUNT= yurivict # using the mirror because upstream is on SF in the subversion repository, without releases
+GH_TAGNAME= e089fb1
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+TEST_TARGET= test
+
+OPTIONS_DEFINE= TECLA
+OPTIONS_DEFAULT= TECLA
+TECLA_DESC= Use tecla command-line editing
+
+TECLA_CONFIGURE_WITH= tecla
+TECLA_USES= localbase:ldflags
+TECLA_LIB_DEPENDS= libtecla.so:devel/libtecla
+
+.include <bsd.port.mk>
Index: lang/fth/distinfo
===================================================================
--- /dev/null
+++ lang/fth/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515778469
+SHA256 (yurivict-fth-1.3.7-e089fb1_GH0.tar.gz) = b0294900eaa1bb018c17fffe4a3434a8458de56a22045a5f5b96aef92d80b718
+SIZE (yurivict-fth-1.3.7-e089fb1_GH0.tar.gz) = 887712
Index: lang/fth/pkg-descr
===================================================================
--- /dev/null
+++ lang/fth/pkg-descr
@@ -0,0 +1,6 @@
+Fth is a Forth language interpreter. It includes the interpreter itself, fth,
+and the extension library libfth. You can write Forth scripts and interpret them
+with the interpreter fth, or you can link libfth into an application to use it
+as extension language.
+
+WWW: https://sourceforge.net/projects/fth/
Index: lang/fth/pkg-plist
===================================================================
--- /dev/null
+++ lang/fth/pkg-plist
@@ -0,0 +1,43 @@
+bin/fth
+include/fth/ficl.h
+include/fth/ficllocal.h
+include/fth/ficltokens.h
+include/fth/fth-config.h
+include/fth/fth-lib.h
+include/fth/fth.h
+lib/fth/dbm.so
+lib/libfth.so
+man/man1/fth.1.gz
+man/man3/libfth.3.gz
+share/aclocal/fth.m4
+%%DATADIR%%/fth-lib/assert.fs
+%%DATADIR%%/fth-lib/compat.fs
+%%DATADIR%%/fth-lib/ficl.fr
+%%DATADIR%%/fth-lib/ficllocal.fr
+%%DATADIR%%/fth-lib/fileaccess.fr
+%%DATADIR%%/fth-lib/fth.fs
+%%DATADIR%%/fth-lib/ifbrack.fr
+%%DATADIR%%/fth-lib/jhlocal.fr
+%%DATADIR%%/fth-lib/marker.fr
+%%DATADIR%%/fth-lib/prefix.fr
+%%DATADIR%%/fth-lib/softcore.fr
+%%DATADIR%%/site-fth/bird.fsm
+%%DATADIR%%/site-fth/clm-ins.fs
+%%DATADIR%%/site-fth/clm.fs
+%%DATADIR%%/site-fth/draw.fs
+%%DATADIR%%/site-fth/dsp.fs
+%%DATADIR%%/site-fth/effects.fs
+%%DATADIR%%/site-fth/env.fs
+%%DATADIR%%/site-fth/enved.fs
+%%DATADIR%%/site-fth/examp.fs
+%%DATADIR%%/site-fth/extensions.fs
+%%DATADIR%%/site-fth/hooks.fs
+%%DATADIR%%/site-fth/marks.fs
+%%DATADIR%%/site-fth/mix.fs
+%%DATADIR%%/site-fth/popup.fs
+%%DATADIR%%/site-fth/rgb.fs
+%%DATADIR%%/site-fth/rubber.fs
+%%DATADIR%%/site-fth/snd-forth-init.fs
+%%DATADIR%%/site-fth/snd-xm.fs
+%%DATADIR%%/site-fth/spectr.fs
+%%DATADIR%%/site-fth/xm-enved.fs

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 17, 9:49 PM (1 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36876338
Default Alt Text
D13887.id37895.diff (3 KB)

Event Timeline