Commit graph

120393 commits

Author SHA1 Message Date
wiz
c414df5d94 Update to 0.9.5, provided by Sergey Svishchev in private mail:
- Fixed stats not being cleared when disconnected
- Added user specified format for labels.
- Added user customizable label for the not connected condition.
- Removed global variables in stats gathering functions.

pkgsrc fix: don't cast 64-bit counters to unsigned long.
2007-12-09 23:41:11 +00:00
wiz
97e44b3845 Updated sysutils/mtools to 3.9.11 2007-12-09 23:39:04 +00:00
wiz
cd6e1ddadd Update to 3.9.11, provided by Sergey Svishchev in private mail:
3.9.11 is mostly a maintenance release which fixes a couple of bugs,
and addresses warnings raised by gcc4, and merges some platform-specific
patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris), and other
patches (such as the new amuFormat.sh written in sh).
2007-12-09 23:38:21 +00:00
wiz
19623c5f3c Updated audio/kid3 to 0.10 2007-12-09 23:34:19 +00:00
wiz
56d747341c Update to 0.10, provided by maintainer Sergey Svishchev:
0.10:  Direct editing of all frames. Support for MP4/AAC, MP2, Speex,
TrueAudio and WavPack files. Usability improvements. Support build with
KDE 4.

0.9:  Hierarchical directory tree, enhanced context menu commands,
editor for custom genres, mark truncated ID3v1.1 fields, import from
gnudb.org and TrackType.org, usability improvements.
2007-12-09 23:33:38 +00:00
wiz
db42215cfd Updated games/gtkballs to 3.1.5nb6 2007-12-09 23:23:25 +00:00
wiz
fb858667fd Use G_GNUC_FUNCTION instead of __FUNCTION__, to fix build on Solaris.
From maintainer Sergey Svishchev in private mail.
Bump PKGREVISION.
2007-12-09 23:23:03 +00:00
wiz
8e25eb51c2 Mark as FreeBSD/NetBSD/Darwin/Linux-only.
Needs gcc.
Add dependency on bzip2. Should fix Linux bulk build problem.

From maintainer Sergey Svishchev in private mail.
2007-12-09 23:02:49 +00:00
rhaen
d028a26d1d - updated to 2.2.3
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
2.2.3
        Feedback release after 2.2.2 and LISA 07, minor tweaks and bug fixes

        "Harmless features"

        IgnoreInterfaceRegex( "vm.*" ) added to control
        function added for removing data from special interfaces from class data

        Option checkroot=true/false added to copy directive. This switches
        on/off the change in 2.2.2 about setting permissions on the
        destination root when recursively copying files. Default is now
        false.

        Can escape colons in the strings now to avoid confusion with
        expansion separator.

        cfenvgraph --erasehistory users,www_in etc will now set the
        average and variance of learned cfenvd data to zero. The current
        week's trace is not affected.

        audit=true/false flag added to most actions

