pkgsrcv2.git
12 years agoMerge from vendor branch TNF:
hiramatsu [Wed, 23 Nov 2011 11:39:46 +0000 (11:39 +0000)]
Merge from vendor branch TNF:
Re-import devel/p5-Devel-Checklib into devel/p5-Devel-CheckLib to match
PKGNAME and directory name.

12 years agoRe-import devel/p5-Devel-Checklib into devel/p5-Devel-CheckLib to match
hiramatsu [Wed, 23 Nov 2011 11:39:46 +0000 (11:39 +0000)]
Re-import devel/p5-Devel-Checklib into devel/p5-Devel-CheckLib to match
PKGNAME and directory name.

12 years agoAdd an missing PLIST entry.
obache [Wed, 23 Nov 2011 11:10:22 +0000 (11:10 +0000)]
Add an missing PLIST entry.
Noticed by Robert Elz by PR pkg/45636.

Bump PKGREVISION.

12 years agoNote update of www/p5-FCGI-Client, devel/p5-Test-POE-Client-TCP,
hiramatsu [Wed, 23 Nov 2011 11:09:58 +0000 (11:09 +0000)]
Note update of www/p5-FCGI-Client, devel/p5-Test-POE-Client-TCP,
devel/p5-IO-AIO, devel/p5-Object-Event and net/p5-NetAddr-IP.

12 years agoUpdate p5-NetAddr-IP to 4.058.
hiramatsu [Wed, 23 Nov 2011 11:09:02 +0000 (11:09 +0000)]
Update p5-NetAddr-IP to 4.058.

Changes from previous:
4.058 Fri Nov 11 19:23:11 PST 2011
        up rev for documentation update
        update documentation in InetBase v0.06

4.057 Fri Nov 11 15:04:20 PST 2011
Lite.pm v1.40
        add call to InetBase::fillIPv4 to all uses of gethostbyname

        break out the code in InetBase v0.05 that expands short IPv4
        addresses into dotquad format to account for broken BSD
        implementations of inet_aton and gethostbyname that do
        not recognize the short format. EXPORT this as sub 'fillIPv4'

        in Util.pm v1.45, add 'fillIPv4' to calls to gethostbyname to
        work around broken inet_aton and gethostbyname implementations
        in certain BSD implementations

4.056 Wed Nov  2 19:15:31 PDT 2011
        bump rev to incorporate
        improved inet_aton in InetBase v0.04 to overcome broken
        gethostbyname found in NetBSD and OpenBSD

4.055 Fri Oct 28 11:41:22 PDT 2011
in Lite.pm v1.38
        patch for bug 71869, issues with Math::BigInt varients

4.054 Thu Oct 27 12:48:55 PDT 2011
        In Lite.pm v1.37, remove Calc.pm
        add detection of early Math::Bigint object structure
        fix bug 71869 - a failed test routine

4.053 Wed Oct 26 08:52:34 PDT 2011
In Lite.pm v1.36
        fix bug #71925. A a sub-varient of #62521 that showed up only for
        short notation for IPv4. i.e. 127/n, 127.0/n, 127.0.0/n but
        not 127.0.0.0/n

4.052 Tue Oct 25 16:18:38 PDT 2011
        add test in Lite.pm v1.35 for api-version of Math::BigInt to
support versions earlier than 1.70, circa Dec 2003.
        Thanks to Paul Howarth <paul@city-fan.org> for spotting that bug.

4.051 Mon Oct 24 14:44:53 PDT 2011
fix bug 71869
in Lite.pm v1.34
        use Math::BigInt::Calc for creating BigInt values and fall
        back to NetAddr::IP::Calc if Math::BigInt is not present.

        remove reference to Config{osname} in InetBase.pm v0.03
        (Util 1.43)

4.050 Sat Oct 22 01:58:57 PDT 2011
        In Lite/Util/lib/NetAddr/IP/Lite/Util/InetBase.pm v0.02
        Socket6 prior to version 0.23 does not have AF_INET6 in the
        EXPORT_OK array, modify InetBase.pm v0.2 to work around this.

Add support for Math::BigInt to NetAddr::IP::Lite v1.33

4.049 Sat Oct 15 22:15:10 PDT 2011
Updates to Lite.pm, Util.pm, new module InetBase.pm

In Lite v1.32
        bug68723, add capability to parse input of the form
        ->new6(12345,1). This should have been there but was
        missing. Thanks to Andrei Benea for spotting this.

        In Util v1.41
        add inet_pton, inet_ntop, AF_INET, AF_INET6

        modify inet_n2dx and inet_n2ad to
        recognize the new 128 bit IPv4 format
        ::FFFF:FFFF:0:0

        replace isIPv4 with a pure perl version for portablity

        split the following into NetAddr::IP::InetBase v0.01
to provide better long term support for IPv6
        inet_aton
        inet_ntoa
        ipv6_aton
        ipv6_n2x
        ipv6_n2d
        inet_any2n
        inet_n2dx
        inet_n2ad
        inet_ntop
        inet_pton
        packzeros
        isIPv4
        isNewIPv4
        isAnyIPv4
        AF_INET
        AF_INET6

4.048 Sat Oct  8 01:33:44 PDT 2011
remove debug print statement from Util v1.40

4.047 Thu Oct  6 23:41:42 PDT 2011
really correct missing reference in Util v1.39
doc update only in Lite.pm v1.30

4.046 Thu Oct  6 20:20:33 PDT 2011 DEPRECATED
corrected missing reference to inet_4map6 in Util v1.38

