Commit graph

155644 commits

Author SHA1 Message Date
joerg
8d49ec419a Reset MAINTAINER, mail bounces. 2010-02-25 15:05:31 +00:00
joerg
89f4ceb6c1 Reset maintainer, mail bounces. 2010-02-25 15:03:36 +00:00
joerg
b8a0542135 Reset MAINTAINER, mail bounced. 2010-02-25 14:59:22 +00:00
wiz
c9b1eb8fca Updated misc/calibre to 0.6.24nb6 2010-02-25 14:30:36 +00:00
wiz
a3fc32e69f Remove files that do not belong here. Bump PKGREVISION. 2010-02-25 14:30:23 +00:00
wiz
f9550731e4 Add missing dependency, which broke HTML generation and thus PLIST. 2010-02-25 14:13:54 +00:00
sno
8574fdc1b7 Patching out the auto_install() invocation in Makefile.PL which causes
core dumps when run without DISPLAY. Thanks to Joerg Sonnenberger for
reporting.
2010-02-25 14:07:52 +00:00
sno
3989031d4a Updated editors/p5-Padre to 0.57 2010-02-25 13:33:02 +00:00
sno
c34aee48aa Updating editors/p5-Padre from 0.56 to 0.57
pkgsrc changes:
- Adjust dependencies
- Add MacOS X/Darwin support (by patching out use of wxPerl)

Upstream changes:
0.57 2010.02.18 - **WARNING Contains new threading code**
    - Spawn a master thread very early in the startup process. Use that
      master to create worker threads as necessary. Cuts down on memory
      usage and fixes the "Leaked Scalars" warning (BRAMBLE, SMUELLER)
    - Fix pluginmanager error dialog for plugin-event failure (BRAMBLE)
    - Add status messages for Padre::File operations (SEWI)
    - Select some files to close (SEWI)
    - Select some files to reload (SEWI)
    - GotoLine is now called Goto dialog (AZAWAWI)
    - Goto dialog is now non-modal lazy single instance dialog (AZAWAWI)
    - Goto dialog has a current positon/line number field (AZAWAWI)
    - Regex editor dialog is now more compact and it includes regex helper
      buttons (AZAWAWI)
    - Regex editor dialog can now highlight matched text (AZAWAWI)
    - Regex editor dialog can now display regex description (AZAWAWI)
    - Implemented Replace (aka substitution) in Regex editor (AZAWAWI)
    - Right click "Edit with Regex Editor" now works on user-selected
      text (AZAWAWI)
    - Added "headline" method to Padre::Project, which allows a project
      to try and intuit the "primary" file in the project (for a CPAN
      distribution of Foo::Bar this will be lib/Foo/Bar.pm) (ADAMK)
    - Removed the final usage of the "Provider" phrasing, and made more
      of the modules used by the Perl help provider run-time loaded (ADAMK)
    - Moved padre.exe build from bin to win32-loader folder since bin is a
      bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI)
    - Added "Open in File Browser" in the File and right-click menu (AZAWAWI)
    - Added "Find in Files" to right-click menu (AZAWAWI)
    - No need to launch a command shell to execute explorer.exe on
      win32 (AZAWAWI)
    - Added "Open with Default System Editor" in "File -> Open..." (AZAWAWI)
    - Implemented padre --reset to flush and reset the current Padre
      configuration in otherwise unrecoverable situations, such as now
      when the Swarm plugin causes the slave-driver code to instantly
      segfault at startup (ADAMK)
    - Add mimetype detection for Template::Toolkit and CSS files (SEWI)
    - Added plugin menu refreshing to the resource locking system (ADAMK)
    - Fixed three cases where code was still manually calling ->Freeze
      and ->Thaw on the main window, breaking the resource locked (ADAMK)
    - Fixed ticket #847: "Implement Mozilla-style about:config for Padre"
      (AZAWAWI)
    - Fixed ticket #845: Fix relative filenames from commandline (SEWI)
    - Added "Open In Command Line" to File menu (AZAWAWI)
    - Renamed Plugins menus to Tools and moved Preferences into it (ADAMK)
    - Re-implemented the mechanism for generating a human-oriented list of
      window names (ADAMK)
