Commit graph

177074 commits

Author SHA1 Message Date
hiramatsu
f442772fc5 Depend on devel/p5-Class-Accessor-Lite.
Increment PKGREVISION.
2011-10-27 12:23:12 +00:00
abs
ce841327db Handle last change (libflashsupport) correctly - to match adobe-flash-plugin 2011-10-27 11:48:36 +00:00
abs
b72a69753f Revert last 2011-10-27 11:47:49 +00:00
abs
2735d800df Add DEPENDS for libflashsupport for non Linux systems.
Thanks to Tomas Bodzar for catching this
2011-10-27 11:46:20 +00:00
ryoon
1a1ebbf149 Updated graphics/kdegraphics4 to 4.5.5nb6 2011-10-27 11:00:08 +00:00
ryoon
252c47e5c7 Recursive PKGREVISION bump from graphics/djvulibre-lib 2011-10-27 10:41:22 +00:00
ryoon
ac536ef341 Updated graphics/djvulibre-lib to 3.5.24
Updated graphics/djvulibre-tools to 3.5.24
Updated graphics/djview4 to 4.8
2011-10-27 10:38:29 +00:00
ryoon
71e3503b7f Update to 4.8
Changelog:
NEW IN VERSION 4.6
--------------------
- Show total page number in page combo and page info box.
- Decode percent encoding in annotation and outline hyperlinks.
- Properly handle non-ascii filenames in export and save dialogs.
- Subtle changes to PgUp/PgDn/Home/End/Space/Backspace view changes.
- Fixed suffix management in export/save/print dialogs.

NEW IN VERSION 4.7
--------------------
- Fix for crash on quick PgUp PgDn sequences.
- Fix scrollbars in continuous mode.
- Fix plugin for some webkit based browsers.

NEW IN VERSION 4.8
--------------------
- Added option to invert luminance.
- Added shortcut ctrl+g to go to the page combo.
- Fixed export issues under win32.
- Mouse wheel can be configured to control the zoom.
- Animated page movements.
2011-10-27 10:36:50 +00:00
ryoon
b5cfcd3755 Update to 3.5.24
Changelog:
NEW IN VERSION 3.5.24
---------------------
- Added option "-u" in djvused.
- Added option "-o djvufile" in djvuxmlparser.
- Added support for <CHARACTER> tag in djvuxmlparser.
- Added print-xmp, set-xmp, remove-smp in djvused.
2011-10-27 10:34:08 +00:00
ryoon
b86bed2fcf Update to 3.5.24
Changelog:
NEW IN VERSION 3.5.24
---------------------
- Set ddjvuapi_version to 20.
- Added ddjvuapi support for changing the white point.
2011-10-27 10:32:56 +00:00
ryoon
62455a9b83 Conver to use MACHINE_PLATFORM:MNetBSD-5.[0-8]* for NetBSD 5.2 or later.
Ponted out in PR pkg/45524
2011-10-27 09:58:44 +00:00
ryoon
e5c3b06e78 Patch regen with mkpatches.
Pointed out in PR pkg/45522
2011-10-27 09:56:14 +00:00
hiramatsu
6bfda4b803 Added devel/p5-Class-Accessor-Lite version 0.05. 2011-10-27 07:58:58 +00:00
hiramatsu
fbb69cab45 Add p5-Class-Accessor-Lite. 2011-10-27 07:57:34 +00:00
hiramatsu
ec5fe4dbcf Import perl module Class::Accessor::Lite into devel/p5-Class-Accessor-Lite
because devel/p5-Parallel-Prefork depends on this.

The module is a variant of "Class::Accessor". It is fast and requires
less typing, has no dependencies to other modules, and does not mess up
the @ISA.
2011-10-27 07:56:16 +00:00
joerg
057f7e201f Revert, no unconditional pollution of environment via b3.mk. 2011-10-27 04:23:50 +00:00
jnemeth
205c13a3fb add and enable poppler-cpp 2011-10-27 03:41:25 +00:00
tez
39efe118c8 update xpdf - fixing multiple vulnerabiliites 2011-10-27 02:37:20 +00:00
tez
026f5a258f Update to 3.03
Fixes multiple vulnerabilites

Change list too long to include here, see http://www.foolabs.com/xpdf/CHANGES
(file does not note what changes were included in 3.02pl1 - 3.02pl4 and which
 are new for 3.03)
2011-10-27 02:35:41 +00:00
mspo
e0c91c001f Updated www/p5-Mojolicious to 2.11 2011-10-27 01:29:25 +00:00
mspo
ad2a265537 2.11 2011-10-26 00:00:00
- Improved Mojo::IOLoop::Stream to only emit close events once.
        - Improved documentation.