4.045 Thu Oct  6 18:23:04 PDT 2011 DEPRECATED
updated NetAddr::IP::Util 1.37
        addid isAnyIPv4, isNewIPv4, inet_4map6
        revised naip_gethostbyname
        to conform to Perl's gethostbyname output

4.044 Wed May 18 14:47:34 PDT 2011
added missing support for ->compactref(\@list) which is described
in the documentation but not implemented.

Thanks to Rusty Bourland codebard@gmail.com for spotting this
and providing both a patch and test code

4.043 Wed Apr  6 11:31:19 PDT 2011
Update documentation on the use of "adding constants
to an IP address".

4.042 Tue Mar 22 15:26:02 PDT 2011
Update Lite.pm v1.27 to encompass treatment of /31 and /127
point-to-point networks as described in RFC 3021

NOTE: for /31's and /127's
this changes the behavior of the following methods:
first   returns the "network" address
last    returns the "broadcast" address
nth     index 0 returns "network" addr instead of undef
nth     index 1 returns "broadcast" addr instead of undef
num     returns 2 instead of 0 (zero)

"old_nth" behavior is unchanged

Thanks to Todd Caine todd.caine@gmail.com for pointing this out.

4.041 Tue Mar  8 15:18:16 PST 2011
Updated Lite.pm v1.26, "sub num" to support usable IP ranges
greater than 2**32

Thanks to Jan Ploski jan@plosquare.com for finding this bug

4.040 Sat Feb 19 10:04:00 PST 2011
correction to use of Util.pm package lexicals

thanks to mishikal@yahoo.com for spotting the bug and to
Mark Martinec mark.martinec+ama...@ijs.si for the solution.

4.039 Wed Feb 16 15:48:03 PST 2011
Correct documentation for 'split' methods

12 years agoUpdate p5-Object-Event to 1.23.
hiramatsu [Wed, 23 Nov 2011 11:08:17 +0000 (11:08 +0000)]
Update p5-Object-Event to 1.23.

Changes from previous:
1.23    Thu Aug  4 10:52:32 CEST 2011
        - added small safety-check to unreg_cb.

1.22    Thu Mar 10 17:17:58 CET 2011
        - fixed a bug where event methods were not registered correctly.
        - found a bug with using the guard to track cb registrations.

12 years agoUpdate p5-IO-AIO to 4.11.
hiramatsu [Wed, 23 Nov 2011 11:07:39 +0000 (11:07 +0000)]
Update p5-IO-AIO to 4.11.

Changes from previous:
4.11 Mon Oct 10 00:24:11 CEST 2011
- libeio didn't compile on !linux (Paul Howarth).

4.1  Sun Oct  9 10:24:11 CEST 2011
        - IO::AIO did access uninitialised memory on unsuccessful stats.
- (libeio) added syncfs syscall wrapper.
        - (libeio) set thread name on linux (ps -L/Hcx, top, gdb).
        - (libeio) support multiple indepenent working directories.
        - applied speling corrections by Nicholas Bamber.
        - tune treescan #threads and #outstanding requests a bit.
        - reduce the number of file descriptors in use at any one time
          in treescan, to avoid running out of them (and using too much ram).
        - take advantage of working directoriy abstractions
          in aio_scandir and treescan.
        - reduce compiled size by ~10% by not inlining some key functionality.
        - added --progress switch to treescan.

4.0   Mon Jul 18 05:01:10 CEST 2011
- INCOMPATIBLE CHANGE: fork is no longer supported (indeed, it never was),
          see FORK BEHAVIOUR in manpage for details.
- passes testsuite on win32 now and may actually work
          (activestate 5.10.1 / MSVC6, YMMV).
- (libeio) fix a deadlock where a wakeup signal could be missed when
          a timeout occured at the same time.
- (libeio) added realpath.
        - (libeio) added fallocate.
- (libeio) disabling sendfile on darwin unfortunately broke the emulation.
        - (libeio) do not acquire any locks when forking.
        - (libeio) use fewer time() syscalls when waiting for new requests.

3.93  Wed Jun 29 23:44:18 CEST 2011
- ECB.H WAS MISSING.

3.92  Wed Jun 29 14:45:41 CEST 2011
- ecb.h was missing.

3.91  Wed Jun 29 13:24:42 CEST 2011
        - (libeio) work around a Linux (and likely FreeBSD and other
          kernels) bug where sendfile would not transfer all the requested
          bytes on large transfers, using a heuristic.
        - buggy sendfile caused aio_move/copy to sometimes fail for big
          files (fortunately it checks that the whole file has been
          transferred...)
        - use libecb for higher performance and higher portability.
        - (libeio) disable sendfile on darwin, it's too broken.
        - disable fork tests on !linux, as only linux supports mixing
          pthread and fork in perl.
        - document the fact that fork doesn't work anymore when using
          this module, on anything !GNU/Linux.
        - increase timeout in t/04_fork.t, as too many CPAN-tester setups
          run on a 0.1MHz cpu. Or so.

3.9  Fri May 27 02:43:47 CEST 2011
        - (libeio) fix memory corruption in aio_readdirx for the flags
          combination READDIR_STAT_ORDER | READDIR_DIRS_FIRST.
        - add lots of newer POSIX and GNU/Linux-specific open
          flags.

3.8  Sun Mar 27 12:25:33 CEST 2011
- use nonstandard but maybe-working-on-bsd fork technique.
- support a max_idle value of 0.
- support setting of idle timeout value (IO::AIO::idle_timeout).

3.72 Fri Feb 11 04:25:38 CET 2011
- use _POSIX_MEMLOCK_RANGE to detect mlock/munlock.
        - aio_mknod always used a dev_t value of 0.
        - new treescan option: --grep.
        - add more S_IF macros, and major/minor/makedev "macros".