2.2.2

        The build procedure for cfengine changes in this version to
        incorporate an intermediate library. The default behaviour is now
        to build a static library which will be used by cfengine 3 and
        other application interfaces. To build a shared library, use

        --enable-shared=yes

        NOTE to developers: if running from the compiled code you now need
        to delete the files cfagent cfservd etc and recompile to see changes
        appear in the code. This is due to the libtool build process.

        libtoolizing compilation process for migration to cfengine shared library
        (this is to support mulitple interfaces in future, and cf 3)

        --

        XML and HTML output options added to equip the internal instrumentation
        with readable output in cfshow e.g.

           cfshow --performance --html > output.html
           firefox output.html

        provides an easier summary and searchability in browser function

        Instrumentation changed to use realtime functions where possible. Standard
        unix timer is too insensitive to measure performance.

        The beginning of an integrated auditing system has been added. See references
        to AuditLog() in the code. This logs to a compressed database and can be extracted
        in ascii, html, xml using cfshow, e.g. cfshow  --audit --html > output.html
        Auditing is switched on by

        control:
         cfinputs_version = ( 1.2.1 ) # record this version in log, e.g. cvs revision
         Auditing = true

        --

        cfshow --classes

        also shows the relative frequencies of classes
        that have occurred on the system and the last time these were
        observed.

        cfshow -f cfagent.conf --regex "lin.*"

        displays all rules in the named file whose classes match the named
        regular expression. Note that the class "any" is not automatically matched
        and the search is based on the class text from the file. The output is not
        related to which classes are currently defined, and it will not recognise
        the history of classes implicit through class-restricted imported files.

        --

        SCLI interface modifications.

        --

        Intermittency entropy code added to the copy instrumentation for
        automatic host reliability measurements.

        Special variable

           IgnoreFriendRegex = ( regex )

        prevents last-seen warnings about hosts matching the named regex

        --

        UserExists("name") and GroupExists("name") functions added to builtin functions.

        ClassMatch function added in classes/groups to match regular expressions of other classes

        --

        Additional octet variables added on default IPv4 address, for convenience:

        e.g.
           590  : ipv4_2[eth1]=192.168
           1895 : ipv4[eth1]=192.168.1.101
           2100 : ipv4_1[eth1]=192
           4049 : ipv4_3[eth1]=192.168.1


        Methods can now expand some list variables, one list only per argument set.
        This is a limited compromise pending cfengine 3. A patch for expansion of
        variables in the control part of a program in methods has also been added.

        Bug fix and code simplication of variable expansion.

        -----

        tied variable expansion added. Allows method workaround for file dissemination
        by name, e.g. copy from

        host1.conf -> /dir/host1/file.conf
        host2.conf -> /dir/host2/file.conf  e.g. for virtual or diskless machines

        -----

        Major changes to package manager code by Jo Rhett. Variable expansion
        fixed by Mark.

        -----

        Option "best" added to checksum= in files action, this allows cross checking
        of the two best known hash algorithms for each file. Currently this is md5 and sha
        due to limitations in OpenSSL libcrypto.

        UnCommentToLineMatching regex added

2.2.1
        scli: type section added. This is a special case of shellcommands, which
        send commands to the special shell scli by Juergen Schoenwaelder for
        communicating with snmp devices.

        Code refactoring for package management.
        Bug fixes for problems introduced in 2.2.0.

        Copy directory would not set owner correctly on root

2.2.0
        Apart from minor changes, this version is about structural internal
        changes that ease the eventual confluence with cfengine 3 and the work
        going on behind the scenes there. Every effort is being made to
        make this change easy for users and existing installations. New features
        will be introduced into 2.2.x gradually, and the new front-end will
        eventually merge into this.

        This version accompanies a new introduction to cfengine published as
        a SAGE Short Topics book.

        * Some changes

        EMANICS extensions and reference testing for context sensitive
        network navigation patterns using voluntary cooperation contracts.

        PrintFile("name") function added to alerts

        !! List expansion in editfiles actions. This is an important change
        because it can potentially affect existing configurations that contain
        variables with a list separator in them. EditSplit is used for this.

        elsdefine fixed in tidy

        processes with action=warn only install fix

        ifelapsed/expireafter fixed in editfiles

        Instrumentation of copy/shellcommands measuring time/averages
        use cfshow --performance

        background=true in shellcommands was not implemented! (Fixed)

        SLES10 recognition
        RedHat/Fedora further classes

        SELinux support begun by Jeff Sheltren UCSB, who notes.
        > Currently, I have editfiles and copy working with selinux security
        > contexts, although so far copy only has support for regular files; I
        > haven't worked on links, etc. yet.
        > Use --enable-selinux during compilation

        Bug / misleading error message in ReadArray fixed

        HostRange bug for numericals in hostname fixed by Steve Radar.