2.10    2011-10-25 00:00:00
        - Added EXPERIMENTAL send_frame method to
          Mojo::Transaction::WebSocket.
        - Added EXPERIMENTAL frame event to Mojo::Transaction::WebSocket.
        - Changed syntax for binary messages in Mojo::Transaction::WebSocket.
            [$bytes] becomes [binary => $bytes]
        - Improved documentation.
        - Improved tests.

2.09    2011-10-23 00:00:00
        - Fixed small environment cleanup bug in Mojo::IOLoop::Server.

2.08    2011-10-23 00:00:00
        - Fixed a few more small test bugs.

2.07    2011-10-23 00:00:00
        - Improved documentation.
        - Fixed a few small test bugs.

2.06    2011-10-23 00:00:00
        - Improved documentation.

2.05    2011-10-22 00:00:00
        - Added EXPERIMENTAL max_memory_size attribute to
          Mojo::Asset::Memory.
        - Added EXPERIMENTAL is_file method to Mojo::Asset and
          Mojo::Asset::File.
        - Improved start_tls method in Mojo::IOLoop by allowing it to accept
          more options.
        - Improved MOJO_MAX_MEMORY_SIZE handling by moving it from
          Mojo::Content::Single to Mojo::Asset::Memory.
        - Improved documentation.
        - Fixed HTTPS proxy bug in Mojo::UserAgent.

2.04    2011-10-21 00:00:00
        - Improved documentation.
        - Fixed small HTTP response parser bug.
        - Fixed Windows portability issue in "upload_lite_app.t".

2.03    2011-10-20 00:00:00
        - Deprecated all is_done methods in favor of is_finished.
        - Renamed done event in Mojo::IOLoop::Trigger to finish.
        - Added EXPERIMENTAL support for new HTTP status codes from
          draft-nottingham-http-new-status.
        - Improved documentation.
        - Fixed small bug in "upload_lite_app.t".

2.02    2011-10-20 00:00:00
        - Merged request and upgrade events in Mojo::Transaction::HTTP.
        - Improved Mojolicious::Controller attribute default values.
        - Improved documentation.

2.01    2011-10-19 00:00:00
        - Added EXPERIMENTAL upgrade event to Mojo::Content::Single.
        - Added EXPERIMENTAL part event to Mojo::Content::MultiPart.
        - Improved documentation.
        - Fixed arguments of upgrade event in Mojo::Transaction::HTTP.
        - Fixed small WebSocket upgrade bug in Mojo::Server::Daemon.

2.0     2011-10-17 00:00:00
        - Code name "Leaf Fluttering In Wind", this is a major release.
        - Increased Perl version requirement to 5.10.1.
        - Renamed Mojo::IOLoop::EventEmitter to Mojo::EventEmitter.
        - Replaced one_tick method in Mojo::IOWatcher with start and stop
          methods.
        - Added EXPERIMENTAL contains method to Mojo::Path.
        - Added EXPERIMENTAL auto_upgrade attribute to Mojo::Content::Single.
        - Added EXPERIMENTAL boundary method to Mojo::Content.
        - Added EXPERIMENTAL slice method to Mojo::Collection.
        - Added EXPERIMENTAL build and parse methods to
          Mojo::IOLoop::Resolver.
        - Updated WebSocket implementation to ietf-17.
        - Improved many modules to use events instead of callbacks.
        - Improved message parser performance slightly.
        - Improved Mojo::IOLoop to die if started twice.
        - Improved setuidgid in Mojo::Server::Daemon.
        - Improved Mojo::IOWatcher backend detection.
        - Improved Mojo::IOLoop::Stream to handle unexpected connection close
          more gracefully.
        - Improved documentation.
        - Improved tests.
        - Fixed many portability issues.
        - Fixed on_finish callback to work consistently with all servers.
        - Fixed on_finish callback to work consistently with the user agent.
        - Fixed big memory and file descriptor leak in the TLS code of
          Mojo::IOLoop::Server.
        - Fixed small memory leak in Mojolicious.
        - Fixed small memory leak in Mojo::DOM.
        - Fixed small memory leak in Mojo::Message.
        - Fixed small boundary bug in Mojo::Content::MultiPart.
        - Fixed small formatting bug in Mojo::Headers.
        - Fixed small proxy message generation bug.
        - Fixed small detection bug in Mojolicious::Types.
2011-10-27 01:28:24 +00:00
hiramatsu
3eb5205ac8 Updated devel/p5-Test-Output to 1.01.
Updated textproc/p5-Pod-Spell-CommonMistakes to 1.000.
2011-10-27 01:15:50 +00:00
hiramatsu
aefc083047 Update p5-Pod-Spell-CommonMistakes to 1.000.
Changes from previous:
1.000
	Released: 2011-02-21 23:25:42 UTC

	Converted to Dist::Zilla for the release process
	Add some more common misspellings, thanks RT#61505
	Fix a typo in check_pod_case which prevented it from working
