PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX. At present the utilities available
are:
+ pdfnup, which allows PDF files to be "n-upped" in roughly the way
that psnup does for PostScript files.
+ pdfjoin, which concatenates the pages of multiple PDF files together
into a single file
+ pdf90, which rotates the pages of one or more PDF files through 90
degrees (anti-clockwise).
Version 1.3.0
(18 August 2005, from /tags/1.3.0)
Bugs fixed:
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
* Fix issue #71: Avoid resyncing two consecutive CVS revs to same time.
* Fix issue #88: Don't allow resyncing to throw off CVS revision order.
* Fix issue #89: Handle initially dead branch revisions acceptably.
* Fix some branch-filling bugs (r1429, r1444).
Improvements and output changes:
* Better --encoding support when iconv_codec module is available.
* Speedups to pass8 (r1421)
* Use standard "rNNN" syntax when printing Subversion revisions.
Changes since 8.0.4:
* Fix race condition in transaction log management
There was a narrow window in which an I/O operation could be
initiated for the wrong page, leading to an Assert failure
or data corruption.
* Fix bgwriter problems after recovering from errors (Tom)
The background writer was found to leak buffer pins after
write errors. While not fatal in itself, this might lead to
mysterious blockages of later VACUUM commands.
* Prevent failure if client sends Bind protocol message when
current transaction is already aborted
* /contrib/ltree fixes (Teodor)
* AIX and HPUX compile fixes (Tom)
* Retry file reads and writes after Windows NO_SYSTEM_RESOURCES
error (Qingqing Zhou)
* Fix intermittent failure when log_line_prefix includes %i
* Fix psql performance issue with long scripts on Windows
(Merlin Moncure)
* Fix missing updates of pg_group flat file
* Fix longstanding planning error for outer joins
This bug sometimes caused a bogus error "RIGHT JOIN is only
supported with merge-joinable join conditions".
* Postpone timezone initialization until after postmaster.pid
is created
This avoids confusing startup scripts that expect the pid
file to appear quickly.
* Prevent core dump in pg_autovacuum when a table has been dropped
* Fix problems with whole-row references (foo.*) to subquery results
Submitted by Ossi 'ohub' Herrala <oherrala@ee.oulu.fi> in private mail
as discussed on IRCnet #NetBSD.
Changes to software:
* Spamprobe has a config file!
* Added comprehensive command line option help.
* Added support for maildir directories to all file based commands.
* Added support for auto-purge (-P command line option).
* Commands create-db and create-config to greate database and config
file.
* Added gif parser support using libungif to analyzes image
attachments and derive useful information from them.
Changes to package:
* bdb is not in SUGGESTED_OPTIONS anymore.
* added depency to graphics/libungif and gif is in SUGGESTED_OPTIONS.
release are the preservation of attribute times and ownership of files and
directories and an important fix to filesize related issues making it more
robust. Some important SCSI/ATAPI fixes have been made that greatly
increase drive compatibility.
This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database. It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.
The driver provides a reasonably complete implementation of the
JDBC 3 specification in addition to some PostgreSQL specific
extensions.
* ignore \r in config files
* (hopefuly) fixed 64bit bugs (Nicolas Boichat and Zach Brown)
* added support for "Split-Net" Routing
* introduced vpnc-script and removed vpnc-connect
* always search for configfiles in /etc/vpnc/ expect if the
filename contains at least one "/"
* only read /etc/vpnc/default.conf and /etc/vpnc.conf if no other
configfiles are provided
* various other fixes contributed by Anton Altaparmakov, Randy
Chou, "krabat", Andre Vanha and Nikolay Sturm
Added graphics/pear-Image_Color version 1.0.2
Added graphics/pear-Image_Graph version 0.3.0dev4
Added math/pear-Numbers_Roman version 0.2.0
Added math/pear-Numbers_Words version 0.14.0
Added security/base version 1.2.1
Tomcat is the Java Servlet / Java Server Page environment produced
by the Apache Foundation's Tomcat Project. Tomcat can be run as a
standalone web server with Servlet and JSP support, or using Apache
Server as its web server via the mod_jk Apache module (www/ap-jk).
This is the Tomcat 5.5 package, which is a Java Serlet 2.4 and JSP
2.0 server.
This replaces jakarta-tomcat55, the old name for apache-tomcat.
pkgsrc previously had jakarta-tomcat55 5.5.9 - there are over 300
lines of changelog between that and 5.5.14:
http://tomcat.apache.org/tomcat-5.5-doc/changelog.html
This is a pure Java (Type IV) JDBC driver for the PostgreSQL
database. It allows Java programs to connect to a PostgreSQL
database using standard, database independent Java code.
The driver provides a reasonably complete implementation of the
JDBC 3 specification in addition to some PostgreSQL specific
extensions.
This package installs the official jdbc3 jarfile from jdbc.postgresql.org,
but also download the src to include the README and example java files. As
such it does not require java at build time.
* Update attribute count, after purging invalid html syntax/
* Fix some HTML display bugs
* When using GPG, sign the entire message in its entirety, instead
of signing each MIME part separately. Some E-mail clients cannot
handle individually-signed multipart/alternative content.
* Fix HTML templates (remove 8bit content inserted by Amaya).
* Wiki-style composition of HTML messages.
Also, the "fam" option is noted to be supported here now, although
the logic to handle it is still in mail/courier-maildir/Makefile.common.
code from courier-0.52.2 which has no changes from the code in 0.52.1.
The only change is that "fam" is no longer a package option (or a
dependency) for courier-maildir.
Bugfixes:
o Address a bug in the oplock code which may cause clients to stall
when multiple users are accessing a share concurrently
o Missing groups in a user's token when logging in via kerberos
o Incompatibilities with newer MS Windows hotfixes and
embedded OS platforms
o Portability and crash bugs.
o Performance issues in winbindd.
Additions:
o Complete NTLMv2 support by consolidating authentication
mechanism used at the CIFS and RPC layers.
o The capability to manage Unix services using the Win32
Service Control API.
o The capability to view external Unix log files via the
Microsoft Event Viewer.
o New libmsrpc share library for application developers.
o Rewrite of CIFS oplock implementation.
o Performance Counter external daemon.
o Winbindd auto-detection query methods when communicating with
a domain controller.
o The ability to enumerate long share names in libsmbclient
applications.
Changes for libmusicbrainz 2.1.2
-------------------------------------
- Since expat is now installed on most systems we removed our internal copy
and now rely on the system installed version.
- Juergen Kreileder Supplied minimal patch for making sure that mb_client sti
ll works
when CDO_CHECK_TYPE is defined
- Fixed a C++ style variable declaration inside the album.c C module
- On linux the cdrom drive is now opened in non-blocking mode
- Fixed bug #834541: Tagger setting track no. is 0 - possibly due to trm mixu
p?
- Added support for parsing AdvancedRelationship date. Also added new
getrels.c example program.
- Re-added the python bindings and changed the binding's version number to
match the version of this lib.
- Fixed bug # 1224562: libmusicbrainz fails to post large RDF. This fixes
problems looking up CDs with large numbers of tracks. (This was also
bug # 725701 ignores blank tracks)
The included perl bindings had the following changes:
- Updated bindings to match up to 2.1.1
- Fixed int size cast warning
- Fixed#6431: unmatched bootstrap parameter
- Updated req for MusicBrainz::Queries to 0.07
The included python bindings had the following changes:
- Fixed#957393: Python Bindings type bug
- Fixed#1206514: Python bindings to select release not up-to-date
Changes since 4.50:
- Extended the quoting checks for make variables to shell commands.
- Added a check for unquoted shell variables (only with -Wextra).
- Some other minor changes.
Changes since 4.49:
- Added checks for shell commands whose exitcodes are ignored.
- Added checks for CFLAGS, CPPFLAGS and CXXFLAGS.
- Improved diagnostics.
- Various bugfixes.
Changes to lintpkgsrc:
- Avoided double occurrence of pkg_install.