diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-10-20 00:45:35 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-10-20 00:45:35 +0000 |
commit | 132530f980bc26662d03a0798c8f0cc475df0e25 (patch) | |
tree | ff913d380c03cba5545fd82bf4fbb5b0e8d1c4a9 /lang/see | |
parent | abdde2d4aa71bab08a4514ae4612071c70ea7afa (diff) | |
download | pkgsrc-132530f980bc26662d03a0798c8f0cc475df0e25.tar.gz |
Import see-3.0.1376 as lang/see.
ECMAScript is a standardized language also known variously as JavaScript,
JScript, and LiveScript. SEE is a library that provides a parser and runtime
environment for this language. It conforms to ECMAScript Edition 3, and to
JavaScript 1.5, with some compatibility switches for earlier versions of
JavaScript and Microsoft's JScript.
Diffstat (limited to 'lang/see')
-rw-r--r-- | lang/see/DESCR | 5 | ||||
-rw-r--r-- | lang/see/Makefile | 29 | ||||
-rw-r--r-- | lang/see/PLIST | 29 | ||||
-rw-r--r-- | lang/see/distinfo | 5 |
4 files changed, 68 insertions, 0 deletions
diff --git a/lang/see/DESCR b/lang/see/DESCR new file mode 100644 index 00000000000..0bdf73297a7 --- /dev/null +++ b/lang/see/DESCR @@ -0,0 +1,5 @@ +ECMAScript is a standardized language also known variously as JavaScript, +JScript, and LiveScript. SEE is a library that provides a parser and runtime +environment for this language. It conforms to ECMAScript Edition 3, and to +JavaScript 1.5, with some compatibility switches for earlier versions of +JavaScript and Microsoft's JScript. diff --git a/lang/see/Makefile b/lang/see/Makefile new file mode 100644 index 00000000000..820c548b05c --- /dev/null +++ b/lang/see/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/20 00:45:35 ahoka Exp $ +# + +DISTNAME= see-3.0.1376 +CATEGORIES= lang +MASTER_SITES= http://users.tpg.com.au/dle0nard/software/ + +MAINTAINER= ahoka@NetBSD.org +HOMEPAGE= http://www.adaptive-enterprises.com.au/~d/software/see/ +COMMENT= JavaScript interpreter and runtime library in C + +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS+= share/doc/see + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config perl + +CONFIGURE_ARGS+= --with-readline + +PKGCONFIG_OVERRIDE+= libsee/see.pc.in + +post-install: + ${INSTALL_DATA} ${WRKSRC}/doc/USAGE.html ${DESTDIR}${PREFIX}/share/doc/see/ + +.include "../../devel/libltdl/convenience.mk" +.include "../../devel/boehm-gc/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/see/PLIST b/lang/see/PLIST new file mode 100644 index 00000000000..9330422c2f9 --- /dev/null +++ b/lang/see/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/20 00:45:35 ahoka Exp $ +bin/libsee-config +bin/see-shell +include/see/cfunction.h +include/see/context.h +include/see/debug.h +include/see/error.h +include/see/eval.h +include/see/input.h +include/see/intern.h +include/see/interpreter.h +include/see/mem.h +include/see/module.h +include/see/native.h +include/see/no.h +include/see/object.h +include/see/see.h +include/see/string.h +include/see/system.h +include/see/try.h +include/see/type.h +include/see/value.h +include/see/version.h +lib/libsee.la +lib/pkgconfig/see.pc +lib/see/libFile.la +share/doc/see/USAGE.html +@dirrm lib/see +@dirrm include/see diff --git a/lang/see/distinfo b/lang/see/distinfo new file mode 100644 index 00000000000..65d2943acc5 --- /dev/null +++ b/lang/see/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/20 00:45:35 ahoka Exp $ + +SHA1 (see-3.0.1376.tar.gz) = d803adac6298a0f556d59f501f0376d9196d0821 +RMD160 (see-3.0.1376.tar.gz) = 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f +Size (see-3.0.1376.tar.gz) = 1066852 bytes |