3.71 Thu Dec 30 08:18:46 CET 2010
- the numerical result value passed to callbacks did not stringify
          correctly, due to internal reuse and failure to reset the sv flags.
- actually test for posix_[mf]advise, as at least uClibc defines
          _POSIX_ADVISORY_INFO without actually having any of the required
          funcitonality. ugh.

3.7  Mon Nov  1 23:00:34 CET 2010
        - implement/add madvise, mmap, munmap, aio_mlockall, munlockall,
          aio_mlock, munlock, msync and mtouch to @EXPORT_OK.
        - document the sad state of affairs w.r.t. pthread on many bsds.
- do not enable mmap on systems without _POSIX_MAPPED_FILES
          (openbsd 4.8).
        - do not leak memory in IO::AIO::mmap when the scalar already
          had string-data.
- add O_RDWR, O_APPEND and O_EXCL symbols and semi-document
          them.
        - cache the result IV, for a minor speedup in the common case.
        - croak when an mmapped-scalar changes location, to detect
          user-errors better.
        - fix aio_readlink prototype.

12 years agoUpdate p5-Test-POE-Client-TCP to 1.10.
hiramatsu [Wed, 23 Nov 2011 11:07:16 +0000 (11:07 +0000)]
Update p5-Test-POE-Client-TCP to 1.10.

Change from previous:
1.10  Wed Jun 29 10:37:32 BST 2011
  - Explicitly shutdown socket in/out on destruction under Cygwin/MSWin32

12 years agoUpdate p5-FCGI-Client to 0.08.
hiramatsu [Wed, 23 Nov 2011 11:06:48 +0000 (11:06 +0000)]
Update p5-FCGI-Client to 0.08.

Changes from previous:
0.08
    - fixed default timeout was 10secs.
      previsously it was documented as 10secs, but it is implemented as 1sec.
      https://rt.cpan.org/Ticket/Display.html?id=71100

0.07
    - make FCGI::Client::Connection->timeout as writable(Jonas)

0.06
    - fixed large packet issue
      (trunaev++)

0.05
    - remove unused dependency to autodie, Try::Tiny.
    - fixed bad error handler in FCGI/Client/Connection.pm.
      https://rt.cpan.org/Ticket/Display.html?id=57374
      (reported by mmcleric)

12 years agoUpdated graphics/mypaint to 1.0.0
ryoon [Wed, 23 Nov 2011 11:02:04 +0000 (11:02 +0000)]
Updated graphics/mypaint to 1.0.0

12 years agoUpdate to 1.0.0
ryoon [Wed, 23 Nov 2011 11:00:55 +0000 (11:00 +0000)]
Update to 1.0.0

Changelog:
Version 1.0.0:
- toolbar with color, brush selector and brush settings dropdown
- tool windows can be docked instead of floating
- locked alpha brush mode
- basic layer compositing modes
- new scratchpad area
- lots of other improvements (about 500 commits)

12 years agoaudio/spiralsynth: Fix iostream / Fix DragonFly / amd64
marino [Wed, 23 Nov 2011 08:32:10 +0000 (08:32 +0000)]
audio/spiralsynth: Fix iostream / Fix DragonFly / amd64

Replace <iostream.h> and <fstream.h> with their c++ counterparts.
Addition of <string.h> was originally under a DragonFly macro, but
this was removed when it was shown NetBSD 5.99 needed it too.
Allow package to build on all x86_64 architectures.

12 years agoaudio/spiralloops: Fix iostream / Fix DragonFly / amd64
marino [Wed, 23 Nov 2011 08:20:38 +0000 (08:20 +0000)]
audio/spiralloops: Fix iostream / Fix DragonFly / amd64

Replace <iostream.h> and <fstream.h> with their c++ counterparts.
Addition of <string.h> was originally under a DragonFly macro, but
this was removed when it was shown NetBSD 5.99 x86_64 needed it too.
Allow package to build on all x86_64 architectures.

12 years agoSet COMMENT.
ryoon [Wed, 23 Nov 2011 08:12:57 +0000 (08:12 +0000)]
Set COMMENT.
Thank you, marino@.

12 years agoUpdated sysutils/ipa to 2.1.1
obache [Wed, 23 Nov 2011 07:52:14 +0000 (07:52 +0000)]
Updated sysutils/ipa to 2.1.1

12 years agoUpdate ipa to 2.1.1.
obache [Wed, 23 Nov 2011 07:51:54 +0000 (07:51 +0000)]
Update ipa to 2.1.1.
per maintainer update request by PR pkg/45630.

Changes:
    * Corrected compilation when --with-ipa-pthread or
--with-ipastat-pthread was specified.

    * Corrected format of tables in "ipactl memory" output.

    * Corrected access to free memory in ipa when dynamic rule is deleted.

    * Call log_stderr() and log_stdout() after ipa.conf file parsing.

    * Simplified and renamed confcommon.c:print_spaces().

    * Corrected output of "ipa -v" and "ipa -h".

12 years agoRemove duplicated lines.
taca [Wed, 23 Nov 2011 06:01:21 +0000 (06:01 +0000)]
Remove duplicated lines.

12 years agoNote update of www/contao210-translations package to 20111120.
taca [Wed, 23 Nov 2011 05:51:53 +0000 (05:51 +0000)]
Note update of www/contao210-translations package to 20111120.

12 years agoUpdate contao210-translations package to 20111120.
taca [Wed, 23 Nov 2011 05:51:16 +0000 (05:51 +0000)]
Update contao210-translations package to 20111120.

Update Bulgarian, Persian, LithuanianPortuguese and Russian language files.

