summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-06-07Needs a bash.hasso1-2/+2
2009-06-06Update to 0.40, set LICENSE to gnu-lgpl-v2.1.wiz3-25/+26
This is a minor bugfix release. It fixes some issues with some of the example programs and removes some bash-specific constructs from the user-contributed mozilla_helper.sh script.
2009-06-06Allow apel to build with emacs23.minskim1-2/+2
2009-06-05update url of kent university mirrorservice.zafer1-2/+2
2009-06-05Don't depend on presence of stdbool.h (or C99 support).joerg2-3/+4
Fixes build on Solaris.
2009-06-05No __attribute__ in portable code.joerg1-9/+5
2009-06-05update to 2.20.3drochner4-36/+12
changes: -bugfixes -translation updates
2009-06-05Need workaround for Upstream Bug#562310.obache1-1/+5
Noticed by John D. Baker in PR 41475.
2009-06-04sortjnemeth1-2/+2
2009-06-03Remove build dependency on gtk-doc, related to PR#41475.obache4-11/+18
It comes from upstream Bug#562310: http://bugzilla.gnome.org/show_bug.cgi?id=562310 Availability detection of `gtkdoc-rebase' command is depend on the behaviour of `which' command, if `which gtkdoc-rebase' return false, do nothing. It is known as not works as expected on Darwin and Solaris, then failed in unwanted gtkdoc-rebase execution, and abort. It is already fixed in upstream gtk-doc repository, but not released yet(1.12?). So, some packages may contain and be using un-fixed gtk-doc.* files. For easy to determine whether it is fixed or not, check gtk-doc.make contains following commit (not using 'which gtkdoc-rebase', but $(GTKDOC_REBASE) macro): http://git.gnome.org./cgit/gtk-doc/commit/?id=ef5f56ca5fd4a077e6f7a374e8dd333b7a6a8d42
2009-06-02Only check PKG_BUILD_OPTIONS.apr-util if apr1 option is enabled. Nogdt1-2/+2
change to default build.
2009-06-02Restore support for apr0 via the SUGGESTED apr1 option.gdt4-12/+31
Do not include logic to auto-enable apr1 if the option apache22 is defined because apache22 does not appear to be a valid option. Do not force apr1 if serf is selected. Instead, fail and force the user to choose consistent options. No PKGREVISION because apr1 is the default and the resulting package is unchanged. apr0 support not tested.
2009-06-02pkgsrc changes:sno3-51/+6
- Updating package for p5 module ExtUtils::MakeMaker from 6.50 to 6.52 - remove patches/patch-af, 40698 seems to be solved upstream except t/INSTALL_BASE.t, which may marked invalid as belonging to fix for RT #40698 Upstream changes: 6.52 Sat May 30 11:22:04 PDT 2009 Docs * Documented CONFIGURE_REQUIRES (Alexandr Ciornii) * Modnerized the docs for PREREQ_PM 6.51_04 Sun May 24 14:04:11 PDT 2009 Other * All work on INSTALLHTML* has been reverted pending a fix for [rt.cpan.org 45600] 6.51_03 Sat May 23 22:38:26 PDT 2009 Bug Fixes * Building *.C files was broken in 6.37. [rt.cpan.org 45557] Thanks to Rajesh Mandalemula for spotting it. New Features * Optional parameter CONFIGURE_REQUIRES was added, to control this section in META.yml (Alexandr Ciornii) 6.51_02 Mon Apr 13 21:19:56 PDT 2009 Bug Fixes * Fix a minor bug with the new PERM_DIR stuff which caused EUI to think PERM_DIR was an install skip file. * A Win32 function call in the last alpha broke Win32 builds. 6.51_01 Fri Apr 10 14:30:27 PDT 2009 New Features * Module installation will not be stopped by a broken Pod::Man. Man pages will just not be installed. [rt.cpan.org 43546] (Jesse Vincent) * vim swap files, *.swp, will now be ignored by MakeMaker. * Added PERM_DIR to control permissions on directories. [rt.cpan.org 3927] (Rajesh Mandalemula) Feature Changes * Modules in PREREQ_PM are no longer loaded in order to figure out their version. parse_version() is used instead. [rt.cpan.org 44646] * PPD files generated with "make ppd" now use the new REQUIRES key rather than the now deprecated DEPENDENCY. [rt.cpan.org 25179] (GAAS) * PPD files no longer contain the deprecated OS tag. * fixin is a bit less restrictive allowing things like #!perl5.8.8 and #!perl-debug [rt.cpan.org 29442] * Remove the unused perm_rw() and perm_rwx() methods. Bug Fixes * On 5.10 "make ppd" would generate the wrong ARCHITECTURE saying the version is 5.1 instead of 5.10. * Our pod2man emulation now requires an argument to --perm_rw. [rt.cpan.org 35190] (imacat) * DISTVNAME was documented as a WriteMakefile() param but you'd get a warning if you tried to use it. [rt.cpan.org 43217] * Better support for parallel make installs. [rt.cpan.org 32758] (Brendan O'Dea) * parse_version() will now skip uses of $VERSION in conditions [rt.cpan.org 9452] (jc@unser.net) * The architecture mismatch warning could show up on Win32 due to long vs short filenames being used to compare. [rt.cpan.org 33532] (DAGOLDEN) * maybe_command() will recognize Windows executables in /cygdrive on Cygwin [rt.cpan.org 16375] (PJF) * parse_version() will now look for the first use of $VERSION that results in $VERSION being set. Test Fixes * basic.t will not leave a "bin" environment variable defined on VMS. [rt.cpan.org 42150] (John E. Malmberg) * Made the tests work ok on systems whose makes assume that files which have the same mod time are out of date. This is often the case for the tests which generate files and run make rapidly. [rt.cpan.org 29955] (Ken Hirsch) * skip test numbers were wrong on VMS in t/basic.t [rt.cpan.org 43511] (John E. Malmberg) Portability * Removed a few hard coded uses of the "false" command. [rt.cpan.org 44504] VMS * Fixed a few calls to catfile() that should be catdir(). (John E. Malmberg) * Override catdir() and catfile() to expand macros. This is normally done inside File::Spec::VMS but is really a MakeMaker-only thing. (John E. Malmberg) Other * Remove ExtUtils::MakeMaker::bytes and vmsish which are unused and seem to never have been used. * Repository now on github.
2009-06-01pkgsrc changes:sno2-12/+13
- Updating package for p5 module CPAN::Reporter - set PERL5MODULE_TYPE to Module::Build - Adjusting dependencies according to META.yml - Setting LICENSE to apache-2.0 Upstream changes: 1.1707 Sun May 31 21:44:07 EDT 2009 - Prereq: bumped Test::Reporter to 1.54 1.1706 Sun May 31 14:00:43 EDT 2009 - Changed: URL of CPAN Testers wiki is now wiki.cpantesters.org - Added: support for setting 'distfile' parameter for test reports if supported by Test::Reporter (1.53_01+)
2009-06-01pkgsrc changes:sno2-7/+7
- Updating package for p5 module Test::Reporter from 1.5203 to 1.54 Upstream changes: 1.54 Sun May 31 21:39:12 EDT 2009 - POD updates - Update Module::Install to 0.91 1.53_03 Thu Apr 16 12:30:49 EDT 2009 - Transmit report body line-by-line with Net::SMTP (or Net::SMTP::TLS) 1.53_02 Wed Apr 15 13:30:53 EDT 2009 - with Net::SMTP transport, if lines are longer than 100 characters, the email will be encoded with quoted-printable 1.53_01 Tue Apr 7 11:01:37 EDT 2009 - added optional 'distfile' argument to support T::R::Transport::Metabase - reports link to the wiki rather than www.cpantesters.org; also added cpan-testers-discuss as place to send Q's - improved diagnostic output if editor fails to launch - changed Makefile.Pl to Module::Install
2009-06-01PKGREVISION++ for build-outputs.mk changegdt2-2/+6
2009-06-01Update build-outputs.mk to 1.6.2.gdt1-543/+691
2009-06-01Explain the scheme to update build-outputs.mk when the svn version changes.gdt2-8/+23
2009-06-01pkgsrc changes:sno2-6/+6
- Updating package for p5 module Params::Util from 0.38 to 1.00 Upstream changes: 1.00 Sun 31 May 2009 - Now all known XS bugs are worked out, I've removed the experimental flags and set that as the first 1+ release. - Fixed XS implementation of _*LIKE and _INSTANCE - Added test for a negative custom isa returning ('') - Improving the 'clean' file list in a Makefile.PL
2009-05-31Remove an empty patch file.minskim1-0/+0
2009-05-30Updating patches/patch-aa to remove the Devel::CheckLib usage. First,sno2-6/+19
pkgsrc checks the dependencies and second, Devel::CheckLib breaks on AIX.
2009-05-30Force bison to use the m4 we want and not to pick a potentially outdatedjoerg1-2/+3
version itself.
2009-05-30Update subversion to 1.6.2 via patch in private mail from Jensgdt15-91/+86
Rehsack. apr1 is no longer an option; that's just the way it is. Version 1.6.2 (09 May 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.2 User-visible changes: * vastly improve memory usage with 'svn merge' (issue #3393) * make default depth for merge 'infinity' (r37156) * make 'status --quiet' show tree conflicts (issue #3396) * allow '--set-depth infinity' to expand shallow subtrees (r37169) * return an error if attempting to reintegrate from/to the repo root (r37385) * don't store bogus mergeinfo for '--ignore-ancestry', foreign merges (r37333) * don't allow merge of difference between two repos (r37519) * avoid potential segfault with subtree mergeinfo (r36613, -15, -31, -41) * recommend sqlite 3.6.13 (r37245) * avoid unnecessary server query for implicit mergeinfo (r36509) * avoid unnecessary server query during reverse merges (r36527) * set depth=infinity on 'svn add' items with restricted depth (r37607) * fixed: commit log message template missing paths (issue #3399) * fixed: segfault on merge with servers < 1.6 (r37363, -67, -68, -79) * fixed: repeat merge failures with non-inheritable mergeinfo (issue #3392) * fixed: another memory leak when performing mergeinfo-aware merges (r37398) * fixed: incorrect mergeinfo on children of shallow merges (issue #3407) * fixed: pool lifetime issues in the BDB backend (r37137) Developer-visible changes: * don't fail if an embedding app has already initialized SQLite (issue #3387) * resolve naming collisions with static stat() function in svnserve (r37527) * fix an expectation for a failing dirent windows test (r37121) Version 1.6.1 (10 Apr 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.1 User-visible changes: * recommend Neon 0.28.4. (r36388) * improve performance of 'svn merge --ignore-ancestry' (r36256) * improve 'svn merge' performance with subtree mergeinfo (r36444) * correctly proxy LOCK and UNLOCK requests (r36159) * prevent a crash when updating old working copies (r36751) * don't let svnmerge.py delete a nonexistent property (r36086, -767, -769) * don't fail when upgrading pre-1.2 repositories (r36851, -7) * allow escaping of separator characters in autoprops (r36763, -84) * improve tempfile creation robustness on Windows (r36442, -3) * fix change-svn-wc-format.py for 1.6.x working copies (r36874, -5) * improve configure's detection of Berkeley DB (r36741, -2) * don't allow foreign merges to add foreign mergeinfo (issue #3383) * improve performance of 'svn update' on large files (r36389, et. al.) * fixed: error leak and potential crash (r36860) * fixed: parent directory handling on Windows (r36049, -50, -51, -131) * fixed: unintialized memory errors (r36252, -3) * fixed: potential working copy corruption (r36714) * fixed: working copy upgrade error (r36302) * fixed: pointer dereference error (r36783) * fixed: error diff'ing large data with ignored whitespace (r36816) * fixed: potential hang in ra_serf (r36913) * fixed: problem with merge and non-inheritable mergeinfo (r36879) * fixed: repeated merging of conflicted properties fails (issue #3250) * fixed: excluding an absent directory segfaults (issue #3391) Developer-visible changes: * ensure svn_subst_translate_cstring2() properly flushes data (r36747) * make serf report a base checksum to apply_textdelta (r36890) * syntax updates for strict C89 compilers (r36799) * update RPM scripts for RHEL4 (r36834) * allow tests to be run with Python 2.6.1 on Windows (r36149, -50, -51, -56) * allow building JavaHL with Visual Studio 2008 (r36954) * stop setting default translation domain in JavaHL (r36955) * fixed: warning with Python 2.6 and ctypes bindings (r36559) * fixed: undefined references to svn_fs_path_change2_create() (r36823) Version 1.6.0 (20 Mar 2009, from /branches/1.6.x) http://svn.collab.net/repos/svn/tags/1.6.0 User-visible changes: - General: * Now require Windows 2000 or newer on Windows (r33170) - Major new features: * identical files share storage space in repository (issue #2286) * file-externals support for intra-repository files (issue #937) * "tree" conflicts now handled more gracefully (issue #2282, #2908) * repository root relative URL support on most commands (issue #3193) - Minor new features and improvements: * pre-lock hook can now specify lock tokens via stdout (r32778) * svnmucc: support '--with-revprop' (r29492) * merge: log include-descendants in operational log (r30426, r30428) * improved operational logging for 'svn switch' (r30517) * new 'Header' keyword, similar to 'Id' but with full URL (r35386) * warn/disallow when storing plain-text passwords (r31046) * support KWallet and GNOME keyring for password storage (r31241, -337) * client now caches SSL client cert passphrases (issue #2489) * add '--prefix-file' option to 'svndumpfilter' (issue #2697) * add '--ignore-externals' option to 'svn cp' (issue #3365) * add '--with-no-revprops' to 'svn log' (issue #3286) * new 'svnadmin pack' command to compress FSFS filesystems * new SVNAllowBulkUpdates mod_dav_svn directive (issue #3121) * new public mod_dav_svn URI syntax: path?[p=PEG][&r=REV] (r34076) * new 'svnsync info' command to show synchronization information (r35053) * conflict resolver supports display-conflict, mine-conflict and theirs-conflict - Client-side bugfixes: * faulty reflexive merges (issue #2897) * buffer overflow on a 0 byte string buffer (r35968, -74) * conflict resolver needed more useful 'diff' option (issue #3048) * disable username assumption (issue #2324) * more accurate usage message for 'svn log' (r30449) * do not repeat merge if target has explicit mergeinfo (issue #2821) * corruption when filtering self-referential mergeinfo (r30467) * filter empty mergeinfo with self-referential mergeinfo (r30510) * pay attention to partial replay from the server in svnsync (r30440) * improved property name handling in svnsync (r30480) * properly recognize the file:/// in repository with svnsync (r30482) * svn+ssh SIGKILLs ssh processes (issue #2580) * 'svn up'/'svn co' early abort with svn:externals (issue #3148) * improve tempfile names for conflict resolver (issue #3166) * ra_serf: 'svn merge' aborts (issue #3212) * 'svn cleanup' failed on non-ASCII characters (issue #3313) * 'svn update' fails on moved, modified file with local mods (issue #3354) * easier use of NTLM for proxy with ra_neon (r29874) * 2-url merge from DAV-accessed foreign repo makes bad wcprops (issue #3118) * can't add .svn (and children) to your wc via '--parents' (r35819) * improved performance removing unversioned directories (r36111) * 'svn cp --parents' had path URL encoding issues (issue #3374) * support shell quoting rules in externals definitions (issue #2461) * new SVN_LOCALE_DIR environment variable for localization (issue #2879) * scheme and domain name in urls handled case insensitive (issue #2475) * merge: pick default revisions with peg revision in single url (r30455) * many other minor bugfixes, optimizations, plugs of memory leaks, etc - Server-side bugfixes: * mod_dav_svn runs pre-revprop-change twice (issue #3085) * mod_dav_svn ignores pre-revprop-change failure on delete (issue #3086) * mod_dav_svn prevented lock breaks from being propagated to client (r29914) * non-UTF8 filenames could enter repository (issue #2748) * 'svnlook proplist' xml output (issue #2809) * don't let mod_dav_svn hide errors from client (issue #3102) * ra_serf failure during update (issue #3113) * ra_serf comply with RFC 2617 in handling authentication headers (r35981) * use both SHA1 and MD5 in the FS backends (r34388) * many other minor bugfixes too numerous to list here - Contributed tools improvements and bugfixes: * commit-email.pl: Deprecated; use mailer.py instead (r31755, -67) * svnmerge.py migration tool munged svn:mergeinfo ordering (issue #3302) * And other random sundry stuff Developer-visible changes: - General: * serf 0.3.0 required, when building with serf (r35586) * require SQLite 3.4.0 or newer (r33520) * allow the use of an in-tree SQLite amalgamation (r35263) * svn_log_changed_path_t now includes a 'kind' field (issue #1967) * BDB `changes' table inconsistency when APIs are misused (issue #3349) * configure should prefer apr-1 over apr-0 if both are present (issue #2671) * make 'Not Found' errors consistent between RA layers (issue #3137) * fix a potential buffer overrun (r34374) * many bug fixes and improvements to the test suite - API changes: * notification system for properties and revision properties (issue #783) * make ra_svn's merge commit-revprops public (r30462, r30453) * mod_dav_svn operational logging compatible with svnserve logging (r30518) * improve speed of svn_client__get_copy_source() (issue #3356) * if fsfs commit fails return SVN_INVALID_REVNUM (r35950) - Bindings: * new: ctypes python bindings * many improvements to all bindings (Java, Perl, Python, and Ruby) * respect CFLAGS in SWIG bindings (r35879) * fix building Ruby bindings with Ruby 1.9 (r35852, r35883)
2009-05-29remove wrongly copied SVR4_PKGNAMEsno4-7/+5
2009-05-29Added devel/p5-File-Find-Rule-Perl version 1.06sno1-1/+2
2009-05-29Importing package for module File::Find::Rule::Perl 1.06.sno3-0/+31
File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.
2009-05-29Added devel/p5-File-Find-Rule-VCS version 1.05sno1-1/+2
2009-05-29Importing package for p5 module File::Find::Rule::VCS 1.05.sno3-0/+31
File::Find::Rule::VCS provides quick and convenient methods to exclude the version control directories of several major Version Control Systems (currently CVS, subversion, and Bazaar).
2009-05-29Added devel/p5-File-Find-Rule-Age version 0.2sno1-1/+2
2009-05-29Importing package for p5 module File::Find::Rule::Age 0.2.sno3-0/+31
File::Find::Rule::Age makes it easy to search for files based on their age.
2009-05-29Added devel/p5-File-Find-Rule-Permissions version 2.0sno1-1/+2
2009-05-29Importing package for p5 module File::Find::Rule::Permission 2.0.sno3-0/+30
An extension for File::Find::Rule to work with file permission bits and determine whether a given user can read, write or execute files.
2009-05-29Added devel/p5-Devel-CheckOS version 1.61sno1-1/+2
2009-05-29Importing package for p5 module Devel::CheckOS 1.61 as dependency forsno3-0/+33
scheduled import of File::Find::Rule::Permissions. Devel::CheckOS provides a more friendly interface to $^O, and also lets you check for various OS "families" such as "Unix", which includes things like Linux, Solaris, AIX etc.
2009-05-29Added devel/p5-File-Find-Rule-PPI version 0.05sno1-1/+2
2009-05-29Importing package for p5 module File::Find::Rule::PPI 0.05.sno3-0/+35
File::Find::Rule::PPI allows you to integrate PPI content queries into your File::Find::Rule searches. Initially, it provides the one additional method ppi_find_any, which takes an argument identical to the PPI::Node method find_any and checks each file as a perl document to see if matches the query.
2009-05-29Added devel/p5-ExtUtils-ModuleMaker version 0.51sno1-1/+2
2009-05-29Importing package for p5 module ExtUtils::ModuleMaker 0.51.sno3-0/+35
This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensive Perl Archive Network (CPAN). For Perl programmers, laziness is a virtue -- and modulemaker is far and away the laziest way to create a pure Perl distribution which meets all the requirements for worldwide distribution via CPAN.
2009-05-29Added devel/p5-File-Save-Home version 0.08sno1-1/+2
2009-05-29Importing package for p5 module File::Save::Home 0.08 as dependency forsno3-0/+33
scheduled import of ExtUtils::ModuleMaker. This Perl extension provides several functions which try to determine whether you can, indeed, safely create directories and files underneath a user's home directory. Among other things, if you are placing a file in such a location only temporarily -- say, for testing purposes -- you can temporarily hide any already existing file with the same name and restore it to its original name and timestamps when you are done.
2009-05-29Added devel/p5-String-PerlIdentifier version 0.05sno1-1/+2
2009-05-29Importing package for p5 module String::PerlIdentifier 0.05 as dependencysno3-0/+30
for scheduled import of devel/p5-File-Save-Home 0.08. This module automatically exports a single subroutine, make_varname(), which returns a string composed of random characters that qualifies as the name for a Perl variable. The characters are limited to upper- and lower-case letters in the English alphabet, the numerals from 0 through 9 and the underscore character. The first character may not be a numeral.
2009-05-29Added devel/p5-Devel-Checklib version 0.6sno1-1/+2
2009-05-29Importing package for p5 module Devel::CheckLib 0.6.sno3-0/+30
This module provides a way of checking whether a particular library and its headers are available, by attempting to compile a simple program and link against it.
2009-05-28Updated devel/apache-maven to 2.1.0.yyamano2-6/+6
2009-05-28pkgsrc changes:sno2-6/+6
- Updating package for p5 module File::LibMagic from 0.95 to 0.96 Upstream changes: 0.96 May 2009 Upgraded Devel::CheckLib see bug 46044, 46295 in rt.cpan.org
2009-05-28pkgsrc changes:sno2-7/+8
- Updating p5 module for Module::Install from 0.89 to 0.91 - Adjusting dependencies according to META.yml Upstream changes: 0.91 Thu 28 May 2009 - Add missing dependency on Parse::CPAN::Meta 0.90 Fri 22 May 2009 - Adding a first implementation of MYMETA
2009-05-28update master site.zafer1-2/+2
2009-05-28update master site and homepage.zafer1-3/+3
2009-05-28Better fix for PR 41500 -- use gmake and msgfmt.wiz2-9/+165
Installs some additional files now, so update PLIST and add omf dependency. Ride PKGREVISION bump from a few minutes ago.