2010-02-25 13:32:50 +00:00
sno
b54b90e21b Updated x11/p5-Wx to 0.97.01nb1 2010-02-25 13:26:18 +00:00
sno
e2b3f2d994 Building Wx perl module with --wx-toolkit=gtk2 param to ensure no wxPerl
or similar installed on MacOS X or Darwin ...

Bumping revision.
2010-02-25 13:26:01 +00:00
martti
2b74bc35f5 postfix 2010-02-25 13:02:39 +00:00
martti
8e9be33bec Updated to the latest dev version. 2010-02-25 13:02:02 +00:00
martti
d1a35f1211 Updated mail/postfix to 2.7.0
Postfix stable release 2.7.0 is available. For the past several
releases, the focus has moved towards improving the code and
documentation, and updating the system for changing environments.

- Improved before-queue content filter performance. With
  "smtpd_proxy_options = speed_adjust", the Postfix SMTP server
  receives the entire message before it connects to a before-queue
  content filter. Typically, this allows Postfix to handle the same
  mail load with fewer content filter processes.

- Improved address verification performance. The verify database
  is now persistent by default, and it is automatically cleaned
  periodically, Under overload conditions, the Postfix SMTP server
  no longer waits up to 6 seconds for an address probe to complete.

- Support for reputation management based on the local SMTP client
  IP address. This is typically implemented with "FILTER transportname:"
  actions in access maps or header/body checks, and mail delivery
  transports in master.cf with unique smtp_bind_address values.

- The postscreen daemon (a zombie-blocker in front of Postfix) is
  still too rough for a stable release, and will be made "mature"
  in the Postfix 2.8 development cycle (however you can use Postfix
  2.7 with the Postfix 2.8 postscreen and dnsblog executables and
  master.cf configuration; this code has already proven itself).

No functionality has been removed, but it is a good idea to review
the RELEASE_NOTES file for the usual minor incompatibilities or
limitations.

You can find Postfix version 2.7.0 at the mirrors listed at
http://www.postfix.org/

The same code is also available as Postfix snapshot 2.8-20100213.
Updated versions of Postfix version 2.6, 2.5 and perhaps earlier
will be released with the same fixes that were already included
with Postfix versions 2.7 and 2.8.
2010-02-25 13:01:22 +00:00
drochner
0310e7b0b3 +pinentry-qt4 2010-02-25 11:30:50 +00:00
drochner
0aaafc36fb add the qt4 version of the pinentry widget, from Sverre Froyen per PM 2010-02-25 11:30:03 +00:00
tnn
8c76649249 Note galeon removal. 2010-02-25 11:03:38 +00:00
tnn
60b09b89fb Removed galeon; Doesn't work with upcoming xulrunner update.
Package is largely abandoned and deprecated by GNOME in favor of epiphany.
No objections on pkgsrc-users@.
2010-02-25 11:02:36 +00:00
jnemeth
71a81e0670 delete trailing empty line 2010-02-25 09:24:23 +00:00
jnemeth
d19a4265a7 mark imm, nte, and sdr as broken
/brick joerg
2010-02-25 09:23:25 +00:00
jnemeth
8097a87f2f mark i2cb as broken
/brick joerg
2010-02-25 09:21:44 +00:00
agc
f6243d6d55 add licensing info
modern NetBSD has PAM - add a patch so that this is recognised