12 years agoNote update of these packages related with ruby-json.
taca [Wed, 23 Nov 2011 05:38:06 +0000 (05:38 +0000)]
Note update of these packages related with ruby-json.

databases/ruby-cassandra 0.12.1nb1
databases/ruby-dm-serializer 1.1.0nb2
databases/ruby-dm-types 1.1.0nb2
devel/rubyforge 2.0.4nb1
net/ruby-tweetstream 1.0.5nb1
net/ruby-rubytter 1.4.2nb1
net/mikutter 0.0.4.592nb1
security/ruby-twitter_oauth 0.4.3nb1
www/thoth 0.2.1nb2
www/thoth-delicious 0.1.0nb3
www/termtter 1.10.0nb1

12 years agoUse lang/ruby/json.mk to handle dependency to ruby-json.
taca [Wed, 23 Nov 2011 05:36:06 +0000 (05:36 +0000)]
Use lang/ruby/json.mk to handle dependency to ruby-json.

Bump PKGREVISION since dependency would change with ruby193-base.

12 years ago* Needs dependency to ruby-json since 3.11. So, use lang/ruby/json.mk
taca [Wed, 23 Nov 2011 05:21:03 +0000 (05:21 +0000)]
* Needs dependency to ruby-json since 3.11.  So, use lang/ruby/json.mk
  to handle dependency to ruby-json.
* Fix miscellaneous permission of files.

It should fix build problem with ruby18-base.

12 years agoAdd lang/ruby/json.mk. It handles dependency to ruby-json and deal with
taca [Wed, 23 Nov 2011 05:18:58 +0000 (05:18 +0000)]
Add lang/ruby/json.mk.  It handles dependency to ruby-json and deal with
bundled version with ruby{19,193}-base.

12 years agoRepo copy files
repo-copy [Wed, 23 Nov 2011 04:18:09 +0000 (04:18 +0000)]
Repo copy files

12 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Wed, 23 Nov 2011 04:18:08 +0000 (20:18 -0800)]
Fixup fromcvs/togit conversion

12 years agoNote PKGREVISION bump of pkg_summary-utils.
minskim [Wed, 23 Nov 2011 02:13:45 +0000 (02:13 +0000)]
Note PKGREVISION bump of pkg_summary-utils.

12 years agoFix the directory name for paexec.
minskim [Wed, 23 Nov 2011 02:11:36 +0000 (02:11 +0000)]
Fix the directory name for paexec.

12 years agoNote update of emacs-snapshot.
minskim [Wed, 23 Nov 2011 02:02:49 +0000 (02:02 +0000)]
Note update of emacs-snapshot.

12 years agoUpdate emacs-snapshot to 24.0.91.20111121.
minskim [Wed, 23 Nov 2011 02:02:15 +0000 (02:02 +0000)]
Update emacs-snapshot to 24.0.91.20111121.

Changes:
        * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
        Before using mime functions, check they are set.  (Bug#10077)
        * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
        bash.
        * language/european.el (macintosh): Define as alias for mac-roman.

12 years agoAdded lang/basic256 version 0.9.6.66
ryoon [Wed, 23 Nov 2011 01:21:50 +0000 (01:21 +0000)]
Added lang/basic256 version 0.9.6.66

12 years agoAdd basic256
ryoon [Wed, 23 Nov 2011 01:20:46 +0000 (01:20 +0000)]
Add basic256

12 years agoImport basic256-0.9.6.66 as lang/basic256
ryoon [Wed, 23 Nov 2011 01:19:00 +0000 (01:19 +0000)]
Import basic256-0.9.6.66 as lang/basic256

BASIC-256 is an easy to use version of BASIC designed to teach
anybody (especially middle and high-school students) the basics of
computer programming. It uses traditional control structures like
gosub, for/next, and goto, which helps kids easily see how program
flow-control works. It has a built-in graphics mode which lets them
draw pictures on screen in minutes, and a set of detailed,
easy-to-follow tutorials that introduce programming concepts through
fun exercises.

12 years agoMerge from vendor branch TNF:
ryoon [Wed, 23 Nov 2011 01:19:00 +0000 (01:19 +0000)]
Merge from vendor branch TNF:
Import basic256-0.9.6.66 as lang/basic256

BASIC-256 is an easy to use version of BASIC designed to teach
anybody (especially middle and high-school students) the basics of
computer programming. It uses traditional control structures like
gosub, for/next, and goto, which helps kids easily see how program
flow-control works. It has a built-in graphics mode which lets them
draw pictures on screen in minutes, and a set of detailed,
easy-to-follow tutorials that introduce programming concepts through
fun exercises.

12 years agopkgtools/tinderbox-dragonFly: bulk build, jail fixes
marino [Wed, 23 Nov 2011 00:54:34 +0000 (00:54 +0000)]
pkgtools/tinderbox-dragonFly: bulk build, jail fixes

1) postbuild hook sed was too greedy and deleted extra packages from
   the queue, fixed regex.
2) Hook checks if a queue entry exists before requesting that it be
   removed to avoid build aborts
3) The makeJail process was updated to include "make upgrade" which
   is required for certain device headers to appear.
4) Changed "dud" handling.  Previously requesting a build with a dud
   dependency would cause it never to move to the next package.
5) Add the two files that should have been committed with 3.4.1

12 years agoaudio/flactag: Fix DragonFly breakage
marino [Wed, 23 Nov 2011 00:42:00 +0000 (00:42 +0000)]
audio/flactag: Fix DragonFly breakage

