Commit graph

143157 commits

Author SHA1 Message Date
zafer
e1e7d10057 update master site. 2009-05-30 00:53:53 +00:00
zafer
575e1d791f update master site. service has been suspended. 2009-05-30 00:47:22 +00:00
obache
e596730c32 Updated audio/libmpd to 0.18.0 2009-05-30 00:45:20 +00:00
obache
21a76ca50e Update libmpd to 0.18.0.
Based on PR 41470 by Guillaume Lasmayous.

Pkgsrc change:
* LICENSE=gnu-gpl-v2
* bump shlib major 0 => 1, (previously, just not defined),
  so bump ABI_DEPENDS.libmpd.
2009-05-30 00:44:59 +00:00
zafer
48eb9e2b92 update master site and homepage. use www instead of www2 2009-05-30 00:38:24 +00:00
zafer
f7c1c6e0f1 update master site. 2009-05-30 00:24:00 +00:00
zafer
65a6badf0f update master site. remove dead mirrors. 2009-05-30 00:20:42 +00:00
gdt
9ae79b167a Update subversion to 1.6.2 via patch in private mail from Jens
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-30 00:16:46 +00:00
obache
6201bccf7c Added textproc/libnxml version 0.18.3 2009-05-30 00:16:32 +00:00
obache
d9268254ce Import libnxml-0.18.3 as textproc/libnxml from pkgsrc-wip.
Packaged by Kamel Derouiche.

nXML is a C library for parsing, writing and creating XML 1.0 and
1.1 files or streams. It supports utf-8, utf-16be and utf-16le,
ucs-4 (1234, 4321, 2143, 2312).
2009-05-30 00:16:10 +00:00
obache
c8afee01b3 + amule-2.2.4 [pkg/41508] osh-20090527 [pkg/41509] 2009-05-29 23:57:34 +00:00
manu
71d1972d7f Add a SASL option 2009-05-29 21:23:58 +00:00
rillig
41caf0d671 Fixed the infinite recursion as suggested in PR 41446. Thanks for the
patch.
2009-05-29 15:58:37 +00:00
heinz
95b0637fe5 Make pkgsrc provide autoconf>=2.62, the minimum version required here.
See configure.ac, line 23.
2009-05-29 15:51:34 +00:00
he
462add3db1 Note update of time/sunbird to 0.9. 2009-05-29 13:23:11 +00:00
he
65884b8764 Update from version 0.3.1 to 0.9.
Reviewed and tested by wiz@.

Pkgsrc changes:
 o Adapt the large set of diffs to the new version.
 o Depend directly on cairo and turn off the use of the ancient
   version of cairo embedded in the distribution.  (Caused build
   failures with a newer cairo installed from pkgsrc.)

Upstream changes:

What's New in Sunbird 0.9
- - - - - - - - - - - - -

Sunbird 0.9 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

The following features have been added to Sunbird 0.9:

    * Events spanning days now have a visual indicator indicating
      them as connected events
    * When reloading a remote calendar a progress indicator is now shown
    * The so-called "minimonth" (small calendar month in the upper
      left) has been given a visual overhaul
    * The calendar views (day, week, multiweek, month) have been
      given a visual overhaul
    * CalDAV support and interoperability with various CalDAV
      servers has been improved
    * The application stability and memory consumption has been
      greatly improved
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge website at
      http://www.rumblingedge.com/2008/09/21/sunbird-09-released/

Release Date: September 23, 2008

What's New in Sunbird 0.8
- - - - - - - - - - - - -

Sunbird 0.8 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

The following features have been added to Sunbird 0.8:

    * A new icon set which matches more closely the icon style of
      other mozilla applications
    * Category colors are now shown next to an event box, giving
      users a much better overview of their differently categorized
      events
    * Events with alarms now have a visual indicator showing an alarm bell
    * A totally overhauled alarm dialog
    * Sunbird now recognizes the timezone definitions in .ics files
      created by other applications. This fixes the longstanding
      issue of Sunbird miscalculating the date or time of events
      contained in those files
    * The timezone guessing has been significantly improved
    * Sunbird now contains experimental support for viewing remote
      calendars offline. This feature has known bugs and is included
      for testing purposes only
    * Sunbird contains several performance fixes, which should
      improve working with larger calendar files
    * You can now define for each of your calendars, whether you
      want to be notified of alarms for events in these calendars or
      not
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge website at
      http://weblogs.mozillazine.org/rumblingedge/archives/2007/11/sb_0-8.html

Release Date: April 04, 2008