2007-12-09 22:45:13 +00:00
jklos
36684791c7 Updates corresponding to devel/apr 1.2.12. 2007-12-09 22:27:22 +00:00
rhaen
913cb50911 - updated to 1.29
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
1.29 21 Aug 2007 - Documentation fix to performance hints section.
                   No functional changes.

1.28 18 Aug 2007 - Improved mod_perl2 handling (patch courtesy of Jeremy Nixon).
                    Added a ':no_subprocess_env' flag to suppress populating
                    the %ENV environment hash. Added a 'subprocess_env'
                    static class method to allow smooth co-existance of
                    ModPerl2 scripts that use ':no_subprocess_env' with ModPerl2
                    scripts that do not on the same server.

1.27 25 May 2007 - Added example of a command line 'wrapper' script and
                    of using environment variables as an alternate way
                    to test scripts via the command line. Added example
                    for use with FastCGI. Changed behavior for unsupported
                    HTTP methods. The module used to 'croak' for unsupported
                    methods, it now 'carp's instead and treats as a 'GET'
                    (behavior change at suggestion of Roman Mashirov to support
                    FastCGI better).

 1.26 06 Apr 2007 - Added decoding of Javascript/EMCAScript style unicode
                    escaped (%uxxxx form) parameter data (both to the main
                    'param' method and to the 'url_decode'/'url_encode' methods)
                    at the suggestion of Michael Kröll (the core code for
                    this additional functionality is derived from CGI.pm).

                    Fixed META.yml problems introduced with 1.25.

                    Changed POD/POD Coverage tests to only execute if specifically requested

                    Added examples directory and scripts

 1.25 20 Apr 2006 - Added 'allow_hybrid_post_get' class method. Tweaked file permissions.
                    Added regression tests for hybrid forms.

 1.24 23 Sep 2005 - Added 'Carp' to install requirements. Extended build tests.
                    Fixed multi-part form decoding bug in handling of degenerate MIME
                    boundaries. Added fatal errors for mis-calling of param_mime
                    and param_filename methods.

 1.23 18.Sep 2005 - Made Test::More optional in build tests. No functional changes.

 1.22 13.Sep 2005 - Changed POD tests to be more friendly to CPANTS.

 1.21 11.Sep 2005 - Fixed pod coverage test for compatibility with Perl 5.005.

 1.20 11.Sep 2005 - Fixed issue causing mod_perl to issue
                    'Use of uninitialized value.' warnings.
                    Extended build tests.

 1.19 10.Sep 2005 - Fixed POD Coverage test error.

 1.18 08.Sep 2005 - Adjusted prerequiste modules lists. Tweaked code for 'strict'.
                    Extended regression tests to cover more of the code.

 1.17 04 Sep 2005 - More tweaks to regression tests to work around MS-Windows
                    problems with binary file handles under Perl 5.6.1.
                    Added 'Build.PL' support back in. Added POD tests.
                    Minor documentation tweaks.
2007-12-09 22:23:42 +00:00
rhaen
2191a3719c - updated to 4.06
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
4.06 Wed Apr 12, 2006
    (No code changes)
    - Updated tests to work with status codes emitted before and after CGI.pm 3.16.
      The requirement for CGI.pm 3.16 or newer has been relaxed, so any version
      of CGI.pm will do. (Rhesa)

4.05 Wed Mar  1, 2006
    (No code changes)

    -  Updated tests for redirects to check for 'Found', not 'Moved'.
       This correctly matches the standard, and was changed in CGI.pm 3.16.
       As a result, we now require CGI.pm 3.16 for consistent results.
2007-12-09 22:21:59 +00:00
abs
1f2363a44c Update alpine to 0.999999 from 0.999
- This is still a development release so unfortunately no changelog
2007-12-09 22:20:24 +00:00
rhaen
7ce3658019 - updated to 0.17010
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
  Error.pm #0.17010
  - moved the first Error->new() POD portion over to the POD at the bottom, and
    deleted the second, identical POD portion.
  - closing http://rt.cpan.org/Public/Bug/Display.html?id=30906
    ( "Duplicate Error->new() documentation" )

Aug 28 2007 <shlomif@iglu.org.il> (Shlomi Fish)

  Error.pm #0.17009
  - fixed http://rt.cpan.org/Public/Bug/Display.html?id=20643 by applying
  a modified version of the patch by MAREKR with the t/12wrong-error-var.t
  regression test.
2007-12-09 22:20:12 +00:00
rhaen
21d2d5e156 - updated to 2.20
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.20 Nov 2, 2007

- One of the tests failed on Perl 5.6.x. Thanks to Slaven Rezic for
  the report.


2.19 Nov 1, 2007

- Switched to providing a traditional Makefile.PL as well as a
  Build.PL file. RT #27208.

- When permissions are specified for a Log::Dispatch::File object,
  don't try to chmod the file unless the permissions of the file
  differ from what the file already has. Based on a patch by Kevin. RT
  #28151.

- Require at least Perl 5.6.0.

- Remove the tests for the email sending and exit codes, since the
  test had a heisenbug I could not understand. I _think_ the code in
  the email modules is correct, but the test isn't proving anything.

- Added a binmode parameter for Log::Dispatch::File. Based on a patch
  by Angelo. RT #26063.
2007-12-09 22:18:54 +00:00
abs
099fe31aef Update alpine to 0.999999 from 0.999
- This is still a development release so unfortunately no changelog
2007-12-09 22:17:54 +00:00
rhaen
9032ac8f57 - updated to 2.08
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-10-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* release 2.08

	* skip the recurse test on 5.005
2007-12-09 22:17:20 +00:00
rhaen
0ff8549530 - updated to 1.24
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-07-17: version 1.24

	* update the stats method, including tests for it
	  (Ronald J Kimball <rkimball+memcached@pangeamedia.com>)

	* arguments to 'new' constructor can be %hash or $hashref now
	  (previously was only $hashref)

	* work around a Perl segfault (Matthieu PATOU <mp@oxado.com>)
	  see http://lists.danga.com/pipermail/memcached/2007-June/004511.html

2007-06-19: version 1.23

	* add 'remove' as an alias for 'delete' (Dave Cardwell <dave@davecardwell.co.uk>)

2007-06-18: version 1.22

	* lost connection handling broken due to wrong %sock_map indexing
	  http://rt.cpan.org/Public/Bug/Display.html?id=27181
	  fix from RHESA

	* let parser_class be configured as a constructor option,
	  defaulting to XS if available, else regular.  (unless
	  $ENV{NO_XS} is set, in which case the default is regular)

2007-05-02: version 1.21

	* new faster optional interface for GetParser subclasses.  doing
	  this release so upcoming Cache::Memcached::GetParserXS can
	  depend on this.  otherwise this release isn't interesting.

2007-04-16: version 1.20

        * fix "Warning produced when flush_all called" from CDENT
	  http://rt.cpan.org/Public/Bug/Display.html?id=22181

	* support access via unix domain sockets. (Nathan Neulinger <nneul@umr.edu>)

	* abstract out response parsing into own class, and add XS-module
	  detection, so if you have the XS (C) version, things'll be faster.
	  that part's not done yet.

2006-07-03
	* don't use dual scalar/glob sockets.  makes it all profilable
	  again under SmallProf, DProf, and Devel::Profiler, all three
	  of which used to barf on those weird sockets previously
	* only init_buckets once, when servers are changed
	* don't call sock_to_host and get_sock as much:  cache closer
	  in get_multi
	* more internal caching (buck2sock, etc)
	* fast paths for namespaces/single sock/etc in a few more places
	* general micro-speedups all over

2006-06-27
	* patch from Maxim Dounin <mdounin@rambler-co.ru> to fix a typo
	  which caused no_rehash flag to not work.
	* release 1.18

