Changes since last version are unknown.
pkgsrc changes:
* Update HOMEPAGE and MASTER_SITES to new location.
* Add dependency on x11/dmenu, using for menus
* Honor package supplied Makefiles, fixes PR#42790.
Build and run tested with NetBSD-i386-5.0.2 with modular X, and
build tested with OpenBSD-i386-4.6 (not tested with Darwin).
MuPDF is a lightweight PDF viewer and toolkit written in portable C.
The renderer in MuPDF is tailored for high quality anti-aliased
graphics. MuPDF renders text with metrics and spacing accurate to
within fractions of a pixel for the highest fidelity in reproducing
the look of a printed page on screen.
MuPDF has a small footprint. A binary that includes the standard
Roman fonts is only one megabyte. A build with full CJK support
(including an Asian font) is approximately five megabytes.
MuPDF has support for all non-interactive PDF 1.7 features, and
the toolkit provides a simple API for accessing the internal
structures of the PDF document. Example code for navigating
interactive links and bookmarks, encrypting PDF files, extracting
fonts, images, and searchable text, and rendering pages to image
files is provided.
pkgsrc changes:
- Note that it uses C language
Upstream changes:
Version 0.69 -- 15 Feb 2010 <mst@shadowcat.co.uk> Matt S Trout
o No changes since the previous development release.
Version 0.68_02 -- 13 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout
o Make the PRINT method return a boolean value rather than the
number of bytes written, previous patch was incorrect.
Version 0.68_01 -- 10 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout
o Force signal handler installation so that we correctly install handlers
for SIGPIPE. Fixes RT#5100 <bobtfish@bobtfish.net>
o Make the PRINT method return the number of bytes written rather than
undef to be consistent with the IO:: interface. Fixes RT#24347
<David Dick>
o Fix UTF-8 double encoding when FCGI is passed octets by downgrading
them into bytes correctly. Fixes RT#52400 <chansen@cpan.org>
Upstream changes:
0.2701 - Tue Feb 16 09:12:45 EST 2010
Bugs fixed:
- compile() now accepts both string & array for 'include_dirs'
argument, as documented.(RT#54606) [Alberto Simoes]
pkgsrc changes:
- Use Module::Build from perl core
Upstream changes:
0.95 2010-02-16
- Skip t/29-taint-mode.t entirely, since it seems to randomly fail for people,
despite already being marked a todo test.
pkgsrc changes:
- Adjust module type for installation
- Adjust installed file permissions
Upstream changes:
2.08 Mon Feb 8 14:24:26 AUSEST 2010
* BUGFIX: Addeds support for chmod. Many thanks to
Jonathan Yu for reporting this (RT #50423).
* BUGFIX: Multi-arg open is now supported by open.
Many thanks to Nick Ncleaton for finding and fix this
bug. (RT #52427)
* BUILD: Updated to Module::Install 0.93
2.07 Fri Jul 31 16:35:40 BST 2009
* FEATURE: Added ->eval_error to autodie::exception, which
stores the contents of $@ at the time autodie throws its
own exception. This is useful when dealing with modules
such as Text::Balanced which set (but do not throw)
$@ on error.
* TEST: Checking for flock() support no longer causes
test failures on older VMS sysstems. (RT #47812)
Thanks to Craig A. Berry for supplying a patch.
* TEST: hints.t tests should no longer cause bogus
failures relating to File::Copy on VMS and Windows
systems prior to Perl 5.10.2.
pkgsrc changes:
- Adjust dependencies
- Adjust license definition
Upstream changes:
1.1102 Mon Feb 15 07:36:53 EST 2010
- Fixed test that confused archname and osname (reported by Tux)
1899 7.2.321 histadd() and "*" fail to add entry to empty history
1517 7.2.322 wrong indenting in virtual replace for CTRL-Y and a short line
2424 7.2.323 (extra) balloon evaluation crashes on Win64
1901 7.2.324 a negative column argument in setpos() may cause a crash
1616 7.2.325 stray "w" in the startup vimrc file makes edited file empty
1790 7.2.326 Win32: $HOME doesn't work when %HOMEPATH% is not defined
7899 7.2.327 unused functions in Workshop
1453 7.2.328 has("win64") does not return 1 on 64 bit MS-Windows version
1390 7.2.329 cursor pos wrong after "g_" in Visual mode and excl. selection
45468 7.2.330 tables for Unicode case operators are outdated
1385 7.2.331 can't interrupt "echo list" for a very long list
3492 7.2.332 crash if spell correcting triggers autocmd to reload a buffer
10075 7.2.333 warnings from static code analysis
9095 7.2.334 postponing keys in Netbeans interface does not work properly
2802 7.2.335 the CTRL-] command escapes too many characters
26204 7.2.336 MzScheme interface can't evaluate an expression
3828 7.2.337 ":compiler" doesn't function properly in a function
3535 7.2.338 (after 7.2.300) part of FD_CLOEXEC change is missing
1977 7.2.339 (after 7.2.269) part of --startuptime patch is missing
1587 7.2.340 gcc warning for condition that can never be true
2072 7.2.341 popup menu wraps to next line if wide character doesn't fit
2507 7.2.342 popup menu wrong in 'rightleft' mode with multi-byte chars
1370 7.2.343 (after 7.2.338) can't compile on Win32
1728 7.2.344 (after 7.2.338) can't compile on some systems
1324 7.2.345 tab line is not updated when the value of 'bt' is changed
2895 7.2.346 repeating a command with @: causes mapping to be applied twice
3784 7.2.347 crash when executing <expr> mapping redefines that mapping
7230 7.2.348 (after 7.2.330) Unicode double width table is outdated
1714 7.2.349 CTRL-W gf puts the new tab in the wrong place
2766 7.2.350 Win32: When changing font window may jump to another screen
2195 7.2.351 (after 7.2.347) compilation fails with some compilers
1825 7.2.352 Win64: Vim doesn't work when cross-compiled with MingW libs
4764 7.2.353 no command line completion for ":profile"
2270 7.2.354 Japanese single-width double-byte chars not handled correctly
2663 7.2.355 popup menu in wrong position when 'number' is set
2166 7.2.356 not all folds are closed when 'foldmethod' is changed
1565 7.2.357 CR displayed wrong when changing 'fileformat' from/to "mac"
2384 7.2.358 compiler warnings on VMS
1805 7.2.359 crash when using the Netbeans join command
2839 7.2.360 Ruby on MS-Windows: can't use sockets
23442 7.2.361 Ruby 1.9 is not supported
2964 7.2.362 (extra, after 7.2.352) Win64 cross-compile problems
2521 7.2.363 Perl 5.10 dynamic loading doesn't work
2958 7.2.364 (extra) can't build gvimext.dll on Win 7 x64 using MinGW
2390 7.2.365 (extra) MS-Windows with MingW: "File->Save As" does not work
3802 7.2.366 CTRL-B doesn't go back to the first line of the buffer
3236 7.2.367 "xxd -r -p" doesn't work as documented
This is a bugfix release, no new features have been added.
Changes since OpenSSH 5.2
=========================
General Bugfixes:
* Do not limit home directory paths to 256 characters. bz#1615
* Several minor documentation and correctness fixes.
Portable OpenSSH Bugfixes:
* This release removes for support for very old versions of Cygwin and
for Windows 95/98/ME
* Move the deletion of PAM credentials on logout to after the session
close. bz#1534
* Make PrintLastLog work on AIX. bz#1595
* Avoid compile errors on FreeBSD from conflicts in glob.h. bz#1634
* Delay dropping of root privileges on AIX so chroot and pam_open_session
work correctly. bz#1249 and bz#1567
* Increase client IO buffer on Cygwin to 64K, realising a significant
performance improvement.
* Roll back bz#1241 (better handling for expired passwords on Tru64).
The change broke password logins on some configurations.
* Accept ENOSYS as a fallback error when attempting atomic
rename(). bz#1535
* Fix passing of variables to recursive make(1) invocations on Solaris.
bz#1505
* Skip the tcgetattr call on the pty master on Solaris, since it never
succeeds and can hang if large amounts of data is sent to the slave
(eg a copy-paste). bz#1528
* Fix detection of krb5-config. bz#1639
* Fix test for server-assigned remote forwarding port for non-root users.
bz#1578
* Fix detection of libresolv on OSX 10.6.
Pkgsrc changes:
o Adapt patch to work around dl-handle re-use to eliminate warnings
o Adapt PLIST to new contents
Upstream changes:
- Core changes
+ GC performance and encapsulation were greatly improved.
+ PMC freeze refactored.
+ More Makefile and build improvements.
- API Changes
+ The Array PMC was removed.
+ Several deprecated vtables were removed.
+ The OrderedHash PMC was substantialy improved.
- Platforms
+ Packaging improvements on some operating systems.
- Tools
+ Some cases in pbc_merge are now handled.
+ Improvements were made to the dependency checker.
+ New tool nativecall.pir added.
sysutils/p5-Mac-AppleScript-Glue into The NetBSD Packages Collection.
The Perl 5 module Mac::AppleScript::Glue allows you to write Perl
code in object-oriented syntax to control Mac applications. The
module does not actually execute Apple Events, but actually translates
Perl code to AppleScript code and causes it to be executed.
Packages Collection.
The Perl 5 module Mac::AppleScript::Glue allows you to write Perl
code in object-oriented syntax to control Mac applications. The
module does not actually execute Apple Events, but actually translates
Perl code to AppleScript code and causes it to be executed.