summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10* Default PKGNAME will be set to ${RUBY_PKGPREFIX}-${DISTNAME}.taca1-3/+28
* RUBY_HAS_ARCHLIB is deprecated. * Add support of both ruby18 and ruby19.
2010-09-10Use RUBY_API_VERSION for BUILDLINK_ABI_DEPENDS instead of RUBY_VERSION.taca1-2/+2
2010-09-10* Add support for Ruby 1.9.x and update 1.8.7.302 (1.8.7 patchlevel 302).taca1-60/+108
Ruby's patchlevel N reflect as "plN" instead of ".N" from Ruby 1.9. ruby18-base-1.8.7.302 ruby19-base-1.9.2pl0 Still Ruby 1.9.2pl0 support is disabled. * Introduce RUBY_API_VERSION. * RUBY_BUILD_RDOC and RUBY_BUILD_RI controls build of rdoc/ri. But, currently ruby18-base and ruby19-base according to PKG_OPTION. * Define rubygem supporting macros. * RUBY_HAS_ARCHLIB is deprecated. * Many directory macros are changed to relative path against PREFIX and some of them are their name.
2010-09-10Allow RUBY_ENCODING_ARG to add extra option to shbang line.taca1-1/+6
2010-09-10Move misc/rubygems/rubygem.mk as lang/ruby/gem.mk.taca1-0/+289
* Many directory macro, such as GEM_DOCDIR and GEM_LIBDIR are changed to relative path against PREFIX. * RUBYGEM_OPTIONS could be set from pkgsrc's Makefile. * RUBY_BUILD_RDOC and RUBY_BUILD_RI controls build of rdoc/ri. But, currently ruby18-base and ruby19-base according to PKG_OPTION. * Assume name of commands gem18/rake18 or gem19/rake19. * GEM_BUILD's default has changed from rake to gemspec. Most of rubygem based pacakges would be installed via gem command. * USE_RAKE controls the needs of the rake command. * MASTER_SITES now use http://rubygems.org/downloads/ first. * Check existence of GEM_DOCDIR before execute find(1). * Deprecate RUBYGEM_PKGPREFIX which was defined the same as RUBY_PKGPREFIX in long term. * PRIVILEGED_STAGES isn't set "clean" any more. misc/rubygems/rubygem.mk will be removed later.
2010-09-10Force to use select(2) instead of poll(3) for Interix.obache1-1/+4
2010-09-10Note update of www/contao29-translations package to 20100909.taca1-1/+2
2010-09-10Update contao29-translations pacakge to 20100909.taca4-13/+15
Update Bulgarian and Hungarian language files.
2010-09-09Updated time/p5-Time-Progress to 1.6sno1-1/+2
2010-09-09Updating time/p5-Time-Progress from 1.5nb1 to 1.6sno2-9/+8
pkgsrc changes: - adjust license definition Upstream changes: 1.6 Wed Sep 8 2010 - fixed helpers (note by Andreas Koenig)
2010-09-09Updated net/p5-Net-Ident to 1.23sno1-1/+2
2010-09-09Updating net/p5-Net-Ident from 1.20nb4 to 1.23sno3-21/+6
pkgsrc changes: - remove patch which remove a sub signature - it's fixed upstream Upstream changes: 1.23 Sun Jun 13 2010 - Setting values for read only tied hash %! is illegal. removing code. 1.22 Fri Jun 11 09:00:00 CST 2010 - Remove Apache (mod_perl) as a dep for this module 1.21 Fri Jun 11 01:00:00 CST 2010 - Move sub around to fix prototyping bug. - Remove broken ident hosts from list so tests don't break. Right now i know of no working public ident hosts. Patches welcome! - Update Makefile.PL with new options - Add META.yml to module - use %! to determine if error was EINPROGRESS to function in other languages
2010-09-09Updated textproc/p5-Pod-Tree to 1.17sno1-1/+2
2010-09-09Updating textproc/p5-Pod-Tree from 1.16nb1 to 1.17sno2-7/+7
pkgsrc changes: - add license definition Upstream changes: 1.17 2010 Jun 21 pods2html - quote paths in REs
2010-09-09Updated databases/p5-perl-ldap to 0.40.01sno1-1/+2
2010-09-09Updating databases/p5-perl-ldap from 0.39nb1 to 0.40.01sno2-10/+10
pkgsrc changes: - mark dependencies satisfied by Perl5 Core - add license definition Upstream changes: 0.4001 -- Wed Mar 24 14:54:35 CDT 2010 * Update Module::Install and generate META.yml 0.40 -- Thu Mar 11 20:56:28 CST 2010 * Avoid 'cookie parsing error' on OpenLDAP 2.3 [Mathieu Parent] * Added e-syncRefreshRequired constant [Mathieu Parent] * Minor typo fix in documentation [Quanah Gibson-Mount] * Update CREDITS for Mathieu Parent * Remove runtime dependency on DATA handle for constants * Clarify documentation for gen_password * Allow caller to pass Authen::SASL client_new object * fix typo [Peter Marschall] * use current IO::Socket::SSL's method start_SSL instead of deprecated function socketToSSL; raise required IO::Socket:SSL version appropriately [Peter Marschall] * FilterMatch.pm: fix regex treatment in _{cis,exact}_substrings(). [Peter Marschall] * FilterMatch.pm: correct # of args in function declarations/definitions [Peter Marschall] * Don't duplicate documentation [Mathieu Parent] * Added numcmp option to compare attributes numerically. [Kartik Subbarao] * Avoid infinite loop when authenticating with EXTERNAL mechanism * Add Net::LDAP::Extension::Refresh as described in RFC2589 [Etienne Bagnoud] * RT#40068 Fix tests to work with 2.4.11 * Add ldif method to Net::LDAP::Entry * RT#46111 Make LWP::Protocol::ldap return ldif when requested * RT#51165 Compact multiple consecutive spaces in Net::LDAP::Util::canonical_dn * RT#46125 Add LWP::Protocol::ldaps to support ldaps: urls * RT#44110 Fix Net::LDAP::LDIF->current_lines
2010-09-09Updated lang/perl5 to 5.12.2sno1-1/+2
2010-09-09Updating lang/perl5 from 5.12.1nb2 to 5.12.2sno3-8/+8
Upstream changes: Incompatible Changes There are no changes intentionally incompatible with 5.12.1. If any exist, they are bugs and reports are welcome. Core Enhancements Other than the bug fixes listed below, there should be no user-visible changes to the core language in this release. Modules and Pragmata New Modules and Pragmata This release does not introduce any new modules or pragmata. Pragmata Changes In the previous release, no VERSION; statements triggered a bug which could cause feature bundles to be loaded and strict mode to be enabled unintentionally. Updated Modules Carp Upgraded from version 1.16 to 1.17. Carp now detects incomplete caller() overrides and avoids using bogus @DB::args. To provide backtraces, Carp relies on particular behaviour of the caller built-in. Carp now detects if other code has overridden this with an incomplete implementation, and modifies its backtrace accordingly. Previously incomplete overrides would cause incorrect values in backtraces (best case), or obscure fatal errors (worst case) This fixes certain cases of Bizarre copy of ARRAY caused by modules overriding caller() incorrectly. CPANPLUS A patch to cpanp-run-perl has been backported from CPANPLUS 0.9004. This resolves [perl #55964] and [perl #57106], both of which related to failures to install distributions that use Module::Install::DSL. File::Glob A regression which caused a failure to find CORE::GLOBAL::glob after loading File::Glob to crash has been fixed. Now, it correctly falls back to external globbing via pp_glob. File::Copy File::Copy::copy(FILE, DIR) is now documented. File::Spec Upgraded from version 3.31 to 3.31_01. Several portability fixes were made in File::Spec::VMS: a colon is now recognized as a delimiter in native filespecs; caret-escaped delimiters are recognized for better handling of extended filespecs; catpath() returns an empty directory rather than the current directory if the input directory name is empty; abs2rel() properly handles Unix-style input. Utility Changes * perlbug now always gives the reporter a chance to change the email address it guesses for them. * perlbug should no longer warn about uninitialized values when using the -d and -v options. Changes to Existing Documentation * The existing policy on backward-compatibility and deprecation has been added to perlpolicy, along with definitions of terms like deprecation. * "srand" in perlfunc's usage has been clarified. * The entry for "die" in perlfunc was reorganized to emphasize its role in the exception mechanism. * Perl's INSTALL file has been clarified to explicitly state that Perl requires a C89 compliant ANSI C Compiler. * IO::Socket's getsockopt() and setsockopt() have been documented. * alarm()'s inability to interrupt blocking IO on Windows has been documented. * Math::TrulyRandom hasn't been updated since 1996 and has been removed as a recommended solution for random number generation. * perlrun has been updated to clarify the behaviour of octal flags to perl. * To ease user confusion, $# and $*, two special variables that were removed in earlier versions of Perl have been documented. * The version of perlfaq shipped with the Perl core has been updated from the official FAQ version, which is now maintained in the briandfoy/perlfaq branch of the Perl repository at git://perl5.git.perl.org/perl.git. Installation and Configuration Improvements Configuration improvements * The d_u32align configuration probe on ARM has been fixed. Compilation improvements * An "incompatible operand types" error in ternary expressions when building with clang has been fixed. * Perl now skips setuid File::Copy tests on partitions it detects to be mounted as nosuid. Selected Bug Fixes * A possible segfault in the T_PRTOBJ default typemap has been fixed. * A possible memory leak when using caller() to set @DB::args has been fixed. * Several memory leaks when loading XS modules were fixed. * unpack() now handles scalar context correctly for %32H and %32u, fixing a potential crash. split() would crash because the third item on the stack wasn't the regular expression it expected. unpack("%2H", ...) would return both the unpacked result and the checksum on the stack, as would unpack("%2u", ...). [perl #73814] * Perl now avoids using memory after calling free() in pp_require when there are CODEREFs in @INC. * A bug that could cause "Unknown error" messages when "call_sv(code, G_EVAL)" is called from an XS destructor has been fixed. * The implementation of the open $fh, '>' \$buffer feature now supports get/set magic and thus tied buffers correctly. * The pp_getc, pp_tell, and pp_eof opcodes now make room on the stack for their return values in cases where no argument was passed in. * When matching unicode strings under some conditions inappropriate backtracking would result in a Malformed UTF-8 character (fatal) error. This should no longer occur. See [perl #75680] Platform Specific Notes AIX * README.aix has been updated with information about the XL C/C++ V11 compiler suite. Windows * When building Perl with the mingw64 x64 cross-compiler incpath, libpth, ldflags, lddlflags and ldflags_nolargefiles values in Config.pm and Config_heavy.pl were not previously not being set correctly because, with that compiler, the include and lib directories are not immediately below $(CCHOME). VMS * git_version.h is now installed on VMS. This was an oversight in v5.12.0 which caused some extensions to fail to build. * Several memory leaks in stat() have been fixed. * A memory leak in Perl_rename() due to a double allocation has been fixed. * A memory leak in vms_fid_to_name() (used by realpath() and realname()) has been fixed.
2010-09-09Use bundled M::I to avoid cyclic dependencysno1-2/+2
2010-09-09Updated fonts/font-util to 1.1.1joerg2-3/+3
2010-09-09font-util-1.1.1:joerg3-26/+24
Add a bunch of macros for common code. Fix passing of hexadecimal arguments to bdftruncate
2010-09-09Updated fonts/font-sony-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-sony-misc-1.0.1: move to share/fontsjoerg6-54/+13
2010-09-09Updated fonts/font-mutt-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-mutt-misc-1.0.1: move to share/fontsjoerg6-58/+17
2010-09-09Updated fonts/font-jis-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-jis-misc-1.0.1: move to share/fontsjoerg6-52/+11
2010-09-09Updated fonts/font-isas-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-isas-misc-1.0.1: move to share/fontsjoerg6-53/+12
2010-09-09Updated fonts/font-ibm-type1 to 1.0.1joerg2-3/+3
2010-09-09Update to font-ibm-type1-1.0.1: Move to share/fonts.joerg3-17/+17
2010-09-09Updated fonts/font-dec-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-dec-misc-1.0.1: Move to share/fontsjoerg6-52/+11
2010-09-09Updated fonts/font-daewoo-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-daewoo-misc-1.0.1: Move to share/fontsjoerg6-50/+12
2010-09-09Updated fonts/font-cursor-misc to 1.0.1joerg2-3/+3
2010-09-09Update to font-cursor-misc-1.0.1: move to share/fonts.joerg6-55/+9
2010-09-09Updated fonts/font-bitstream-type1 to 1.0.1joerg2-3/+3
2010-09-09Update to font-bitstream-type1-1.0.1: Move to share/fontsjoerg3-25/+25
2010-09-09Updated fonts/font-bitstream-75dpi to 1.0.1joerg2-3/+3
2010-09-09Update to font-bitstream-75dpi-1.0.1: Move to share/fonts.joerg6-78/+37
2010-09-09Updated fonts/font-bitstream-100dpi to 1.0.1joerg2-3/+3
2010-09-09Update to font-bitstream-100dpi-1.0.1: Move to share/fontsjoerg6-78/+37
2010-09-09Updated fonts/font-bh-type1 to 1.0.1joerg2-3/+3
2010-09-09Update to font-bh-type1-1.0.1: Move to share/fonts.joerg3-33/+33
2010-09-09Updated fonts/font-bh-ttf to 1.0.1joerg2-3/+3
2010-09-09Update to font-bh-ttf-1.0.1: Move to share/fontsjoerg3-21/+21
2010-09-09Updated fonts/font-bh-lucidatypewriter-75dpi to 1.0.1joerg2-3/+3
2010-09-09Upadte to font-bh-lucidatypewriter-75dpi-1.0.1: Move to share/fontsjoerg6-190/+149
2010-09-09Updated fonts/font-bh-lucidatypewriter-100dpi to 1.0.1joerg2-3/+3