2006-04-29
	* flush_all command from Patrick Michael Kane <modus-memcache@pr.es.to>
	* document namespaces
	* release 1.17

2006-04-29
	* fix stats method (people have only been asking since 2004  :-/)
	* add tests
	* move Memcached to lib/Cache directory to be more CPAN-friendly
	* release 1.16

2005-09-20
	* configurable connect delays and callback on connect failure (brad)
	* release 1.15
2007-12-09 22:15:42 +00:00
rhaen
3e479236cf - updated to 1.05
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
1.05	[2007 Mar 07]
	documentation changes as per phl.pm recommendation
2007-12-09 22:14:04 +00:00
rhaen
62e24baced - updated to 2.12
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2.12 Thu  1 Nov 2007
	- Converting build script from Module::Install to tinier EU:MM
2.11 Missing
2007-12-09 22:12:08 +00:00
rhaen
15bbf2e1f5 - updated version to 1.104
- new maintainer
- ok by joerg
Changelog:
1.104 Mon 12 Nov 2007
	- No functional changes
	- Updating to Module::Install 0.68
	- Updating bundled tests

1.103 Thu 29 Jun 2007
	- No functional changes, no need to upgrade
	- Updating to Module::Install 0.65
2007-12-09 22:09:44 +00:00
jklos
5bf0fa3d90 Updated to 1.2.12. This includes apr_socket_sendfile for OS X 10.5. 2007-12-09 22:08:32 +00:00
rhaen
08db5e180b - updated version to 0.08
- new maintainer
- pkg_destdir_support
- ok by joerg

Changelog:
0.08 -   21 Mar 2007

  Fixed a problem where certain differences would cause corruption
  later in the traverse_sequences3 output.  Reported by Mark Glines.

0.07 -   21 Mar 2007

  Fixed an entry in the internal state mapping that was causing a one-off
  error in certain cases.  Reported by Mark Glines.

