summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg3-8/+10
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Use install framework for info pages. Bump revision.joerg1-1/+4
2006-06-02Uses C++.joerg1-1/+3
2006-06-01Uses C++.joerg1-1/+3
2006-06-01Allow a PECL PHP extension package to specify its own DISTNAME by settingjlam1-2/+3
PECL_DISTNAME.
2006-06-01Inspecting the setup.py file, one can see that python23 and python24jlam3-47/+55
only build certain modules if the platform is *not* 64-bit. Correct the PLIST for those cases. This should fix the build on non-64bit, non-x86 platforms, e.g. powerpc.
2006-06-01On Linux, -ldl must be included into the libtool archive to make otherrillig6-35/+48
packages work, for example games/fillet-ng. This fixes PR 31171. Bumped PKGREVISION.
2006-05-29Use the installed version of libkaffevm and be a bit less aggressivejoerg3-9/+32
in kaffe-x11 when not building parts of the tree. Fixes build issues on DragonFly, but doesn't affect the binary package.
2006-05-29Expects bash. Use portable way to initialise a recursive mutex.joerg4-4/+74
DragonFly is a BSD as well. Bump revision.
2006-05-29Update to pyrex-0.9.4.1.joerg2-8/+7
Changes in 0.9.4.1: Tiny bugfix to correct a tab/space problem in the distutils extension. Changes in 0.9.4: LValue Casting Is Dead I have redesigned the code generator to eliminate the need for lvalue casting. This means that Pyrex-generated code should now be gcc4-compatible, although I haven't tested this. Let me know if you find any remaining lvalue casts; they should be fairly easy to fix now. C++ Compilable The generated code should now be compilable as either C or C++ without errors (although there may still be warnings). However, note that you can still only call C++ functions if they have been declared "extern C", even if you compile the Pyrex output as C++. I hope to introduce some C++ interface features soon. and more.
2006-05-28Use REQD_DIRS instead of OWN_DIRS. Bump revision.joerg1-7/+8
2006-05-28Update to 5.0.7. Release notes available via WWW:tv5-17/+20
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2006-05-26Use PKGMANDIR.reed2-8/+13
2006-05-26-uses c++drochner2-3/+43
-install documentation, bump PKGREVISION submitted by Ben Collver per PR pkg/33557 and pkg/33559
2006-05-23add patch for WDDX non-ASCII serializer/deserializer problem, reportedjdolecek2-1/+16
as PHP Bug 37569 and 37571
2006-05-23make sure no java compiler will be found unless the java option is selectedtonio1-1/+3
2006-05-23Binary relocation fails on my NetBSD 3_STABLE i386 box. Disable it for now.rumble1-1/+2
2006-05-23Update lang/chicken to 2.3, patch from PR 33533 by Peter Bextonio5-34/+13
In Changelog: - Many bugfixes - chicken-config was removed, "csc" providing the same functionality - option -objc generates files in Objective-C mode - options '-framework', '-rpath'... ...
2006-05-23Replaced _FETCH_MESSAGES with FETCH_MESSAGE.rillig1-9/+4
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam4-14/+8
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-21Add bin/jamvm-java to PLIST. Bump revision.joerg2-2/+4
2006-05-21USE_LANGUAGES=c c++; remove empty post-install target.wiz1-3/+3
2006-05-20Fixed pkglint warnings.rillig2-13/+13
2006-05-20Fixed the path to the AWK interpreter in addr2name.awk. Bumpedrillig1-2/+8
PKGREVISION.
2006-05-19Added more documentation. Bumped PKGREVISION.rillig2-5/+95
Patch provided by Raphael Langerhorst in PR 33508.
2006-05-19Added plenty of documentation, which is always good to have for arillig2-4/+193
programming language. Bumped PKGREVISION.
2006-05-19+ splrillig1-1/+2
2006-05-19Imported spl from PR 33508.rillig5-0/+115
SPL is a powerful scripting language. It is very feature-rich (hashes, regular expressions, objects, exceptions, built-in template language, etc. pp.) and has a c-style syntax. The Name "SPL" is a left-recursive acronym and expands to "SPL Programming Language". The name was meant to be pronounced as an acronym, but I've already heard people pronouncing it "spell", which is also fine with me. The SPL VM is a pure bytecode interpeter. Support for JIT compilation or generating machine code for the host CPU is not planed and doesn't make much sense for various technical reasons. The entire SPL toolchain (compiler, assembler, virtual machine, etc) is pretty small (about 100k on x86 architectures). The additional memory usage by the applications is rather small too. One of the more advanced VM features is the capability to dump the entire VM state to a file and resume later. It is even possible to resume on another machine with a different architecture. SPL has support for loadable modules. The spl package contains already modules for stuff such as accessing SQL databases (SQLite, Postgres, MySQL), XML (incl. XPATH and XSLT), Terminal and File IO, Web Application development (the CGI, WSF and W2T (Web 2.0 Toolkit) modules), SDL, Qt and much more. SPL currently supports Linux,BSD Systems, other POSIX environments, MacOS-X (Darwin), SGI IRIX, Cygwin and native Win32 (using MinGW). Packaged by Raphael Langerhorst.
2006-05-18Remove BROKEN_IN, builds in current 3.0 bulk builds.wiz1-3/+1
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz3-6/+6
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18Vee need morr spasssse.is2-2/+24
2006-05-18move the Size to mpd-language/, too.is1-2/+3
2006-05-17Use PKGNAME_NOREV for DIST_SUBDIR (instead of just PKGNAME).reed2-6/+6
As reported by Christopher W. Richardson on tech-pkg.
2006-05-16fix the use to == for test(1)tonio2-4/+13
2006-05-16there is no need to include bsd.prefs.mk here, now that java-env.mk includes ittonio1-3/+1
2006-05-16explicitly include bsd.prefs.mk do that java-env.mk alternative stuff do worktonio1-8/+9
Thanks rillig !
2006-05-16Tarball on php.net has changed to include the pear installation fileadrianp2-21/+7
Modify the package to not seperately fetch the pear file from php.net Problem found by Christopher W. Richardson on tech-pkg@ Bump PKGREVISION
2006-05-16Fix build with recent kaffe changes:joerg4-3/+30
- some header files are not used and don't even exist - classlib is not shipped anymore.
2006-05-16Fix build on DragonFly and possibly also on FreeBSD.joerg2-5/+24
2006-05-16Should work on DragonFly as well.joerg1-2/+2
2006-05-16Update lang/classpath and lang/classpath-gui to 0.91tonio5-60/+26
New in release 0.91 (May 14, 2006) (See the ChangeLog file for a full list of changes.) * Experimental activation (java.rmi.activation) support, including RMI activation daemon and persistent naming service tools. * Experimental printing support: The API implementation of the javax.print packages has been finished and work on the printing provider implementation started. Currently supported features from the Java Print Service API are print service discovery (CUPS registered printers), single document print jobs and support for client-formatted print data. An example application (see: examples/gnu/classpath/examples/print/Demo) has been added to show the API usage for service discovery and printing of files. * The GTKToolkit now gives access to the both the system clipboard and system selection. * Custom mouse cursor support has been added to the gtk+ peers. And cursors can now also be set on light-weight components. * Free Swing improvements: Support for OceanTheme has been mostly completed and turned on as default Metal theme. X11-style Copy and Paste behavior in text components with the middle mouse button. Support cursor changes on various components when resizing. Support for Look and Feel window decorations has been added. * Updated locale data information to CLDR 1.3. * Various bugs in Classpath's SecureRandom implementations have been fixed; that class now respects the "securerandom.source" security property and the "java.security.egd" system property. * Support for assistive technologies has been added to AWT and Swing.
2006-05-15Don't mess with panedwindow.n from tk during installation.joerg2-3/+12
Fixes correct objection from CHECK_FILES.
2006-05-15Fix buildlink DEPENDS versioning (these originally came from the sun-*tv2-5/+5
incarnations).
2006-05-15Add note declaring that patches are not allowed here.tv2-0/+14
2006-05-15Add scsl-jdk15 and scsl-jre15, SCSL licensed versions of sun-jdk15 andtv16-1/+1712
sun-jre15, but running natively on NetBSD (so far).
2006-05-15USE_LANGUAGES=c++ghen1-1/+3
2006-05-15Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim1-2/+7
2006-05-14Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim3-5/+13
2006-05-14Fix CHECK_FILES buildseb1-7/+9
- use REQD_DIRS instead of OWN_DIRS as the latter ends up in CHECK_FILES_SKIP causing a check-files error (files both listed in PLIST and CHECK_FILES_SKIP are reported as an "error"). Besides OWN_DIRS creation at ADDing time is subject to PKG_CONFIG setting, so these directories might not be created which would cause problems. - Add $JAVA_HOME/lib/$MACHINE_ARCH/client/classes.jsa to CHECK_FILES_SKIP
2006-05-13Switch to the bz2 compressed tarball. I've verified the contents are theskrll2-5/+6
same as the gzip compressed one used previously (and the one from the MASTER_SITE which is 2 bytes longer!?!). Thanks to rui for pointing out where to get it the "old" gzip tarball.