summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-12-11Revert, new expression did not handle nbX correctly.wiz1-2/+2
2005-12-11Simplify DEPENDS expression.wiz1-2/+2
2005-12-10Revert my last commit (r1.17) and add :Q back to PY_PLATNAME andrecht1-3/+3
PY_VER_SUFFIX. pointed out by wiz and rillig
2005-12-09Update gauche to 0.8.6. Patch provided by Kenji Hisazumi.uebayasi8-173/+44
From this release we don't use external Boehm GC library because gauche needs GC to be built with special compilation options. New features in 0.8.6: * New modules: + dbi: Database independent access layer, providing unified access to various relational databases. You need separate "driver" packages to access the actual RDBMS. There are a few driver packages available at http://www.kahua.org/cgi-bin/kahua.fcgi/kahua-web/show/dev/DBI/. Note: If you have been using the separate dbi module, make sure you remove it before using the new dbi and dbd modules. You can find the old dbi.scm under somewhere like /usr/local/share/gauche/site/lib (the actualy directory depends on the configuration when you've installed the dbi module). + util.relation: A framework to work with relations (as defined by Codd). The result of database access via dbi is represened as a relation. + text.sql: SQL parser/constructor. Full features are not implemented yet, but used in dbi module for prepared queries. * New SRFIs: + SRFI-40 (Library of streams) as util.stream. + SRFI-43 (vector library) as srfi-43. + SRFI-45 (Primitives for Expressing Iterative Lazy Algorithms) : built-in. * New built-in proceduers global-variable-bound? and glboal-variable-ref. The former supersedes symbol-bound? ( symbol-bound? is now deprecated and will go away in the future releases. Code that uses symbol-bound? should change it to global-variable-bound?. ). The latter removes some need of using eval just to peek the value of the global variable. * New regexp procedures: regexp-replace*, regexp-replace-all*, regexp-case-fold?. * Stack overflow handling is largely improved. You can see better performance if your script frequently oveflows the stack. 0.8.5 was a maintainance release. 0.8.4: Gauche 0.8.4: The compiler and VM have been rewritten. Now Gauche runs faster with less memory (as fast as 1.9x, or cosumes 0.7x memory, in best cases of our tests. But your mileage may vary.) The compiler now does simple closure optimization, so the typical loop-by-local-closure style code will get the advantage. On the other hand, you won't see much gain in OO-heavy or library-heavy programs. Other changes: * New features: + srfi-42 (Eager comprehension) is supported. + srfi-55 (require-extension) is supported. + A simple sampling profiler is implemented to help tuning programs. Check out "Profiling and tuning" section of the reference manual. The profiler may not be available on all platforms. + We provide an experimenal Windows/MinGW binary package for the convenience. See download page.
2005-12-09Remove the :Q from vars that go into PLIST_SUBST, since it breaksrecht1-3/+3
the PLIST generation.
2005-12-08Fix PLIST. Simplify PLIST handling. Bump PKGREVISION.wiz2-72/+69
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig9-14/+18
"pkglint --autofix" change.
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig2-4/+4
change.
2005-12-08Fixed PLIST handling bugs introduced by the recent "pkglint --autofix"rillig1-3/+3
change.
2005-12-08Fixed the wrong quoting introduced by the recent "pkglint --autofix". Therillig2-6/+6
variables are already quoted. Noted by wiz.
2005-12-07Add patch-ah to fix build under netbsd alpha for PR 32113tonio3-3/+62
Thanks riz@ for the testing machine Take maintainership
2005-12-06Fix shared linking on DragonFly.joerg2-1/+34
2005-12-06patch php.ini-dist and php.ini-recommended to comment out extension_dirjdolecek4-3/+54
and to uncomment and explicitly set upload_tmp_dir, so that this works out of box (patches adapted from www/php4) pointed out by Martti Kuparinen on tech-pkg@
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig15-39/+39
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig80-264/+261
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04patch pear to use -n post-install - it cannot be done using normaljdolecek1-2/+6
patch framework, the file is part of binary .phar archive and is created during installation this has been submitted as PHP bug #35544, so this may be adressed upstream hopefully
2005-12-04regen patch-ao with less context lines to avoid $Id$ in the originaljdolecek2-10/+6
file (using pkgdiff now) PR: 32233 by Peter Avalos
2005-12-04remove no longer needed patches - pointed out by Peter Avalosjdolecek1-10/+0
in private e-mail
2005-12-03Update PHP5 to version 5.1.1. Some of the key features include:jdolecek9-126/+138
* A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X.
2005-12-03automatically include extension-specific MESSAGE if it existsjdolecek1-1/+6
2005-12-03add missing backslash for previousjdolecek1-2/+2
2005-12-03use ${PATH_ARGS} in do-patch target, and use _PKG_SILENT/_PKG_DEBUGjdolecek1-3/+4
to reduce output for normal runs
2005-12-03Fix DragonFly support. Since it was compilable before, but didn'tjoerg4-15/+33
work correctly, bump revision.
2005-12-02de-extern-errnojoerg4-1/+58
2005-12-01Update JDK 1.5 to 1.5.0_06 (sun-j??15-5.0.6).tv4-17/+15
Change list available by WWW only: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-12-01In the post-extract target avoid trying to gunzip a particulardmcmahill1-2/+10
file which triggers a bug in some versions of zlib. This file was not used anyway.
2005-11-29- add DragonFly cases for configurejoerg4-13/+51
- assume !WIN32 ~= ANSI C for the purpose of errno.h - ocamldoc is not an ELF binary, use BSD_INSTALL_SCRIPT like for ocamlc
2005-11-24php5 is real package, enablejdolecek1-2/+2
2005-11-21Allow choosing of CGI or FastCGI as SAPI for the PHP interpreter.joerg1-1/+11
This is done via an option group, default is CGI. Note that the FastCGI interpreter can still be used for normal CGI, but there might be security issues involved in doing so.
2005-11-20Setting MAKEINFO in the MAKE_ENV does not seem strong enough for some bulkrillig1-2/+2
builds. Let's try MAKE_FLAGS instead.
2005-11-17Removed empty patch files.rillig3-3/+1
2005-11-16Updated chicken to 2.2 using some patches by Peter Bex via private mail.rillig6-110/+18
There are far too many details that have changed to mention here. Fixes PR 30783.
2005-11-16Fix Python's makesetup script to treat -pthread as linker flag.joerg15-14/+80
This is needed for databases/py-psycopg at least to compile properly. Since the installed version changed, bump revision.
2005-11-14When linking against libpython, the dependencies of libpython might bejoerg4-4/+18
needed as well. This is especially the case when lib/pythonXconfig/Makefile is used as done e.g. www/ap2-python.
2005-11-13Improve wording.jschauma1-4/+4
2005-11-13Updated instructions on obtaining a bootstrap compiler.shannonjr1-9/+5
2005-11-11PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannotrillig1-2/+4
be used here.
2005-11-10Fix patchsum after my last commit.joerg1-2/+2
2005-11-10Fix path in ln.wiz1-2/+2
2005-11-10English grammar fix.minskim1-2/+2
2005-11-09NOT_FOR_PLATFORM Interix.tv3-5/+7
2005-11-09Fail the build if the OPSYS check falls through in do-build.tv1-1/+3
2005-11-08Add DragonFly support. Use PTHREAD_* variables to find pthread_createjoerg5-7/+97
and hope it doesn't break anything.
2005-11-08Make sure that there is always a space between "-o" and its argumentminskim2-1/+29
when running gcc or ld. This makes the package build on Darwin.
2005-11-08When using find to remove directories, do a depth-first traversal.joerg1-2/+2
This is necessary to prevent find from returning with != 0 at least on DragonFly.
2005-11-05Update ruby-doc-stdlib to 0.10.1.minskim2-6/+6
Changes: 0.10.0 - first update in about 10 months - therefore, status report probably inaccurate; will hopefully fix soon - Delegate and Forwardable documentation updated (that's what spurred this release) - some other documentation probably updated too - most packages now have a one-line description (see "Packages" link) 0.10.1 - documentation added: enumerator, etc, fcntl, rational, pstore - changes to site CSS to improve readability - added 'profile' and 'profiler' to package list (no documentation though)
2005-11-05Replaced an overly complex expression with the equivalent ${PKGBASE}.rillig1-2/+2
2005-11-05Simplified the do-configure target. The main reason is that the Solarisrillig1-3/+3
/bin/sh cannot handle two adjacent ((.
2005-11-05The Solaris /bin/sh doesn't like two adjacent open parentheses. Removedrillig1-3/+3
them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002.
2005-11-04Integrate patches from kaffe'cvs to fix thread signal handling on netbsdtonio5-6/+91
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION