Commit graph

94312 commits

Author SHA1 Message Date
hiramatsu
af527ca994 devel/p5-Devel-Symdump is updated to 2.06. 2006-03-10 10:16:53 +00:00
hiramatsu
945d863e4c Updated to 2.06.
Changelog doesn't have entry for 2.06.

2006-01-02  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

        * release 2.05

        * fix the testcase for recursion so that it compiles and works
        also after patch 26370 to perl after which stashes are not
        autovivified anymore.

2005-12-25  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>

        * release 2.04

        * Export.pm now strict clean

        * Makefile.PL up to date

        * added ChangeLog.svn

        * added tests for recursion, pod, podcover

        * Fixed rt.cpan.org #8766--recursion
2006-03-10 10:14:51 +00:00
martti
f1e745714b jalbum-6.3 2006-03-10 09:05:37 +00:00
martti
d3a721e5c4 Updated www/jalbum to 6.3
JAlbum 6.3 has just been released. This version has focus on important bug
fixes but there are also some new features as requested by you users.
Just see the JAlbum history page for a detailed list of improvements.
2006-03-10 09:05:25 +00:00
martti
351f8f10b8 postfix-2.3-20060307 2006-03-10 08:34:50 +00:00
martti
cda40546c0 Updated mail/postfix-current to 2.3-20060307
20060217

        Bugfix: don't terminate with a non-standard exit status
        when the pipe-to-command feature has a problem before it
        executes the command. File: global/pipe_command.c.

20060223

        Bugfix: detect integer overflow when multiplying time values
        with non-trivial time units. File: global/conv_time.c.

20060307

        Bugfix: reset the msg_cleanup() fatal error handler in child
        processes. See also change 20060217. Files: postlock/postlock.c,
        master/multi_server.c, global/mail_run.c, util/vstream_popen.c.
2006-03-10 08:34:34 +00:00
martti
d47b0cf41d xfce4-xkb-plugin-0.3.3 2006-03-10 08:25:18 +00:00
martti
e21d944d02 Updated sysutils/xfce4-xkb-plugin to 0.3.3
* bug fixes
* translation updates
2006-03-10 08:25:05 +00:00
wiz
ba2306a537 Take over maintainership, jmmv@ ok. 2006-03-10 07:35:12 +00:00
wiz
0bba29e2ac Include bsd.prefs.mk before testing ${OPSYS}. 2006-03-10 07:31:32 +00:00
hiramatsu
d4bd74f6e2 time/p5-DateTime-TimeZone is updated to 0.42. 2006-03-10 07:02:43 +00:00
hiramatsu
aa2aaa1f74 Updated to 0.42.
0.42     2006-02-20
- This release is based on version 2006b of the Olson database.

0.41     2006-01-31
- This release is based on version 2006a of the Olson database.

0.40     2005-12-27
- This release is based on version 2005r of the Olson database.  This
includes the latest Canadian changes to match the recent US changes.
Also note that as of this version several zones which used to be
links, including "EST", "MST", and "CST6DST", are now separate zones.

0.39     2005-06-05
- This release is based on version 2005o of the Olson database.

0.3801   2005-11-24  the "not turkey day" release
- The last release included some generated modules for old zones (like
Europe/Belfast) which are now links to existing zones.  These modules
referenced the non-existent DateTime::TimeZone::Singleton module.
Reported by Rafael Garcia-Suarez.

0.38     2005-11-21
- Trying to create a DateTime object during DST exactly 11 years in
the future (really, 1 year after the end of the pre-generated TZ
change data that ships in the package) cause an error.  Reported by
Daniel B Boorstein.

- This release is based on version 2005n of the Olson database.

- Added a new method, has_dst_changes(), which indicates whether a
given zone has any DST changes.

0.37     2005-08-22
- Make sure that provided time zone names are valid, because
DateTime::TimeZone uses them in an eval.  If you were passing
user-provided data directly to DateTime::TimeZone->new, someone could
give a string like "America/Chicago; system 'rm -rf /';", which would
be bad.  Reported by Matthew Reilly.

- Made it possible to call catalog-related functions as methods.

- This release is based on version 2005i of the Olson database.  This
include some major changes coming up in the US as a whole in 2007,
along with other changes for just Indiana.

0.36     2005-04-21
- This release is based on version 2005i of the Olson database.

0.35     2005-03-15  the "I hate this dope" release
- This release is based on version 2005g of the Olson database.

- STORABLE_thaw() now returns $self in preparation for proposed
changes to Storable.

0.34     2005-03-11
- Some time zone short names were incorrectly being given as something
like "GMT/BST", when it should have been alternating between GMT and
BST based on the daylight saving time.  Reported by Tom Yandell.

- This release is based on version 2005f of the Olson database.

0.33     2005-02-26
- This release is based on version 2005e of the Olson database.

- When trying to determine the local time zone, if /etc/localtime is a
file, make sure that matching file in /usr/share/zoneinfo is not a
symlink.
2006-03-10 06:59:46 +00:00
epg
ee3f12b91f Add -DHAVE_CONFIG_H to CPPFLAGS so xstrdup.c will include <string.h>
and get the correct prototypes for strcpy and strlen.

