Commit graph

112432 commits

Author SHA1 Message Date
seb
6d991b07ef Note update of devel/p5-Params-Util to version 0.23. 2007-04-22 13:06:59 +00:00
seb
1018adf3d9 Update to version 0.23.
Changes since last packaged version (0.07):
0.23 Tue 20 Feb 2007
        - Bug fix to _INVOCANT to handle false classes.

0.22 Wed  1 Nov 2006
        - Bug fix to _CODELIKE to handle CODE refs properly
        - Updating tests to work more accurately in this regard.

0.21 Tue 10 Oct 2006
        - When no compiler available, minimise the dependency on Scalar::Util,
          because it's better to leave them with a slightly leaky version
          than to fail altogether.

0.20 Tue 26 Sep 2006
        - Advanced deprecation of _CALLABLE to "warn but work".
        - Correctly refer to _CALLABLE being deprecated, not _CODELIKE.
        - Add support for Tie::Handle objects to _HANDLE
        - Add support for IO::Scalar objects to _HANDLE
        - Add support for IO::String objects to _HANDLE

0.19 Thu 14 Sep 2006
        - Adding more Scalar::Util tests, this time with some diagnostics

0.18 Thu 14 Sep 2006
        - Explicitly importing refaddr in t/07_handle.t to fix
          test failure on ActivePerl 5.8.0.
        - Increased Scalar::Util dep to 1.14 because we may well
          be hurt by tied handles-related bug.

0.17 Tue  8 Aug 2006
        - Adding experimental _HANDLE implementation

0.16 Sun  2 Jul 2006
        - We don't check for stash definedness for _INVOCANT.
          (This is required for 5.005 compat.)

0.15 Sun  2 Jul 2006
        # This release contains only build-time changes
        - Updating to Module::Install 0.63 to add 5.004 support (sorta)
        - Dropping version dependency to 5.004 (Ricardo Signes)