What's New in Mozilla Sunbird (R) 0.7
- - - - - - - - - - - - - - - - - - -

Mozilla Sunbird 0.7 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

    * A redesigned event/task dialog has been enabled to gather
      feedback from the community. It offers a much cleaner user
      interface and additional functionality including:
          o Events/Tasks can be created in different timezones
          o Integrated display of recurrence patterns, reminders
          o Custom recurrences and reminders
          o Clear separation between tasks and events
    * The new event summary dialog lists all the details of tasks
      and events for calendar which are read-only.
    * Colliding events (events in the same time slot) are shrunk
      so that they fit into the display of a day. This no longer
      affects other events on the same day.
    * Localized releases of Sunbird in Chinese (simplified),
      Georgian, Lithuanian, Portuguese (European), Spanish (Argentina)
      and Turkish
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge website at
      http://weblogs.mozillazine.org/rumblingedge/archives/2007/07/sb_0-7.html

Release Date: October 25, 2007

What's New in Mozilla Sunbird (R) 0.5
- - - - - - - - - - - - - - - - - - -

Mozilla Sunbird 0.5 is the latest release of our standalone calendar
application. We recommend that all users upgrade to this latest
version.

    * Much more polished user interface in the calendar views
    * Working hours are back
    * Automatic migration of data in Sunbird 0.2, iCal.app, and Evolution
    * Much improved printing functionality
    * Support for Google Calendar (via the Google Calendar Provider extension)
    * Vastly improved reliability
    * Many performance improvements
    * Many usability improvements
    * A full list of changes that have gone into this release can
      be found on The Rumbling Edge weblog at
      http://weblogs.mozillazine.org/rumblingedge/archives/2006/12/sb_0-5.html

Release Date: June 27, 2007
2009-05-29 13:22:11 +00:00
wiz
38570ec2a1 Updated x11/xcb-util to 0.3.5 2009-05-29 09:28:29 +00:00
wiz
f582c99c6e Update to 0.3.5:
Alan Coopersmith (1):
      Make sure m4 supports -I flag, if not, try finding gnu m4

Bart Massey (1):
      wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>

Bob Ham (1):
      Add a check on xproto version libxcb was compiled with

Julien Danjou (2):
      icccm: fix compatibility with libxcb > 1.2
      Release xcb-util 0.3.5

Mikhail Gusarov (2):
      Add xcb_aux_change_window_attributes_checked
      Zero out handlers list in xcb_event_handlers_init
