pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/see Import see-3.0.1376 as lang/see.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04fc502178e7
branches:  trunk
changeset: 548631:04fc502178e7
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Oct 20 00:45:35 2008 +0000

description:
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:

 lang/see/DESCR    |   5 +++++
 lang/see/Makefile |  29 +++++++++++++++++++++++++++++
 lang/see/PLIST    |  29 +++++++++++++++++++++++++++++
 lang/see/distinfo |   5 +++++
 4 files changed, 68 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r 9cb0c520f287 -r 04fc502178e7 lang/see/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/see/DESCR    Mon Oct 20 00:45:35 2008 +0000
@@ -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 -r 9cb0c520f287 -r 04fc502178e7 lang/see/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/see/Makefile Mon Oct 20 00:45:35 2008 +0000
@@ -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@localhost
+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 -r 9cb0c520f287 -r 04fc502178e7 lang/see/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/see/PLIST    Mon Oct 20 00:45:35 2008 +0000
@@ -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 -r 9cb0c520f287 -r 04fc502178e7 lang/see/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/see/distinfo Mon Oct 20 00:45:35 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index