summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-10-23Replaced $f with ${f} to fix a pkglint warning.rillig1-2/+2
2005-10-23Replaced $f with ${f} to fix some pkglint warnings.rillig1-3/+3
2005-10-23Added a @comment line to PLIST.Darwin. Removed trailing empty lines fromrillig4-7/+6
patch-af and patch-bb.
2005-10-23php regex is also necessary on Linux; pointed out by Ondrej Tumajdolecek1-2/+2
in private e-mail
2005-10-20profiling support is not available for solaris/i386tonio1-2/+3
2005-10-20Add RMD160 checksum.wiz2-2/+4
2005-10-20Add mpd.wiz1-1/+2
2005-10-19Bring back the "ssl" option so that the builder may have the *option* totv1-5/+10
turn it off. It's still on by default (in PKG_SUGGESTED_OPTIONS), so no PKGREVISION bump required.
2005-10-19use DIST_SUBDIR to avoid name clashes with MUSICPDis2-4/+5
2005-10-19Teach pkgsrc to modify the installed .packlist files so that if MANZ isjlam1-1/+34
"yes", then they list the compressed manpages. Implementation stolen from the PLIST MANZ-handling code in bsd.pkg.mk added by Stoned Elipot. This should fix pkg/31499.
2005-10-19musicpd calls its files mpd, alas!is1-2/+4
2005-10-19Split out the packlist-handling code from modules.mk into a separatejlam3-68/+83
packlist.mk file, and replace the custom code in perl5/Makefile that duplicated the same packlist handling to just use the routines in packlist.mk.
2005-10-19Add and enable wsbasic.minskim1-1/+2
2005-10-19Import wsbasic from pkgsrc-wip. Packaged by Geert Hendrickx.minskim5-0/+73
WSBasic is a BASIC interpreter written entirely in C++ without the use of lex or yacc.
2005-10-19Update to 1.4, based on PR 31335 by Victor I.wiz3-8/+11
Additional PLIST fixes. Changes in 1.4: An interesting new optimization: instances of user-defined classes are now really supported, i.e. their attributes keep type information and are stored quite compactly in memory. However, it only works so far with instances of a new type ``psyco.compact`` (which is subclassable). The line ``from psyco.classes import *`` has the effect of turning your classes into psyco.compact subclasses, too. Changes in 1.3: Includes support for Python 2.4 (and of course still for 2.1-2.3). As always comes with a few bug fixes, including a memory leak when using the profiler. Another good news is that the built-in functions that read the local variables -- locals(), eval(), execfile(), vars(), dir(), input() -- now work correctly!
2005-10-17Portability patchis3-3/+17
2005-10-17String-Pointer conversion patches from NetBSD sr packageis7-3/+116
2005-10-17Patches for 64bit cleanlinessis6-3/+78
2005-10-17Initial import of MPD-1.0.1. Might still have some problems on LP64.is16-0/+445
2005-10-16take maintainershipgdt1-2/+2
2005-10-16Buildlink ${RUBY} to ${BUILDLINK_DIR}/bin/ruby. It may help sometaca1-1/+10
configure scripts to detect ruby executable. This codes are kindly provided by jlam@.
2005-10-16Set USE_RUBY_DIST_SUBDIR to yes if it isn't defined yet.taca1-1/+6
2005-10-16Don't set to DIST_SUBDIR to ruby here.taca1-12/+14
o Change DIST_SUBDIR handling; introduce USE_RUBY_DIST_SUBDIR and set DIST_SUBDIR if USE_RUBY_DIST_SUBDIR is defined to /[yY][eE][sS]/. o Add more macros to replace in FILES_SUBST, MESSAGE_SUBST and PLIST_SUBST.
2005-10-16Fix bug in mbstring extension function mb_encode_mimeheader(), whichjdolecek2-1/+15
misinterpreted some Japanese characters as ASCII. PR: 31223 by Takahiro Kambe
2005-10-16use PHP-provided regex on Solaris, PHP doesn't build with system regexjdolecek1-1/+7
there PR: 31047 by Gilles Dauphin
2005-10-16Update patch-aa, which was forgotten during the updatetonio1-34/+13
2005-10-15Update lang/elk to 3.99.6tonio32-2081/+224
Update HOMEPAGE and MASTER_SITES 3.99.* use autoconf/automake and libtool. It should work on alpha and other 64 platforms Convert to use the option framework. Options xaw and motif enable xaw and motif widget support. Both imply x11 support. The update should fix PR 31750
2005-10-15Add a patch from the freebsd kaffe port maintainer (anholt) to fix kaffetonio2-1/+17
under freebsd x86_64
2005-10-14Update lang/maude to 2.1.1tonio3-23/+9
Let the package use the TOOLS facilities for flex and bison Changes in this version includes a few bugfixes, support for syntax for theories, and parser improvement Update fixes PR 31753
2005-10-14Update ghc to version 6.4.1kristerw3-9/+11
"6.4.1 is a bugfix release over 6.4. No library APIs have changed, so code that worked with 6.4 should continue to work with 6.4.1. Many, many bugs have been fixed relative to 6.4. Far too many to list here." Fixes PR pkg/31751.
2005-10-11Do-notiung commit to add the following note to cvs log:tv2-2/+2
Release notes are available at: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html
2005-10-11Update to 1.5.0_05. See Sun's site for release notes; too large for CVS log.tv6-26/+37
2005-10-11Move PLIST twiddling to pre-install step where it belongs.tv1-1/+3
2005-10-11Update kaffe-x11 to 1.1.6tonio1-2/+1
2005-10-11Update lang/kaffe to 1.1.6tonio10-186/+118
This release contains many improvements, including the merge with gnu classpath 0.18 Also, patches from PR 30585 have been integrated upstream. Thanks joerg for testing it under dragonfly
2005-10-10Use FreeBSD modus for DragonFly as well.joerg2-1/+12
2005-10-10Bump revision since the linking changed on DragonFly. Suggested byjoerg1-2/+2
jlam@.
2005-10-10Include errno.h and only define errno if that doesn't do the trick.joerg2-1/+17
2005-10-10Nuke last chunk of patch, it got appended by configure.joerg2-15/+4
2005-10-10Just use -pthread on DragonFly for thread linkage.joerg2-18/+16
2005-10-10Commit patch provided by Hauke Fath in PR pkg/31538 to updatejschauma4-19/+17
sun-j*13 to version 1_3_1_16 aka 1.0.16. Changes and bugs fixed, according to http://java.sun.com/j2se/1.3/ReleaseNotes.html#131_16 SIGSEGV in Type*Type::meet(const Type*)const+0x0 JVM crashes at assert(!n->is_Phi() && !n->is_CFG(),..) with java_g in 1.3.1_11 JVM stops merging state vectors for blocks where there's a monitor mismatch. Incorrect abstract interface semantics in JDK ValueHandler 1.3.1-only: JVM crashes during WTextComponentPeer.getText() using Citrix java.util.zip stream classes do not close default {De,In}flaters Unnecessary object retention in java.util.zip.Deflater Test CTE_REGTEST/Generic/4894903 is unpredictable Java 1.4.2 on RedHat Enterprise Linux 4.0 Beta-1 (32 bit) seg faults. different behavior among 1.3.1, 1.4.2 and tiger-b63 in Java plug-in for PrintJob JRE 1.3.1+ series Plugin Changes Windows registry settings of JRE 1.4.2+,that is already installed JNDI sending premature ABANDON after connection has closed
2005-10-08add inet6 to list of supported options; this effectively enables IPv6jdolecek2-3/+4
support by default, since the USE_INET6 mapping now properly kicks in
2005-10-08fix pluraljdolecek1-2/+2
2005-10-08Unfortunately PHP has several openssl hooks, which are only enabledjdolecek3-9/+13
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
2005-10-07Add a fix to LDAP extension build to properly detect LDAP capabilities,jdolecek2-1/+14
such as TLS support. Patch provided by Stoned Elipot in private e-mail.
2005-10-07Remove wiz's quick workaround for the --mandir.reed1-9/+1
Remove the --mandir setting for CONFIGURE_ARGS as this is now done by default (for GNU_CONFIGURE). Remove the man page staging from post-install (and the comment about this). The maintainer told me this was a workaround for older versions of tcl and that it is fixed now.
2005-10-07Package wants to override mandir, so setwiz1-1/+3
CONFIGURE_HAS_MANDIR= no
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-10-04Use CONFIGURE_HAS_MANDIR=NO because configure is oldreed1-1/+2
and does not know --mandir. (This still needs a patch that I have to commit.)
2005-10-04PECL modules have a real homepage. Set the default for PECL modules totv1-1/+5
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.