summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2004-12-12completely ignore system php.ini for all pear-related operations; thisjdolecek4-5/+16
is necessary to avoid being subject to e.g. open_basedir or safe_mode settings
2004-12-12abort do-install if pear install failsjdolecek1-2/+2
2004-12-12use PLIST_SRC+= so that setting PLIST_SRC setting in extension Makefilejdolecek1-2/+2
would have an effect; fixes php4-apc
2004-12-12Change ALL_TARGET to BUILD_TARGET.kristerw1-2/+2
2004-12-11The Open Group says that localtime_r() doesn't need to ensure thatjlam3-3/+22
the tz* related variables are initialized when it is invoked. In fact, Solaris does do this while NetBSD 2.0 does not. Explicitly call tzset() before calling localtime_r() to initialize the local timezone data. This fixes the output of: perl -e '$t = localtime($^T); print "$t\n";' ; date to always print the time in the local timezone twice instead of the first time in UTC and the second in the local timezone. Bump the PKGREVISION.
2004-12-11Add buildlink3.mk file, needed by wip/darcs.wiz1-0/+23
Closes PR 26624 by Roland Illig.
2004-12-10On NetBSD/alpha, building perl with -mieee causes perl to not passjlam1-1/+12
the test for integer.pm (pkg/28498). Until this is fixed in either NetBSD, GCC or perl, strip out -mieee from the compiler command line. This "fixes" pkg/28498.
2004-12-10On VAX, feeding a base "NaN" to nawk causes nawk to core dump sincejlam1-1/+17
it tries to interpret it as a number, which causes an FP exception. Fix this by replacing "NaN" with "*NaN*" which hides the problem. This makes perl Configure and build correctly on NetBSD-2.0/vax. Fix provided by John Klos in private email.
2004-12-10Don't bother with using perl5/module.mk and PERL5_PACKLIST to generatejlam2-25/+26
the PLIST and use custom post-install code instead. This avoids needing to guess at the correct value PERL5_ARCHLIB before perl has been configured and built. This should fix PR pkg/28433.
2004-12-10Nuke bsd.perl.mk... we compute these values where they're needed injlam2-13/+3
perl5/buildlink3.mk already, so no need to generate this file to be included by bsd.pkg.mk anymore. Bump the PKGREVISION.
2004-12-10This is configured with -with-thread. Include pthread.buildlink3.mkuebayasi1-1/+2
here explicitly.
2004-12-07I haven't maintained this in a very, very long time.groo1-2/+2
2004-12-06Update Inform to 6.30.2, courtesy of patches from David Griffithnathanw6-270/+268
(to whom I apologize for being very slow with this). Also addresses PR pkg/24631.
2004-12-06Fix some wrong variable (eg. LOWER_OPSYS -> PY_PLATNAME) names sneaked inrecht1-8/+8
by print-PLIST.
2004-12-05add Python 2.4recht2-5/+42
2004-12-05+python24, python24-pthrecht1-1/+3
2004-12-05initial import of Python 2.4 (threaded version)recht18-0/+755
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled with support for threads.
2004-12-05initial import of Python 2.4recht24-0/+4301
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction to programming in Python you are referred to the Python Tutorial. The Python Library Reference documents built-in and standard types, constants, functions and modules. Finally, the Python Reference Manual describes the syntax and semantics of the core language in (perhaps too) much detail. Python's basic power can be extended with your own modules written in C or C++. On most systems such modules may be dynamically loaded. Python is also adaptable as an exten- sion language for existing applications. See the internal documentation for hints. This package has been compiled without support for threads.
2004-12-05Import minimum change from ruby-rexml's changes:taca4-3/+76
- Fix Iconv::iconv error with "Shift_JIS" processing. - Fix method name mistake. - As ruby-rexml, rexml/encodings/SHIFT_JIS is now simply loads SHIFT-JIS.rb in the same directory. Bump package revision.
2004-12-05Improve.wiz1-6/+7
2004-12-05Restore package dependency sentence.taca1-1/+2
Thanks Timothy Lee Roden very much, reminding me correct English syntax.
2004-12-04Print a comment for the removal of the lib/ocaml directory in packagesjmmv1-1/+4
depending on this one.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca2-24/+24
2004-12-04Simplify description removing ambiguous sentence.taca1-2/+1
2004-12-04- Introduce RUBY_DLEXT which is used to replace suffix of Ruby'staca1-3/+13
extention library. It will be used for Darwin support. - Change RUBY_VERSION_LIST from space separated list to comma separated list.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz33-71/+71
Suggested by Roland Illig, ok'd by various.
2004-12-01Add RUBY_VERSION_LIST, list of supported ${RUBY_VER}.taca1-1/+6
2004-12-01Update to 1.6.6:wiz3-7/+7
Changes since Guile 1.6.5 (changes in 1.6.6): * Changes to the distribution ** srfi-39 should work now - a file was missing from the distribution. ** A libltdl related build problem has been fixed. * Changes to the C interface ** A bug has been fixed that caused uvec_equalp to function improperly. ** In scm_charnames and scm_charnums, sp is now an alias for space.
2004-12-01Correct typo in mk.conf variable name. PR#28484 by Yasushi Oshima.cube1-2/+2
2004-11-30Fixed building on systems with shared libraries named different than .soadam4-11/+24
2004-11-30To be on the safe side, bump PKGREVISION for previous.wiz2-4/+4
2004-11-30Set PTHREAD_AUTO_VARS to make this linkwiz2-2/+4
against libpthread again after recent pthread.bl3.mk rototillage. From jlam.
2004-11-30Move out zlib extention library to ruby-zlib package.taca3-6/+7
Bump package revision.
2004-11-29Updated to 0.12, based on PR 28446 by pancake:wiz3-7/+7
New in release 0.12 (Nov 14, 2004) * GNU Classpath's JAR implementation now has preliminary support for signed entries, for so called "signed JAR" file support. Signed JAR files are one of the key security features of managed runtimes, and allows code to run privileged given unforgeable proofs of identity. * A much improved version of X.509 certificates has been added, including a robust certificate path checking algorithm. Also included is an implementation of the RSA signature scheme. * Full java.awt.color implementation, with all standard ICC profiles, except for PhotoYCC color space. * java.beans 1.4 updates and bug fixes. * java.awt.image support updated to 1.4. * Improved build process. Uses less memory with gcj and C code is buildable with -Werror on most platform. Please configure with --enable-Werror and report any remaining issues. * Big-endian (PowerPC) fixes for native awt GTK+ peers. * Checkstyle support, see scripts/checkstyle-config.xml. * Better AWT focus management fro GTK+ peers. * Much faster and better fonts support (for both gdk Graphics and cairo Graphics2D) * AWT Choice fixes for hidden components. * HTTP Connection Handler fixes for POST support. * Much fuller collection documentation. * Lots of Calendar bug fixes. * More javax.imageio support. * Better AWT Help MenuBar support. * Lookahead support for regular expressions. * Serialization object stream fixes for multiple ClassLoader scenarios. * Swing TabbedPane, ColorChooser and ComboBox improvements. * Start of JTree functionality. * Improved Eclipse 3 support for GNU Classpath based runtimes.
2004-11-29Post-patch removed, since there is no mkLinks script any moreadam1-16/+1
2004-11-29Remove includeing ncurses's buildlinke3.mk file. It was addedtaca1-3/+1
while creating new framework and completely obsoleted by separating ruby-curses package.
2004-11-29Make it works on Solaris. Not tested well.taca3-5/+33
- generate proper libruby shared library. - make it sure link extention libraries with RPATH to libruby.so.
2004-11-29- set RUBY_REQD proper value.taca2-8/+15
- use RUBY_REQD in buildlink3.mk. Fix RUBY_REQD undefined in some case.
2004-11-29Allow selecting sub-directory on MASTER_SITES with RUBY_SITE_SUBDIR.taca1-14/+15
2004-11-28buildlink2 is D-E-A-D.jlam1-16/+0
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam2-4/+4
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-28Add MESSAGE_SUST as PLIST_SUBST here.taca1-1/+3
2004-11-28Finish move of SmartEiffel from smarteiffel to SmartEiffel directory.wiz7-2762/+3
2004-11-28Re-import under directory name matching PKGNAME.wiz6-0/+2759
2004-11-28Re-add smalleiffel. I don't know enough about Eiffel to make itswiz11-1/+1028
two dependencies work with SmartEiffel instead.
2004-11-28Add patches from darwinports/fink to make the posixmodule work on Darwin/recht13-28/+816
OSX and build the libpython as dynamic library. While at it also fix the PLIST for Darwin/OSX.
2004-11-28Fix MASTER_SITE_RUBY to use proper version directory.taca1-14/+14
2004-11-28delete ruby-base pacakge now.taca1-2/+1
2004-11-28Removing ruby-base package since this is obsolete with new frameworktaca21-1082/+0
for Ruby packages.