summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2006-06-11Needs pkg-config.joerg1-1/+2
2006-06-09USE_TOOLS+=yaccminskim1-1/+2
2006-06-09Fixed pkglint warnings.rillig1-12/+13
2006-06-09bsd.prefs.mk only needs to be included once.rillig1-3/+2
2006-06-08Fixed some pkglint warnings.rillig3-19/+15
2006-06-07Disable shared library checking for this package because some of thetron1-1/+2
shared library for one of the included demos is missing.
2006-06-07Uses C++.joerg1-1/+2
2006-06-06Uses C++.joerg1-1/+2
2006-06-06Fixed pkglint warnings.rillig1-7/+7
2006-06-06Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ.jlam2-4/+12
2006-06-06Axe the included libffi and use the pkgsrc version. Simpler thanjoerg8-49/+133
trying to prevent using it or fixing conflicts. Bump revision.
2006-06-05Specify explicitly where openssl can be found.minskim1-2/+2
2006-06-05This package needs lex to build. Add it to USE_TOOLS.minskim1-2/+2
2006-06-04Remove logic to use the current installed Python as default.joerg1-47/+19
Always prefer the default version and fallback to the first entry of PYTHON_VERSIONS_ACCEPTED, which is supported by the current system. Also honour PYTHON_VERSIONS_ACCEPTED and _INCOMPATIBLE, when PYTHON_VERSION_REQD is used.
2006-06-04Remove ONLY_FOR_PLATFORM to give this wider exposure.joerg8-12/+187
Add DragonFly support. Use readline from pkgsrc. Bump revision.
2006-06-04Needs Python 2.2+joerg1-2/+2
2006-06-03Correct myself: it's INFO_FILES, not INFO_DIR. Ride earlier bump.joerg1-2/+2
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.