summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2012-02-16open(2) is variadic (at least in Posix and NetBSD), g_open is not,drochner3-3/+29
don't mix them, the ABIs are incompatible at least on amd64 bump PKGREV
2012-02-16Add and enable ruby-fast_gettext and ruby-gettext_i18n_rails.taca1-1/+3
2012-02-16Importing ruby-gettext_i18n_rails version 0.4.3.taca4-0/+58
FastGettext / Rails integration. Translate via FastGettext, use any other I18n backend as extension/fallback. Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do: _('Just translate my damn text!') with simple, flat mo/po/yml files or directly from db To use I18n calls add a syntax.with.lots.of.dots translation.
2012-02-16Importing ruby-fast_gettext version 0.6.4.taca4-0/+103
GetText but 3.5 x faster, 560 x less memory, simple, clean namespace (7 vs 34) and threadsafe! It supports multiple backends (.mo, .po, .yml files, Database (ActiveRecord + any other), Chain, Loggers) and can easily be extended.
2012-02-16Updating package for CPAN distribution B::Utils in devel/p5-B-Utils fromsno2-7/+6
0.15nb1 to 0.17. Upstream changes: - Use FUNCLIST to declare exported symbols (Alexandr Ciornii) 0.16 Fri Jul 08 2011 - EU::Depends version. The CPAN built version specified only 0.301 but Windows computers needed 0.302 so their CPAN clients were broken.
2012-02-16Updating package for CPAN distribution B::Keywords in devel/p5-B-Keywordssno2-7/+6
from 1.10nb1 to 1.12. Upstream changes: 1.11 rafl - Add new keywords for 5.16, __SUB__ and evalbytes. 1.12 rurban - Add new keyword fc (Unicode casefolding) for 5.16 added with commit 838f2281 - added diag before each big t/11keywords.t loop
2012-02-16Updating package for CPAN distribution B::Hooks::Parser insno2-8/+7
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10. Upstream changes: 0.10 Mon, 06 Feb 2012 13:10:00 +0000 * In the Perl API, don't be confused by NULs in the parser buffer. * Fix off-by-one error in buffer length check for set_linestr. * Jump through some hoops to avoid compiler warnings. * Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore. * Note repository and bugtracker locations.
2012-02-16Updating package in devel/p5-App-Cmd for CPAN distribution App::Cmd fromsno2-7/+8
0.314 to 0.316. pkgsrc changes: - adjust dependencies according to meta data Upstream changes: 0.316 2012-02-11 10:50:46 America/New_York fix the test of "echo" on Win32 (thanks, Chris Williams) 0.315 2012-02-10 09:08:49 America/New_York totally worthless release made by mistake
2012-02-16Updating package in devel/p5-Capture-Tiny for CPAN distributionsno2-6/+6
Capture::Tiny from 0.15 to 0.16. Upstream changes: 0.16 2012-02-12 21:04:24 EST5EDT Documented: - Noted problems and workaround for FCGI's pathological tied STDIN [rt.cpan.org #74681; thank you Karl Gaissmaier for testing the workaround]
2012-02-16Bump PKGREVISION to refrect last fix for handling "__asm{,__} volatile".obache1-1/+2
2012-02-15Make giscanner ignore the "volatile" variants of __asm{,__} as well.martin2-1/+15
Found by OBATA Akio, fixes PR pkg/46017.
2012-02-15Update to 1.11. From the changelog:schmonz2-6/+6
* Now supports the veracity vcs. Thanks, Jimmy Tang. * vcsh is now supported without including a plugin. * After checkout, run fixups chdired to the just checked out directory.
2012-02-14Update to 1.7.9.1.gdt3-13/+13
(This is a bugfix release relative to 1.7.9.)
2012-02-14Add p5-Test-InDistDir.hiramatsu1-1/+2
2012-02-14Import Test::InDistDir into devel/p5-Test-InDistDir, which is requiredhiramatsu3-0/+24
to run test of devel/p5-Parse-CPAN-Packages. This module helps run test scripts in IDEs like Komodo.
2012-02-14Update p5-MooseX-Types-URI to 0.03.hiramatsu2-7/+7
Change from previous: --------------------- 0.03 Thu, 17 Nov 2011 16:40:20 +0100 * Adapt to the new type constraint inlining API in Moose 2.0100 (Shawn M Moore).
2012-02-14- Allow build on NetBSD 5.99.65 and later.taca1-3/+3
- Correct CATEGORIES from textproc to devel.
2012-02-13Derive gitolite's PKGNAME from its DISTNAME.minskim1-2/+2
2012-02-13hunspell shlib name change -> recursive bumpwiz1-2/+2
2012-02-13BUILDLINK_LDFLAGS must die. It causes nothing but damage, in particulardrochner1-3/+1
makes random programs link against unwanted libraries.
2012-02-13update to 2.4.12drochner4-13/+15
changes: -support for new cameras -minor feature additions for Canon and Nikon drivers -minor cleanup, translation updates
2012-02-13Add p5-CPAN-Perl-Releases.hiramatsu1-1/+2
2012-02-13Import CPAN::Perl::Releases into devel/p5-CPAN-Perl-Releases, which ishiramatsu3-0/+26
required to update devel/p5-App-perlbrew. CPAN::Perl::Releases is a module that contains the mappings of all "perl" releases that have been uploaded to CPAN to the "authors/id/" path that the tarballs reside in.
2012-02-13Update p5-Parse-ErrorString-Perl to 0.15.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.15 2010.11.29 * Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure on perl 5.11.4" (AZAWAWI) 0.14 2010.11.29 * Switched to Dist::Zilla (AZAWAWI) * Refactored the packages into separate files and reorganized POD (AZAWAWI) * Fixed q{near "package;"} regex bug (AZAWAWI) * Added "use strict; use warnings;" to all of the tests (AZAWAWI)
2012-02-12Updated devel/py-pyutil to 1.8.4.gls4-109/+131
pkgsrc changes: - /usr/bin/env python is no longer a valid interpreter, so fix it. upstream changes: - Unknown, unfortunately. Upstream doesn't seem to maintain a Changelog.
2012-02-12Update to 2.1:wiz3-8/+11
Mercurial 2.1 (2012-02-01) This is a regularly-scheduled feature release. See UpgradeNotes for some minor compatibility notes. 1.1. Major features * Changesets now have a phase attribute, which tracks what changesets are safe to modify (see Phases) 1.2. Core changes * annotate: support diff whitespace filtering flags (issue3030) * bookmarks: automatically advance bookmark on bare update (BC) (issue2894) * bookmarks: shadow divergent bookmarks of foo with foo@n * copies: improved copy detection for diff and status * hooks: new priority specifier to control ordering * id: add command line options for handling ssh and https urls * push: propagate --new-branch and --ssh options when pushing subrepos * revset: add remote() predicate to lookup remote revisions * subrepo: support explicit add and forget of files in subrepos 1.3. Extension changes * bugzilla: make XMLRPC interface support http and https access * largefiles: add --normal option to hg add (issue3061) * notify: add option for writing to mbox * rebase: add a "D" short option for detach * rebase: allow --detach when --rev is used * win32mbcs: allow win32mbcs extension to be enabled on cygwin platform * mq: add secret phase setting 1.4. Bug fixes * hgcia: fix diffstat support * largefiles: add error checking to tags conversion (issue3092) * largefiles: add tests for uncovered codepaths (issue3092) * largefiles: check if largefile could be found when archiving (issue3193) * largefiles: correctly download new largefiles when merging * largefiles: correctly handle dirstate status when rebasing * largefiles: correctly handle newly added largefile on other side of merge * largefiles: display remote errors from putlfile (issue3123) (issue3149) * largefiles: don't reference uninitialized variable (issue3092) * largefiles: fix caching largefiles from an aliased repo (issue3212) * largefiles: fix confusion upon removal of added largefile (issue3176) * largefiles: fix inappropriate locking (issue3182) * largefiles: fix output of hg summary (issue3060) * largefiles: cache new largefiles for new heads when pulling * largefiles: implement addremove (issue3064) * largefiles: optimize performance of status on largefiles repos (issue3136) * largefiles: optimize status when files are specified (issue3144) * largefiles: remove empty directories upon update (issue3202) * largefiles: fix addremove when no largefiles are specified * largefiles: fix revert on missing largefile (issue3217) * largefiles: fix transplant for all cases (issue3192) * mail: use quoted-printable for mime encoding to avoid too long lines (issue3075) * merge: give a special message for internal:merge failure (issue3105) * rebase: reinstate old-style rev spec support for the source and base (issue3181) * ssh: quote remote paths (issue2983) * sslutil: abort properly if no certificate received for https connection * sslutil: show fingerprint when cacerts validation fails * status: support revsets with --change * subrepo: avoid syncing bookmarks twice on clone (issue3191) * tag: invalidate tag cache immediately after adding new tag (issue3210) * util: don't encode ':' in url paths * bundlerepo: try to find containing repo on creation (issue1812) * convert: subversion convert abort on revision not found (issue3205) * discovery: fix regression when checking heads for pre 1.4 client (issue3218) * merge: defer symlink flag merging to filemerge (issue3200) * patch: a little bit more robust line counting on diff --stat (issue3183) * push: return 1 if no changes found (issue3228) * qpush: avoid trying to manage existing history (issue2218) * revsets: include the correct first ancestor change for follow(file) * revsets: filesets now work correctly inside of revsets
2012-02-12Update p5-Log-Any-Adapter to 0.06.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.06 Jan 3, 2012 - switch from Scope::Guard to Guard, require Guard in deps 0.05 Dec 21, 2011 - remove release directory 0.04 Dec 21, 2011 - don't try to clean up entries during global destruction
2012-02-12Update p5-Perl-APIReference to 0.09.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.09 Tue Nov 1 08:24:00 2011 - Fix previous (broken) release. 0.08 Mon Oct 31 07:59:00 2011 - Support for perlapi of 5.14.2, 5.15.4 0.07 Wed Jul 20 23:44 2011 - Support for perlapi of 5.14.1, 5.15.1, 5.12.4 - Dropped support for 5.13.10 0.06 Sun Jun 5 20:12:00 2011 - Support for perlapi of 5.14.0 - Dropped support for 5.11 series 0.05 Sun Feb 27 17:00:00 2011 - Support for perlapi of 5.12.1, 5.12.2, 5.12.3, 5.13.10.
2012-02-11fix CVE-2012-0840 with patches taken from the Apache svnspz4-3/+239
2012-02-11Update p5-parent to 0.225.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.225 20110308 . Applied a docpatch by Robin Barker to fix the documentation about the warning of inheriting from yourself. Fixes RT #66459 0.224 20101031 . Change assignment @ISA = (@ISA, 'new::class') to use push @ISA, 'new::class' This should make class creation faster from 5.10 onwards and reverts a change made in 2.14. If this is critically slow for you and you can't upgrade your version of Perl, use the old way.
2012-02-10+at-spi2-*drochner1-1/+3
2012-02-10add at-spi2-atk-2.3.2, new release branch of gnome, fromdrochner4-0/+109
Patrick Welche per PR pkg/45786
2012-02-10add at-spi2-core-2.3.2, new release branch of gnome, fromdrochner5-0/+207
Patrick Welche per PR pkg/45779
2012-02-10Correct DEFAULT_CC on MirBSD. Bump PKGREVISION.bsiegert3-2/+19
No objections on pkgsrc-users, nor from the maintainer.
2012-02-10make this build with new gobject-introspectiondrochner2-1/+41
2012-02-10switch on introspection support, bump PKGREVdrochner2-3/+13
2012-02-10build dependency on gobject-introspection should be sufficientdrochner1-1/+2
2012-02-10switch on introspection support, bump PKGREVdrochner2-3/+6
2012-02-10update to 1.30.0drochner6-15/+84
This switches to the new release branch.
2012-02-10Update p5-Shell-Perl to 0.0022.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.0022 Mar 12, 2011 - no real change - Fix test again for 5.6 sake - Improved Makefile.PL / META.yml 0.0021 Mar 12, 2011 - no real change - New test fix for happy 5.6 testing 0.0020 Mar 10, 2011 - no real change - Test fixes for keeping 5.6 happy 0.0019 Mar 9, 2011 - Dumper updated to work with Data::Dump 1.16+
2012-02-10Update p5-App-cpanoutdated to 0.20.hiramatsu2-6/+6
Changes from previous: ---------------------- 0.20 - use Module::Metadata for better handling of version and package extra (Tatsuhiko Miyagawa) 0.19 - better packaging
2012-02-09Add SET_LIBDIR=yessbd2-2/+4
2012-02-09include vala bl3 file instead of a mere BUILD_DEPENDS, to take advantagedrochner2-5/+6
of the variable definitions there
2012-02-09Fix build failure on Linux (PR 45811).cheusov2-5/+17
2012-02-09Move chmod for egg-info files from post-install to post-extract.obache1-4/+3
2012-02-09Before using ABI, make sure include bsd.prefs.mk and check whether it is ↵obache1-2/+3
defined.
2012-02-09add and enable ruby-kgiojnemeth1-1/+2
2012-02-08Update fossil to 1.21. To download the distfile, one has to log in to thebsiegert2-9/+11
website now, so the tarball is now on MASTER_SITE_LOCAL. Changes For Version 1.21 (2011-12-13) * Added side-by-side diffs in the command-line interface * Automatically enable hyperlinks if the UserAgent string in the HTTP header suggests that the requestor is a human and not a bot. * Show only commonly used commands with "fossil help". Use "fossil help --all" to see the complete list now. * Improvements to the "stash" command: (1) Stash all files, not just those below the working directory. (2) Add the --detail option to "list". (3) Confirm before "drop --all". (4) Add the "help" subcommand. * Add an Admin/Access setting to change the number of octets of the IP address that are saved in login cookies - allowing this setting to be changed to zero * Promote the "test-md5sum" command to "md5sum". * Added the "whatis" command. * Stop showing the server-code in status outputs - it is no longer used for anything. * Added a compile-time option (--with-tcl) to build in the full TCL interpreter to augment TH1. * Merged the JSON branch into trunk. Disabled by default. Enabled by a compile-time option. Probably it will be enabled by default in some future release. * Update to use SQLite version 3.7.9 plus the alignment fix for Sparc. align Changes For Version 1.20 (2011-10-21) * Added side-by-side diffs in HTML interface. * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). * Fixed CLI annotate to show the proper file version in case there are multiple equal versions in history. * Timeline now shows tag changes (requires rebuild). * Fixed annotate to show "more relevant" versions of lines in some cases. * New command: ticket history. * Disabled SSLv2 in HTTPS client. * Fixed constant prompting regarding previously-saved SSL certificates. * Other SSL improvements. * Added -R REPOFILE support to several more CLI commands. * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. * A number of minor HTML-related tweaks and fixes. * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). * Fixed significant memory leak in annotation of files with long histories. * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). * Improved performance when adding many files. * Improve merges which contain many file renames. * Added protection against timing attacks. * Firefox now remembers filled fields when returning to forms. * Added the --stats option to the rebuild command. * RSS feed now passes validation. * Show overridden user when entering commit comment. * Made rebuilding from web interface silent. * Now works on MSVC with repos >2GB. * A number of code cleanups to resolve warnings from various compilers. * Update the built-in SQLite to version 3.7.9 beta. Changes For Version 1.19 (2011-09-02) * Added a ./configure script based on autosetup. * Added the "fossil winsrv" command for creating a Fossil service on windows systems. * Added "versionable settings" where settings that affect the local tree can be stored in versioned files in the .fossil-settings directory. * Background colors for branches are choosen automatically if no color is specified by the user. * The status, changes and extras commands now show pathnames relative to the current working directory, unless overridden by command line options or the "relative-paths" setting. WARNING: This change will break scripts which rely on the current output when the current working directory is not the repository root. * Added "empty-dirs" versionable setting. * Added support for client-side SSL certificates with "ssl-identity" setting and --ssl-identity option. * Added "ssl-ca-location" setting to specify trusted root SSL certificates. * Added the --case-sensitive BOOLEAN command-line option to many commands. Default to true for unix and false for windows. * Added the "Color-Test" submenu button on the branch list web page. * Compatibility improvements to the git-export feature. * Performance improvements on SHA1 checksums * Update to the latest SQLite version 3.7.8 alpha. * Fix the tarball generator to work with very log pathnames.
2012-02-08Don't hardcode RUBY_PKGPREFIX, too.taca1-2/+2
2012-02-08Don't hardcode RUBY_PKGPREFIX.taca1-2/+2