summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29Update to 0.17.4:wiz2-7/+7
0.17.4 (2013-01-03) =================== Bugs fixed ---------- * Garbage collection triggered during deallocation of container classes could lead to a double-deallocation.
2013-01-29Updated devel/pkg-config to 0.28wiz1-1/+2
2013-01-29Update to 0.28:wiz2-6/+7
pkg-config 0.28 === - Fixed a pair of long-standing and intertwined bugs involving unwanted removal of flags. The first is that other Libs flags like -Wl are now kept in context order with -l flags. The second is that aggressive removal of all duplicate arguments has been scaled back so that just consecutive duplicate arguments are removed. One result of this change is that some flags could be repeated in the final output, especially flags from non-pkg-config packages like -lm. Since pkg-config rarely has enough knowledge here about the right thing to do, we throw the duplicate arguments at the compiler/linker and trust it will do the right thing. - Fixed an old bug to allow circular Requires. This fix brings along a small behavior change in that pkg-config resolves requires depth first, causing some lower level flags to show up earlier in the output than previously. - Cleaned up many corner-case bugs and ambiguous behavior in pkg-config's interface. Thanks to Michał Górny for finding so many of these. - New autoconf macro PKG_CHECK_VAR for reading variables from .pc files. - Default to suppressing -L/lib and/or -L/lib64 like their /usr counterparts. - To help support multiarch scenarios out of the box, $host-pkg-config is now installed unless --disable-host-tool is passed to configure. ***disabled in pkgsrc*** - Added optional gcov usage through the --with-gcov configure option. As a result, many more tests were added to greatly increase the coverage of the code to 86% of executed lines on a Fedora 18 machine. - Bugs fixed: 130, 7331, 16101, 17053, 19950, 34504, 48098, 54231, 54271, 54379, 54384, 54386, 54388, 54389, 54390, 54391, 54427, 54463, 54716, 57078, 58363, 59435.
2013-01-29Updated meta-pkgs/modular-xorg-apps to 1.11wiz1-1/+2
2013-01-29Add bdftopcf. Bump version.wiz1-2/+3
2013-01-29Updated fonts/bdftopcf to 1.0.4wiz2-3/+3
2013-01-29Update to 1.0.4:wiz2-6/+6
This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (7): Adopt X.Org standard coding style (via x-indent.sh) Initialize font to 0 values directly instead of via bzero Combine usage message strings Add -v flag to print version info Use symbolic names instead of raw integers for stdin & stdout fd's Use remove() instead of unlink() to remove files bdftopcf 1.0.4 Gaetan Nadon (4): config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory
2013-01-29Fix MASTER_SITES.wiz1-2/+2
2013-01-29Mention security/gnupg update to version 1.4.13 on 2013-01-06.asau1-1/+2
Requested by Bug Hunting on IRC.
2013-01-28Added py-django-cmsplugin_gallery, py-django-easy-thumbnails, ↵adam2-2/+9
py-django-inline-ordering
2013-01-28cmsplugin_gallery adds simple gallery plugin to your djangoCMS installationadam4-0/+76
Features: * Drag&Drop reordering of photos in the plugin admin * Unlimited, auto-discovered custom templates - you can change template of given gallery at anytime, use javascript galleries etc.
2013-01-28The primary function of easy-thumbnails is to dynamically create thumbnailsadam4-0/+170
based on a source image. So whenever a thumbnail does not exist or if the source was modified more recently than the existing thumbnail, a new thumbnail is generated (and saved).
2013-01-28This app aims at easing implementing drag & drop reordering of inline data inadam4-0/+45
Django Admin.
2013-01-28Changes 1.7.5.1:adam2-7/+7
Bug fixes.
2013-01-28Remove outdated comment.schmonz1-3/+1
2013-01-28Updated devel/scmgit to 1.8.1.1adam1-1/+5
2013-01-28Changes 1.8.1.1:adam2-6/+6
* The attribute mechanism didn't allow limiting attributes to be applied to only a single directory itself with "path/" like the exclude mechanism does. * When attempting to read the XDG-style $HOME/.config/git/config and finding that $HOME/.config/git is a file, we gave a wrong error message, instead of treating the case as "a custom config file does not exist there" and moving on. * After failing to create a temporary file using mkstemp(), failing pathname was not reported correctly on some platforms. * http transport was wrong to ask for the username when the authentication is done by certificate identity. * The behaviour visible to the end users was confusing, when they attempt to kill a process spawned in the editor that was in turn launched by Git with SIGINT (or SIGQUIT), as Git would catch that signal and die. We ignore these signals now. * A child process that was killed by a signal (e.g. SIGINT) was reported in an inconsistent way depending on how the process was spawned by us, with or without a shell in between. * After "git add -N" and then writing a tree object out of the index, the cache-tree data structure got corrupted. * "git apply" misbehaved when fixing whitespace breakages by removing excess trailing blank lines in some corner cases. * A tar archive created by "git archive" recorded a directory in a way that made NetBSD's implementation of "tar" sometimes unhappy. * When "git clone --separate-git-dir=$over_there" is interrupted, it failed to remove the real location of the $GIT_DIR it created. This was most visible when interrupting a submodule update. * "git fetch --mirror" and fetch that uses other forms of refspec with wildcard used to attempt to update a symbolic ref that match the wildcard on the receiving end, which made little sense (the real ref that is pointed at by the symbolic ref would be updated anyway). Symbolic refs no longer are affected by such a fetch. * The "log --graph" codepath fell into infinite loop in some corner cases. * "git merge" started calling prepare-commit-msg hook like "git commit" does some time ago, but forgot to pay attention to the exit status of the hook. * "git pack-refs" that ran in parallel to another process that created new refs had a race that can lose new ones. * When a line to be wrapped has a solid run of non space characters whose length exactly is the wrap width, "git shortlog -w" failed to add a newline after such a line. * The way "git svn" asked for password using SSH_ASKPASS and GIT_ASKPASS was not in line with the rest of the system. * "gitweb", when sorting by age to show repositories with new activities first, used to sort repositories with absolutely nothing in it early, which was not very useful. * "gitweb", when sorting by age to show repositories with new activities first, used to sort repositories with absolutely nothing in it early, which was not very useful. * When autoconf is used, any build on a different commit always ran "config.status --recheck" even when unnecessary. * Some scripted programs written in Python did not get updated when PYTHON_PATH changed. * We have been carrying a translated and long-unmaintained copy of an old version of the tutorial; removed. * Portability issues in many self-test scripts have been addressed.
2013-01-28Add pixman dependency.wiz1-1/+2
Otherwise, it tries to use the included copy, but fails because autoreconf is not found.
2013-01-28Also fix the "patch" target for patch files with broken UTF-8 sequencestron1-1/+4
in them under Mac OS X Mountain Lion. The previous change only fixed the "makedistinfo" target.
2013-01-28Updated www/ikiwiki to 3.20121212nb2schmonz1-1/+2
2013-01-28Apply the latest bugfixes to the CVS backend from my git repo:schmonz3-3/+116
* `6753235d`: Return bounded output from `rcs_diff()` when asked, as the API states. * `e45175d5`: Always explicitly set CVS keyword substitution behavior. Fixes behavior when a text file is added under a name formerly used for a binary file. * `b30cacdf`: If the previous working directory no longer exists after a CVS operation, don't try to `chdir()` back to it afterward. Bump PKGREVISION.
2013-01-27Note update of mail/getmail and additions of devel/p5-FindBin-libs,schmonz1-1/+5
devel/p5-Ouch, and devel/p5-Test-BDD-Cucumber.
2013-01-27Update to 4.37.0. From the changelog:schmonz2-6/+6
- handle IMAP servers which include "/" in message IDs better, so those messages aren't always thought to be new. Thanks: Bradley Rintoul. - record (IMAP) mailbox retrieved from in X-getmail-retrieved-from-mailbox: header field, and make it available as %(mailbox) substitution in MDA_external arguments. Thanks: Les Barstow. - add delete_bigger_than option to allow removal of large messages after retrieval, even if not deleting messages otherwise. Thanks: Jan Vereecke.
2013-01-27Add and enable p5-FindBin-libs, p5-Ouch, p5-Test-BDD-Cucumber.schmonz1-1/+4
2013-01-27Add p5-Test-BDD-Cucumber:schmonz3-0/+51
Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. This is a sane, feature-complete Cucumber implementation in Perl. In almost all cases, where the behaviour of this module is different from the real Cucumber, the plan is to move it to be more similar to that.
2013-01-27Add p5-Ouch:schmonz3-0/+29
Ouch provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has no prereqs, but still gives you much of that same functionality, then Ouch is for you.
2013-01-27Add p5-FindBin-libs:schmonz4-0/+55
An all-too-common occurrance managing perly projects is being unable to install new modules becuse "it might break things", and being unable to test them because you can't install them. The usual outcome of this is a collection of hard-coded use lib qw( /usr/local/projectX ... ) code at the top of each #! file that has to be updated by hand for each new project. To get away from this you'll often see relative paths for the lib's, which require running the code from one specific place. All this does is push the hard-coding into cron, shell wrappers, and begin blocks. With FindBin::libs you need suffer no more.
2013-01-27Updated www/py-django-photologue to 2.5adam1-1/+2
2013-01-27Changes 2.5:adam3-7/+49
- added a sitemap.xml. - added some templatetags. - started using Sphinx for managing documentation. - started using Transifex for managing translations. - started using Travis CI. - added 12 new translations and improved some of the existing translations. - fixed issue 29 (quote URL of resized image properly). - misc improvements to clarity of unit tests. - added Django 1.4 timezone support.
2013-01-27Updated www/py-wtforms to 1.0.3.kleink1-1/+2
2013-01-27Update py-wtforms to 1.0.3.kleink3-7/+14
Version 1.0.3 ------------- Released January 24, 2013 - Tests complete in python 3.2/3.3. - Localization for ru, fr. - Minor fixes in documentation for clarity. - FieldList now can take validators on the entire FieldList. - ext.sqlalchemy model_form: * Fix issue with QuerySelectField * Fix issue in ColumnDefault conversion * Support Enum type - Field class now allows traversal in Django 1.4 templates.
2013-01-27Added mail/mimp version 1.1.4bouyer1-1/+2
2013-01-27Add mimpbouyer1-1/+2
2013-01-27Import mimp-1.1.4 to pkgsrcbouyer6-0/+249
MIMP is a project to create a version of IMP suitable for small mobile devices such as WAP phones or PDAs. Basic IMP functionality is implemented including mailbox viewing and paging, viewing messages, deleting, replying, forwarding, and composing new messages.
2013-01-27Typo corrected, Updated www/p5-Catalyst-Runtime to 5.90019rhaen1-2/+2
2013-01-27Fix distinfo for previous commit (the patches were correct; I probably forgotbouyer1-3/+3
to run 'make makepatchsum' after updating them ...)
2013-01-27Updated www/p5-Starman to 0.3006rhaen1-1/+2
2013-01-27Updated to 0.3006rhaen2-7/+6
Changes: 0.3006 Wed Dec 19 09:55:05 JST 2012 - Clear out @ARGV, rather than restoring it, to avoid messing with Net::Server internals 0.3005 Wed Nov 14 19:46:31 PST 2012 - Added a warning in runtime/documentation to NOT use -r/-R with Starman 0.3004 Thu Nov 8 19:40:45 PST 2012 - Added --interval option to the sample start_server command - Makefile.PL fix 0.3003 Thu Sep 27 09:39:56 JST 2012 - Fixed the test hang in some environments, introduced in 0.3002 [RT:79865] 0.3002 Tue Sep 25 15:26:43 JST 2012 - Added a documentation for --signal-on-term for Server::Starter 0.12 (kazuho, ether) - Set REMOTE_PORT PSGI environment variable #50 (dex4er) - Fix a test failure with a directory containing whitespace (clkao) 0.3001 Mon Jun 25 10:57:20 PDT 2012 - Fix SERVER_NAME and SERVER_PORT not exist on UNIX socket mode #24 - Improved documentation - Ensure that chunk buffer contains terminating HTTP newline (Peter Makholm) 0.3000 Mon Feb 20 16:31:44 PST 2012 - This be a 0.3 release 0.29_90 Thu Dec 1 19:40:52 PST 2011 - Changed the way server handles HUP and QUIT signals HUP will just restart all the workers gracefully QUIT will gracefully shutdown workers and the master See `man 1 starman` and look for SIGNALS section.
2013-01-27Updated www/p5-HTML-Mason to 1.50rhaen1-1/+2
2013-01-27Updated to 1.50rhaen2-8/+6
Changes: 1.50 Jul 11, 2012 [ DISTRIBUTION ] - Switch to Dist::Zilla - Eliminate HTML docs from distribution, available on web - Move live Apache tests to author-only 1.49 Feb 27, 2012 [ DOCS ] - Fixed misspellings in docs. RT #74676. Reported by Salvatore Bonaccorso. 1.48 Feb 3, 2012 [ BUG FIXES ] - Calling a subcomponent from inside an anonymous component (created via $interp->make_component) caused an uninitialized value warning. Reported by Javier Amor Garcia.
2013-01-27Updated www/p5-CGI-Application-Plugin-ValidateRM to 2.5rhaen1-1/+2
2013-01-27Updated to 2.5rhaen2-7/+7
Changes: 2.5 June 10th, 2012 New features, thanks to Michael Peters (RT#46258): - Support for using an alternative HTML::FillInForm class via param dfv_fif_class. - Support for supplying defaults for HTML::FillInForm->fill via param dfv_fif_defaults.
2013-01-27Updated textproc/p5-CAM-PDF to 1.58rhaen1-1/+2
2013-01-27Updated to 1.58rhaen2-7/+6
1.58 28 May 2012 Many thanks for Vadim Repin for numerous excellent bug reports! [FIXES] - Appended pdf revisions incorrectly incremented object generation numbers https://rt.cpan.org/Ticket/Display.html?id=76513 - Appending pdf revisions was broken for non-linearized PDFs https://rt.cpan.org/Ticket/Display.html?id=76514 - Allow multiple "startxref" statements in the last 1024 bytes -- unlikely, but possible https://rt.cpan.org/Ticket/Display.html?id=77508 - Allow whitespace at the beginning of an indirect object (I think the PDF spec is ambiguous about this) https://rt.cpan.org/Ticket/Display.html?id=76512 - Allow backspace character https://rt.cpan.org/Ticket/Display.html?id=76151 [DOCUMENTATION] - mention $pdf->setPageContent($pagenum, $tree->toString()); Leo Lapworth and http://cpanforum.com/posts/13228
2013-01-27Updated mail/p5-MailTools to 2.12rhaen1-1/+2
2013-01-27Updated to 2.12rhaen2-7/+6
Changes: version 2.12: Fri Dec 21 12:18:51 CET 2012 Fixes: - default for Mail::Header::new(Modify) is 'false', not 'true' rt.cpan.org#79985 [Thomas Sibley] - Mail::Address take username with rindex(), a bit better than index() but still poor. rt.cpan.org#82056 [Filipe Gonçalves] Improvements: - check for bad folding of header lines rt.cpan.org#79993 [Thomas Sibley] - add a note about better to avoid Mail::Address->name(), in response to a question by rt.cpan.org#81459 [Moritz Lenz]
2013-01-27Updated devel/p5-TAP-Formatter-HTML to 0.11rhaen1-1/+2
2013-01-27Updated to 0.11rhaen2-7/+6
Changes: 0.11 + fixed RT #81922: tests no longer hang on Win32. Didn't get to the bottom of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely), but worked around it. + fixed a bug on Win32 where default js_uris & css_uris were being mangled: "C:%5C..." vs "C:\". May have affected other Win32 URIs too. 0.10 + fixed RT #82738: color method was not implemented. + fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC, now it is set to parent directory TAP::Formatter::HTML was loaded from.
2013-01-27Updated devel/p5-Syntax-Keyword-Junction to 0.003002rhaen1-1/+2
2013-01-27Updated to 0.003002rhaen2-7/+6
Changelog: 0.003002 2012-11-17 16:20:07 CST6CDT - Put MetaYAML back in dist