2011-10-27 01:15:06 +00:00
hiramatsu
6a27894894 Update p5-Test-Output to 1.01.
Changes from previous:
1.01 - Fri Apr 22 07:58:19 2011
	* Bump to a full release. This fixes the tests that failed
	in the new 5.14 regex stringification

0.16_03 - Mon Oct 25 23:10:41 2010
	* Fix cat-o with handling $,

0.16_02 - Tue Oct 19 03:26:14 2010
	* Update tests with hardcoded regex stringification for
	Perl's new (?^:) stuff

0.16_01 - Tue Jun  9 22:58:58 2009
	* Added META_MERGE features from chorny
2011-10-27 01:14:32 +00:00
minskim
8ff0a44a9d Note update of tex-oberdiek{,-doc}. 2011-10-26 21:54:20 +00:00
minskim
5d5a914831 Update tex-oberdiek{,-doc} to 2011.
Changes:
- Keys ModDateTZ and CreationDateTZ were added to pdfatfi.
2011-10-26 21:53:54 +00:00
minskim
ca62228a4c Note PKGREVISION bump of doxygen. 2011-10-26 21:45:14 +00:00
minskim
8fcba5d882 Let doxygen use an up-to-date epstopdf. 2011-10-26 21:44:55 +00:00
minskim
f0bf49e246 Add tex-epstopdf{,-doc}. 2011-10-26 20:34:03 +00:00
minskim
aeb8327239 Import tex-epstopdf-doc-2.16 as graphics/tex-epstopdf-doc.
This is documentation for tex-epstopdf.
2011-10-26 20:33:12 +00:00
minskim
97be63470e Import tex-epstopdf-2.16 as graphics/tex-epstopdf.
Epstopdf is a Perl script that converts an EPS file to an 'encapsulated'
PDF file (a single page file whose media box is the same as the original
EPS's bounding box). The resulting file suitable for inclusion by PDFTeX
as an image. The script is adapted to run both on Windows and on
Unix-alike systems. The script makes use of Ghostscript for the actual
conversion to PDF. It assumes Ghostscript version 6.51 or later, and (by
default) suppresses its automatic rotation of pages where most of the
text is not horizontal. LaTeX users may make use of the epstopdf
package, which will run the epstopdf script "on the fly", thus giving
the illusion that PDFLaTeX is accepting EPS graphic files.
2011-10-26 20:33:02 +00:00
gls
897118286a Updated print/podofo to 0.9.1 2011-10-26 19:28:32 +00:00
gls
f2d09567fb Update print/podofo to 0.9.1.
Upstream changes are unknown, Changelog only says: 'see SVN changelog'
2011-10-26 19:28:00 +00:00
tez
44f24cabd3 update to 2.4.7 fixes SA46575 (CVE-2011-3256) 2011-10-26 19:25:50 +00:00
tez
e4ddcc7416 update to 2.4.7 fixes SA46575 (CVE-2011-3256)
CHANGES BETWEEN 2.4.6 and 2.4.7

I. IMPORTANT BUG FIXES
 - Some vulnerabilities in handling Type 1 fonts have been fixed;
   see CVE-2011-3256.

II. MISCELLANEOUS
 - FreeType now properly handles ZapfDingbats glyph names while
   constructing a Unicode character map (for fonts which don't have one).
2011-10-26 19:24:45 +00:00
gls
b3b49f01eb Updated textproc/py-docutils to 0.8.1nb1 2011-10-26 19:01:49 +00:00
gls
5aeae4d0c4 Replace /usr/bin/env python with ${PYTHONBIN}
PKGREVISION++
2011-10-26 19:01:18 +00:00
tez
28ae6759e9 clamav update fixes SA46455 2011-10-26 17:56:24 +00:00
tez
8fdee66141 update to 0.97.3 fixes SA46455
freshclam/manager.c: fix error when compiling without DNS support (bb#3056)
libclamav/pdf.c: flag and dump PDF objects with /Launch (bb #3514)
libclamav/bytecode.c,bytecode_api.c: fix recursion level crash
2011-10-26 17:55:05 +00:00
hans
de5f144f10 Add the minor number of the OS version to LOWER_OPSYS_VERSUFFIX.
Configure scripts tend to use it to distinguish different SunOS
versions.
2011-10-26 16:01:14 +00:00
bouyer
5437a3f280 Re-add patch-dd and patch-de, without them it doesn't package properly.
Without these patches, config and sample files are installed in
${PREFIX}/etc/xen instead of ${PREFIX}/share/example/xen/
2011-10-26 13:39:48 +00:00
obache
3716bcb12b Updated x11/py-Pmw to 1.3.2 2011-10-26 13:10:27 +00:00
obache
4306ab6844 Update py-Pmw to 1.3.2.
* set LICENSE=mit
* no need to buildlink with blt and py-Tk, simple DEPENDS is sufficient.
* use static PLIST.

Changes:
5 August 2007
 * In module PmwBase.py: An explicit cast is now required from exception to string (str) .
 * Release of version 1.3
2011-10-26 13:10:08 +00:00
ryoon
a83e26a746 PR pkg/45522
* Regen distinfo.
* Add http://ifdo.pugmarks.com/~seymour/backup/ to MASTER_SITES
  for older distfiles.
2011-10-26 12:02:00 +00:00
ryoon
ab463b00ff Fix PR pkg/45524
* Fix typo in patch-bc (fix build on any platform).
* Add workaround for NetBSD 5.0 build (dynamic link)
* Add some missing distrile lines (regen distinfo).
2011-10-26 11:31:12 +00:00
cheusov
be48ee20ff Addon for previous commit (PR 45491) that actually fixes
archivers/libarchive but not bootstrap.
2011-10-26 11:08:37 +00:00
cheusov
4aac27f5a4 Workaround for PR 45491. It fixes bootstrap if
pkg://sfe/system/file-system/e2fsprogs@1.41.14 package is installed.
Approved by agc@.
2011-10-26 08:32:50 +00:00
sbd
ec705491c0 To go with the rename of "flavor" to "pkgformat" on Sat, 15 Oct 2011 by
reed@ the path to reduce-depends.awk must be updated.

Update version to 1.6
2011-10-26 08:03:34 +00:00
mrg
6140956ed2 implement sh "LDS Rn,MACH". gcc now generates this for some kernel code. 2011-10-26 06:57:30 +00:00
spz
b83c923c9e change maintainer (with ack from the previous one)
update to 2.7.0. Excerpt from the release notes:

NEW FEATURES SUMMARY

- significant improvements affecting a pre-queue content filtering setup
  (time limiting, warm/flying restart, ...) - requires Postfix 2.7.0 and
  SpamAssassin 3.3.0, or later;

- new daemon amavisd-signer makes it possible to sign mail with DKIM
  signatures without requiring amavisd process to have access to private
  signing keys;

- added support for the Sophos-SSSP, Avira SAVAPI and ClamAV clamd streaming
  protocols allows amavisd to communicate with these antivirus solutions;

- allow specifying multiple (fail-over) back-end mailers for resubmission
  of messages from amavisd back to MTA;

- support for Postfix 2.8.0 XFORWARD IDENT, passes a local message identifier
  (queue id) downstream to a post-queue content filter and back to Postfix;

- speedup in data transfer rate on receiving large mail via SMTP/LMTP
  sessions by a factor of 3.9 for plain text sessions, and by a factor
  of 11 for encrypted (TLS) sessions;

- recognize and insert header fields as prepared by SpamAssassin 3.3.0
  or later through its 'add_header' configuration option;

- a new setting allows a forward_method to be chosen based on a message
  content type and/or recipient address; this may be useful for outgoing
  mail routing purposes or to implement sender reputation schemes;

- per-recipient (or per- policy bank) SpamAssassin configuration files or
  SQL configuration sets are supported (@sa_userconf_maps), and per-recipient
  SQL Bayes database usernames (@sa_username_maps);

- new macros: client_helo, client_addr, client_port, client_addr_port,
  mime2utf8, rusage, ADDEDHEADERHAM, ADDEDHEADERSPAM, banned_parts_as_attr,
  actions_performed, new arguments to macros dkim, header_field, HEADER,
  YESNO and YESNOCAPS;

- @listen_sockets setting offers a unified configuration of listening
  sockets; it may be configured directly, or the traditional way: the
  $inet_socket_port, $unix_socketname and $inet_socket_bind just add their
  entries to the @listen_sockets list;

- lists of lookup tables (the @*_maps variables) can now contain
  explicit SQL and LDAP lookup objects as their elements, instead of
  (or in addition to) the implied SQL and LDAP lookups;

- a new configuration variable @virus_name_to_policy_bank_maps allows
  loading of policy banks based on a virus name;

- a new configuration variable $mail_id_size_bits allows setting the size
  of randomly generated mail_id and secret_id codes;

- a new configuration variable $sql_store_info_for_all_msgs allows storing
  information on mail messages selectively just for quarantined messages;

- added SNMP counters InMsgsStatus* which combine the final mail checking
  status with a direction of a mail flow;

- optional transparent archival quarantine, retaining envelope recipient
  addresses on delivery to a dedicated SMTP server;
2011-10-25 20:33:07 +00:00