summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-08-31update to 2.30.5drochner3-19/+19
This releases tries to sync with master as much as possible. Mostly bug fixes, cleanups and small enhancements have been cherry-picked.
2010-08-31add conditionals to PLIST to fix the non-gnome case, should fixdrochner1-163/+163
PR pkg/43812 by Matthew Mondor The DIA_HELPDIR variable looks unnecessary now, it might make sense to not install the xml documentation in the non-gnome case because there is no tool to read it anyway.
2010-08-31Bump PKGREVISION for DEPENDENCY change.wiz1-2/+2
2010-08-31remove dependency on ghostscript-fonts -- this pkg uses fontconfigdrochner1-3/+1
to access fonts
2010-08-31don't enable the "avahi" option per default, as done in other pkgsdrochner1-2/+2
(doesn't work on NetBSD)
2010-08-31Note update of the "help2man" package to version 1.38.2nb1.tron1-1/+2
2010-08-31Fix build problems under Mac OS X (and potentially other platforms):tron1-2/+9
1.) Include "devel/gettext-lib/buildlink3.mk" to avoid incomplete builds. 2.) Don't strip installed binaries (under Mac OS X only) which is required for shared objects.
2010-08-31Note update of lang/ruby18-base package to 1.8.7.174nb7.taca1-1/+2
2010-08-31Explicitly set environment INSTALL, and reset INSTALL_DATA,taca1-3/+9
INSTALL_PROGRAM and INSTALL_SCRIPT. They reflect to Ruby's Config::CONFIG constant which contains various configuration parametes which would be used when installing extention modules including ruby gems. Setting INSTALL explicitly reset the line in mk/configure/gnu-configure.mk. CONFIGURE_ENV+= ac_given_INSTALL=${INSTALL:Q}\ -c\ -o\ ${BINOWN}\ -g\ ${BINGRP} Should be fix PR pkg/43684 and pkg/43687. Bump PKGREVISION.
2010-08-31 Removed net/quagga-devel successor net/quagga [gdt 2010-08-31]gdt1-1/+2
2010-08-31- quagga-develgdt1-2/+1
2010-08-31Remove; now in net/quagga.gdt9-222/+0
2010-08-31Updated net/quagga to 0.99.17gdt1-1/+2
2010-08-31Replace with contents of quagga-devel, thus upgrading to 0.99.17.gdt8-226/+19
2010-08-31Emphasize that no one should be running 0.98.6. (This package will begdt2-4/+6
deleted as soon as I have time to move quagga-devel to quagga.)
2010-08-31recognize maxima-5.22, bump PKGREVISIONdrochner4-11/+12
2010-08-31fix build with boost-libs 1.44.0markd2-1/+17
2010-08-31uses new "<case1> if <cond> else <case2>" syntax -> Python-2.5+ onlydrochner1-1/+3
(seen in bulk build)
2010-08-31we have enigmail support these daystnn1-5/+1
2010-08-31+ input-pad py-input-pad ibus-input-padobache1-1/+4
2010-08-31Added inputmethod/ibus-input-pad version 0.1.3obache1-1/+2
2010-08-31Import ibus-input-pad-0.1.3 as inputmethod/ibus-input-pad.obache4-0/+38
The input pad engine for IBus platform.
2010-08-31Added inputmethod/py-input-pad version 0.1.1obache1-1/+2
2010-08-31Import py-input-pad-0.1.1 as inputmethod/py-input-pad.obache3-0/+49
The input pad is a tool to send a character on button to text applications. This package provides python wrapper for input pad.
2010-08-31Added inputmethod/input-pad version 0.1.1obache1-1/+2
2010-08-31Import input-pad-0.1.1 as inputmethod/input-pad.obache8-0/+194
The input pad is a tool to send a character on button to text applications.
2010-08-31Update distinfo, noted by tron@. (Thanks!)taca1-1/+2
2010-08-31Note update of devel/gmake package to 3.82nb1.taca1-1/+2
2010-08-31Add a fix for bug #30612 (http://savannah.gnu.org/bugs/index.php?30612)taca2-1/+54
from GNU make's CVS repository (revision 1.194). It solves some of strange compile error on misc/rpm (and maybe more). Bump PKGREVISION.
2010-08-31Updated devel/p5-Test-Weaken to 3.004.000sno1-1/+2
2010-08-31Updating devel/p5-Test-Weaken from 3.002000nb1 to 3.004000sno2-8/+8
Upstream changes: 3.004000 Sun May 16 15:36:51 2010 * Ticket 56722: When addition is overloaded, it confuses Test::Weaken.
2010-08-31Updated devel/p5-Test-Most to 0.22sno1-1/+2
2010-08-31Updating devel/p5-Test-Most from 0.21nb1 to 0.22sno2-13/+13
pkgsrc changes: - correcting license - adjusting dependency versions Upstream changes: 0.22 2010-08-07 - Added always_explain() and always_show(). - Apply doc fixes from ranguard. Thanks :) 0.21_04 2010-02-06 - Give people the ability to exclude test modules in case of conflicts. This is to resolve: "Prototype mismatch: sub main::blessed ($) vs none" error with Moose and Test::Deep. See https://rt.cpan.org/Ticket/Display.html?id=54362&results=e73ff63c5bf9ba0f796efdba5773cf3f 0.21_03 2010-02-06 - Bump up dependency on Test::Builder. Need that for done_testing() and to deprecate all_done(). - Remove strict and warnings from tests since they no longer need them :) - Decided to bump up the minimum version number for all test modules. This module should be "one stop shopping" for most people. - Moderately significant POD update. 0.21_02 2010-02-06 - Import strict an warnings. - Increase version requirement for https://rt.cpan.org/Ticket/Display.html?id=44790 Thanks to Gerda Shank for that. 0.21_01 2009-02-18 - Have explain() depend on Test::More::note() (patch from Schwern) - Depend on Test::More directly (patch from Scwhern)
2010-08-31Updated devel/p5-Test-Class to 0.36sno1-1/+2
2010-08-31Updating devel/p5-Test-Class from 0.35nb1 to 0.36sno2-7/+7
Upstream changes: 0.36 - or the "Adrian should have released this earlier" release [2010-08-19] (Thanks to Mark Morgan for doing all the useful work on this one!) - New add_filter() method allows global filtering of test methods - Apply t/todo.t patch to fix RT#55324 (test bug, not Test::Class bug). This makes the test suite pass with Test::Simple 0.95_01 and greater.
2010-08-31Updated devel/p5-Devel-Leak-Object to 1.01sno1-1/+2
2010-08-31Updating devel/p5-Devel-Leak-Object from 1.00nb1 to 1.01sno2-9/+8
pkgsrc changes: - switch to Module::Install::Bundled Upstream changes: 1.01 Wed 16 Jun 2010 - Upgraded to Module::Install::DSL 0.99 - warn rather than die for objects that don't conform to our assumptions - list tracked source line only once - list the next caller in the stack if bless is called by the class's new() - add a checkpoint() status which lists new classes created (and not destroyed) since the last call to checkpoint()
2010-08-31Updated print/p5-LaTeX-Table to 1.0.5sno1-1/+2
2010-08-31Updating print/p5-LaTeX-Table from 1.0.2 to 1.0.5sno2-7/+7
pkgsrc changes: - adjusting dependencies Upstream changes: 1.0.5 Wed Aug 25 2010 - Set min. version of MooseX::FollowPBP to 0.03 (older versions caused cpan test fails) 1.0.4 Tue Aug 24 2010 - fixed stupid bug in Build.PL (introduced in 1.0.3) 1.0.3 Tue Aug 24 2010 - small code cleanup - added github in Makefile.PL and Build.PL - moved author tests to xt - longtable tests
2010-08-31Updated textproc/p5-YAML-Syck to 1.14sno2-3/+3
2010-08-31Updating textproc/p5-YAML-Syck from 1.12nb1 to 1.14sno2-7/+7
Upstream changes: [Changes for 1.14 (YAML::Syck 0.37 ) - 2010-08-03] * RT RT60771 - Further refactor for JSON. if a number is a valid perl string, quote it. "1" + "1" = "11" in javascript. * add YAML tests to make sure HEX and octal preserve their information
2010-08-31Remove unwanted PLIST entry.obache1-2/+1
2010-08-31Need swig to build.obache1-1/+2
2010-08-31need qmake to build, buildlink with qt4-tools.obache1-1/+2
2010-08-31Need pkg-config.obache1-2/+2
2010-08-30Updated security/aide to 0.14.2pettai1-1/+2
2010-08-30Version 0.14.2pettai5-15/+61
* Report correct file type in "Detailed information about changes" section * Bug fixes Version 0.14.1 * Added aide-attributes.sh contrib script * Bug fixes Version 0.14 * Renewed autoconf mechanism * Resolved licensing conflicts * New feature to summarize changes * Added prelink support * Many bugfixes
2010-08-30Updated mail/mimedefang to 2.71pettai1-1/+2
2010-08-30MIMEDefang 2.71 fixes the following bugs:pettai2-7/+6
* Restores compatibility with Postfix (which was broken in 2.70). * Properly fixes signal-handling in child processes. 2.70 included a partial fix, but signal-handling would break if you ran md-mx-ctrl reread.
2010-08-30Updated devel/pango to 1.28.1nb1jakllsch1-1/+2