summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2005-11-02- Update to ruby 1.8.3.taca1-3/+2
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
2005-11-02- Update to Ruby 1.8.3 with several fixes after its releasetaca63-2753/+4785
(see CHANGES.pkgsrc file). - Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and ruby-openssl, conflicting with these packages. - Better handling for RI directories. - Use pkgsrc's TOOLS framework.
2005-11-02- Update to RUBY18_VERSION to 1.8.3.taca1-20/+32
- Replace LOCALBASE with PREFIX. - Add RUBY_RIDIR, RUBY_BASERIDIR, RUBY_SYSRIDIR and RUBY_SITERIDIR for document data directories of RI. - Add RUBY_VERSION and RUBY_VERSION_DEFAULT to MAKEFLAGS. - More Ruby related variables to substitution variables. - Don't set RUBY_VERSION_DEFAULT if it is already defined.
2005-11-02Use subst framework to process REPLACE_RUBY.taca1-29/+16
2005-11-02Replace LOCALBASE with PREFIX.taca1-11/+11
2005-11-02Added BUILDLINK_RECOMMENDED with current version of ruby.taca1-1/+2
2005-11-01Bump to nb8 for PCRE security issueadrianp5-3/+110
2005-11-01nb bump for security fixadrianp1-2/+2
2005-11-01Add devel/sysexits bl3.tv1-1/+2
2005-11-01Changed MASTER_SITES to sourceforge, as the old one is not availablerillig1-2/+4
anymore. The checksum of the tarball has changed, because the documentation has been updated and one #ifdef been added to the source. Therefore bumped PKGREVISION.
2005-10-31ICL069Q OPTIONS ARE THE MODERN THING TO DOtv2-1/+16
ON THE WAY TO UNISTD CORRECT SOURCE AND RESUBMIT
2005-10-30another attempt at slib init. use a real module, so that later usesgdt3-68/+11
from different modules will work. Export the same symbols as before, but obtain definitions from guile.init instead of home-grown.
2005-10-30Add patch to replace ice-9/slib.scm with a few lines to read slib'sgdt3-2/+405
guile.init. A bit hackish, but restores slib functionality, which should restore gnucash to working order. (The underlying problem is that slib 3a2 has new primitives that dialect-specific init files are supposed to define, and ice-9/slib.scm doesn't define one of them. The slib way is to read slib's guile.init, but guile's way was to have an implementation of the same interface, know known to be a moving target.) PKGREVISION++
2005-10-29Use EXTRACT_USING = pax, to avoir problem under 1.6.2tonio2-5/+6
Silent pkglint warnings
2005-10-27Update fetch text, COMMENT, and DESCR to match Sun's newer phrasing oftv5-17/+15
the product name and version on their download pages. Bump PKGREVISION.
2005-10-26Update wsbasic to 1.2.5. Patches provided by Geert Hendrickx.minskim5-58/+9
Changes: - patch-ab and patch-ac were incorporated.
2005-10-26Make this package build on NetBSD-1.6.2, and remove warning on Mac OSminskim3-1/+50
X and Solaris. Patches provided by Geert Hendrickx.
2005-10-26Update tcl-itcl to 3.2.1, a bug fix release.minskim12-485/+62
Also switch to Tcl/Tk 8.4.
2005-10-25Minor fixes, cosmetics and a reminderadam3-4/+5
2005-10-25Changes 5.5.1:adam5-24/+39
* Improvements
2005-10-25Support for profiling on sparc machine is not available only for netbsd, buttonio1-2/+2
supported on SunOS (the failure of bulk build comes from somewhere else).
2005-10-25profiling support is not available for sparc, so do not include PLIST.prof ontonio1-2/+3
sparc (showed by bulk build, and documented at http://caml.inria.fr/pub/docs/manual-ocaml/manual025.html)
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