summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2007-04-17Update chicken to 2.60, aka 2.6.obache6-30/+29
Based on patch provided by Alaric Snell-Pym in pkgsrc-users@. Things changed since the last release (2.5): - Many bugfixes - Better support for Sun's C compiler - Input-performance has been improved - PCRE (Perl compatible regular expressions) by Philip Hazel is now bundled with CHICKEN - Static linking of extensions is now possible (when supported by the egg) - The interpreter warns about references to potentially unbound variables in loaded code and expressions entered on the REPL - The expansion process is traced during compilation and interpretation to give (slightly) more usable syntactic context in error messages - library: * added `any?`, `bit-set?' and `on-exit' - eval: * new procedure `set-parameterized-read-syntax!' - posix: * SRFI-17 setters for `file-position`, `current-user-id', `current-group-id', `process-group-id'; the respective setter-procedures are still available but have been deprecated * `file-stat' returns more information (including device info) * added `process*' - extras: * added `read-string!' - utils: * `apropos' and `apropos-list' procedures - srfi-4: * added `read-u8vector', `read-u8vector!' and `write-u8vector' - srfi-18: * added `time->milliseconds' and `milliseconds->time' - csi: * `-ss SCRIPTNAME' option - csc: * accepts options given in the environment variable `CSC_OPTIONS' * new options `-static-extensions' and `-host' - chicken/csc: * new option `-keep-shadowed-macros' - chicken-setup: * accepts options given in the environment variable `CHICKEN_SETUP_OPTIONS' * allows retrieval and installation of eggs from subversion a repository and the local filesystem * new options `-tree FILENAME', `-svn', `-local', `-revision' and `-destdir PATHNAME' * added helper procedures `required-chicken-version' and `required-extension-version' - Lots of improvements in the CMake build
2007-04-15* Support v2 of the pear-* package format that is being used by someadrianp1-5/+15
newer pear packages. * Fix the case where an extra slash would be appended to the file path in the PLIST. * Both fixes from from Loic Hoguin and tested by Loic and myself.
2007-04-08+ocamlducetonio1-1/+2
Import package from Jaap Boender This fixes PR pkg/35949
2007-04-08OCamlDuce is an enhancement to OCaml that allows one to use XML features,tonio6-0/+102
such as types and values, natively in OCaml programs. The goal of the OCamlDuce project is to extend the OCaml language with features to make it easier to write safe and efficient complex applications that need to deal with XML documents. In particular, it relies on a notion of types and patterns to guarantee statically that all the possible input documents are correctly processed, and that only valid output documents are produced. WWW: http://www.cduce.org/ocaml
2007-04-08Fix reference to ap-php package, from PR#35927.ghen1-2/+2
2007-04-07_ULIMIT_CMD already includes a trailing ";" so don't follow that withdmcmahill1-4/+4
"&&" as some shells do not like this.
2007-04-06Fix INSTALL script to check proper directory; not RUBY_SYSRIDIR buttaca2-4/+4
RUBY_SITERIDIR. It fixes install error of textproc/ruby-redcloth when ruby18-base didn't biild with ruby-build-ri-db option. Noted by obache@ via private mail and approved by wiz@. Bump PKGREVISION.
2007-04-04Remove win32-jdk. This never really worked, and probably never will worktv6-238/+1
properly enough for pkgsrc use.
2007-04-01Use "$(TOOLS_PLATFORM.install)" instead of hard coded "install" totron8-24/+25
fix build problems under Solaris. Based on a suggestion by Aleksey Cheusov.
2007-03-29Make this build as non-root user. Patches provided by Aleksey Cheusovtron7-1/+98
in PR pkg/34987. This also fixes PR pkg/36096.
2007-03-25Convert to xorg.wiz1-3/+2
2007-03-25Convert to xorg.wiz1-2/+2
2007-03-25Update HOMEPAGE and MASTER_SITES.wiz1-3/+3
2007-03-24Prepare for switching to NO_MTREE=yes.joerg5-8/+16
2007-03-24Update ghc to version 6.6.kristerw12-359/+526
This version represent >19 month of development since the version 6.4, and the list of changes is far too big to include here. See http://www.haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html for the list of user visible changes.
2007-03-21Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs.jwise1-2/+2
2007-03-21I'm not using any of these packages any more, and have not been keeping upjwise1-2/+2
on maintaining them. Switch MAINTAINER to tech-pkg, so I can focus on those which I am still using.
2007-03-19give away to pkgsrc-userstv1-2/+2
2007-03-18Update cdl3 to 1.2.7.obache5-41/+18
Provided by MAINTAINER, Jaap Boender in PR 35941. ChangeLog: 2006-01 M. Seutter * Bumped version to 1.2.7 * ANSI-fied code of runtime system and prepared for WIN32 port * Finished MS VC++ 6.0 port 2004-12-10 Marco van Zwetselaar * Added autogen.sh as a convenience for maintainers. It invokes the autotools machinery and should be called right after pulling cdl3 from CVS, or whenever a Makefile.am or configure.in changes * Updated the README, INSTALL, NEWS, TODO and AUTHORS files * Added .cvsignore files in several places * Fixed various Makefile.ams to get rid of cruft * configure.in - bumped version to 1.2.6 * man pages - moved man N stuff to man 7 as per File Hierarchy Standard - use the autotools man_MANS mechanism - man.{1,3} pages now get generated from man.{1,3}.in * examples - Makefile.example now gets generated from Makefile.example.in
2007-03-17Fixed PKGMANDIR.rillig2-5/+5
2007-03-17Update spl to 1.0pre3.obache7-26/+84
Based on patch provided by Raphael Langerhorst in PR 35308. 1.0pre3: - Many tiny code cleanups and some small fixes - Some fixes for *BSD systems and 64bit sysytems - List of builtin functions is now a hash (thx to bernd) - Improved performance by reusing stack structs (thx to bernd) 1.0pre2: It contains some small cleanups and build fixes related to mod_fann and mod_gl. 1.0pre1: It only contains some small bugfixes and cleanups compared to version 0.9i 0.9i: This release is primarly a bugfix release.
2007-03-15Remove commented PKGREVISION.taca1-2/+1
2007-03-15Updating Ruby to 1.8.6; ruby18-basetaca7-309/+29
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-15Updating Ruby to 1.8.6.taca3-9/+18
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-03-07Fix build on DragonFly. XXX Make this use devel/libsigsegv.joerg2-1/+33
2007-03-07Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)jmmv2-4/+4
to the versions corresponding to the 2006-09 release. This should have been done when the main hugs package was updated to this version back in October of past year.
2007-03-06Update maintainer email, from PR 35935.wiz1-2/+2
2007-03-06Update SBCL to 1.0.3...jonb4-21/+44
New version has NetBSD/powerpc support (although I haven't adjusted the Makefile due to lack of test machines) and now builds the sb-posix package properly.
2007-03-01SCRIPTS_ENV is unused here, do not modify it.wiz1-2/+1
2007-02-26Update homepage.veego1-2/+2
2007-02-26Add a patch to build it with gcc4 and reset the 'external' maintainer afterveego3-4/+26
no reaction from him (this time I waited 11 days, where I still have no reply from my last change which was over an 1 year ago).
2007-02-26Use pkgsrc magic for config.guess/.sub overriding. Tested by is@ forjoerg3-33/+3
ARM.
2007-02-25put back openssl extension, mistakely commented out in PHP 5.2.1 upgradejdolecek2-7/+8
noted by Manuel Bouyer
2007-02-25Update lang/coq to 8.1tonio4-306/+160
Many changes, among them: - Many bugs have been fixed (cf coq-bugs web page) - changed parsing precedence of let/in and fun constructions of Ltac: let x := t in e1; e2 is now parsed as let x := t in (e1;e2). - New primitive "external" for communication with tool external to Coq. - Omega now handles arbitrary precision integers. - Haskell extraction: types of functions are now printed, better unsafeCoerce mechanism, both for hugs and ghc. - Scheme extraction improved, see http://www.pps.jussieu.fr/~letouzey/scheme. - New notation "exists! x:A, P" for unique existence. - New library on String and Ascii characters (contributed by L. Thery). - New library FSets+FMaps of finite sets and maps. - New library QArith on rational numbers. - Few improvements in ZArith potentially exceptionally breaking the compatibility (useless hypothesys of Zgt_square_simpl and Zlt_square_simpl removed; fixed names mentioning letter O instead of digit 0; weaken premises in Z_lt_induction).
2007-02-22pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz28-75/+75
Patch provided by Sergey Svishchev in private mail.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz6-13/+13
From Sergey Svishchev in private mail.
2007-02-20Update PHP5 to 5.2.1. Includes several important security fixes andjdolecek6-54/+59
large number of other fixes. Update for all users is strongly advised.
2007-02-20share/emacs/site-lisp now exists by default -- don't try to remove it.wiz8-20/+12
Bump PKGREVISION for the PLIST change.
2007-02-20Added REPLACE_PYTHON as an alias to PYTHON_PATCH_SCRIPTS, to have morerillig1-9/+14
consistent names. (See REPLACE_PERL, REPLACE_AWK, REPLACE_SH, ...)
2007-02-19Modular Xorg support. Bump revision as I am not sure whether Xft wasjoerg1-3/+6
used before.
2007-02-19Retire propolice hack on DragonFly as the system compiler was fixedjoerg1-18/+0
and the changes pulled up to all release branches.
2007-02-19Modular Xorg support.joerg1-2/+6
2007-02-19Modular Xorg support.joerg1-3/+5
2007-02-19Modular Xorg support.joerg1-2/+5
2007-02-19No need to include x11.b3.mk directly.joerg1-2/+1
2007-02-19Modular Xorg support.joerg1-3/+5
2007-02-18+sun-j{dk,re}6tv1-1/+3
2007-02-18SUN JRE/JDK 6.0. The new naming convention is that "1.6.0" is now "6.0"tv17-0/+3695
(true for 1.5, but officially branded as such for 6), so this is called "sun-j{dk,re}6" rather than "sun-j{dk,re}16". amd64 support is not currently included, but initial provision exists in the sun-jre6 package as it was cloned initially from sun-jre15.
2007-02-18fix thinko in previoustv1-2/+2