0.06 -   20 Mar 2007

  Fixed outstanding tickets on rt.cpan.org (#11184, #14483).

  Fixed a bug found by Mark Glines.  This resulted in an additional
  entry in the callback map.
2007-12-09 22:07:38 +00:00
wiz
93d24bea47 Updated textproc/asciidoc to 8.2.5nb1 2007-12-09 20:57:05 +00:00
wiz
f0fddc9ef2 Fix config file path in installed files. (Fixes scmgit build problem.)
Actually do require python-2.3 or newer, like a command indicated.
Install an additional file.
Bump PKGREVISION.
2007-12-09 20:56:40 +00:00
wiz
13a76a14c5 + aria2-0.12.0, cvsd-1.0.14, epsg-6.14, gcin-1.3.7.1, ircservices-5.1.10,
mapserver-5.0.0, phpmyadmin-2.11.3, py-proj-1.8.3, xmp-2.5.1,
  xpad-2.13, xrmap-base-2.33.1.
2007-12-09 19:45:06 +00:00
wiz
0e31594493 Update MASTER_SITES and HOMEPAGE; comment out MASTER_SITES though, since
it only carries the current version.
2007-12-09 19:33:56 +00:00
wiz
274c1c54ea Remove MASTER_SITES and HOMEPAGE, DNS lookup failure. 2007-12-09 19:29:19 +00:00
wiz
983d94a777 Add master site for current (outdated) version. 2007-12-09 19:27:20 +00:00
heinz
95eb08f3eb New suggested packages TrueCrypt and ReportMagic (by Randolf Richardson). 2007-12-09 19:17:41 +00:00
wiz
376b1826b1 Not MAKE_JOBS safe, reports Aleksej Saushev in PR 37491. Mark it as such. 2007-12-09 19:09:48 +00:00
wiz
fc51a24a76 Fix path to file in patch-ac. Should fix problem seen in DragonFly bulk build. 2007-12-09 19:08:15 +00:00
jdolecek
70612a3687 add USE_LANGUAGES c++, so that some extensions using C++ build properly
fixes problem reported by reinhold ropper for php-gd
2007-12-09 14:40:08 +00:00
jdolecek
7668eec477 php-eaccelerator updated to 0.9.5.2 - fixes only 2007-12-09 14:02:14 +00:00
jdolecek
c898f4d0da Update to 0.9.5.2.
Changes since 0.9.5:
* Fix bug that causes problems with protected attributes and php 5.2
* Fix ttl bug in list_keys
2007-12-09 13:59:38 +00:00
wiz
29d469d16d Tell configure script to disable oss support if pkgsrc doesn't find it.
Addresses build problem on Sparc Solaris reported by Raymond Meyer on
pkgsrc-users.
2007-12-09 13:39:39 +00:00
obache
2ebabf3a25 Updated ham/tnt to 1.9.2 2007-12-09 13:08:58 +00:00
obache
c3182ba7b8 Update tnt to 1.9.2.
ChangeLog:
- compiles and runs under OpenBSD
2007-12-09 13:08:42 +00:00
drochner
5f4a77bca8 pull in some patches from upstream CVS:
gstmpegaudioparse.c rev. 1.63 and 1.70
gstmpegaudioparse.h rev. 1.20
This fixes failures playing mp3 files if the mpegaudioparse plugin
(which is not really needed) is installed, due to some interaction
with changes in gstreamer-base.
See gnome bugzilla #471370 for details.
bump PKGREVISION
2007-12-09 11:03:50 +00:00
drochner
fe3f25053e update to 2.6.1
This adds SBR/PS support and bugfixes.
The licensing problems which appeared in 2.5 were resolved in 2.6.1.
pkgsrc notes:
-no dependency on libmp4v2 anymore
-added a patch to the "faad" standalone player to restore previous
 behaviour: The -w option writes .wav format (with riff header)
 to stdout.

Thanks to Raymond Meyer for help and testing.
2007-12-09 10:55:30 +00:00
hiramatsu
86ef764e1d Updated devel/p5-Test-Warn to 0.10. 2007-12-09 00:23:58 +00:00
hiramatsu
2f5e37a331 Update p5-Test-Warn to 0.10.
Changes from 0.08:

0.10  May 01 2007
        - depend on newer version of Sub::Uplevel
        - fixed pod error

0.09  Mar 15 2007
        - new maintainer: Alexandr Ciornii
        - license in Makefile.PL
        - fixed carped.t (patch by PSINNOTT)
        - pod.t
2007-12-09 00:22:40 +00:00
heinz
349395d161 The package supports installation to DESTDIR.
No compiler needed.
2007-12-08 22:31:52 +00:00
jnemeth
2b295a11ea AUTO_MKDIRS from Rumko on pkgsrc-users@ 2007-12-08 22:26:24 +00:00
heinz
28d394da47 Updated
audio/p5-CDDB_get to 2.27
2007-12-08 22:26:01 +00:00
heinz
ec695e9fa3 Mention ~/.riprc. 2007-12-08 17:41:52 +00:00
heinz
595ead22f5 Updated to version 2.27.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - No compiler necessary.

Changes since version 2.25:
===========================
2.26  22.06.2005 (unreleased)
      added postgres/oracle/sqlite support (untested)
      thanks to Rick for starting with a postgres version

2.27  01.01.2006
      default port is now 8880 (not 888 anymore)
      fixes an ioctl perl problem on current redhat/fedora (thanks to
      Gregory K. Ruiz-Ade and the redhat/fedora guys)
2007-12-08 15:02:29 +00:00
drochner
836dc91db1 add a "const" to fix build, should fix problem seen on Dragonfly
bulk build
2007-12-08 14:42:51 +00:00
obache
d6d7a695b2 Updated devel/dejagnu to 1.4.4nb3 2007-12-08 13:54:51 +00:00
obache
306d715608 * destdir support
* fix permission
* install documentation.

Bump PKGREVISION.
2007-12-08 13:54:34 +00:00