2009-05-29 09:28:17 +00:00
wiz
3afdc8c805 Updated x11/libxcb to 1.3 2009-05-29 09:27:57 +00:00
wiz
927dbc1e1e Update to 1.3:
Bart Massey (2):
      kludgily hand-merged xid fixes
      Fix XDM-AUTHORIZATION-1 (bug #14202)

Bob Ham (1):
      Store xcbproto version libxcb was compiled with

Jeremy Huddleston (1):
      darwin: Don't use poll() on versions of darwin before darwin10

Julien Danjou (9):
      Copy full IPv4 mapping (Bug #20665)
      Fix do_append() arguments
      auth: precompute authnameslen
      auth: use snprintf() return value
      util: open_abstract gets filelen as parameters
      util: merge common code for xcb_connect
      util: remove useless strlen calls from decnet opening
      depends on recent xcb-proto and bump version of randr
      Release libxcb 1.3

Michael Ost (1):
      use poll() instead of select() when available

Peter Harris (3):
      Don't use enums in generated C code - use integer constants instead.
      Revert "Don't use enums in generated C code"
      Avoid name collisions between xidtype and enum.

Samuel Thibault (1):
      Local socket connections do not work on hurd-i386

elupus (1):
      Disable Nagle on TCP socket
2009-05-29 09:27:45 +00:00
wiz
e8677c0303 Updated x11/py-xcbgen to 1.5 2009-05-29 09:26:57 +00:00
wiz
b38b1688df Updated x11/xcb-proto to 1.5 2009-05-29 09:26:45 +00:00
wiz
746d29889a Update to 1.5:
Eamon Walsh (1):
      Correct the length calculation for the value field of GetPropertyReply.

Julien Cristau (2):
      Add RandR 1.3 requests
      Fix ShmCompletion event

Julien Danjou (6):
      Fix miter spelling
      xtest: rename window field
      bump version to 1.5
      shm: fix Completion event fields
      Revert "shm: fix Completion event fields"
      Release xcb-proto 1.5

Peter Harris (19):
      Most usages of ModMask may also take the special value "Any".
      Add altenum (non-exhaustive enum)
      Document enum, altenum, and mask
      Add (and use) Time/CurrentTime enum.
      Add (and use) KeyButMask enum.
      Add a variety of 'None' enum types and altenum references.
      xinput tweaks
      Add enum references to fields in Shape
      Add enum references to fields in Composite
      Add enum references to fields in XFIXES
      Add enum references to fields in Damage
      Move enums above their first use in xproto.xml
      Add enum references to fields in DPMS
      Add enum references to fields in RANDR
      Add enum references to fields in XInputExtension
      Add enum references to fields in XVideo
      Add enum references to fields in RENDER
      Add enum references to fields in SYNC
      Merge branch 'enum'
2009-05-29 09:26:30 +00:00
sno
a6cdcdea33 remove wrongly copied SVR4_PKGNAME 2009-05-29 08:56:52 +00:00
wiz
3c5e0765e1 Note some packages drochner added in April. 2009-05-29 08:50:50 +00:00
sno
a9f592638c Added devel/p5-File-Find-Rule-Perl version 1.06 2009-05-29 08:40:11 +00:00
sno
a4aaaeffcb Importing package for module File::Find::Rule::Perl 1.06.
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-29 08:39:02 +00:00
sno
2f7ba42ae9 Added devel/p5-File-Find-Rule-VCS version 1.05 2009-05-29 08:31:55 +00:00
sno
025f1a66d1 Importing package for p5 module File::Find::Rule::VCS 1.05.
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-29 08:30:14 +00:00
sno
09c0318da5 Added devel/p5-File-Find-Rule-Age version 0.2 2009-05-29 08:23:01 +00:00
sno
512f29f3b1 Importing package for p5 module File::Find::Rule::Age 0.2.
File::Find::Rule::Age makes it easy to search for files based on their age.
2009-05-29 08:21:53 +00:00
obache
e8cad2fa98 Updated databases/tokyotyrant to 1.1.28 2009-05-29 08:19:29 +00:00
obache
843667f321 Update tokyotyrant to 1.1.28.
Changes:
2009-05-20  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* ttserver.c (do_task): a potential bug of memory leak was fixed.

	* tcrdb.c (tcrdbnew): a bug related to initialization was fixed.

	* scrext.c (serv_fwmkeys, serv_regex): new functions.

	- Release: 1.1.28
2009-05-29 08:18:12 +00:00
sno
8d169675bd Added devel/p5-File-Find-Rule-Permissions version 2.0 2009-05-29 08:14:53 +00:00
obache
f77909478d Updated databases/lua-tokyocabinet to 1.7 2009-05-29 08:13:59 +00:00
obache
b1a6da2365 Update lua-tokyocabinet to 1.7.
regex function was added.
2009-05-29 08:13:45 +00:00
sno
551c5de81e Importing package for p5 module File::Find::Rule::Permission 2.0.
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-29 08:12:42 +00:00
sno
a4bb2f27d0 Added devel/p5-Devel-CheckOS version 1.61 2009-05-29 08:10:08 +00:00
sno
119a3ca656 Importing package for p5 module Devel::CheckOS 1.61 as dependency for
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-29 08:09:08 +00:00
sno
7fecf18c39 Added devel/p5-File-Find-Rule-PPI version 0.05 2009-05-29 07:55:23 +00:00
sno
c945f723f3 Importing package for p5 module File::Find::Rule::PPI 0.05.
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-29 07:54:20 +00:00
sno
be29ab42e7 Added devel/p5-ExtUtils-ModuleMaker version 0.51 2009-05-29 07:43:24 +00:00
sno
df5d581967 Importing package for p5 module ExtUtils::ModuleMaker 0.51.
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-29 07:41:29 +00:00
sno
23be373b73 Added devel/p5-File-Save-Home version 0.08 2009-05-29 07:36:43 +00:00
sno
8801e30e33 Importing package for p5 module File::Save::Home 0.08 as dependency for
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-29 07:35:19 +00:00
sno
94ef4b228b Added devel/p5-String-PerlIdentifier version 0.05 2009-05-29 07:28:21 +00:00
sno
36ffed159e Importing package for p5 module String::PerlIdentifier 0.05 as dependency
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-29 07:27:20 +00:00
sno
35979794e7 Added devel/p5-Devel-Checklib version 0.6 2009-05-29 07:16:00 +00:00
sno
67b9337514 Importing package for p5 module Devel::CheckLib 0.6.
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-29 07:14:16 +00:00
agc
d2240ce5d2 Only link with libcrypt if we have a libcrypt - makes this package build
on Darwin.
2009-05-29 00:00:20 +00:00