0.14 Wed 10 May 2006
        - No features() used in this dist, so removing auto_install
        - Moved _CALLABLE to _CODELIKE for symmetry reasons. Sorry :(
          Immediate doc changover. Silent alias for a month, then
          warning alias for 3 months, then full deprecation at the end
          of August.
        - Removed RJBS's use warnings that broke 5.005-compatibility.
        - Other minor test cleanups.

0.13 Sun May  7 2006
        # This release contains only build-time changes
        - Upgrading Module::Install to 0.62 final

0.12 Mon May  1 2006
        - Added _ARRAYLIKE and _HASHLIKE (Ricardo Signes again)
        - Added _INVOCANT (Ricardo Signes again!)
        - Expanded test suite (Does Ricardo Signes ever sleep??)

0.11 Wed Apr 12 2006
        - Update _CLASS to allow numeric parts in the tail, like Foo::10
          (provided by Ricardo Signes)

0.10 Sat Jan 14 2006
        - Updated copyright
        - Added _STRING

0.09 Fri Dec 30 2005
        - Fixed broken link to RT in POD

0.08 Mon Dec 19 2005
        - Moved from old CVS repository to newer SVN repository
        - Added _CALLABLE (provided by Ricardo Signes)
2007-04-22 13:06:23 +00:00
obache
e2b847c5cd Site for patch moved. 2007-04-22 12:59:12 +00:00
tnn
0e7c58d751 Add native X11 support for HP-UX 11.11. 2007-04-22 11:02:18 +00:00
tnn
a6fe439562 use .sl instead of .so on hpux 2007-04-22 09:58:10 +00:00
heinz
ce93774a2a Made pkgsrc stop complaining about non-existing interpreter "/bin/false".
We have no variable in pkgsrc for the "false" program located in the
filesystem which we could use with REPLACE_INTERPRETER; most definitions
in mk/tools/tools.*.mk refer to the builtin shell command.
Anyway, being able to run a script with the "false" program _really_
doesn't make much sense.
2007-04-22 09:25:24 +00:00
heinz
abd6054c1c Added DESTDIR support. 2007-04-22 09:04:54 +00:00
heinz
82874b8437 As suggested by Joerg Sonnenberger, replaced CHECK_INTERPRETER_SKIP
with appropriate values for REPLACE_PERL.
2007-04-22 09:00:21 +00:00
obache
327cf32d10 Fix build problem on i386/Darwin.
Patch provided by Tom Yu in PR 36166.
2007-04-22 06:55:03 +00:00
rillig
63e2f4fa20 Updated sun-jre14 and sun-jdk14. 2007-04-21 20:41:38 +00:00
rillig
32ad9b9d45 Updated sun-jre14 and sun-jdk14 to 1.4.2_14.
Changes since 1.4.2_13:
- Some zone information (zi) files changed.
2007-04-21 20:40:52 +00:00
rillig
d7bc7c801f Added a missing $. 2007-04-21 20:26:13 +00:00
tonio
ea5472a7c4 Updated mail/mutt-devel to 1.5.15 2007-04-21 18:28:40 +00:00
tonio
57d698b397 Update mail/mutt-devel to 1.5.15
- Remove the mutt-compressed option for now, as it is not updated upstream
- Add a mutt-smtp option (suggested by Brian de Alwis), to enable smtp relay
  support in mutt

Changes:
The keys used are:
  !: modified feature, -: deleted feature, +: new feature

  - $imap_home_namespace (useless clutter)
  + $check_mbox_size (use size change instead of atime for new mail)
  ! improved f=f support wraps lines at $wrap if $wrap is not 0
  + $wrap (>0 wraps at $wrap, <0 = $wrapmargin)
  + $assumed_charset, $attach_charset, $ignore_linear_white_space
  + $save_history, $history_file (save history across sessions)
  + $smtp_url (ESMTP relay support)
  + $crypt_use_pka (use GPGME PKA signature verification)
2007-04-21 18:27:21 +00:00
heinz
267537a9ed Updated
mail/p5-Email-Simple to 1.999
	mail/p5-Email-Valid to 0.179
Added
	mail/p5-Email-MIME-ContentType 1.014
	mail/p5-Email-MIME-Encodings 1.311
	mail/p5-Email-MIME 1.859
2007-04-21 15:36:32 +00:00
heinz
a788cd30f0 Update of p5-Email-Simple-1.999 and p5-Email-Valid-0.179. 2007-04-21 15:34:58 +00:00
heinz
732c7605c7 Updated to version 0.179.
Pkgsrc changes:
  - DESTDIR support

Changes since version 0.176:
============================
0.179   Mon Nov 27 2006
        bug 23657: fix domain label regex: thanks, Nobuaki ITO!

0.178   Sat Nov 25 2006
        reduce cases in which IO::CaptureOutput is needed on Win32
        (bug 22062, thanks Alexandr Ciornii)

0.177   Sat Nov 25 2006
        resolve bug 22710: make fqdn rule more strict: domains must be multiple
          valid domain labels, and domain labels must be [a-z0-9][-a-z0-9]*
        replace UNIVERSAL:: with eval{}-wrapping
2007-04-21 15:32:52 +00:00
tnn
f19ab3d33a patch-cn: hpux: don't use absolute path to ld(1) 2007-04-21 15:32:15 +00:00
heinz
4201e58695 Activated
p5-Email-MIME
 p5-Email-MIME-ContentType
 p5-Email-MIME-Encodings
2007-04-21 15:23:00 +00:00
obache
d0595a8942 Updated net/tinc to 1.0.7. 2007-04-21 15:20:29 +00:00
obache
9d5fe512ed Update tinc to 1.0.7.
News

Jan 5th 2007
Version 1.0.7 released.
 * Fixed a bug that caused slow network speeds on Windows.
 * Fixed a bug that caused tinc unable to write packets to the tun device on OpenBSD.

Dec 18th 2006
Version 1.0.6 released.
 * More flexible detection of the LZO libraries when compiling.
 * Fixed a bug where broadcasts in switch and hub modes sometimes would not work anymore when part of the VPN had become disconnected from the rest.

Nov 14th 2006
Version 1.0.5 released.
 * Lots of small fixes.
 * Broadcast packets no longer grow in size with each hop. This should fix switch mode (again).
 * Generic host-up and host-down scripts.
 * Optionally dump graph in graphviz format to a file or a script.
 * Support LZO 2.0 and later.
2007-04-21 15:19:01 +00:00
heinz
45f92b1955 Initial import of p5-Email-MIME 1.859.
This is a merge of wip/p5-Email-MIME by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

Email::MIME is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into its
constituent parts, and allows access to various parts of the message.
Headers are decoded from MIME encoding.
2007-04-21 15:03:52 +00:00
heinz
6ae82644bb Initial import of p5-Email-MIME-Encodings 1.311.
This is a merge of wip/p5-Email-MIME-Encodings by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

The Email::MIME::Encodings module simply wraps "MIME::Base64" and
"MIME::QuotedPrint" so that you can throw the contents of a
"Content-Transfer-Encoding" header at some text and have the
right thing happen.
2007-04-21 15:00:52 +00:00
tnn
89d0487fe0 fix typo 2007-04-21 14:53:19 +00:00
heinz
cabc701253 Initial import of p5-Email-MIME-ContentType.
This is a merge of wip/p5-Email-MIME-ContentType by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.
2007-04-21 14:42:45 +00:00
drochner
93a4fb9af4 +dbus-qt3 2007-04-21 14:33:05 +00:00
drochner
c93137af05 oops, forgot to import dbus-qt3-0.70 - qt3 bindings for dbus
(optionally needed by compiz)
thanks wiz for the hint
2007-04-21 14:31:18 +00:00
heinz
a686bda5ea Updated to version 1.999.
Pkgsrc changes:
  - DESTDIR support
  - Added CONFLICTS line to follow the comments in Makefile.PL (see 1.998 below)

Changes since version 1.995:
============================
1.999     2007-03-20
          fix bug 25496: deletion of headers affected the wrong range,
            sometimes deleting too many headers -- thanks, Nicholas Oxhoej!
          fix bug 24922: errant space in last header of CRLF-delim email
            thanks, Barry Downes and Alex Vandiver

1.998     2007-02-07
          MAJOR REFACTORING OF GUTS
          If you run Email::MIME, you MUST be running Email::MIME 1.857 or
            better.
          require Email::MIME 1.857 in Makefile.PL only if an older
            version is already installed
          boldly moving forward with refactored headers and
            Email::Simple:::Header
          greatly reduce memory footprint
          add crlf method to allow other modules to avoid ->{mycrlf}
          fix broken header-junk test

1.996    2006-11-27
  - do not wrap Content-Type field; it can cause Outlook to go nuts
    while this is a special case, it does not make E::S incorrect, as folding
    long headers is allowed (for aesthetics) and not mandated
2007-04-21 14:30:23 +00:00
tnn
b2d49fdea7 .so -> .sl substitution 2007-04-21 14:15:59 +00:00
tnn
4176dd5c80 don't use the system provided openssl and zlib for now 2007-04-21 13:54:46 +00:00
rillig
ba2bc90746 kabalone has been renamed to kenolaba. 2007-04-21 13:25:49 +00:00
wiz
34fb3cfd46 Correct ruby-rcsparse and fromcvs version numbers. 2007-04-21 12:03:35 +00:00
wiz
c85df72fbf Switch from date-based to changeset-based version number.
Get DISTFILE from original MASTER_SITE. (effectively a package version
downgrade, but it is only a few hours old.)

Update to changeset 99:
Abort if the commit didn't succeed.
2007-04-21 11:51:19 +00:00
wiz
ddb2944323 Switch from date-based to changeset-based version number.
Get DISTFILE from original MASTER_SITE. (effectively a package version
downgrade, but it is only a few hours old.)
2007-04-21 11:50:36 +00:00
wiz
5c434f7f9c Use 'fromcvs' in directory names. Ride import. 2007-04-21 11:37:45 +00:00
hubertf
6fb0e28d63 Update xlockmore to 5.24. Changes:
penrose added to xlock95 ("far" changed to "faraway" to compile).
    xcl added with a fix for DefaultScreen, which should not be
    there since xlock is a multiscreen program.
  Created packaging scripts in etc with input of releases to make
    it easier for me for release and zip.  It gets version from
    xlock/version.h .
  Changed pgsz and txsz variables in my man2html so it does not cause
    corruption in generated xlock.html from man page.
  Patch for solitare and reducing binary size for xlock95 thanks to
    Frank Fesevur <ffes AT users.sourceforge.net>.
  dilemma, voters, wator hexagonal/triangular drawing improvements.
  More triangular/hexagonal life from Carter Bays.
    http://www.cse.sc.edu/~bays/CAhomePage
    Fixes for old options for command line -rule S2b34B2a and
      -rule S2a2b4aB2a3a4b using -neighbors 6 .
    Fixes for hexagonal diagonal shooters.
    Added new hexagonal life -rule S35B2 and S3B245.
    Added many new triangular life rules with gliders.
    Updated random soup to include multiple symmetries.
    Added options runtime -glidersearch and -patternsearch, to be used with
      big values of cycles and count ie. -cycles 1000 -count 100000000
    Added -repeat num option to help find patterns that do not repeat in num
     periods.  This will output a pattern in cycles - num .  If compared to
     the output of cycles, one can see if a new pattern may have been
     discovered.
  Added -vertical option to ant, bug, demon, dilemma, dragon, life, loop,
    voters, wator, wire, these affect triangles and hexagons and crystal
    which affects parallelograms.
  DirectColor fixes for password window thanks to Jouk Jansen [still under
    development under DIRECTCOLOR_FIX].
2007-04-21 11:26:02 +00:00
obache
987b23da95 Fix mis-detect netbsd/hp700 as HP-UX.
Patch provided by David H. Gutteridge in PR 35240.
Ok by tnn@, no affect HP-UX.
2007-04-21 11:17:47 +00:00
wiz
a25027af77 Mention new packages for fromcvs and its dependencies. 2007-04-21 10:41:49 +00:00
wiz
76700bf253 Add fromcvs, ruby-rbtree, and ruby-rcsparse. 2007-04-21 10:40:54 +00:00
wiz
e88270d2de Initial import of fromcvs-0.0.0.20070314:
Conversion tool for CVS repositories.
Currently supports Git and Mercurial as targets.
2007-04-21 10:38:06 +00:00
wiz
0350a70586 Add scm to CATEGORIES. 2007-04-21 10:36:58 +00:00
wiz
0e26ab5327 Initial import of ruby-rcsparse-0.0.0.20070218:
A Ruby library for parsing RCS files.
2007-04-21 10:35:04 +00:00
wiz
23a2dbac56 Add license for Code from Simon 'corecode' Schubert. 2007-04-21 10:34:14 +00:00
wiz
a741d59054 Initial import of ruby-rbtree-0.2.0:
RBTree is a sorted associative collection using Red-Black Tree as
the internal data structure. The elements of RBTree are ordered
and the interface is the almost same as Hash, so simply you can
consider RBTree sorted Hash.

Red-Black Tree is a kind of binary tree that automatically balances
by itself when a node is inserted or deleted. Thus the complexity
for insert, search and delete is O(log N) in expected and worst
case. On the other hand the complexity of Hash is O(1). Because
Hash is unordered the data structure is more effective than Red-Black
Tree as an associative collection.

The interface of RBTree is the almost same as Hash although there
are some limitations.
2007-04-21 10:20:05 +00:00
rillig
0faa35202e The error messages on AIX are weird, but maybe someone understands them. 2007-04-21 09:41:00 +00:00
taca
8bfb0c96b1 Try to fix pkg-changes2html warnings. 2007-04-21 08:37:08 +00:00
wiz
257045ff58 Remove some which were already done. 2007-04-21 07:11:37 +00:00
wiz
fb16f3d232 Add some missing entries. 2007-04-21 07:10:48 +00:00
wiz
7e26184bc1 easytag updated to 2.0.1. 2007-04-21 07:06:29 +00:00
wiz
a7f146b373 Update to 2.0.1:
2.0.1 - April 12th, 2007 :
==========================
    * Added WavPack support (thanks to Maarten Maathuis),
    * Added a log area in the main window to avoid sending all messages to the
      console,
    * Added local access to the cddb search for the automatic mode,
    * Fixed some bugs in the cddb window,
    * Fixed the reloading of the current which was done two times when changing
      state of the "Show hidden directories" checkbox,
    * Fixed Glib warnings on startup,
    * Italian translation updated (thanks to Costantino Ceoldo),
    * Brazilian Portuguese translation updated (thanks to doutor.zero),
    * French translation updated.
2007-04-21 07:05:50 +00:00