patch-aa was the main reason this package broke on DragonFly.  Probably the
__NetBSD__ macro should have been used from the beginning (since pkgsrc
serves multiple platforms), but rather than risk breaking flactag on other
platforms, I've chosen to use __DragonFly__ macro to restore the original
code.

Also, -lintl is needed by DragonFly, so the gettext-lib was added the the
buildlink3 list.

12 years agoaudio/xmradio: Remove "Not For DragonFly" restriction
marino [Wed, 23 Nov 2011 00:36:54 +0000 (00:36 +0000)]
audio/xmradio: Remove "Not For DragonFly" restriction

This package builds fine on both DragonFly architectures.

12 years ago+ Mesa-7.11.1, anjuta-3.2.2, asymptote-2.14, binutils-2.22,
wiz [Tue, 22 Nov 2011 23:17:02 +0000 (23:17 +0000)]
+ Mesa-7.11.1, anjuta-3.2.2, asymptote-2.14, binutils-2.22,
  ffmpeg-20111121.0.7.8, ffmpeg-20111121.0.8.7, grep-2.10, htop-1.0,
  mathomatic-15.7.1, openafs-1.7.2, rasqal-0.9.28 [needs raptor-2.0.0],
  suse-12.1, webkit-gtk-1.7.2, wine-devel-1.3.33.

12 years agoAdded net/cacti Frontend to rrdtool for monitoring systems and services
tez [Tue, 22 Nov 2011 22:53:28 +0000 (22:53 +0000)]
Added net/cacti Frontend to rrdtool for monitoring systems and services

12 years agoCacti is a complete frontend to rrdtool, it stores all of the necessary
tez [Tue, 22 Nov 2011 22:23:13 +0000 (22:23 +0000)]
Cacti is a complete frontend to rrdtool, it stores all of the necessary
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also SNMP
support for those used to creating traffic graphs with MRTG.

The Plugin Architecture for Cacti was designed to be both simple in nature
and robust enough to allow freedom to do almost anything in Cacti.  The
Plugin Architecture for Cacti is integrated into this package.

(created from wip/cacti by pettai)

12 years agoMerge from vendor branch TNF:
tez [Tue, 22 Nov 2011 22:23:13 +0000 (22:23 +0000)]
Merge from vendor branch TNF:
Cacti is a complete frontend to rrdtool, it stores all of the necessary
information to create graphs and populates them with data in a MySQL
database. The frontend is completely PHP driven. Along with being able
to maintain Graphs, Data Sources, and Round Robin Archives in a
database, cacti handles the data gathering also. There is also SNMP
support for those used to creating traffic graphs with MRTG.

The Plugin Architecture for Cacti was designed to be both simple in nature
and robust enough to allow freedom to do almost anything in Cacti.  The
Plugin Architecture for Cacti is integrated into this package.

(created from wip/cacti by pettai)

12 years agoadd cacti package
tez [Tue, 22 Nov 2011 22:19:01 +0000 (22:19 +0000)]
add cacti package

12 years agoadd CACTI_USER & CACTI_GROUP for net/cacti package
tez [Tue, 22 Nov 2011 21:25:04 +0000 (21:25 +0000)]
add CACTI_USER & CACTI_GROUP for net/cacti package

12 years agoREPLACE_SH for SunOS<5.11; ++pkgrevision
cheusov [Tue, 22 Nov 2011 21:07:29 +0000 (21:07 +0000)]
REPLACE_SH for SunOS<5.11; ++pkgrevision

12 years agoFixes for SunOS<5.11 broken userlevel; ++pkgrevision
cheusov [Tue, 22 Nov 2011 21:03:07 +0000 (21:03 +0000)]
Fixes for SunOS<5.11 broken userlevel; ++pkgrevision

12 years agoUnconditionalize the DragonFly patches for newer c++.
wiz [Tue, 22 Nov 2011 20:57:35 +0000 (20:57 +0000)]
Unconditionalize the DragonFly patches for newer c++.
Use patches instead of sed.
Set LICENSE while here.

12 years agoLet py-numpy not run an invalid shell command.
minskim [Tue, 22 Nov 2011 20:56:13 +0000 (20:56 +0000)]
Let py-numpy not run an invalid shell command.

This fixes PR 44130.

12 years agoiostream.h -> iostream on all platforms.
wiz [Tue, 22 Nov 2011 20:50:54 +0000 (20:50 +0000)]
iostream.h -> iostream on all platforms.
Set LICENSE while here.

12 years agoFix issues with newer GCC
joerg [Tue, 22 Nov 2011 20:07:20 +0000 (20:07 +0000)]
Fix issues with newer GCC

12 years agoFix build with newer GCC
joerg [Tue, 22 Nov 2011 20:05:25 +0000 (20:05 +0000)]
Fix build with newer GCC

12 years agoFix build with newer GCC.
joerg [Tue, 22 Nov 2011 20:02:48 +0000 (20:02 +0000)]
Fix build with newer GCC.

12 years agoRemove diffpdf
ryoon [Tue, 22 Nov 2011 19:48:37 +0000 (19:48 +0000)]
Remove diffpdf

12 years agoUpdated print/diffpdf to 1.5.0
ryoon [Tue, 22 Nov 2011 19:47:59 +0000 (19:47 +0000)]
Updated print/diffpdf to 1.5.0

12 years agoUpdate to 1.5.0
ryoon [Tue, 22 Nov 2011 19:46:09 +0000 (19:46 +0000)]
Update to 1.5.0

Changelog:
1.5.0

Added Save As action and dialog for saving the differences to a PDF file.

1.3.0

Added support for -a, --appearance, -t, --text command line options to
set the initial comparison mode.

1.2.3

Added a mention of comparepdf in the About box.

