summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-11-10Nuke the code that rebuilt the perl binary as a statically-linkedjlam1-55/+4
executable. Until someone produces benchmarks that show that this actually makes a difference, this is just added complexity with no measurable benefit. Bump the PKGREVISION.
2004-11-10Add smarteiffel, and remove smalleiffel.wiz11-1028/+2
2004-11-10Import smarteiffel-2.0 from pkgsrc-wip, packaged by Lars Nordlund.wiz6-0/+2756
It is intended to be a complete, though small and very fast, free Eiffel compiler. It is available for a very wide range of platforms: GNU/Linux, GNU/Hurd, FreeBSD, BSD/OS, NetBSD, OpenBSD, HP-UX, IRIX, XENIX, Solaris, DOS, OS2, WINDOWS NT/95/2000, Macintosh, NeXT, Amiga, AmigaDE/Elate, BeOS, QNX, VMS, etc. Actually, SmartEiffel should run on any platform for which an ANSI C compiler exists. The current distribution includes an Eiffel to C compiler, an Eiffel to Java bytecode compiler, a debugger, a documentation tool, a pretty printer and various other tools. This is the successor of lang/smalleiffel.
2004-11-09Fix potential DoS problem in CGI module from Ruby's CVS repository.taca3-3/+24
(noted by CAN-2004-0983) Bump package revision.
2004-11-08Update to release 3.4.3. This is a bugfix release.shannonjr4-6/+34
2004-11-08Update to 3.4.3. This release is a bug-fix release, containing fixes forshannonjr4-8/+24
regressions in GCC relative to previous releases of GCC.
2004-11-08Changes 1.2.5:adam2-14/+11
* Bug-fixes and improvements
2004-11-07Update to 5.8.5:wiz6-44/+24
Incompatible Changes There are no changes incompatible with 5.8.4. Core Enhancements Perl's regular expression engine now contains support for matching on the intersection of two Unicode character classes. You can also now refer to user-defined character classes from within other user defined character classes. Modules and Pragmata * Carp improved to work nicely with Safe. Carp's message reporting should now be anomaly free - it will always print out line number information. * CGI upgraded to version 3.05 * charnames now avoids clobbering $_ * Digest upgraded to version 1.08 * Encode upgraded to version 2.01 * FileCache upgraded to version 1.04 * libnet upgraded to version 1.19 * Pod::Parser upgraded to version 1.28 * Pod::Perldoc upgraded to version 3.13 * Pod::LaTeX upgraded to version 0.57 * Safe now works properly with Carp * Scalar-List-Utils upgraded to version 1.14 * Shell's documentation has been re-written, and its historical partial auto-quoting of command arguments can now be disabled. * Test upgraded to version 1.25 * Test::Harness upgraded to version 2.42 * Time::Local upgraded to version 1.10 * Unicode::Collate upgraded to version 0.40 * Unicode::Normalize upgraded to version 0.30 Utility Changes Perl's debugger The debugger can now emulate stepping backwards, by restarting and rerunning all bar the last command from a saved command history. h2ph h2ph is now able to understand a very limited set of C inline functions -- basically, the inline functions that look like CPP macros. This has been introduced to deal with some of the headers of the newest versions of the glibc. The standard warning still applies; to quote h2ph's documentation, you may need to dicker with the files produced. Installation and Configuration Improvements Perl 5.8.5 should build cleanly from source on LynxOS. Selected Bug Fixes * The in-place sort optimisation introduced in 5.8.4 had a bug. For example, in code such as @a = sort ($b, @a) the result would omit the value $b. This is now fixed. * The optimisation for unnecessary assignments introduced in 5.8.4 could give spurious warnings. This has been fixed. * Perl should now correctly detect and read BOM-marked and (BOMless) UTF-16 scripts of either endianness. * Creating a new thread when weak references exist was buggy, and would often cause warnings at interpreter destruction time. The known bug is now fixed. * Several obscure bugs involving manipulating Unicode strings with substr have been fixed. * Previously if Perl's file globbing function encountered a directory that it did not have permission to open it would return immediately, leading to unexpected truncation of the list of results. This has been fixed, to be consistent with Unix shells' globbing behaviour. * Thread creation time could vary wildly between identical runs. This was caused by a poor hashing algorithm in the thread cloning routines, which has now been fixed. * The internals of the ithreads implementation were not checking if OS-level thread creation had failed. threads->create() now returns undef in if thead creation fails instead of crashing perl. New or Changed Diagnostics * Perl -V has several improvements o correctly outputs local patch names that contain embedded code snippets or other characters that used to confuse it. o arguments to -V that look like regexps will give multiple lines of output. o a trailing colon suppresses the linefeed and ';' terminator, allowing embedding of queries into shell commands. o a leading colon removes the 'name=' part of the response, allowing mapping to any name. * When perl fails to find the specified script, it now outputs a second line suggesting that the user use the -S flag: $ perl5.8.5 missing.pl Can't open perl script "missing.pl": No such file or directory. Use -S to search $PATH for it. Changed Internals The Unicode character class files used by the regular expression engine are now built at build time from the supplied Unicode consortium data files, instead of being shipped prebuilt. This makes the compressed Perl source tarball about 200K smaller. A side effect is that the layout of files inside lib/unicore has changed. pkgsrc: fails the same test that 5.8.4 fails (sigaction).
2004-11-06merge extension module handling for PHP4 and PHP5 into lang/php/ext.mk,jdolecek2-69/+76
g/c no longer needed Makefile.module add support for building extensions off PECL; version for PECL packages is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0 would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively
2004-11-05use ${PKG_PHP} instead of PHP${PKG_PHP_VERSION}jdolecek1-2/+2
2004-11-05share MESSAGE.module and PLIST.module between php4 and php5 packages, movingjdolecek4-7/+7
them to lang/php/
2004-11-05Re: pkg/27775 programs compiled with gcc34 don't find gcc34's librariesshannonjr3-2/+16
Added patch patterned after the one in lang/gcc3 to set rpath for libgcc
2004-11-04Removed an extra line accidentally left while debugging (oops).jklos1-3/+1
2004-11-04export the information about selected version via PKG_PHP_VERSIONjdolecek1-2/+10
and the base name of program as PKG_PHP
2004-11-04put items only pertinent to interpreter build to new file Makefile.phpjdolecek3-41/+60
(similar to PHP4 package), and also update to use PKG_OPTIONS this fixes environment pollution for extension modules, particularily CONFIGURE_ARGS
2004-11-04Make this package build with tcl-8.4.7 and tk-8.4.7.minskim1-5/+5
2004-11-04Make this package build with tcl>=8.4.7.minskim1-3/+3
2004-11-02s/PHP5_VERSION/PHP_BASE_VERS/, to match php4 packagejdolecek3-7/+7
2004-11-01${PREFIX}/lib/php/Net might or might not exist, so remove it usingjdolecek1-1/+2
@unuexec ${RM} -rf
2004-11-01'data' items must be handled same way as 'test' and 'doc' - they are installedjdolecek1-1/+2
into BASE/data/<pkgname>/*
2004-11-01Deal with backslashes in the file names, translate them to forwardjdolecek1-1/+4
slashes. This is necessary e.g. for pear-DIME, which uses backslashes.
2004-11-01use shared pear package support framework for both php4 & php5; based onjdolecek2-11/+62
the former php4 version
2004-11-01default to full dependance on php for anything including this buildlinkjdolecek1-1/+4
2004-11-01Make sure to install the _CLI_ version to ${PREFIX}/bin/php, and _CGI_jdolecek3-14/+16
to ${PREFIX}/libexec/cgi-bin; install also couple more files same way as PHP4 Of particular note is that CLI ignores setting of register_argc_argv (treats as if it would be On), so it's no longer necessary to do anything special for Pear packages to work. g/c MESSAGE warning about the Pear issue.
2004-10-31add patches necessary to build php-imap with PHP5jdolecek3-1/+58
2004-10-31add a USE_PHP_EXT_PATCHES, which makes it possible to have and apply onlyjdolecek1-1/+10
extension-specific patches from php5/patches/
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek2-0/+84
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
2004-10-31fix build on IRIXrecht1-1/+4
patch based upon the one Georg Schwarz provided in PR pkg/27402
2004-10-30don't override LOWER_OPSYS, handle PY_PLATNAME in the same way asgrant4-36/+32
python23.
2004-10-30don't override LOWER_OPSYS just to set PY_PLATNAME. fixes broken PLISTgrant1-5/+3
on Solaris. addresses PR pkg/27053 from Robert Lillack.
2004-10-30Revised to build dynamic (in addition to static) libgnat if Ada languageshannonjr3-5/+10
frontend is built.
2004-10-30Revised to only define a full BUILDLINK_DEPMETHOD if USE_GCC_SHLIB is defined.shannonjr1-2/+7
2004-10-30During print-PLIST, output a comment for the tcl/lib directory.minskim1-1/+3
2004-10-30s/wip/lang/grant4-12/+12
2004-10-30Do not delete lib/tcl when deinstalled; it should be handled by lang/tcl.minskim2-4/+3
Bump PKGREVISION.
2004-10-30Create lib/tcl at post-install and add it to PLIST, because many otherminskim2-3/+6
tcl packages assume that this directory exists and never delete it when deinstalled. This fixes the tcl-fbsql build problem noted in recent bulk builds. Bump PKGREVISION.
2004-10-29Import PHP 5.0.2, based on the pkgsrc-wip PHP5 package.jdolecek11-0/+517
Some of the key features of PHP 5 include: * The Zend Engine II with a new object model and dozens of new features. * XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/). * A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa. * A brand new built-in SOAP extension for interoperability with Web Services. * A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL's new features, such as prepared statements. * SQLite has been bundled with PHP. For more information on SQLite, please visit their website. * Streams have been greatly improved, including the ability to access low-level socket operations on streams.
2004-10-29Not every implementation of find(1) accepts "file" and "link" asminskim1-2/+2
arguments to "-type"; use "f" and "l" instead.
2004-10-29Modify to build shared (and static) libgnatshannonjr3-5/+11
2004-10-28Fix depends, bump PKGREVISION.wiz1-3/+3
2004-10-28Remove double empty line.wiz1-2/+1
2004-10-28Make sure that STATIC_PERL is set to no on PowerPC platforms so thatjklos1-2/+5
it compiles properly on 2.0 and current systems. PowerPC processors have lots of registers, so this isn't even a loss at all.
2004-10-23Add -fPIC to CFLAGS to make this work on more architectures.kristerw1-2/+3
Bump PKGREVISION. Thanks to Masao Uebayashi for the patch.
2004-10-17Use the installed rather than bundled libltdl.tv1-2/+3
2004-10-17whitespace nittv2-4/+4
2004-10-17Always create empty .system.lock and .systemRootModFile (which randomlyrh1-1/+6
seem not to get extracted by the auto extractor.
2004-10-15Needs -ldl on Interix.minskim1-1/+2
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv4-10/+10
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-15Update linkage to libltdl, now in its own package.tv3-9/+9
2004-10-14Fix directory name for libtool-base explicit dependency.tv1-2/+2