pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/zenlisp lang/zenlisp: import zenlisp-0.0.20131122



details:   https://anonhg.NetBSD.org/pkgsrc/rev/413a55059969
branches:  trunk
changeset: 375125:413a55059969
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat Feb 03 17:28:53 2018 +0000

description:
lang/zenlisp: import zenlisp-0.0.20131122

Interpreter for purely symbolic, pure, lexically scoped dialect of LISP

Zenlisp is an interpreter for a purely symbolic, side effect-free,
lexically scoped dialect of LISP.  It may be considered an
implementation of pure LISP plus global definitions.

Zenlisp is derived from ArrowLISP.

diffstat:

 lang/zenlisp/DESCR    |   7 ++++
 lang/zenlisp/Makefile |  27 ++++++++++++++++++
 lang/zenlisp/PLIST    |  74 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lang/zenlisp/distinfo |   6 ++++
 4 files changed, 114 insertions(+), 0 deletions(-)

diffs (130 lines):

diff -r 746e02b41c63 -r 413a55059969 lang/zenlisp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/zenlisp/DESCR        Sat Feb 03 17:28:53 2018 +0000
@@ -0,0 +1,7 @@
+Interpreter for purely symbolic, pure, lexically scoped dialect of LISP
+
+Zenlisp is an interpreter for a purely symbolic, side effect-free,
+lexically scoped dialect of LISP.  It may be considered an
+implementation of pure LISP plus global definitions.
+
+Zenlisp is derived from ArrowLISP.
diff -r 746e02b41c63 -r 413a55059969 lang/zenlisp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/zenlisp/Makefile     Sat Feb 03 17:28:53 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/02/03 17:28:53 kamil Exp $
+
+DISTNAME=      zenlisp
+PKGNAME=       ${DISTNAME}-0.0.${ZENLISP_SNAPSHOT}
+CATEGORIES=    lang
+MASTER_SITES=  http://www.t3x.org/files/
+DIST_SUBDIR=   ${PKGNAME_NOREV}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.t3x.org/files/
+COMMENT=       Interpreter for symbolic LISP
+LICENSE=       happy AND 2-clause-bsd # BSD for src/mexprc/mexprc.l
+
+# zl.c notes VERSION=2, ignore it
+ZENLISP_SNAPSHOT=      20131122
+
+WRKSRC=        ${WRKDIR}/zenlisp-${ZENLISP_SNAPSHOT}
+
+INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
+
+INSTALL_MAKE_FLAGS+=   PREFIX=${DESTDIR}${PREFIX}
+INSTALL_MAKE_FLAGS+=   MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+INSTALL_MAKE_FLAGS+=   BINOWN=${BINOWN}
+INSTALL_MAKE_FLAGS+=   BINGRP=${BINGRP}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 746e02b41c63 -r 413a55059969 lang/zenlisp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/zenlisp/PLIST        Sat Feb 03 17:28:53 2018 +0000
@@ -0,0 +1,74 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/03 17:28:53 kamil Exp $
+bin/zl
+man/man1/zl.1
+share/doc/zenlisp/zenlisp.txt
+share/zenlisp/LICENSE
+share/zenlisp/amk.l
+share/zenlisp/any.l
+share/zenlisp/base.l
+share/zenlisp/bottles.l
+share/zenlisp/bubblesort.l
+share/zenlisp/combine.l
+share/zenlisp/count.l
+share/zenlisp/depth.l
+share/zenlisp/every.l
+share/zenlisp/exists.l
+share/zenlisp/factorial.l
+share/zenlisp/factors.l
+share/zenlisp/filter.l
+share/zenlisp/flatten.l
+share/zenlisp/fold-left.l
+share/zenlisp/fold-right.l
+share/zenlisp/for-all.l
+share/zenlisp/gener.l
+share/zenlisp/hanoi.l
+share/zenlisp/headp.l
+share/zenlisp/hyper.l
+share/zenlisp/imath.l
+share/zenlisp/infix.l
+share/zenlisp/insert.l
+share/zenlisp/intersection.l
+share/zenlisp/iota.l
+share/zenlisp/isort.l
+share/zenlisp/iter.l
+share/zenlisp/last.l
+share/zenlisp/listtoset.l
+share/zenlisp/lv-rename.l
+share/zenlisp/m_append.l
+share/zenlisp/m_fac.l
+share/zenlisp/m_hanoi.l
+share/zenlisp/m_queens.l
+share/zenlisp/make-partitions.l
+share/zenlisp/mergesort.l
+share/zenlisp/mexprc.l
+share/zenlisp/nmath.l
+share/zenlisp/nth.l
+share/zenlisp/o.l
+share/zenlisp/orderedp.l
+share/zenlisp/pair.l
+share/zenlisp/partition.l
+share/zenlisp/permute.l
+share/zenlisp/prefix.l
+share/zenlisp/product.l
+share/zenlisp/prolog-db.l
+share/zenlisp/prolog.l
+share/zenlisp/queens.l
+share/zenlisp/quicksort.l
+share/zenlisp/quine.l
+share/zenlisp/records.l
+share/zenlisp/regex.l
+share/zenlisp/remove.l
+share/zenlisp/replace.l
+share/zenlisp/rmath.l
+share/zenlisp/some.l
+share/zenlisp/streams.l
+share/zenlisp/substitute.l
+share/zenlisp/sum.l
+share/zenlisp/tailp.l
+share/zenlisp/transpose.l
+share/zenlisp/union.l
+share/zenlisp/unlet.l
+share/zenlisp/unsort.l
+share/zenlisp/zebra.l
+share/zenlisp/zenlisp
+share/zenlisp/zeval.l
diff -r 746e02b41c63 -r 413a55059969 lang/zenlisp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/zenlisp/distinfo     Sat Feb 03 17:28:53 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/03 17:28:53 kamil Exp $
+
+SHA1 (zenlisp-0.0.20131122/zenlisp.zip) = de74643b59b9838abb16b915c56d551108b53672
+RMD160 (zenlisp-0.0.20131122/zenlisp.zip) = 61aa6c1487cf6032454631c35df8b22f3f3b2e5f
+SHA512 (zenlisp-0.0.20131122/zenlisp.zip) = c108d503ad4df24e0e266e945afec0922a0f57e48ef8ece830fe0d2af560d343fb4226fbde7aa1f9584ad38cfd68ba1b511dfdd947325b7d06fae222502b022d
+Size (zenlisp-0.0.20131122/zenlisp.zip) = 96751 bytes



Home | Main Index | Thread Index | Old Index