12 years agoUpdate mksh to 40c.
bsiegert [Tue, 22 Nov 2011 19:37:34 +0000 (19:37 +0000)]
Update mksh to 40c.

* [tg, Wouter Verhelst] Fix ${foo%\?} in -o sh
* [jonthn, Snader_LB] Fix spelling mistakes
* [cnuke] Fix bugs spotted during porting to OPENSTEP
* [tg, jg71] Unbreak building stristr with MKSH_ASSUME_UTF8 defined
* [tg] Fix most of the issues Jerker Bäck encountered on Interix
* [tg] Wrap access(2) as it may return false positive for X_OK on root
* [OpenBSD] Upper bound Emacs mode command repeat by input line length
* [tg] Improve CPPFLAGS mangling in Build.sh
* [Snader_LB] Several comment, documentation and website fixes/updates
* [tg] Avoid identifiers and cpp(1) macros with two underscores in a row,
  and those with a trailing underscore; they are reserved for the OS
* [tg] Fix accidental behavioural change wrt some built-in parameters
* [RT, Chris “ir0nh34d” Sutcliffe] Port to MSYS
* [tg, Markus Duft, Bruno Haible] Interix select(2) bug workaround
* [tg] Manpage fixes
* [tg] Deprecate the “command line begins with ‘!’ for fc -e -” wbx hack
* [tg] Promote x=(a b); x+=(c d) to a core mksh(1) feature
* [tg] Testsuite fixes for Hurd, MSYS; warning fixes for dietlibc
* [tg] Fix R40 regression misparsing $(case x in (x) :; esac)

12 years agoUpdated biology/gnome-chemistry-utils to 0.12.10
ryoon [Tue, 22 Nov 2011 19:35:26 +0000 (19:35 +0000)]
Updated biology/gnome-chemistry-utils to 0.12.10

12 years agoUpdate to 0.12.10
ryoon [Tue, 22 Nov 2011 19:34:08 +0000 (19:34 +0000)]
Update to 0.12.10

Changelog:
Version 0.12.10
        GCrystal:
                * show only atoms from the first crystal when loading a CIF file
                with several structures.
                * don't crash when loading a file with invalid atoms.
                * don't display two atoms at the same position.
                * don't loose the radius ratio on serialization.
        Other:
                * fix build with most recent glib-2.0 and xulrunner.
                * enhanced translation: de.

12 years agoNote PKGREVISION bump of gupnp.
minskim [Tue, 22 Nov 2011 19:28:40 +0000 (19:28 +0000)]
Note PKGREVISION bump of gupnp.

12 years agoUse fake uuid.pc on Darwin.
minskim [Tue, 22 Nov 2011 19:28:21 +0000 (19:28 +0000)]
Use fake uuid.pc on Darwin.

12 years agoMake this build with symlinked pkgsrc directory.
yyamano [Tue, 22 Nov 2011 19:17:19 +0000 (19:17 +0000)]
Make this build with symlinked pkgsrc directory.

12 years agoRevert last change per joerg@'s objections.
shattered [Tue, 22 Nov 2011 18:40:27 +0000 (18:40 +0000)]
Revert last change per joerg@'s objections.

12 years agoPR/45640 -- unbreak build (use dlopen.bl3.mk). Tested on 4.0_STABLE.
shattered [Tue, 22 Nov 2011 18:37:03 +0000 (18:37 +0000)]
PR/45640 -- unbreak build (use dlopen.bl3.mk).  Tested on 4.0_STABLE.

12 years agoEnsure everything is prototypes correctly.
joerg [Tue, 22 Nov 2011 18:13:09 +0000 (18:13 +0000)]
Ensure everything is prototypes correctly.

12 years agoFix build with newer GCC
joerg [Tue, 22 Nov 2011 18:12:35 +0000 (18:12 +0000)]
Fix build with newer GCC

12 years agoFix build with newer GCC versions
joerg [Tue, 22 Nov 2011 18:11:14 +0000 (18:11 +0000)]
Fix build with newer GCC versions

12 years agoFix missing prototype errors with newer GCC.
joerg [Tue, 22 Nov 2011 18:06:16 +0000 (18:06 +0000)]
Fix missing prototype errors with newer GCC.

12 years agoFONTS_DIRS, not FONTS_DIR -- fixes automatic font handling.
shattered [Tue, 22 Nov 2011 18:05:06 +0000 (18:05 +0000)]
FONTS_DIRS, not FONTS_DIR -- fixes automatic font handling.

12 years agoFix missing prototypes errors with newer GCC
joerg [Tue, 22 Nov 2011 18:04:58 +0000 (18:04 +0000)]
Fix missing prototypes errors with newer GCC

12 years agoFix build with GCC 4.5
joerg [Tue, 22 Nov 2011 18:02:31 +0000 (18:02 +0000)]
Fix build with GCC 4.5

12 years agoAutomatic font handling takes care of mkfontdir/mkfontscale.
shattered [Tue, 22 Nov 2011 18:02:07 +0000 (18:02 +0000)]
font handling takes care of mkfontdir/mkfontscale.

12 years agoaudio/muse: Fix DragonFly breakage
marino [Tue, 22 Nov 2011 16:38:28 +0000 (16:38 +0000)]
audio/muse: Fix DragonFly breakage

DragonFly's GCC44 won't handle iostream.h headers anymore, so these were
converted to the c++ version.  The scandir arguments for DragonFly were
wrong.  Either GCC44 is less tolerant than GCC41, or the prototype
changed since the last time this package built on DragonFly.

No PKGREVISION bump is required; this only affects DragonFly.

