Commit graph

112603 commits

Author SHA1 Message Date
hira
d345d15ee3 Note PKGREVISION bump of misc/openoffice2. 2007-04-22 23:16:56 +00:00
hira
8f7e63a1fc - Fix hang when clicking the systray icon.
- Restore sensitivity of the systray menu when closing the open dialog.
 - Add missing two scripts and a symbolic link.

Bump PKGREVISION.
2007-04-22 23:15:24 +00:00
minskim
da0e0d2c69 Update HOMEPAGE. 2007-04-22 22:45:07 +00:00
minskim
d16fb7c54d Note PKGREVISION bump of mathomatic. 2007-04-22 22:30:30 +00:00
minskim
641e5e94df Install images required to render HTML files. Noted by the author.
Bump PKGREVISION.
2007-04-22 22:30:13 +00:00
seb
66842a0bbc Note initial additions of the following packages into the NetBSD
Packages Collection:
devel/p5-B-Keywords version 1.06
devel/p5-Module-Starter version 1.42
devel/p5-Module-Starter-PBP version 0.0.3
devel/p5-PPI version 1.118
devel/p5-Perl-Critic version 1.051
devel/p5-Task-Weaken version 0.99
devel/p5-Test-Object version 0.07
devel/p5-Test-Perl-Critic version 1.01
2007-04-22 21:09:48 +00:00
seb
d27edd9154 Add & enable p5-B-Keywords, p5-Module-Starter, p5-Module-Starter-PBP,
p5-PPI, p5-Perl-Critic, p5-Task-Weaken, p5-Test-Object and
p5-Test-Perl-Critic.
2007-04-22 21:06:40 +00:00
seb
fa2c1134eb Initial import of p5-Test-Perl-Critic version 1.01 into The NetBSD
Packages Collection.

The Perl 5 module Test::Perl::Critic wraps the Perl::Critic engine
in a convenient subroutine suitable for test programs written using
the Test::More framework.  This makes it easy to integrate
coding-standards enforcement into the build process.
2007-04-22 21:04:53 +00:00
seb
f92624280e Initial import of p5-Perl-Critic version 1.051 into The NetBSD
Packages Collection.

The Perl 5 module Perl::Critic is an extensible framework for
creating and applying coding standards to Perl source code.

Essentially, it is a static source code analysis engine. Perl::Critic
is distributed with a number of Perl::Critic::Policy modules that
attempt to enforce various coding guidelines. Most Policy modules
are based on Damian Conway's book Perl Best Practices. However,
Perl::Critic is not limited to PBP and will even support Policies
that contradict Conway. You can enable, disable, and customize
those Polices through the Perl::Critic interface. You can also
create new Policy modules that suit your own tastes.
A front-end script, perlcritic, is provided.
2007-04-22 21:04:36 +00:00
seb
d945578f2d Initial import of p5-PPI version 1.118 into The NetBSD
Packages Collection.

The purpose of the Perl 5 module PPI is to parse Perl code or more
accurately Perl Documents. Among the things that people might want
a "Perl parser" for you will find taks like documentation, structural
and quality analysis, refactoring, layout and presentation
2007-04-22 21:04:13 +00:00
seb
554594bfb2 Initial import of p5-Test-Object version 0.0.7 into The NetBSD
Packages Collection.

The Perl 5 module Test::Object is a testing package designed to
allow you to easily test what you believe is a valid object against
the expected behaviour of all of the classes in its inheritance
tree in one single call.
2007-04-22 21:03:49 +00:00
seb
766d9cfcbb Initial import of p5-Task-Weaken version 0.99 into The NetBSD
Packages Collection.

One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
  requires 'Task::Weaken';
2007-04-22 21:03:27 +00:00
seb
e127f18305 Initial import of p5-B-Keywords version 1.06 into The NetBSD
Packages Collection.

The Perl 5 module B::Keywords supplies seven arrays of keywords holding
Perl's barewords and symbol names.
2007-04-22 21:03:05 +00:00
seb
7efa9a3357 Initial import of p5-Module-Starter-PBP version 0.0.3 into The NetBSD
Packages Collection.

The Perl 5 module Module::Starter::PBP implements a simple approach
to creating modules and their support files, based on the
Module::Starter module.

When used as a Module::Starter plugin, this module allows you to
specify a simple directory of templates which are filled in with
module-specific information, and thereafter form the basis of your
new module.

The default templates that this module initially provides are based
on the recommendations in the book "Perl Best Practices" (O'Reilly,
2005).
2007-04-22 21:02:25 +00:00
seb
87376ea314 Initial import of p5-Module-Starter version 1.42 into The NetBSD
Packages Collection.

The Perl 5 module Module::Starter is a simple starter kit for any
module. Module::Starter is used to create a skeletal CPAN distribution
including basic builder scripts, tests, documentation, and module
code.  This module is used via the provided front-end script
module-starter.
2007-04-22 21:01:59 +00:00
heinz
c827400117 Changed MAINTAINER, Roman Kulik can no longer work on the packages. 2007-04-22 20:46:39 +00:00
tnn
6aeb597b5b correct installation and plist on hpux 2007-04-22 20:12:43 +00:00
tnn
446bd88591 rename shared modules from .so to .sl 2007-04-22 19:54:44 +00:00
tnn
5246b02f93 Handle linker optimization flag. 2007-04-22 18:56:22 +00:00
tnn
8de88be9c0 Note update of games/openttd to 0.5.1. 2007-04-22 16:48:40 +00:00
tnn
6652b4c61d Updated to version 0.5.1. Patch from Jan Danielsson on pkgsrc-users@, with
small modifications. Too many new features and bugfixes to list here.
2007-04-22 16:46:24 +00:00
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