Fixes build on Ubuntu Linux, and likely others.
2006-03-10 06:10:44 +00:00
hiramatsu
9c47aa8038 mail/p5-MIME-Lite is updated to 3.01. 2006-03-10 06:07:36 +00:00
hiramatsu
e69eb51d54 Updated to 3.01.
I don't quote changelogs for release 3.00 and 3.01, because those entry
only mention taking over maintainership.

Version 2.117   (2001/08/20)
    The terms-of-use have been placed in the distribution file "COPY-
    ING".  Also, small documentation tweaks were made.

Version 2.116   (2001/08/17)
    Added long-overdue patch which makes the instance method form of
    send() do the right thing when given HOW... arguments.  Thanks to
    Casey West for the patch.

Version 2.114   (2001/08/16)
    New special 'AUTO' content type in new()/build() tells MIME::Lite
    to try and guess the type from file extension.  To make use of
    this, you'll want to install MIME::Types.  The "AUTO" setting can
    be made the default default (instead of "TEXT") if you set
    "$AUTO_CONTENT_TYPE = 1, $PARANOID = 0".  Thanks to Ville
    SkyttE<#228> for these patches.

    File::Basename is used if it is available.  Thanks to Ville
    SkyttE<#228> for this patch.

    SMTP failures (in send_by_smtp) now add the $smtp->message to the
    croak'ed exception, so if things go wrong, you get a better idea of
    what and why.  Thanks to Thomas R. Wyant III for the patch.

    Made a subtle change to "as_string" which supposedly fixes a failed
    MIME data.t test with Perl 5.004_04 on NT 4 sp6.  The problem might
    only exist in this old perl, but as the patch author says, not
    everyone has climbed higher on the Perl ladder.  Thanks to John
    Gotts for the patch.

    Added "contrib" directory, with MailTool.pm.  Thanks to Tom Wyant
    for this contribution.

    Improved HTML documentation (notice the links to the individual
    methods in the top menu).
2006-03-10 06:06:33 +00:00
jlam
11d32442f2 Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, and
drop pkginstall.mk, which did the same thing.  Also, rework some of
the targets so that we avoid needing to inspect *_MEMBERS variables
within make -- we defer the check to the shell code invoked by the
targets.

