pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gforth: Rename to gforth-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 21:38:37 2016 +0200
Changeset:	1ee10bb78c8f75b55a7177e0bbf0da9dfb3b8f4c

Added Files:
	gforth-git/DESCR
	gforth-git/Makefile
	gforth-git/PLIST
	gforth-git/distinfo
Removed Files:
	gforth/DESCR
	gforth/Makefile
	gforth/PLIST
	gforth/distinfo

Log Message:
gforth: Rename to gforth-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1ee10bb78c8f75b55a7177e0bbf0da9dfb3b8f4c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gforth-git/DESCR    |   6 ++
 gforth-git/Makefile |  57 +++++++++++++
 gforth-git/PLIST    | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 gforth-git/distinfo |   1 +
 gforth/DESCR        |   6 --
 gforth/Makefile     |  57 -------------
 gforth/PLIST        | 238 ----------------------------------------------------
 gforth/distinfo     |   1 -
 8 files changed, 302 insertions(+), 302 deletions(-)

diffs:
diff --git a/gforth-git/DESCR b/gforth-git/DESCR
new file mode 100644
index 0000000..9b9de23
--- /dev/null
+++ b/gforth-git/DESCR
@@ -0,0 +1,6 @@
+Gforth is a fast and portable implementation of the ANS Forth
+language. It works nicely with the Emacs editor, offers some nice
+features such as input completion and history and a powerful locals
+facility, and it even has (the beginnings of) a manual. Gforth employs
+traditional implementation techniques: its inner interpreter is
+indirect or direct threaded.
diff --git a/gforth-git/Makefile b/gforth-git/Makefile
new file mode 100644
index 0000000..6c18cb9
--- /dev/null
+++ b/gforth-git/Makefile
@@ -0,0 +1,57 @@
+# $NetBSD: Makefile,v 1.14 2012/09/29 00:50:34 asau Exp $
+
+DISTNAME=	gforth-0.7.99
+PKGNAME=	gforth-0.7.99 # needed because of cvs-package.mk
+CATEGORIES=	lang
+
+MAINTAINER=	asau%inbox.ru@localhost
+HOMEPAGE=	http://www.complang.tuwien.ac.at/forth/gforth/
+COMMENT=	Fast interpreter for the Forth language
+
+GIT_REPOSITORIES=	gforth
+GIT_REPO.gforth=	git://git.savannah.gnu.org/gforth.git
+
+GNU_CONFIGURE=		yes
+INFO_FILES=		yes
+
+WRKSRC=		${WRKDIR}/gforth
+
+# Make sure elisp will be installed even if no emacs installed.
+CONFIGURE_ENV+=		EMACS=${PREFIX}/bin/emacs
+
+USE_LIBTOOL=	yes
+USE_TOOLS+=	autoconf automake aclocal
+USE_TOOLS+=	makeinfo gzip
+USE_TOOLS+=	perl:build
+USE_TOOLS+=	gm4	# m4 regressed in NetBSD 5.99.21-22
+
+MAKE_JOBS_SAFE=	no # fresh Gforth is required to build doc
+BUILD_TARGET=	all info # doc
+TEST_TARGET=	check
+
+INSTALLATION_DIRS=	share/emacs/site-lisp
+
+.include "../../mk/bsd.prefs.mk"
+.if $(MACHINE_ARCH) == "amd64" ||  $(MACHINE_ARCH) == "x86_64"
+PLIST_SUBST+=	BITS=64
+.else
+PLIST_SUBST+=	BITS=32
+.endif
+
+# Change package version to make it consistent with our scheme:
+SUBST_CLASSES+=			fix-version
+SUBST_STAGE.fix-version=	post-patch
+SUBST_MESSAGE.fix-version=	Fixing package version.
+SUBST_FILES.fix-version=	configure.in
+SUBST_SED.fix-version=		-e '/^AC_INIT(/s/\[[-.0-9]*\]/[${PKGVERSION_NOREV}]/'
+# AC_INIT([gforth],[0.7.0-20081226],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])
+
+pre-configure:
+	${RUN} cd ${WRKSRC} && ${CONFIG_SHELL} autogen.sh
+
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../devel/libffi/buildlink3.mk"
+.include "../../devel/ffcall/buildlink3.mk"
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gforth-git/PLIST b/gforth-git/PLIST
new file mode 100644
index 0000000..8bf8f07
--- /dev/null
+++ b/gforth-git/PLIST
@@ -0,0 +1,238 @@
+@comment $NetBSD: PLIST,v 1.15 2010/07/14 09:03:39 asau Exp $
+bin/gforth
+bin/${PKGNAME}
+bin/gforth-fast
+bin/gforth-fast-${PKGVERSION}
+bin/gforth-itc
+bin/gforth-itc-${PKGVERSION}
+bin/gforthmi
+bin/gforthmi-${PKGVERSION}
+bin/vmgen
+bin/vmgen-${PKGVERSION}
+include/gforth/${PKGVERSION}/config.h
+include/gforth/${PKGVERSION}/libcc.h
+info/gforth.info
+info/vmgen.info
+lib/gforth/${PKGVERSION}/gforth-ditc
+lib/gforth/${PKGVERSION}/gforth.fi
+lib/gforth/${PKGVERSION}/libcc-named/cstr.la
+lib/gforth/${PKGVERSION}/libcc-named/fflib.la
+lib/gforth/${PKGVERSION}/libcc-named/libffi.la
+lib/gforth/${PKGVERSION}/libcc-named/socket.la
+man/man1/gforth.1
+share/emacs/site-lisp/gforth.el
+share/emacs/site-lisp/gforth.elc
+share/gforth/${PKGVERSION}/TAGS
+share/gforth/${PKGVERSION}/add.fs
+share/gforth/${PKGVERSION}/ans-report.fs
+share/gforth/${PKGVERSION}/ansi.fs
+share/gforth/${PKGVERSION}/answords.fs
+share/gforth/${PKGVERSION}/arch/386/asm.fs
+share/gforth/${PKGVERSION}/arch/386/disasm.fs
+share/gforth/${PKGVERSION}/arch/alpha/asm.fs
+share/gforth/${PKGVERSION}/arch/alpha/disasm.fs
+share/gforth/${PKGVERSION}/arch/alpha/testasm.fs
+share/gforth/${PKGVERSION}/arch/amd64/asm.fs
+share/gforth/${PKGVERSION}/arch/amd64/disasm.fs
+share/gforth/${PKGVERSION}/arch/arm/Makefile
+share/gforth/${PKGVERSION}/arch/arm/asm.fs
+share/gforth/${PKGVERSION}/arch/arm/disasm.fs
+share/gforth/${PKGVERSION}/arch/arm/testdisasm.fs
+share/gforth/${PKGVERSION}/arch/arm/testdisasm.out
+share/gforth/${PKGVERSION}/arch/mips/asm.fs
+share/gforth/${PKGVERSION}/arch/mips/disasm.fs
+share/gforth/${PKGVERSION}/arch/mips/insts.fs
+share/gforth/${PKGVERSION}/arch/mips/testasm.fs
+share/gforth/${PKGVERSION}/arch/mips/testdisasm.fs
+share/gforth/${PKGVERSION}/arch/power/asm.fs
+share/gforth/${PKGVERSION}/arch/power/disasm.fs
+share/gforth/${PKGVERSION}/arch/power/inst.fs
+share/gforth/${PKGVERSION}/asm/README
+share/gforth/${PKGVERSION}/asm/basic.fs
+share/gforth/${PKGVERSION}/asm/bitmask.fs
+share/gforth/${PKGVERSION}/asm/generic.fs
+share/gforth/${PKGVERSION}/asm/numref.fs
+share/gforth/${PKGVERSION}/asm/target.fs
+share/gforth/${PKGVERSION}/assert.fs
+share/gforth/${PKGVERSION}/backtrac.fs
+share/gforth/${PKGVERSION}/blocked.fb
+share/gforth/${PKGVERSION}/blocks.fs
+share/gforth/${PKGVERSION}/bubble.fs
+share/gforth/${PKGVERSION}/bufio.fs
+share/gforth/${PKGVERSION}/build-ec.in
+share/gforth/${PKGVERSION}/chains.fs
+share/gforth/${PKGVERSION}/code.fs
+share/gforth/${PKGVERSION}/colorize.fs
+share/gforth/${PKGVERSION}/comp-i.fs
+share/gforth/${PKGVERSION}/compat/README
+share/gforth/${PKGVERSION}/compat/anslocal.fs
+share/gforth/${PKGVERSION}/compat/assert.fs
+share/gforth/${PKGVERSION}/compat/control.fs
+share/gforth/${PKGVERSION}/compat/defer.fs
+share/gforth/${PKGVERSION}/compat/exception.fs
+share/gforth/${PKGVERSION}/compat/execute-parsing.fs
+share/gforth/${PKGVERSION}/compat/loops.fs
+share/gforth/${PKGVERSION}/compat/macros.fs
+share/gforth/${PKGVERSION}/compat/required.fs
+share/gforth/${PKGVERSION}/compat/strcomp.fs
+share/gforth/${PKGVERSION}/compat/struct.fs
+share/gforth/${PKGVERSION}/compat/vocabulary.fs
+share/gforth/${PKGVERSION}/complex.fs
+share/gforth/${PKGVERSION}/cross.fs
+share/gforth/${PKGVERSION}/cstr.fs
+share/gforth/${PKGVERSION}/debug.fs
+share/gforth/${PKGVERSION}/debugs.fs
+share/gforth/${PKGVERSION}/depth-changes.fs
+share/gforth/${PKGVERSION}/dis-gdb.fs
+share/gforth/${PKGVERSION}/doc/makedoc.fs
+share/gforth/${PKGVERSION}/dosekey.fs
+share/gforth/${PKGVERSION}/doskey.fs
+share/gforth/${PKGVERSION}/ds2texi.fs
+share/gforth/${PKGVERSION}/ec/README
+share/gforth/${PKGVERSION}/ec/builttag.fs
+share/gforth/${PKGVERSION}/ec/dotx.fs
+share/gforth/${PKGVERSION}/ec/mirror.fs
+share/gforth/${PKGVERSION}/ec/nesting.fs
+share/gforth/${PKGVERSION}/ec/shex.fs
+share/gforth/${PKGVERSION}/ekey.fs
+share/gforth/${PKGVERSION}/endtry-iferror.fs
+share/gforth/${PKGVERSION}/environ.fs
+share/gforth/${PKGVERSION}/envos.dos
+share/gforth/${PKGVERSION}/envos.fs
+share/gforth/${PKGVERSION}/envos.os2
+share/gforth/${PKGVERSION}/errors.fs
+share/gforth/${PKGVERSION}/etags.fs
+share/gforth/${PKGVERSION}/exboot.fs
+share/gforth/${PKGVERSION}/except.fs
+share/gforth/${PKGVERSION}/extend.fs
+share/gforth/${PKGVERSION}/fflib.fs
+share/gforth/${PKGVERSION}/fft.fs
+share/gforth/${PKGVERSION}/fi2c.fs
+share/gforth/${PKGVERSION}/fib.fs
+share/gforth/${PKGVERSION}/filedump.fs
+share/gforth/${PKGVERSION}/fixpath.fs
+share/gforth/${PKGVERSION}/float.fs
+share/gforth/${PKGVERSION}/fsl-util.4th
+share/gforth/${PKGVERSION}/glocals.fs
+share/gforth/${PKGVERSION}/glosgen.fs
+share/gforth/${PKGVERSION}/gray.fs
+share/gforth/${PKGVERSION}/hash.fs
+share/gforth/${PKGVERSION}/history.fs
+share/gforth/${PKGVERSION}/httpd.fs
+share/gforth/${PKGVERSION}/install-tags.fs
+share/gforth/${PKGVERSION}/intcomp.fs
+share/gforth/${PKGVERSION}/kernel/accept.fs
+share/gforth/${PKGVERSION}/kernel/aliases.fs
+share/gforth/${PKGVERSION}/kernel/aliases0.fs
+share/gforth/${PKGVERSION}/kernel/args.fs
+share/gforth/${PKGVERSION}/kernel/basics.fs
+share/gforth/${PKGVERSION}/kernel/cbr.fs
+share/gforth/${PKGVERSION}/kernel/cloop.fs
+share/gforth/${PKGVERSION}/kernel/comp.fs
+share/gforth/${PKGVERSION}/kernel/cond-old.fs
+share/gforth/${PKGVERSION}/kernel/cond.fs
+share/gforth/${PKGVERSION}/kernel/doers.fs
+share/gforth/${PKGVERSION}/kernel/errore.fs
+share/gforth/${PKGVERSION}/kernel/files.fs
+share/gforth/${PKGVERSION}/kernel/getdoers.fs
+share/gforth/${PKGVERSION}/kernel/input.fs
+share/gforth/${PKGVERSION}/kernel/int.fs
+share/gforth/${PKGVERSION}/kernel/io.fs
+share/gforth/${PKGVERSION}/kernel/kernel.fs
+share/gforth/${PKGVERSION}/kernel/license.fs
+share/gforth/${PKGVERSION}/kernel/main.fs
+share/gforth/${PKGVERSION}/kernel/nio.fs
+share/gforth/${PKGVERSION}/kernel/pass.fs
+share/gforth/${PKGVERSION}/kernel/paths.fs
+share/gforth/${PKGVERSION}/kernel/prim0.fs
+share/gforth/${PKGVERSION}/kernel/quotes.fs
+share/gforth/${PKGVERSION}/kernel/require.fs
+share/gforth/${PKGVERSION}/kernel/saccept.fs
+share/gforth/${PKGVERSION}/kernel/tools.fs
+share/gforth/${PKGVERSION}/kernel/toolsext.fs
+share/gforth/${PKGVERSION}/kernel/vars.fs
+share/gforth/${PKGVERSION}/kernel/xchars.fs
+share/gforth/${PKGVERSION}/kernl${BITS}l.fi
+share/gforth/${PKGVERSION}/lib.fs
+share/gforth/${PKGVERSION}/libcc.fs
+share/gforth/${PKGVERSION}/libffi.fs
+share/gforth/${PKGVERSION}/locals.fs
+share/gforth/${PKGVERSION}/locate.fs
+share/gforth/${PKGVERSION}/look.fs
+share/gforth/${PKGVERSION}/mach16b.fs
+share/gforth/${PKGVERSION}/mach16l.fs
+share/gforth/${PKGVERSION}/mach32b.fs
+share/gforth/${PKGVERSION}/mach32l.fs
+share/gforth/${PKGVERSION}/mach64b.fs
+share/gforth/${PKGVERSION}/mach64l.fs
+share/gforth/${PKGVERSION}/machpc.fs.in
+share/gforth/${PKGVERSION}/make-app.fs
+share/gforth/${PKGVERSION}/matrix.fs
+share/gforth/${PKGVERSION}/mini-oof.fs
+share/gforth/${PKGVERSION}/mkdir.fs
+share/gforth/${PKGVERSION}/moof-exm.fs
+share/gforth/${PKGVERSION}/moofglos.fs
+share/gforth/${PKGVERSION}/more.fs
+share/gforth/${PKGVERSION}/objects.fs
+share/gforth/${PKGVERSION}/objexamp.fs
+share/gforth/${PKGVERSION}/oldlib.fs
+share/gforth/${PKGVERSION}/onebench.fs
+share/gforth/${PKGVERSION}/oof.fs
+share/gforth/${PKGVERSION}/oofsampl.fs
+share/gforth/${PKGVERSION}/other.fs
+share/gforth/${PKGVERSION}/prelude.fs
+share/gforth/${PKGVERSION}/prim
+share/gforth/${PKGVERSION}/prims2x.fs
+share/gforth/${PKGVERSION}/prims2x0.6.2.fs
+share/gforth/${PKGVERSION}/proxy.fs
+share/gforth/${PKGVERSION}/quotes.fs
+share/gforth/${PKGVERSION}/random.fs
+share/gforth/${PKGVERSION}/recover-endtry.fs
+share/gforth/${PKGVERSION}/regexp.fs
+share/gforth/${PKGVERSION}/savesys.fs
+share/gforth/${PKGVERSION}/search.fs
+share/gforth/${PKGVERSION}/see-ext.fs
+share/gforth/${PKGVERSION}/see.fs
+share/gforth/${PKGVERSION}/siev.fs
+share/gforth/${PKGVERSION}/sieve.fs
+share/gforth/${PKGVERSION}/simp-see.fs
+share/gforth/${PKGVERSION}/sokoban.fs
+share/gforth/${PKGVERSION}/source.fs
+share/gforth/${PKGVERSION}/startup.fs
+share/gforth/${PKGVERSION}/string.fs
+share/gforth/${PKGVERSION}/struct.fs
+share/gforth/${PKGVERSION}/struct0x.fs
+share/gforth/${PKGVERSION}/stuff.fs
+share/gforth/${PKGVERSION}/table.fs
+share/gforth/${PKGVERSION}/tags.fs
+share/gforth/${PKGVERSION}/tasker.fs
+share/gforth/${PKGVERSION}/termsize.fs
+share/gforth/${PKGVERSION}/test/checkans.fs
+share/gforth/${PKGVERSION}/test/coreext.fs
+share/gforth/${PKGVERSION}/test/coremore.fs
+share/gforth/${PKGVERSION}/test/coretest.fs
+share/gforth/${PKGVERSION}/test/dbltest.fs
+share/gforth/${PKGVERSION}/test/deferred.fs
+share/gforth/${PKGVERSION}/test/float.fs
+share/gforth/${PKGVERSION}/test/gforth-nofast.fs
+share/gforth/${PKGVERSION}/test/gforth.fs
+share/gforth/${PKGVERSION}/test/libcc.fs
+share/gforth/${PKGVERSION}/test/macros.fs
+share/gforth/${PKGVERSION}/test/other.fs
+share/gforth/${PKGVERSION}/test/postpone.fs
+share/gforth/${PKGVERSION}/test/primtest.fs
+share/gforth/${PKGVERSION}/test/search.fs
+share/gforth/${PKGVERSION}/test/signals.fs
+share/gforth/${PKGVERSION}/test/string.fs
+share/gforth/${PKGVERSION}/test/tester.fs
+share/gforth/${PKGVERSION}/test/ttester.fs
+share/gforth/${PKGVERSION}/tt.fs
+share/gforth/${PKGVERSION}/unbuffer.fs
+share/gforth/${PKGVERSION}/unix/socket.fs
+share/gforth/${PKGVERSION}/utf-8.fs
+share/gforth/${PKGVERSION}/vt100.fs
+share/gforth/${PKGVERSION}/vt100key.fs
+share/gforth/${PKGVERSION}/wordinfo.fs
+share/gforth/${PKGVERSION}/wordsets.fs
+share/gforth/${PKGVERSION}/xwords.fs
+share/gforth/site-forth/siteinit.fs
diff --git a/gforth-git/distinfo b/gforth-git/distinfo
new file mode 100644
index 0000000..a3acd58
--- /dev/null
+++ b/gforth-git/distinfo
@@ -0,0 +1 @@
+$NetBSD: distinfo,v 1.9 2008/12/29 22:22:55 asau Exp $
diff --git a/gforth/DESCR b/gforth/DESCR
deleted file mode 100644
index 9b9de23..0000000
--- a/gforth/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Gforth is a fast and portable implementation of the ANS Forth
-language. It works nicely with the Emacs editor, offers some nice
-features such as input completion and history and a powerful locals
-facility, and it even has (the beginnings of) a manual. Gforth employs
-traditional implementation techniques: its inner interpreter is
-indirect or direct threaded.
diff --git a/gforth/Makefile b/gforth/Makefile
deleted file mode 100644
index 6c18cb9..0000000
--- a/gforth/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2012/09/29 00:50:34 asau Exp $
-
-DISTNAME=	gforth-0.7.99
-PKGNAME=	gforth-0.7.99 # needed because of cvs-package.mk
-CATEGORIES=	lang
-
-MAINTAINER=	asau%inbox.ru@localhost
-HOMEPAGE=	http://www.complang.tuwien.ac.at/forth/gforth/
-COMMENT=	Fast interpreter for the Forth language
-
-GIT_REPOSITORIES=	gforth
-GIT_REPO.gforth=	git://git.savannah.gnu.org/gforth.git
-
-GNU_CONFIGURE=		yes
-INFO_FILES=		yes
-
-WRKSRC=		${WRKDIR}/gforth
-
-# Make sure elisp will be installed even if no emacs installed.
-CONFIGURE_ENV+=		EMACS=${PREFIX}/bin/emacs
-
-USE_LIBTOOL=	yes
-USE_TOOLS+=	autoconf automake aclocal
-USE_TOOLS+=	makeinfo gzip
-USE_TOOLS+=	perl:build
-USE_TOOLS+=	gm4	# m4 regressed in NetBSD 5.99.21-22
-
-MAKE_JOBS_SAFE=	no # fresh Gforth is required to build doc
-BUILD_TARGET=	all info # doc
-TEST_TARGET=	check
-
-INSTALLATION_DIRS=	share/emacs/site-lisp
-
-.include "../../mk/bsd.prefs.mk"
-.if $(MACHINE_ARCH) == "amd64" ||  $(MACHINE_ARCH) == "x86_64"
-PLIST_SUBST+=	BITS=64
-.else
-PLIST_SUBST+=	BITS=32
-.endif
-
-# Change package version to make it consistent with our scheme:
-SUBST_CLASSES+=			fix-version
-SUBST_STAGE.fix-version=	post-patch
-SUBST_MESSAGE.fix-version=	Fixing package version.
-SUBST_FILES.fix-version=	configure.in
-SUBST_SED.fix-version=		-e '/^AC_INIT(/s/\[[-.0-9]*\]/[${PKGVERSION_NOREV}]/'
-# AC_INIT([gforth],[0.7.0-20081226],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth])
-
-pre-configure:
-	${RUN} cd ${WRKSRC} && ${CONFIG_SHELL} autogen.sh
-
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../devel/libffi/buildlink3.mk"
-.include "../../devel/ffcall/buildlink3.mk"
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gforth/PLIST b/gforth/PLIST
deleted file mode 100644
index 8bf8f07..0000000
--- a/gforth/PLIST
+++ /dev/null
@@ -1,238 +0,0 @@
-@comment $NetBSD: PLIST,v 1.15 2010/07/14 09:03:39 asau Exp $
-bin/gforth
-bin/${PKGNAME}
-bin/gforth-fast
-bin/gforth-fast-${PKGVERSION}
-bin/gforth-itc
-bin/gforth-itc-${PKGVERSION}
-bin/gforthmi
-bin/gforthmi-${PKGVERSION}
-bin/vmgen
-bin/vmgen-${PKGVERSION}
-include/gforth/${PKGVERSION}/config.h
-include/gforth/${PKGVERSION}/libcc.h
-info/gforth.info
-info/vmgen.info
-lib/gforth/${PKGVERSION}/gforth-ditc
-lib/gforth/${PKGVERSION}/gforth.fi
-lib/gforth/${PKGVERSION}/libcc-named/cstr.la
-lib/gforth/${PKGVERSION}/libcc-named/fflib.la
-lib/gforth/${PKGVERSION}/libcc-named/libffi.la
-lib/gforth/${PKGVERSION}/libcc-named/socket.la
-man/man1/gforth.1
-share/emacs/site-lisp/gforth.el
-share/emacs/site-lisp/gforth.elc
-share/gforth/${PKGVERSION}/TAGS
-share/gforth/${PKGVERSION}/add.fs
-share/gforth/${PKGVERSION}/ans-report.fs
-share/gforth/${PKGVERSION}/ansi.fs
-share/gforth/${PKGVERSION}/answords.fs
-share/gforth/${PKGVERSION}/arch/386/asm.fs
-share/gforth/${PKGVERSION}/arch/386/disasm.fs
-share/gforth/${PKGVERSION}/arch/alpha/asm.fs
-share/gforth/${PKGVERSION}/arch/alpha/disasm.fs
-share/gforth/${PKGVERSION}/arch/alpha/testasm.fs
-share/gforth/${PKGVERSION}/arch/amd64/asm.fs
-share/gforth/${PKGVERSION}/arch/amd64/disasm.fs
-share/gforth/${PKGVERSION}/arch/arm/Makefile
-share/gforth/${PKGVERSION}/arch/arm/asm.fs
-share/gforth/${PKGVERSION}/arch/arm/disasm.fs
-share/gforth/${PKGVERSION}/arch/arm/testdisasm.fs
-share/gforth/${PKGVERSION}/arch/arm/testdisasm.out
-share/gforth/${PKGVERSION}/arch/mips/asm.fs
-share/gforth/${PKGVERSION}/arch/mips/disasm.fs
-share/gforth/${PKGVERSION}/arch/mips/insts.fs
-share/gforth/${PKGVERSION}/arch/mips/testasm.fs
-share/gforth/${PKGVERSION}/arch/mips/testdisasm.fs
-share/gforth/${PKGVERSION}/arch/power/asm.fs
-share/gforth/${PKGVERSION}/arch/power/disasm.fs
-share/gforth/${PKGVERSION}/arch/power/inst.fs
-share/gforth/${PKGVERSION}/asm/README
-share/gforth/${PKGVERSION}/asm/basic.fs
-share/gforth/${PKGVERSION}/asm/bitmask.fs
-share/gforth/${PKGVERSION}/asm/generic.fs
-share/gforth/${PKGVERSION}/asm/numref.fs
-share/gforth/${PKGVERSION}/asm/target.fs
-share/gforth/${PKGVERSION}/assert.fs
-share/gforth/${PKGVERSION}/backtrac.fs
-share/gforth/${PKGVERSION}/blocked.fb
-share/gforth/${PKGVERSION}/blocks.fs
-share/gforth/${PKGVERSION}/bubble.fs
-share/gforth/${PKGVERSION}/bufio.fs
-share/gforth/${PKGVERSION}/build-ec.in
-share/gforth/${PKGVERSION}/chains.fs
-share/gforth/${PKGVERSION}/code.fs
-share/gforth/${PKGVERSION}/colorize.fs
-share/gforth/${PKGVERSION}/comp-i.fs
-share/gforth/${PKGVERSION}/compat/README
-share/gforth/${PKGVERSION}/compat/anslocal.fs
-share/gforth/${PKGVERSION}/compat/assert.fs
-share/gforth/${PKGVERSION}/compat/control.fs
-share/gforth/${PKGVERSION}/compat/defer.fs
-share/gforth/${PKGVERSION}/compat/exception.fs
-share/gforth/${PKGVERSION}/compat/execute-parsing.fs
-share/gforth/${PKGVERSION}/compat/loops.fs
-share/gforth/${PKGVERSION}/compat/macros.fs
-share/gforth/${PKGVERSION}/compat/required.fs
-share/gforth/${PKGVERSION}/compat/strcomp.fs
-share/gforth/${PKGVERSION}/compat/struct.fs
-share/gforth/${PKGVERSION}/compat/vocabulary.fs
-share/gforth/${PKGVERSION}/complex.fs
-share/gforth/${PKGVERSION}/cross.fs
-share/gforth/${PKGVERSION}/cstr.fs
-share/gforth/${PKGVERSION}/debug.fs
-share/gforth/${PKGVERSION}/debugs.fs
-share/gforth/${PKGVERSION}/depth-changes.fs
-share/gforth/${PKGVERSION}/dis-gdb.fs
-share/gforth/${PKGVERSION}/doc/makedoc.fs
-share/gforth/${PKGVERSION}/dosekey.fs
-share/gforth/${PKGVERSION}/doskey.fs
-share/gforth/${PKGVERSION}/ds2texi.fs
-share/gforth/${PKGVERSION}/ec/README
-share/gforth/${PKGVERSION}/ec/builttag.fs
-share/gforth/${PKGVERSION}/ec/dotx.fs
-share/gforth/${PKGVERSION}/ec/mirror.fs
-share/gforth/${PKGVERSION}/ec/nesting.fs
-share/gforth/${PKGVERSION}/ec/shex.fs
-share/gforth/${PKGVERSION}/ekey.fs
-share/gforth/${PKGVERSION}/endtry-iferror.fs
-share/gforth/${PKGVERSION}/environ.fs
-share/gforth/${PKGVERSION}/envos.dos
-share/gforth/${PKGVERSION}/envos.fs
-share/gforth/${PKGVERSION}/envos.os2
-share/gforth/${PKGVERSION}/errors.fs
-share/gforth/${PKGVERSION}/etags.fs
-share/gforth/${PKGVERSION}/exboot.fs
-share/gforth/${PKGVERSION}/except.fs
-share/gforth/${PKGVERSION}/extend.fs
-share/gforth/${PKGVERSION}/fflib.fs
-share/gforth/${PKGVERSION}/fft.fs
-share/gforth/${PKGVERSION}/fi2c.fs
-share/gforth/${PKGVERSION}/fib.fs
-share/gforth/${PKGVERSION}/filedump.fs
-share/gforth/${PKGVERSION}/fixpath.fs
-share/gforth/${PKGVERSION}/float.fs
-share/gforth/${PKGVERSION}/fsl-util.4th
-share/gforth/${PKGVERSION}/glocals.fs
-share/gforth/${PKGVERSION}/glosgen.fs
-share/gforth/${PKGVERSION}/gray.fs
-share/gforth/${PKGVERSION}/hash.fs
-share/gforth/${PKGVERSION}/history.fs
-share/gforth/${PKGVERSION}/httpd.fs
-share/gforth/${PKGVERSION}/install-tags.fs
-share/gforth/${PKGVERSION}/intcomp.fs
-share/gforth/${PKGVERSION}/kernel/accept.fs
-share/gforth/${PKGVERSION}/kernel/aliases.fs
-share/gforth/${PKGVERSION}/kernel/aliases0.fs
-share/gforth/${PKGVERSION}/kernel/args.fs
-share/gforth/${PKGVERSION}/kernel/basics.fs
-share/gforth/${PKGVERSION}/kernel/cbr.fs
-share/gforth/${PKGVERSION}/kernel/cloop.fs
-share/gforth/${PKGVERSION}/kernel/comp.fs
-share/gforth/${PKGVERSION}/kernel/cond-old.fs
-share/gforth/${PKGVERSION}/kernel/cond.fs
-share/gforth/${PKGVERSION}/kernel/doers.fs
-share/gforth/${PKGVERSION}/kernel/errore.fs
-share/gforth/${PKGVERSION}/kernel/files.fs
-share/gforth/${PKGVERSION}/kernel/getdoers.fs
-share/gforth/${PKGVERSION}/kernel/input.fs
-share/gforth/${PKGVERSION}/kernel/int.fs
-share/gforth/${PKGVERSION}/kernel/io.fs
-share/gforth/${PKGVERSION}/kernel/kernel.fs
-share/gforth/${PKGVERSION}/kernel/license.fs
-share/gforth/${PKGVERSION}/kernel/main.fs
-share/gforth/${PKGVERSION}/kernel/nio.fs
-share/gforth/${PKGVERSION}/kernel/pass.fs
-share/gforth/${PKGVERSION}/kernel/paths.fs
-share/gforth/${PKGVERSION}/kernel/prim0.fs
-share/gforth/${PKGVERSION}/kernel/quotes.fs
-share/gforth/${PKGVERSION}/kernel/require.fs
-share/gforth/${PKGVERSION}/kernel/saccept.fs
-share/gforth/${PKGVERSION}/kernel/tools.fs
-share/gforth/${PKGVERSION}/kernel/toolsext.fs
-share/gforth/${PKGVERSION}/kernel/vars.fs
-share/gforth/${PKGVERSION}/kernel/xchars.fs
-share/gforth/${PKGVERSION}/kernl${BITS}l.fi
-share/gforth/${PKGVERSION}/lib.fs
-share/gforth/${PKGVERSION}/libcc.fs
-share/gforth/${PKGVERSION}/libffi.fs
-share/gforth/${PKGVERSION}/locals.fs
-share/gforth/${PKGVERSION}/locate.fs
-share/gforth/${PKGVERSION}/look.fs
-share/gforth/${PKGVERSION}/mach16b.fs
-share/gforth/${PKGVERSION}/mach16l.fs
-share/gforth/${PKGVERSION}/mach32b.fs
-share/gforth/${PKGVERSION}/mach32l.fs
-share/gforth/${PKGVERSION}/mach64b.fs
-share/gforth/${PKGVERSION}/mach64l.fs
-share/gforth/${PKGVERSION}/machpc.fs.in
-share/gforth/${PKGVERSION}/make-app.fs
-share/gforth/${PKGVERSION}/matrix.fs
-share/gforth/${PKGVERSION}/mini-oof.fs
-share/gforth/${PKGVERSION}/mkdir.fs
-share/gforth/${PKGVERSION}/moof-exm.fs
-share/gforth/${PKGVERSION}/moofglos.fs
-share/gforth/${PKGVERSION}/more.fs
-share/gforth/${PKGVERSION}/objects.fs
-share/gforth/${PKGVERSION}/objexamp.fs
-share/gforth/${PKGVERSION}/oldlib.fs
-share/gforth/${PKGVERSION}/onebench.fs
-share/gforth/${PKGVERSION}/oof.fs
-share/gforth/${PKGVERSION}/oofsampl.fs
-share/gforth/${PKGVERSION}/other.fs
-share/gforth/${PKGVERSION}/prelude.fs
-share/gforth/${PKGVERSION}/prim
-share/gforth/${PKGVERSION}/prims2x.fs
-share/gforth/${PKGVERSION}/prims2x0.6.2.fs
-share/gforth/${PKGVERSION}/proxy.fs
-share/gforth/${PKGVERSION}/quotes.fs
-share/gforth/${PKGVERSION}/random.fs
-share/gforth/${PKGVERSION}/recover-endtry.fs
-share/gforth/${PKGVERSION}/regexp.fs
-share/gforth/${PKGVERSION}/savesys.fs
-share/gforth/${PKGVERSION}/search.fs
-share/gforth/${PKGVERSION}/see-ext.fs
-share/gforth/${PKGVERSION}/see.fs
-share/gforth/${PKGVERSION}/siev.fs
-share/gforth/${PKGVERSION}/sieve.fs
-share/gforth/${PKGVERSION}/simp-see.fs
-share/gforth/${PKGVERSION}/sokoban.fs
-share/gforth/${PKGVERSION}/source.fs
-share/gforth/${PKGVERSION}/startup.fs
-share/gforth/${PKGVERSION}/string.fs
-share/gforth/${PKGVERSION}/struct.fs
-share/gforth/${PKGVERSION}/struct0x.fs
-share/gforth/${PKGVERSION}/stuff.fs
-share/gforth/${PKGVERSION}/table.fs
-share/gforth/${PKGVERSION}/tags.fs
-share/gforth/${PKGVERSION}/tasker.fs
-share/gforth/${PKGVERSION}/termsize.fs
-share/gforth/${PKGVERSION}/test/checkans.fs
-share/gforth/${PKGVERSION}/test/coreext.fs
-share/gforth/${PKGVERSION}/test/coremore.fs
-share/gforth/${PKGVERSION}/test/coretest.fs
-share/gforth/${PKGVERSION}/test/dbltest.fs
-share/gforth/${PKGVERSION}/test/deferred.fs
-share/gforth/${PKGVERSION}/test/float.fs
-share/gforth/${PKGVERSION}/test/gforth-nofast.fs
-share/gforth/${PKGVERSION}/test/gforth.fs
-share/gforth/${PKGVERSION}/test/libcc.fs
-share/gforth/${PKGVERSION}/test/macros.fs
-share/gforth/${PKGVERSION}/test/other.fs
-share/gforth/${PKGVERSION}/test/postpone.fs
-share/gforth/${PKGVERSION}/test/primtest.fs
-share/gforth/${PKGVERSION}/test/search.fs
-share/gforth/${PKGVERSION}/test/signals.fs
-share/gforth/${PKGVERSION}/test/string.fs
-share/gforth/${PKGVERSION}/test/tester.fs
-share/gforth/${PKGVERSION}/test/ttester.fs
-share/gforth/${PKGVERSION}/tt.fs
-share/gforth/${PKGVERSION}/unbuffer.fs
-share/gforth/${PKGVERSION}/unix/socket.fs
-share/gforth/${PKGVERSION}/utf-8.fs
-share/gforth/${PKGVERSION}/vt100.fs
-share/gforth/${PKGVERSION}/vt100key.fs
-share/gforth/${PKGVERSION}/wordinfo.fs
-share/gforth/${PKGVERSION}/wordsets.fs
-share/gforth/${PKGVERSION}/xwords.fs
-share/gforth/site-forth/siteinit.fs
diff --git a/gforth/distinfo b/gforth/distinfo
deleted file mode 100644
index a3acd58..0000000
--- a/gforth/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-$NetBSD: distinfo,v 1.9 2008/12/29 22:22:55 asau Exp $


Home | Main Index | Thread Index | Old Index