pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/focal import a portable FOCAL clone -- FOCAL is a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23ea71f18231
branches:  trunk
changeset: 461153:23ea71f18231
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Sep 11 17:15:02 2003 +0000

description:
import a portable FOCAL clone -- FOCAL is an interpreted programming
language (not unlike BASIC) which was developped by DEC for the PDP-8,
and later popular also on PDP-11 under RT-11

diffstat:

 lang/focal/DESCR            |   2 ++
 lang/focal/Makefile         |  24 ++++++++++++++++++++++++
 lang/focal/PLIST            |   6 ++++++
 lang/focal/distinfo         |   5 +++++
 lang/focal/patches/patch-aa |  20 ++++++++++++++++++++
 5 files changed, 57 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 32255524952e -r 23ea71f18231 lang/focal/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/focal/DESCR  Thu Sep 11 17:15:02 2003 +0000
@@ -0,0 +1,2 @@
+FOCAL (FOrmula CALculator) is an interpreted programming language developped
+by DEC (Rick Merrill) for the PDP-8 in 1969.
diff -r 32255524952e -r 23ea71f18231 lang/focal/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/focal/Makefile       Thu Sep 11 17:15:02 2003 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 17:15:02 drochner Exp $
+#
+
+DISTNAME=              focal
+PKGNAME=               focal81-0
+CATEGORIES=            lang
+MASTER_SITES=          http://home.tiscali.be/be042720/44/
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://home.tiscali.be/be042720/44/focal.htm
+COMMENT=               Interpreted programming language
+
+USE_BUILDLINK2=                yes
+
+FOCALDOCDIR=   ${PREFIX}/share/doc/focal
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/focal ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${FOCALDOCDIR}
+       for i in focal.doc queens.foc sieve.foc; do \
+               ${INSTALL_DATA} ${WRKSRC}/$$i ${FOCALDOCDIR}; \
+       done
+
+.include "../../mk/bsd.pkg.mk"
diff -r 32255524952e -r 23ea71f18231 lang/focal/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/focal/PLIST  Thu Sep 11 17:15:02 2003 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/11 17:15:02 drochner Exp $
+bin/focal
+share/doc/focal/focal.doc
+share/doc/focal/queens.foc
+share/doc/focal/sieve.foc
+@dirrm share/doc/focal
diff -r 32255524952e -r 23ea71f18231 lang/focal/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/focal/distinfo       Thu Sep 11 17:15:02 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/11 17:15:02 drochner Exp $
+
+SHA1 (focal.tar.gz) = 704d1411365085fb47ff25c1a77ae1f8e7fa601e
+Size (focal.tar.gz) = 12561 bytes
+SHA1 (patch-aa) = f37f7271b0a7fe508bee1bf1630229096efb21d0
diff -r 32255524952e -r 23ea71f18231 lang/focal/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/focal/patches/patch-aa       Thu Sep 11 17:15:02 2003 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/09/11 17:15:02 drochner Exp $
+
+--- focal0.c.orig      1995-04-17 15:03:43.000000000 +0200
++++ focal0.c
+@@ -13,6 +13,7 @@
+       $(ATOD)         = 1
+       $(DTOA)         = 1
+ */
++/*
+ #ifdef        DOCUMENTATION
+ 
+ title focal           Ancient Interpretive Language
+@@ -35,6 +36,7 @@ author
+       Dave Conroy
+ 
+ #endif
++*/
+ 
+ #include      "focal.h"
+ #ifdef        vms



Home | Main Index | Thread Index | Old Index