summaryrefslogtreecommitdiff
path: root/lang/onyx
diff options
context:
space:
mode:
authormrg <mrg>2002-04-03 17:54:10 +0000
committermrg <mrg>2002-04-03 17:54:10 +0000
commita2a499eaa0afe6d10f82a550aa8b49dd6f7959c5 (patch)
tree33e08167499832dff3dee258d3e8d2bace5699a3 /lang/onyx
parent428a2bcbb7a6e2197c1f69a5c973dfc75f6af5ac (diff)
downloadpkgsrc-a2a499eaa0afe6d10f82a550aa8b49dd6f7959c5.tar.gz
(oops; do this in the right place.)
initial import of onyx 3.0.2 package. from DESCR: Onyx is an embeddable stack-based threaded interpreted language. This package contains both a stand alone interpreter and a library that can be used to embed Onyx in an application. Extensive documentation is included. WWW: http://www.canonware.com/
Diffstat (limited to 'lang/onyx')
-rw-r--r--lang/onyx/DESCR5
-rw-r--r--lang/onyx/Makefile29
-rw-r--r--lang/onyx/PLIST152
-rw-r--r--lang/onyx/distinfo4
4 files changed, 190 insertions, 0 deletions
diff --git a/lang/onyx/DESCR b/lang/onyx/DESCR
new file mode 100644
index 00000000000..4a79e1e09f9
--- /dev/null
+++ b/lang/onyx/DESCR
@@ -0,0 +1,5 @@
+Onyx is an embeddable stack-based threaded interpreted language. This package
+contains both a stand alone interpreter and a library that can be used to embed
+Onyx in an application. Extensive documentation is included.
+
+WWW: http://www.canonware.com/
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile
new file mode 100644
index 00000000000..893cb79f05a
--- /dev/null
+++ b/lang/onyx/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/03 17:54:10 mrg Exp $
+
+DISTNAME= onyx-${VERS}
+CATEGORIES= lang
+MASTER_SITES= http://www.canonware.com/download/onyx/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.canonware.com/
+COMMENT= Embeddable stack-based threaded interpreted language
+
+BUILD_DEPENDS= cook-*:../../devel/cook
+
+GNU_CONFIGURE= yes
+# XXX
+CONFIGURE_ARGS+= --disable-threads
+
+VERS= 3.0.2
+PLIST_SUBST+= VERS=${VERS}
+
+do-build:
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook)
+
+do-install:
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook install)
+
+post-install:
+ @strip ${PREFIX}/bin/onyx
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lang/onyx/PLIST b/lang/onyx/PLIST
new file mode 100644
index 00000000000..3839914faf1
--- /dev/null
+++ b/lang/onyx/PLIST
@@ -0,0 +1,152 @@
+bin/onyx
+bin/onyx-${VERS}
+include/libonyx/libonyx.h
+include/libonyx/ch.h
+include/libonyx/dch.h
+include/libonyx/gcdict.h
+include/libonyx/mb.h
+include/libonyx/mem.h
+include/libonyx/nx.h
+include/libonyx/nxa.h
+include/libonyx/nxn.h
+include/libonyx/nxo.h
+include/libonyx/nxo_array.h
+include/libonyx/nxo_boolean.h
+include/libonyx/nxo_dict.h
+include/libonyx/nxo_file.h
+include/libonyx/nxo_fino.h
+include/libonyx/nxo_hook.h
+include/libonyx/nxo_integer.h
+include/libonyx/nxo_mark.h
+include/libonyx/nxo_name.h
+include/libonyx/nxo_no.h
+include/libonyx/nxo_null.h
+include/libonyx/nxo_operator.h
+include/libonyx/nxo_pmark.h
+include/libonyx/nxo_stack.h
+include/libonyx/nxo_string.h
+include/libonyx/ql.h
+include/libonyx/nxo_thread.h
+include/libonyx/qr.h
+include/libonyx/qs.h
+include/libonyx/systemdict.h
+include/libonyx/xep.h
+include/libonyx/nxo_real.h
+include/libonyx/libonyx_defs.h
+lib/libonyx.so
+lib/libonyx.so.6
+lib/libonyx.a
+share/onyx-${VERS}/doc/ps/onyx.ps
+share/onyx-${VERS}/doc/pdf/onyx.pdf
+share/onyx-${VERS}/doc/html/contents.png
+share/onyx-${VERS}/doc/html/img1.png
+share/onyx-${VERS}/doc/html/img2.png
+share/onyx-${VERS}/doc/html/img3.png
+share/onyx-${VERS}/doc/html/img4.png
+share/onyx-${VERS}/doc/html/img5.png
+share/onyx-${VERS}/doc/html/img6.png
+share/onyx-${VERS}/doc/html/index.html
+share/onyx-${VERS}/doc/html/index.png
+share/onyx-${VERS}/doc/html/next.png
+share/onyx-${VERS}/doc/html/next_g.png
+share/onyx-${VERS}/doc/html/node1.html
+share/onyx-${VERS}/doc/html/node10.html
+share/onyx-${VERS}/doc/html/node11.html
+share/onyx-${VERS}/doc/html/node12.html
+share/onyx-${VERS}/doc/html/node13.html
+share/onyx-${VERS}/doc/html/node14.html
+share/onyx-${VERS}/doc/html/node15.html
+share/onyx-${VERS}/doc/html/node16.html
+share/onyx-${VERS}/doc/html/node17.html
+share/onyx-${VERS}/doc/html/node18.html
+share/onyx-${VERS}/doc/html/node19.html
+share/onyx-${VERS}/doc/html/node2.html
+share/onyx-${VERS}/doc/html/node20.html
+share/onyx-${VERS}/doc/html/node21.html
+share/onyx-${VERS}/doc/html/node22.html
+share/onyx-${VERS}/doc/html/node23.html
+share/onyx-${VERS}/doc/html/node24.html
+share/onyx-${VERS}/doc/html/node25.html
+share/onyx-${VERS}/doc/html/node26.html
+share/onyx-${VERS}/doc/html/node27.html
+share/onyx-${VERS}/doc/html/node28.html
+share/onyx-${VERS}/doc/html/node29.html
+share/onyx-${VERS}/doc/html/node3.html
+share/onyx-${VERS}/doc/html/node30.html
+share/onyx-${VERS}/doc/html/node31.html
+share/onyx-${VERS}/doc/html/node32.html
+share/onyx-${VERS}/doc/html/node33.html
+share/onyx-${VERS}/doc/html/node34.html
+share/onyx-${VERS}/doc/html/node35.html
+share/onyx-${VERS}/doc/html/node36.html
+share/onyx-${VERS}/doc/html/node37.html
+share/onyx-${VERS}/doc/html/node38.html
+share/onyx-${VERS}/doc/html/node39.html
+share/onyx-${VERS}/doc/html/node4.html
+share/onyx-${VERS}/doc/html/node40.html
+share/onyx-${VERS}/doc/html/node41.html
+share/onyx-${VERS}/doc/html/node42.html
+share/onyx-${VERS}/doc/html/node43.html
+share/onyx-${VERS}/doc/html/node44.html
+share/onyx-${VERS}/doc/html/node45.html
+share/onyx-${VERS}/doc/html/node46.html
+share/onyx-${VERS}/doc/html/node47.html
+share/onyx-${VERS}/doc/html/node48.html
+share/onyx-${VERS}/doc/html/node49.html
+share/onyx-${VERS}/doc/html/node5.html
+share/onyx-${VERS}/doc/html/node50.html
+share/onyx-${VERS}/doc/html/node51.html
+share/onyx-${VERS}/doc/html/node52.html
+share/onyx-${VERS}/doc/html/node53.html
+share/onyx-${VERS}/doc/html/node54.html
+share/onyx-${VERS}/doc/html/node55.html
+share/onyx-${VERS}/doc/html/node56.html
+share/onyx-${VERS}/doc/html/node57.html
+share/onyx-${VERS}/doc/html/node58.html
+share/onyx-${VERS}/doc/html/node59.html
+share/onyx-${VERS}/doc/html/node6.html
+share/onyx-${VERS}/doc/html/node60.html
+share/onyx-${VERS}/doc/html/node61.html
+share/onyx-${VERS}/doc/html/node62.html
+share/onyx-${VERS}/doc/html/node63.html
+share/onyx-${VERS}/doc/html/node64.html
+share/onyx-${VERS}/doc/html/node65.html
+share/onyx-${VERS}/doc/html/node66.html
+share/onyx-${VERS}/doc/html/node67.html
+share/onyx-${VERS}/doc/html/node68.html
+share/onyx-${VERS}/doc/html/node69.html
+share/onyx-${VERS}/doc/html/node7.html
+share/onyx-${VERS}/doc/html/node70.html
+share/onyx-${VERS}/doc/html/node71.html
+share/onyx-${VERS}/doc/html/node72.html
+share/onyx-${VERS}/doc/html/node73.html
+share/onyx-${VERS}/doc/html/node74.html
+share/onyx-${VERS}/doc/html/node75.html
+share/onyx-${VERS}/doc/html/node76.html
+share/onyx-${VERS}/doc/html/node77.html
+share/onyx-${VERS}/doc/html/node78.html
+share/onyx-${VERS}/doc/html/node79.html
+share/onyx-${VERS}/doc/html/node8.html
+share/onyx-${VERS}/doc/html/node80.html
+share/onyx-${VERS}/doc/html/node81.html
+share/onyx-${VERS}/doc/html/node82.html
+share/onyx-${VERS}/doc/html/node9.html
+share/onyx-${VERS}/doc/html/onyx.css
+share/onyx-${VERS}/doc/html/onyx.html
+share/onyx-${VERS}/doc/html/prev.png
+share/onyx-${VERS}/doc/html/prev_g.png
+share/onyx-${VERS}/doc/html/up.png
+share/onyx-${VERS}/doc/html/up_g.png
+share/onyx-${VERS}/nxm/modprompt.nxm
+share/onyx-${VERS}/nx/modprompt/modprompt.nx
+share/onyx-${VERS}/nx/modprompt/modprompt_defs.nx
+share/onyx
+@dirrm include/libonyx
+@dirrm share/onyx-${VERS}/doc/ps
+@dirrm share/onyx-${VERS}/doc/pdf
+@dirrm share/onyx-${VERS}/doc/html
+@dirrm share/onyx-${VERS}/doc
+@dirrm share/onyx-${VERS}/nxm
+@dirrm share/onyx-${VERS}/nx/modprompt
+@dirrm share/onyx-${VERS}/nx
+@dirrm share/onyx-${VERS}
diff --git a/lang/onyx/distinfo b/lang/onyx/distinfo
new file mode 100644
index 00000000000..a9feb6a6205
--- /dev/null
+++ b/lang/onyx/distinfo
@@ -0,0 +1,4 @@
+MD5 (onyx-2.1.0.tar.gz) = c3e9d21768a1711275e1f4ff03027835
+
+SHA1 (onyx-3.0.2.tar.gz) = 8904292b3ae534231c141c80a326b3daa44b17c3
+Size (onyx-3.0.2.tar.gz) = 1147718 bytes