All changes are internal and don't affect existing packages in a
visible way.
2006-03-09 23:31:51 +00:00
jlam
949723070b ossaudio.buildlink3.mk instances should now be "oss.buildlink3.mk" 2006-03-09 21:45:51 +00:00
tonio
b3b793d9e0 Note the addition of emulators/suse100_* packages 2006-03-09 21:11:22 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
kristerw
15364f0466 Note that xmame and xmess have been updated to 0.104. 2006-03-09 20:53:54 +00:00
kristerw
076d02056b Update xmame to 0.104.
Changes from 0.103:
- Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and
  MESS 0.104 (http://x.mame.net/changes-mess.html).
2006-03-09 20:51:43 +00:00
kristerw
0ef42c4a35 Update xmess to 0.104.
Changes from 0.103:
- Everything from MAME 0.104 (http://x.mame.net/changes-mame.html) and
  MESS 0.104 (http://x.mame.net/changes-mess.html).
2006-03-09 20:51:13 +00:00
tonio
b7a3d4d3f0 Add suse100_* packages 2006-03-09 20:50:08 +00:00
kristerw
8f796ea857 Note autogen update (to 5.8.3). 2006-03-09 20:47:24 +00:00
kristerw
74bdac778d Update autogen to 5.8.3.
Changes since 5.6.4 includes:
* Fixed a small timing hole where the read from the read end of the output
  pipe of the server shell can fail.  (The read is retried.)
* Added a macro for testing mmap failure to accommodate a picky compiler.
* The minor version number is being bumped.  There is a new (albeit tiny)
  feature being added to the syntax.  See the doc on the pseudo-macro.
* Fixed a bug wherein out-of-order definitions could get mistyped causing
  various catastrophic results.
* Definition and license text files were mmap-ed in without checking for
  the size being a multiple of a page.  strlen() would seg fault.
  Horrible, horrible design of mmap!
* disable autoopts/test/getopt.test unless autoopts has been fully installed.
  (It requires getopt.tpl which requires a fully installed environment.)
* several other usability improvements to the tear off library.
* template shell code may now use a shell function "die" that will print
  an error message and shoot down the master autogen process.
* the tear-off/add-in libopts library will now specify that the
  "options.h" header is to be installed.
* realpath(3C) usage in libopts has been cleaned up.  It is now only used
  if PATH_MAX is defined for the platform.  canonicalize_file_name(3C) is
  used where available.
2006-03-09 20:45:20 +00:00
tonio
89bf1216c8 mention SUSE_PREFER=10.0 in coments (but keep 9.1 as default) 2006-03-09 20:44:45 +00:00
tonio
e3f657f362 Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)

Allow the use of SUSE_PREFER=10.0
2006-03-09 20:42:38 +00:00
tonio
4e3da9749c Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
2006-03-09 20:36:06 +00:00
tonio
04e9e931d2 Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
2006-03-09 20:33:46 +00:00
jlam
bafe7402ac audio/oss/buildlink3.mk is no more after audio/oss was removed from
pkgsrc.
2006-03-09 20:31:58 +00:00
jmmv
f5ce073b2a Note update of monotone to 0.25.2. 2006-03-09 20:31:36 +00:00
jmmv
e3dfc3d30f Update to 0.25.2:
0.25.2 release.  Important security fix for Windows and OS X
        users.

        With versions of monotone prior to this release, a person with
        commit access could commit a malicious file with a name like
        "mt/monotonerc".  When anybody else then checked out this
        revision on a system with a case-folding filesystem --
        usually, this means, "on Windows or OS X" -- then their
        monotone would run arbitrary Lua code stored in this file.

        The _only_ change in this release as compared to 0.25 is that
        the existing checks against files in MT are now extended to
        check for mt, Mt, and mT.

        All users on Windows and OS X, or otherwise checking out
        versioned source on a case-insensitive filesystem, are
        recommended to upgrade immediately.  Binaries used only for
        serving, or only on case-insensitive filesystems (i.e., most
        Unix users), are not affected.

        (0.25.1 was never released in source form.  The original
        0.25 build for Windows was found to have problems on NT 4, and
        0.25.1 was Windows-only rebuild with NT 4 compatible
        libraries.)
2006-03-09 20:30:16 +00:00
bouyer
00c6b7e8a5 Note netdisco-0.94nb4: PLIST and dependancy fixes, make default config
work with apache2 too.
2006-03-09 20:27:48 +00:00
jlam
4b0f3b4f70 audio/oss has been removed. 2006-03-09 20:25:49 +00:00
bouyer
26c9b896cb Make httpd config fragment work for apache-2 too.
Fix PLIST
Add dependancy to p5-Graph, p5-GraphViz isn't enough.
bump PKGREVISION.
2006-03-09 20:25:28 +00:00
jlam
82e6c22feb Remove old and unmaintained audio/oss package. 2006-03-09 20:25:10 +00:00
jlam
dc0ed7d769 Reimplement OSS audio handling in pkgsrc. Add two new files:
oss.buildlink3.mk
	oss.builtin.mk

that work like modern buildlink3.mk and builtin.mk files do.  We no
longer support audio/oss (which will be removed shortly).  Mark
ossaudio.buildlink3.mk for deprecation after all references to it
have been replaced with "oss.buildlink3.mk" in package Makefiles.
2006-03-09 20:23:13 +00:00
jlam
afd3bd8212 Always override the path to the OSS DSP device with the one that pkgsrc
has already determined.
2006-03-09 20:00:02 +00:00
minskim
a3590aa2b2 Note PKGREVISION bump of visual-regexp. 2006-03-09 19:20:00 +00:00
minskim
0c308ad972 Add wish to USE_TOOLS and replace the hardcoded "wish8.3" with ${WISH}.
Also fix the command name in usage.  Suggested by Robert Elz in PR pkg/32990.

Bump PKGREVISION.
2006-03-09 19:19:00 +00:00
wiz
cd357c659b Note pysol PKGREVISION bump. 2006-03-09 18:52:17 +00:00
wiz
5640e27a87 Set PYTHON_VERSIONS_ACCEPTED per PR 32977 by Robert Elz.
Bump PKGREVISION.
Update HOMEPAGE and MASTER_SITES.
2006-03-09 18:51:55 +00:00
jlam
00e59082ca Generated info files may no longer be split, so handle this fact when
installing the liboctave info files.
2006-03-09 18:48:29 +00:00
abs
8c870c7e7c Update ups-nut to 2.0.3 - also closes PR 32820
Over 700 lines of changes omitted, but four new drivers added:
    bcmxcp  gamatronic  solis  upscode2
2006-03-09 18:34:09 +00:00
abs
72b143abca Update ups-nut to 2.0.3:
Over 700 lines of changes omitted, but four new drivers added:
    bcmxcp  gamatronic  solis  upscode2
2006-03-09 18:32:33 +00:00
wiz
b1e31989f4 Note uim PKGREVISION bump. 2006-03-09 18:11:07 +00:00
wiz
1e126d22d5 Bump PKGREVISION for additional dependencies and qt option fix. 2006-03-09 18:04:58 +00:00
wiz
2e20af407d Fix build and PLIST for building with option "qt".
Add missing gettext-lib, qt3-tools (for qt) dependencies.
Add USE_DIRS+=xdg-1.1 for the desktop file.

Addresses PR 33042 by Ryu HAYASAKA.
2006-03-09 18:04:32 +00:00
minskim
e1b622ffbd Note PKGREVISION bump of graphviz. 2006-03-09 17:42:28 +00:00
minskim
da1249c351 Remove the dependency on gd. The configure script of graphviz
requires gd>=2.0.34, which was never released.  Thus, it always uses
the internal gd library (gd-2.0.33 with some improvements) and doesn't
depend on the pkgsrc gd library.

Bump PKGREVISION.
2006-03-09 17:40:24 +00:00