./lang/see, JavaScript interpreter and runtime library in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 3.0.1376, Package name: see-3.0.1376, Maintainer: ahoka

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.


Required to run:
[devel/boehm-gc] [devel/libltdl]

Required to build:
[lang/perl5] [devel/libtool-base] [devel/pkg-config]

Master sites:

SHA1: d803adac6298a0f556d59f501f0376d9196d0821
RMD160: 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f
Filesize: 1041.848 KB

Version history: (Expand)


CVS history: (Expand)


   2009-02-13 10:47:53 by Tyler R. Retzlaff | Files touched by this commit (2)
Log message:
pullup ticket #2969 - requested by he
see: add patch for ppc ports

revisions pulled up:
pkgsrc/lang/see/Makefile pkgsrc/lang/see/distinfo	1.2
pkgsrc/lang/see/patches/patch-aa	1.1

   Module Name:    pkgsrc
   Committed By:   he
   Date:           Thu Feb 12 15:24:14 UTC 2009

   Modified Files:
           pkgsrc/lang/see: Makefile distinfo
   Added Files:
           pkgsrc/lang/see/patches: patch-aa

   Log message:
   Update from version 3.0.1376 to 3.0.1376nb1.

   Pkgsrc changes:
    o Add a patch so that our PowerPC-based ports are properly detected
      by the dtoa configuration logic, by also recognizing __powerpc__
      to indicate big-endian float format.
      This should fix PR#40624.