there is no reason not to run this on modern NetBSD systems - remove the
old NOT_FOR_PLATFORM, since this runs just fine on NetBSD 5.99.20
2010-02-25 07:15:42 +00:00
wiz
6d2fb01f39 Remove "also" for Slader_LB. 2010-02-25 06:56:23 +00:00
joerg
428176d01d If using "make package", default to recursion with package-install. 2010-02-25 02:08:33 +00:00
joerg
de6f00a990 Simplify conditional as USE_DESTDIR is set by bsd.prefs.mk.
For "make package", always use package-install as dependency target by
default. This matters if USE_DESTDIR is set conditionally.
2010-02-25 02:06:34 +00:00
joerg
64a32682ff Rename internal package-clean target to package-eat-cookie. 2010-02-25 01:03:44 +00:00
mjl
61290c70ad Note privoxy 3.0.16 2010-02-24 23:25:02 +00:00
mjl
68cb96d8b3 Update to privoxy 3.0.16 stable.
This is the first stable release since 3.0.12.
It introduces IPv6 support, improved keep-alive support and a bunch of
minor improvements.
2010-02-24 23:22:45 +00:00
joerg
42fe111e25 Updated pkgtools/pbulk to 0.46 2010-02-24 23:02:11 +00:00
joerg
1826bfbf92 pbulk-0.46: Use stage-install instead of install.
[Change in pbulk-0.45, but be explicit here]
2010-02-24 22:54:54 +00:00
joerg
5eb3c784ff Rename the install phase to stage-install. Introduce a new install
target that defaults to either stage-install or package-install,
depending on whether DESTDIR support is active and supported by the
package or not.
2010-02-24 22:53:34 +00:00
joerg
f2f638cca8 pbulk-0.45:
Make the age check for packages an option, but keep it enabled by
default.
2010-02-24 22:51:37 +00:00
joerg
4b0cb0bb6a Split up RCS ID template differently, so that the +BUILD_INFO builder
doesn't catch it.
2010-02-24 22:27:11 +00:00
joerg
561fefcbbf Escape RCS ID correctly, so that the +BUILD_INFO processing doesn't
pick it up.
2010-02-24 22:09:53 +00:00
wiz
482a33e8bf Fix option order in SYNOPSIS. From Slader_LB. 2010-02-24 22:07:28 +00:00
wiz
bd6291ee70 Refer to pkg_admin from -f flag.
Make chroot reference an Xr.
Downcase Package Database.

Suggested by Slader_LB.
2010-02-24 22:06:21 +00:00
wiz
bab2330574 Downcase Package Database. 2010-02-24 22:05:31 +00:00
joerg
aabd5f304b Make sure that FILESDIR is a full path, so that the resulting +BUILD_INFO
is consistent.
2010-02-24 22:04:38 +00:00
joerg
bb2720e5fd Fix RCS ID. 2010-02-24 22:00:51 +00:00
joerg
8c6adfe34c Fix path to not confuse RCS ID check for +BUILD_INFO. 2010-02-24 22:00:03 +00:00
wiz
d9f9f236b5 Describe -A more clearly. 2010-02-24 21:13:23 +00:00
wiz
dd464265dd Improve wording, remove unneeded Bk/Ek, various minor fixes. 2010-02-24 21:11:27 +00:00
wiz
818dbb58fa + prng. 2010-02-24 20:49:54 +00:00
drochner
302ec9c08d update to 255
changes: many bugfixes, minor improvements
2010-02-24 19:37:38 +00:00
tez
7cabe35499 Updated security/mit-krb5 to 1.4.2nb9 [tez 2010-02-24]
fixing CVE-2009-4212 (MITKRB5-SA-2009-004)
2010-02-24 19:30:17 +00:00
drochner
3eb278bdaa update to 4.0.4
changes:
-deal with the case where a printer has no specific .xml definition
 file but is supported by a generic driver
-bugfixes
2010-02-24 19:30:08 +00:00
drochner
16d6d448f3 update to 4.0.4
changes:
-don't use libgs to invoke ghostscript, just call the executable if needed
-bugfixes
2010-02-24 19:25:40 +00:00
tez
78465e099c Fix CVE-2009-4212 (MITKRB5-SA-2009-004) using patches from
http://web.mit.edu/kerberos/advisories/2009-004-patch_1.6.3.txt
(slightly adjusted for older kerberos version)
2010-02-24 19:07:51 +00:00
drochner
e8b7f5aa0d g/c old GCONF_SCHEMAS 2010-02-24 18:47:07 +00:00
drochner
7ef89fedd0 update to 1.2.8.5
changes: minor bugfixes
2010-02-24 18:45:43 +00:00