12 years agoaudio/maplay: Fix DragonFly breakage
marino [Tue, 22 Nov 2011 16:37:01 +0000 (16:37 +0000)]
audio/maplay: Fix DragonFly breakage

This package has been broken at least since DragonFly moved to gcc44 for
their base compiler.  The previously deprecated "-m486" is no longer
recognized, but the -march defaults to i486 now anyway, so this switch is
no longer required.

GCC 4.4 got rid of the iostream and iomanip backwards compatibility, so
trying to include these headers is another source of breakage.  While
probably correct for all platforms, this commit conservatively only
changes the build process for DragonFly since maplay apparently is
building okay on NetBSD.

No PKGREVISION bump is required.

12 years agoaudio/gmpc-tagedit: Add msgfmt to USE_TOOLS
marino [Tue, 22 Nov 2011 16:23:52 +0000 (16:23 +0000)]
audio/gmpc-tagedit: Add msgfmt to USE_TOOLS

Required to build on DragonFly.

12 years agoaudio/gmpc-mdcover: Add msgfmt to USE_TOOLS
marino [Tue, 22 Nov 2011 16:22:34 +0000 (16:22 +0000)]
audio/gmpc-mdcover: Add msgfmt to USE_TOOLS

Required to build on DragonFly.

12 years agoaudio/gmpc-lyricwiki: Add msgfmt to USE_TOOLS
marino [Tue, 22 Nov 2011 16:21:19 +0000 (16:21 +0000)]
audio/gmpc-lyricwiki: Add msgfmt to USE_TOOLS

Required to build on DragonFly.

12 years agoaudio/gmpc-lyrics: Add msgfmt to USE_TOOLS
marino [Tue, 22 Nov 2011 16:19:40 +0000 (16:19 +0000)]
audio/gmpc-lyrics: Add msgfmt to USE_TOOLS

Required to build on DragonFly.

12 years agoaudio/gmpc-lastfm: Add msgfmt to USE_TOOLS
marino [Tue, 22 Nov 2011 16:18:25 +0000 (16:18 +0000)]
audio/gmpc-lastfm: Add msgfmt to USE_TOOLS

Required to build on DragonFly.

12 years agoaudio/gmpc-albumview: Add msgfmt to USE_TOOLS
marino [Tue, 22 Nov 2011 16:17:17 +0000 (16:17 +0000)]
audio/gmpc-albumview: Add msgfmt to USE_TOOLS

Required to build on DragonFly.

12 years agoMAINTAINER=ddeus.pkgsrc@mailnull.com based on a private inquiry
cheusov [Tue, 22 Nov 2011 16:10:34 +0000 (16:10 +0000)]
MAINTAINER=ddeus.pkgsrc@mailnull.com based on a private inquiry

12 years agoMake maching pattern of REPLACE_RUBY_DIRS same as REPLACE_RUBY.
taca [Tue, 22 Nov 2011 15:29:10 +0000 (15:29 +0000)]
Make maching pattern of REPLACE_RUBY_DIRS same as REPLACE_RUBY.

12 years agoput comments back into the patch file
is [Tue, 22 Nov 2011 15:10:15 +0000 (15:10 +0000)]
put comments back into the patch file

12 years agoPut comments back into the patch file.
is [Tue, 22 Nov 2011 15:07:04 +0000 (15:07 +0000)]
Put comments back into the patch file.

12 years agoAdd option to link with python.
gdt [Tue, 22 Nov 2011 14:09:49 +0000 (14:09 +0000)]
Add option to link with python.

From reed@ and Mayuresh on pkgsrc-users.

12 years agoUpdated net/nmap to 5.51.5
pettai [Tue, 22 Nov 2011 12:18:53 +0000 (12:18 +0000)]
Updated net/nmap to 5.51.5

12 years agoBugfix release/patch
pettai [Tue, 22 Nov 2011 12:18:08 +0000 (12:18 +0000)]
Bugfix release/patch

o Added checks that the argument to freeaddrinfo is not NULL, avoiding
  a segmentation fault on Android and possibly other platforms.

12 years agoNote update of databases/p5-SQL-Translator,
hiramatsu [Tue, 22 Nov 2011 11:19:27 +0000 (11:19 +0000)]
Note update of databases/p5-SQL-Translator,
graphics/p5-GD-SecurityImage and devel/p5-Devel-Checklib.

12 years agoUpdate p5-Devel-Checklib to 0.95.
hiramatsu [Tue, 22 Nov 2011 11:18:34 +0000 (11:18 +0000)]
Update p5-Devel-Checklib to 0.95.

Changes from previous:
0.95    2011-10-22      Clean up object files.
                        Also MSVC generates extra files, clean them up.

0.94    2011-10-14      Better error message.

12 years agoUpdate p5-GD-SecurityImage to 1.71.
hiramatsu [Tue, 22 Nov 2011 11:18:10 +0000 (11:18 +0000)]
Update p5-GD-SecurityImage to 1.71.

Changes from previous:
1.71 Sun Sep  4 00:58:52 2011
    => Major Perl::Critic refactoring.
    => Pod fix by Gregor Herrmann.

12 years agoUpdate p5-SQL-Translator to 0.11010.
hiramatsu [Tue, 22 Nov 2011 11:17:47 +0000 (11:17 +0000)]
Update p5-SQL-Translator to 0.11010.

Changes from previous:
# ----------------------------------------------------------
# 0.11010 2011-10-05
# ----------------------------------------------------------

* Add "if exists" to drop view statements in Pg.

# ----------------------------------------------------------
# 0.11009 2011-09-02
# ----------------------------------------------------------

* Fix MySQL producer to properly quote all table names on output (patch from geistteufel)

