summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-25Initial import of xml2-0.4, a set of tools to convert XML and HTML to andrh4-0/+38
from a line-oriented format for easier processing with sed, awk, etc.
2009-04-25Note update of burn to 0.4.1rh1-1/+2
2009-04-25Update burn to 0.4.1. Changes include:rh6-282/+341
- The cdrecord and cdrdao backends are now able to handle ATAPI devices. This, however, requires fairly recent versions of those tools (see README). - Added overburn option for both backends. Currently this must be switched on manually in the parameters dialog. Maybe in the future we may try to detect this automatically. - The cdrdao backend bundle is no longer built and installed by default, but must be handled separately. This makes things easier for me :-) - The cdrdao backend now knows the method -availableDrives using cdrdao's 'scanbus' command. - The 'Burn Tools' panel has now moved to the preferences. - Split the service 'Burn To CD' into two again: 'Burn To CD' and 'Add To CD'. This gets us rid of the annoying 'do you want to append or create new...' message. - ISO image files may now be opened with a double-click or 'gopen' (Burn.app registers for suffix .iso). - The miniwindow for the BurnProgress panel now displays the progress. - Removed the track types raw-intel and raw-motorola. Noone needs this. - Add functionality to plug-in audio converters, i.e. bundles that convert arbitrary audio formats into .wav files. - Add a converter bundle for MP3 files. This bundle is part of the CVS, but not of th release package. Fixed Bugs/Issues: - Fixed a bug where the 'burnproof' option for cdrecord was was not written properly to the defaults and thus not used at all.
2009-04-25Updated devel/scmcvs to 1.11.23sno1-1/+2
2009-04-25PkgSrc changes:sno6-47/+37
- Updating devel/scmcvs from 1.11.22 to 1.11.23 - "Activating" gnu-gpl-v2 license as discussed on packages@ Upstream changes: NEW FEATURES * A new log option -n reverts the -N option which may be in a .cvsrc file. * The `cvs blame' command is now a synonym for the `cvs annotate' command. * The :extssh: method will use $CVS_SSH if set, or fall back on "ssh" by default (but may be explicitly set using the --with-ssh flag to configure). * There is a new IgnoreUnknownConfigKeys option available for CVSROOT/config to aid in the transition to newer versions of CVS. BUG FIXES * Merges of file removals using -j options are a little smarter. * `cvs add' checks more thoroughly for `CVS' directories in the argument list. * `cvs server' now accepts `--allow-root=PATH' options. * `cvs import' no longer attempts to send CVS metadata to the server. * `cvs import' makes more of an effort not to import paths containing files and directories named `CVS'. * The CVS server will no longer allow clients to run `cvs init'. * Applying diffs when checking out very old revisions has been reduced from an O(n^2) operation to an O(n) thanks to a patch from Michael J. Smith <msmith@ideorlando.org> and additional touch-up work from the CVS team. * Thanks to report from Paul Eggert <eggert@CS.UCLA.EDU>, an assertion failure that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module') has been removed. * Thanks to a report from Peter Toft <pto@linuxbog.dk>, CVS server now sends correct patch files more often when the RCS `Name' keyword is present in a working file (bug #17302). * Thanks to a report from Dan Peterson <dbpete@aol.com>, clients now send the right set of commands to the server when asked to update directories with trailing slashes on their name. * Thanks to a report and patch from <mbarabas@redhat.com>, potential stack corruption during pserver login is avoided (bug #16961). * The :extssh: method is now properly recognized as an alias for :ext:. DEVELOPER ISSUES * We've standardized on Autoconf version 2.61 to get a bug fix that notes that the AIX C compiler's default mode isn't quite C89 and sets the correct mode instead. * We've standardized on Autoconf version 1.10 because it lets us simplify our sources. Oked by joerg@ (with the condition that I do the update to 1.12.13.1, too)
2009-04-25Updated x11/xcb-util to 0.3.4wiz1-1/+2
2009-04-25Update to 0.3.4, add missing gperf build dependency.wiz3-11/+8
Changes for 0.3.4: Julien Danjou (11): add a useful common header with common function/define event: add functions to convert event/errors to labels wm: remove icccm: add xcb_get_wm_class_from_reply() keysyms: fix xcb_key_symbols_get_keycode() API keysyms: bump version event: simplify proto event: add error values event: add define to get request and error types bump version to 0.3.4 include xcb-util-common.h in dist tarball
2009-04-25Updated editors/mined to 2000.15tnn1-1/+2
2009-04-25Update to mined-2000.15.tnn4-41/+45
Character encoding support enhancements: * Updated to Unicode 5.1; added XHC Hanyu pinyin pronunciation information. * Enhanced character information display, also in non-UTF-8 text encoding. Adding Unicode character name and Unicode decomposition, see Info menu. * Enhanced character substitution display for non-Unicode terminals; using base character according to Unicode decomposition. * Encoding conversion from UTF-8 enhanced to all text encodings. * Enhanced terminal support for cygwin 1.7, including UTF-8 mode. * Character replacement commands (e.g. ESC _) also unescape URL escape notation (%E2%82%AC) and HTML numeric entities (&_#x20AC;). Text editing features: * Enhanced line begin/end navigation, may also go to previous/next line. Interactive: * Changed cursor positioning when moving vertically over multi-column characters * Turning to the closest side of a TAB. * Options -T/+T for preference to stay left/right of TAB. * Enhanced menu navigation (Ctrl-mouse-scroll, initial key word finding). * Multi-option selection in open Info display ("?") menu. * Scrollbar mouse control enhancements: * Scroll direction adapted to other applications (old mode with option -oo). * Click-and-drag scrollbar scrolling. * Accelerated scrolling (by half a page) while over scrollbar. * Added usage hints to messages on typical keyboard interaction misconceptions. * Help function improvements. * Tweaked handling of Home/End/Del and modified keypad keys. Interworking enhancements: * Distinction of small/numeric keypad keys for djgpp-compiled DOS version. * Tweaked uterm terminal invocation script: * Workaround to safely ensure UTF-8 on cygwin. * Best guess for user preference of rxvt (if rxvt-unicode is found). * Command line options for user preference for xterm or rxvt. * Tweaked cygwin script wmined to use mintty if available. * Tuned keypad assignments to achieve more uniform keypad functions among different kinds of terminals as much as possible. * Support of additional terminal codepages as supported by cygwin 1.7, also in the djgpp-compiled DOS version. * Recognising and adapting to PuTTY or MinTTY. Printing: * Added printing feature using notepad /p for cygwin and DOS versions. Miscellaneous: * Applying computed dim screen attribute for line indications (in xterm), actived by defining an empty environment variable MINEDDIM. * Revised/enhanced line end handling support: * Added option +r to convert Unix lineends (LF) to DOS lineends (CRLF). * Enhanced Mac lineend handling options -R and +R. * Either of -r/+r can be combined with either of -R/+R. * Added search pattern "\r" to search for CRLF (DOS/Windows) line ends.
2009-04-25Updated net/p5-Net-Twitter to 2.12sno1-1/+2
2009-04-25PkgSrc changes:sno2-8/+8
- Updating package for p5 module Net::Twitter to 2.12 from 1.17 (overfulfill pkg/40812) - Setting license to artistic-2.0 Upstream changes (2.xx trunk seems to be splitted after 1.17): 2.12 - Wed Mar 25, 2009 o Removed test that uses show_progress arg to LWP::UserAgent, as this did not exist until v5.815. o Because of the above require LWP::UA of at least v2.032, as the two remaining tests are OK with that version. 2.11 - Thu Mar 19, 2009 o Added useragent_args to new() to allow passing args to the LWP::UA object o Added test for above o Removed POD about dependancies. 2.10 - Thu Feb 26, 2009 o Fix https://rt.cpan.org/Ticket/Display.html?id=43658 which proves I'm an idiot. The SYNOPSIS fix in 2.08 doesn't match up with reality. Passing args to new() with {} would break. This is now fixed. 2.09 - Thu Feb 20, 2009 o Embarrassing. Since the very first 2.xx update_profile has been missing. This adds it back in and tests it. 2.08 - Thu Feb 19, 2009 o Fixed ridiculously broken logic in get_error JSON deparse. o POD fix with SYNOPSIS to make the examples match the {} requirement 2.07 - Thu Feb 12, 2009 o Add new friends_ids and followers_ids social graph methods o Added tests for the above. o Fix bug where get_error was not decoding the JSON that was returned. o Added documentation about hashref passing needing {} specified. 2.06 - Mon Jan 26, 2009 o 2.05 had glitch which caused some methods like user_timeline to call the incorrect URL when called with no args, returning the wrong user's timeline. o Added test to prevent the above. o Added Net::Twitter::Search, as I now have permissions. o Added distribution of the local test that checks all arg combos. 2.05 - Sun Jan 25, 2009 o public_timeline can now take zero args. o Any method which can take "id" as the only arg in the passed hashref can now also take that arg value as a string. o More arg validation updates. We're running out of places to break, knock on wood. o Code run through local test not packaged with the module which tests each method with every conceivable combination of args. There should be no more places the arg validation breaks valid arg combos, and it should be much more difficult for me to break it so in the future. 2.04 - Sat Jan 24, 2009 o More tweaks from Marc Mims on regression tests o Reworked bad arg handling which caused subsequent calls of several methods to fail. o Fixed issue with arg handling in show_status o Removed Net::Twitter::Search until I can get assistance from Brenda, CPAN complains that I don't have rights to the namespace and people are reporting problems finding 2.x because the index is off. o Switch to using Module::Install 2.03 - Thu Jan 22, 2009 o Bad MANIFEST kept the regression tests out of the 2.02 distribution. o Change clienturl to default to http://www.net-twitter.info and removed pointless XML warning. 2.02 - Thu Jan 22, 2009 o Add arrayref_on_error switch at the suggestion of Ryan Rose. Changes default return value on error. o Added regression test suite by Marc Mims, hopefully no more crappy releases missing things. o Fixed several bugs in arg handling and validation to make it work correctly. Should now be 100% 2.01 - Fri Jan 16, 2009 o Add back in the inexplicably missing update_twittervision o Fixed several errors with methods that can take a single arg, not a hashref. This has to happen for back compat with 1.xx o Patch from semifor to fix args handling on GET methods. It worked but was semantically wrong. 2.00 - Thu Jan 15, 2009 o Final release including all of the below. o Differences since 2.00_05 o Added Net::Twitter::Search stub file to act as a wrapper. o Added clone() method o More POD cleanup. o Switched from die/warn to Carp::carp/croak 2.00_05 - Mon Jan 12, 2009 o 2.00_04 had a glaring error that prevented anything that used an HTTP POST, like update(), from actually, you know, POSTing. o Great suggestion from semifor on passing form values to LWP::UserAgent replaced 34 lines of ridiculous arg handling with 3 lines and a call to URI. Much better. o Yet more POD and minor tweaks. 2.00_04 - Sat Jan 10, 2009 o Remove result hack for relationship_exists as twitter has fixed their end. o Completely rework arg validation to allow calling with no args, yet trapping where this is wrong. o Add JSON eval trapping to regular methods, it was mistakenly only happening on search. o Massive POD rewrites to clarify and expand, and even correct a few mistakes. 2.00_03 - Fri Jan 9, 2009 o Add Net::Identica which wraps a Net::Twitter object and sets the default connection to identi.ca o Fix show_user argument handling which was broken to this point o Add full search API o Trap errors in JSON decoding when Twitter returns a 200 Success, preventing JSON::Any from die-ing o Various POD fixes and updates 2.00_02 - Wed Jan 7, 2009 o Applied http://github.com/semifor/net-twitter/commit/34b042f653d3c9c39f0003504070b4014da7d854 o Applied logic from patch to 1.xx by Chris Nelson to prevent bad JSON from causing JSON::Any to die. JSON errors should now gracefully return undef. o POD change, spurious h in the URL for rt.cpan.org o Updated copyright to 2009 o Add IRC and other contact info. 2.00_01 - Mon Dec 22, 2008 o From scratch redo. All the old code is gone and replaced with new. o Changes against 1.xx include: o identica quick switch to new() to set identi.ca connect info o Full arg validation. This can be bypassed. o All methods are now generated dynamically from a lookup table at runtime.
2009-04-25Adjust some p5-* dependencies to use the core modulesno3-11/+11
2009-04-25Remove update wishes I had donesno1-5/+1
2009-04-25Update to trac-0.11.4roy2-6/+7
Changes from 0.11.3 include * Custom mainnav links regression * Fixed Python 2.3 incompatibility * Fixed Python 2.6 notification issue * Fixed PostgreSQL multi column index issue
2009-04-24Updated textproc/p5-XML-RSS to 1.44sno1-1/+2
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module XML::RSS to 0.44 Upstream changes: 1.44 - April 1, 2009 - Applied a patch from Simon Wistow (after some modifications) to add support for multiple enclosures. - Added the t/xml-base.t test file from Simon Wistow to test for xml:base. Corrected for style.
2009-04-24Add tex-tools and tex-tools-doc.minskim2-2/+6
2009-04-24Import tex-tools-doc-2008.11806 as print/tex-tools-doc.minskim4-0/+49
This is documentation for tex-tools.
2009-04-24Import tex-tools-2008.11806 as print/tex-tools.minskim4-0/+66
A collection of (variously) simple tools provided as part of the LaTeX required tools distribution, comprising afterpage, array, calc, dcolumn, delarray enumerate, fileerr, fontsmpl, ftnright, hhline, indentfirst, layout, longtable, multicol, rawfonts, showkeys, somedefs, theorem, tabularx, trace, varioref, verbatim, xr, and xspace.
2009-04-24Add metafont packages.minskim2-2/+6
2009-04-24Import tex-bin-metafont-2008.12778 as fonts/tex-bin-metafont.minskim4-0/+30
METAFONT is a powerful tool for font creation, which was used by Donald Knuth to create the Computer Modern fonts, used as standard by TeX and LaTeX, and now the standard fonts used for scientific publication.
2009-04-24Import tex-metafont-2008.11896 as fonts/tex-metafont.minskim4-0/+43
METAFONT is a system that allows you to describe a typeface once, and create as many fonts as you like of this typeface by just changing a set of well chosen parameters separately. This package contains files required by METAFONT commands.
2009-04-24Updated textproc/p5-XML-Feed to 0.42sno1-1/+2
2009-04-24PkgSrc changes:sno2-8/+8
- Updating package for p5 module XML::Feed to 0.42 from 0.41 Upstream changes: 0.42 - Fix conversion of multi value fields http://rt.cpan.org/Ticket/Display.html?id=41794 (Mario Domgoergen) - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred. (Tatsuhiko Miyagawa) - Added support for enclosures
2009-04-24Updated databases/p5-DBIx-Class to 0.08100sno1-1/+2
2009-04-24Note updates of tex-bin-{kpathsea,xdvi,latex,dvipsk}.minskim1-1/+5
2009-04-24PkgSrc changes:sno3-16/+30
- Updating package for p5 module DBIx::Class to 0.08100 from 0.08013 - Adjusting dependencies from META.yml - Adding optional dependency to SQL::Translator Upstream changes (since 0.08010): 0.081000 2009-04-19 11:39:35 (UTC) - Todo out the register_extra_source test until after shipping 0.08099_08 2009-03-30 00:00:00 (UTC) - Fixed taint mode with load_namespaces - Putting IC::DateTime locale, timezone or floating_tz_ok attributes into extra => {} has been deprecated. The new way is to put these things directly into the columns definition - Switched MI code to MRO::Compat - Document db-side default_value caveats - Search_like() now warns to indicate deprecation in 0.09. (robkinyon) - TxnScopeGuard left experimental state 0.08099_07 2009-02-27 02:00:00 (UTC) - multi-create using find_or_create rather than _related for post-insert - fix get_inflated_columns to check has_column_loaded - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal) - Fix up multi-create to: - correctly propagate columns loaded during multi-insert of rels - not try and insert things tagged on via new_related unless required - Possible to set locale in IC::DateTime extra => {} config - Calling the accessor of a belongs_to when the foreign_key was NULL and the row was not stored would unexpectedly fail - Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries possible. See the Cookbook for details. - Massive rewrite of Ordered to properly handle position constraints and to make it more matpath-friendly - deploy_statements called ddl_filename with the $version and $dir arguments in the wrong order. - columns/+columns attributes now support { as => select } hahsrefs - support for views both in DBIC and via deploy() in SQLT 0.08099_06 2009-01-23 07:30:00 (UTC) - Allow a scalarref to be supplied to the 'from' resultset attribute - Classes submitted as result_class for a resultsource are now automatically loaded via ensure_loaded() - 'result_class' resultset attribute, identical to result_class() - add 'undef_on_null_fk' option for relationship accessors of type 'single'. This will prevent DBIC from querying the database if one or more of the key columns IS NULL - for 'belongs_to' rels, 'undef_on_null_fk' defaults to true. - fixed scope unaware last_insert_id fetching for MSSQL (http://msdn.microsoft.com/en-us/library/ms190315.aspx) - an sqlt_deploy_hook can now be shared between result sources using a configurable callback trigger - new order_by => { -desc => 'colname' } syntax supported - PG array datatype supported - insert should use store_column, not set_column to avoid marking clean just-stored values as dirty. New test for this - regression test for source_name 0.08099_05 2008-10-30 21:30:00 (UTC) - Rewritte of Storage::DBI::connect_info(), extended with an additional argument format type - InflateColumn::DateTime: add warning about floating timezone - InflateColumn::DateTime: possible to enforce/skip inflation - delete throws exception if passed arguments to prevent drunken mishaps. (purge) - Fix storage to copy scalar conds before regexping to avoid trying to modify a constant in odd edge cases - Related resultsets on uninserted objects are now empty - Fixed up related resultsets and multi-create - Fixed superfluous connection in ODBC::_rebless - Fixed undef PK for first insert in ODBC::Microsoft_SQL_Server - Added virtual method to Versioned so a user can create upgrade path across multiple versions (jgoulah) - Better (and marginally faster) implementation of the HashRefInflator hash construction algorithm - Allow explicit specification of ON DELETE/ON UPDATE constraints when using the SQLT parser 0.08099_04 2008-07-24 01:00:00 - Functionality to storage to enable a sub to be run without FK checks - Fixed $schema->clone bug which caused clone and source to share internal hash refs - Added register_extra_source methods for additional sources - Added datetime_undef_if_invalid for InflateColumn::DateTime to return undef on invalid date/time values - Added search_related_rs method to ResultSet - add a make_column_dirty method to Row to force updates - throw a clear exception when user tries multi-has_many prefetch - SQLT parser prefixes index names with ${table}_idx_ to avoid clashes - mark ResultSetManager as deprecated and undocument it - pod fix (RT #32988) - add Test::Exception to test requirements (RT #34256) - make ash's build_requires/META.yml fixes work better - is_deferable support on relations used by the SQL::Translator parser - Refactored DBIx::Class::Schema::Versioned - Syntax errors from resultset components are now reported correctly - sqltargs respected correctly in deploy et al. - Added support for savepoints, and using them automatically in nested transactions if auto_savepoint is set in connect_info. - Changed naming scheme for constraints and keys in the sqlt parser; names should now be consistent and collision-free. - Improve handling of explicit key attr in ResultSet::find - Add warnings for non-unique ResultSet::find queries - Changed Storage::DBI::Replication to Storage::DBI::Replicated and refactored support. - By default now deploy/diff et al. will ignore constraint and index names - Add ResultSet::_is_deterministic_value, make new_result filter the values passed to new to drop values that would generate invalid SQL. - Use Sub::Name to name closures before installing them. Fixes incompatibility with Moose method modifiers on generated methods.
2009-04-24Update tex-bin-dvipsk to 2008.12497.minskim2-7/+7
Changes: - Add more fonts to the maps.
2009-04-24Update tex-bin-latex to 2008.12778.minskim2-7/+7
No functional change; TeX Live metadata changes only.
2009-04-24Update tex-bin-xdvi to 22.84.14.12778.minskim2-7/+7
No functional change; TeX Live metadata changes only.
2009-04-24Modify dependencies to perl-modules which are deployed with the perl-core,sno24-57/+57
mainly Scalar::Util and List::Util
2009-04-24Update tex-bin-kpathsea to 2008.12778.minskim2-7/+7
No functional change; TeX Live metadata changes only.
2009-04-24Add xf86-video-openchromesborrill1-1/+2
2009-04-24Added x11/xf86-video-openchrome version 0.2.903sborrill1-1/+2
2009-04-24This is the VIA openchrome video driver for the modular Xorg server.sborrill5-0/+68
The OpenChrome project is committed to providing and supporting fully free and Open Source drivers that take full advantage of the hardware acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and Chrome9 integrated graphics processors. This will probably replace xf86-video-via in the future (probably after the next openchrome release).
2009-04-24Updated devel/p5-Class-C3-Componentised to 1.0005sno1-1/+2
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module Class::C3::Componentised to 1.0005 Upstream changes: 1.0005 22 Apr 2009 Add load_optional_class method
2009-04-24Updated devel/p5-AnyEvent to 4.352sno1-1/+2
2009-04-24PkgSrc changes:sno2-6/+6
- Updating package for p5 module AnyEvent from 4.331 to 4.352 Upstream changes: 4.352 Mon Apr 20 16:31:11 CEST 2009 - fix AnyEvent::Strict error messages for child watchers. - fix/update Makefile.PL "recommends" versions. - add AnyEvent->now_update. 4.351 Sat Apr 11 07:56:14 CEST 2009 - actually make the signal pipe work under win32. - localise $! in signal handler to avoid changing $!, although perl itself does not seem to save/restore errno either. - set the cloexec flag on the signal pipe (normally set by perl too). 4.35 Fri Mar 27 11:48:20 CET 2009 - event models relying on AnyEvent's signal watcher emulation did invoke the callback asynchronously, contradicting documentation and causing signals to get lost (this includes AnyEvent's own event loop). AnyEvent now uses the standard pipe trick to make callback execution synchronous to the event loop. - AnyEvent::Handle didn't free TLS context data on DESTROY (patch by Pavel Shaydo). - work around the ever-incompatibly-changing API of MakeMaker. - document that changing global variables without restoring them is a bad idea in Perl (noted by Adam Rosenstein). - AnyEvent::Strict now barfs if ->io is passed a file. 4.34 Thu Feb 12 18:32:45 CET 2009 - separately buffer TLS read data, as otherwise the read queue could deadlock as receiving data is not expected while draining the read queue (which cna only happen with TLS). - raise EBADMSG error on JSON decoding errors. - fix some minor manpage bugs (reported by Maximilian Ga~A"Y). - speed up select bitmask parsing quite a bit in the pure perl backend. - use CORE::select instead of just select in AnyEvent::Impl::Perl.
2009-04-24Updated databases/p5-DBD-PgPP to 0.06sno1-1/+2
2009-04-24PkgSrc changes:sno2-9/+10
- Updating package for p5 module DBD::PgPP to 0.06 from 0.05 - Setting license to artistic-2.0 - To satisfy DBI dependency, the databases/p5-DBI/buildlink3.mk is included Upstream changes: 0.06 Tue Feb 24 11:45:16 UTC 2009 - RT#15894: New last_insert_id feature; thanks to Roger Crew for the implementation. - RT#7686: Update test suite for newer PostgreSQL - RT#14318 RT#18733 RT#41511: Allow execution of new queries while fetching an existing one - RT#14791 RT#31260: Fix results that have many columns, and long strings in results - RT#23900 RT#32864: Fix placeholder values containing "?", and non-placeholder "?" in queries (both comments and literals) - Disconnect from the database cleanly - Fix use of non-default path for Unix-domain sockets - Fix loss of protocol synchronisation when executing a query that yields a warning - Fix various bugs in `bind_param` (or at least the simple, non-typed versions of it) and in `execute` with arguments - Better support for PostgreSQL 8.1 and above - Improved test coverage
2009-04-24Regen.joerg2-28/+11
2009-04-24Add support for @pkgdir for non-destdir installation.joerg1-1/+3
2009-04-24pkg_install-20090424:joerg13-193/+218
Make pkg_delete -d the default behavior, remove the option. Remove pkg_create -R support (reorder @dirrm entries). Introduce new plist command @pkgdir, which makes pkg_add add this directory if it doesn't exist already and pkg_delete remove it only if no other package has a @pkgdir entry for it. Otherwise directories are pruned when the last file or directory in them is removed. @dirrm is now a pure hint, if the directory doesn't exist, it will be silently skipped.
2009-04-24Set "SH" to "/bin/ksh" under Mac OS X Leopard:tron1-1/+7
- "libtool" will use "ksh" if it gets rebuilt after this change. - Buildlink wrappers will now use "ksh". - Configure script will be executed using "ksh". This improves build performance by more than 30%. Change discussed on "tech-pkg" mailing list.
2009-04-24Fix PLIST when LDAP support is activated, because apr-util packageseb1-3/+5
has it, and shared modules option is not activated: LDAP related modules are, like other modules, not installed as shared objects so they should not be added to the PLIST. Approved by MAINTAINER.
2009-04-24Updated net/GeoIP; net/ntopadam2-3/+4
2009-04-24Changes 3.3.9:adam5-18/+76
* Bug fixes * Uses GeoIP
2009-04-24Changes 1.4.6:adam6-129/+27
* Fix geoipupdate's my_printf function * Fix typo in apps/geoipupdate-pureperl.pl replace PerlIO::Gzip with PerlIO::gzip * Update region codes in libGeoIP/regionName.c * Fix regioncode/generate_regionName.pl to handle regioncodes with ',' correct * Update fips codes 20090201 * Fix unicode builds on WIN32 and eliminate some warnings * Fix sign error in _iso_8859_1__utf8 for PPC64 * Change WIN32 to _WIN32, since _WIN32 is defined by default * Remove the WSAStartup call from GeoIP_open * Silence various warnings * Add more timezone region's for Australia * Fix possible segfault in apps/geoiplookup with null pointers in non gnu printf implementations for example solaris * Add README.OSX to build fat binaries easy * Silence vasprintf warning via AC_GNU_SOURCE * Add several Makefiles to build a static GeoIP.lib for w32 * Silence signedness warnings * Remove --with-city configure option * Remove configure's --with-dbdir option. Use the similar --datadir instead * Various autotools improvements and cleanups. Including parallel build fix. * Fix libGeoIP/timeZone.c * Fix timezone/generate_timeZone.pl * Sync FIPS codes again Jan 14th, 2009 * Fix CA,NL regioncode * Change logic in generate_regionName.pl and GeoIP_region_name_by_code * Sync regionName.c with http://www.maxmind.com/app/fips10_4 from Dec 17th, 2008 * Fix _GeoIP_lookupaddress for 64bit big endian systems like ppc64 * Add proper WIN32/64 support * Escape - in all manpages * Add manpage for geoiplookup6 * Fix -d command line option * GeoIPUpdate.c use vasprintf if avail, otherwise try vsnprintf and sprintf * avoid pre/postincrement and assignment on the same variable
2009-04-24Updated net/parpd to 1.4roy1-1/+2