# ----------------------------------------------------------
# 0.11008 2011-05-04
# ----------------------------------------------------------

* Correctly create and parse FK constraints in SQLite
* Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns
* made PostgreSQL producer consistent with other producers in terms of
  quoting and allowing functions in constraints and indices
* Add distinction of autoinc and regular primary keys to the GraphViz producer
* Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728)
* Quote everything in SQL Server
* Turn off constraints before dropping tables in SQL Server
* Make true unique constraints if needed in SQL Server
* Fixed Producer::PostgresSQL to output array type after type size,
  i.e. varchar(64)[] rather than varchar[](64)

# ----------------------------------------------------------
# 0.11007 2010-11-30
# ----------------------------------------------------------

* Fix POD typo in SQL/Translator/Schema/Trigger.pm
* Add explicit Scalar::Util to the deplist for really old perls
* Add support for PostGIS Geometry and Geography data types in the Pg producer
* Some minor fixes to squash warnings on new perls
* Support a custom_type_name hint when creating enum types in PostgreSQL
* Fix sqlt options/pod mismatch (RT#58318)
* Oracle Producer multicolumn constraint support
* Add support for triggers in the MySQL producer
* Fix unstable order of View's in MySQL parser

12 years agoaudio/akode: Fix mpc plugin breakage on DragonFly
marino [Tue, 22 Nov 2011 10:54:15 +0000 (10:54 +0000)]
audio/akode: Fix mpc plugin breakage on DragonFly

The provided patch prevents an attempt to redefine ptrdiff_t on DragonFly
within the akode mpc module.

12 years agomultimedia/ffmpeg: Fix UINT64_C error on DragonFly
marino [Tue, 22 Nov 2011 10:51:35 +0000 (10:51 +0000)]
multimedia/ffmpeg: Fix UINT64_C error on DragonFly

ffmpeg itself built fine on DragonFly, but other code trying to use this
library (e.g. audio/akode-plugins-ffmpeg) would not build, stopping with
an error like:
  common.h:154 error: `UINT64_C` was not declared in this scope

The provided patch fixes this breakage.  For conservative reasons, the
code only applies to DragonFly, but if other platforms are seeing the
same error, then the patch's macro should be expanded to include those
other platforms as well.

12 years agodevel/libscsi: Disable FreeBSD and DragonFly
marino [Tue, 22 Nov 2011 10:47:14 +0000 (10:47 +0000)]
devel/libscsi: Disable FreeBSD and DragonFly

The FreeBSD SCSI library, on which this package is based, was removed in
1998 and replaced with CAM-SCSI.  DragonFly never had it.  Neither
platform has the required <sys/scsiio.h>.  Other patches are
NetBSD-specific, so the scope of this package must be narrowed once again.

12 years agoicsi-finger 1.0.28
is [Tue, 22 Nov 2011 09:53:48 +0000 (09:53 +0000)]
icsi-finger 1.0.28

12 years agoicsi-finger 1.0.28 (+ our old patches).
is [Tue, 22 Nov 2011 09:44:18 +0000 (09:44 +0000)]
icsi-finger 1.0.28 (+ our old patches).

12 years agoMake @VARBASE@/cache if it doesn't exist.
sborrill [Tue, 22 Nov 2011 09:15:58 +0000 (09:15 +0000)]
Make @VARBASE@/cache if it doesn't exist.
Bump PKGREVISION

12 years agoicsi-finger-1.0.27nb7 (and correct nb6, which was marked here as a
is [Tue, 22 Nov 2011 09:07:37 +0000 (09:07 +0000)]
icsi-finger-1.0.27nb7 (and correct nb6, which was marked here as a
duplicate nb5).

12 years agoRemove a data-dependent case of segmentation fault in in.fingerd.
is [Tue, 22 Nov 2011 09:04:49 +0000 (09:04 +0000)]
Remove a data-dependent case of segmentation fault in in.fingerd.

12 years agoUpdated devel/p5-Mouse to 0.97
sno [Tue, 22 Nov 2011 07:08:09 +0000 (07:08 +0000)]
Updated devel/p5-Mouse to 0.97

12 years agoUpdating package for CPAN module Mouse in devel/p5-Mouse from 0.93 to
sno [Tue, 22 Nov 2011 07:07:52 +0000 (07:07 +0000)]
Updating package for CPAN module Mouse in devel/p5-Mouse from 0.93 to
0.97.

Upstream changes:
0.97 2011-10-09 14:45:55
    [TEST FIXES]
    - Fixes in 0.96 is broken

0.96 2011-10-09 14:34:39
    [TEST FIXES]
    - Workaround for RT #71211 (made the failing test a TODO)

0.95 2011-10-07 13:41:31
    [TEST FIXES]
    - Workaround for RT #71211 (maybe)

0.94 2011-10-03 17:07:57
    [BUG FIXES]
    * Resolve #68351, tests produced deprecation warnings in 5.14
    * Resolve #70518, a build problem in 5.15
    * Resolve #70569, prototype mismatch warnings might happen in 5.8

12 years agoFix 404 homepage url with reachable one. Reported by noztos on twitter.
enami [Tue, 22 Nov 2011 05:49:00 +0000 (05:49 +0000)]
Fix 404 homepage url with reachable one.  Reported by noztos on twitter.

12 years agoNote update of net/p5-Test-DNS, mail/p5-MIME-EncWords,
hiramatsu [Tue, 22 Nov 2011 03:40:37 +0000 (03:40 +0000)]
Note update of net/p5-Test-DNS, mail/p5-MIME-EncWords,
devel/p5-MooseX-Types-Common, www/p5-CGI and www/p5-HTTP-Lite.