Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
paper sizes
|
|
libgnomeprint 2.18.1
* Fix a crash in Gedit caused by a typo.
(Jeremy Messenger, Joe Marcus Clarke)
* Fix compiler warnings (Damien Carberry, Michael Wolf)
* Updated translations:
- fi (Ilkka Tuohela)
- ga (Ignacio Casal Quinteiro)
- si (Danishka Navin)
- ta (Tirumurthi Vasudevan)
- vi (Pham Thanh Long)
|
|
in the 'clean' target when MPOSTSRCS is used.
|
|
of an emulated operating system. Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:
EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10
all in one, succinct line.
|
|
(Remove redundant conflicting function declaration.)
|
|
CUPS 1.2.12 fixes several file typing issues, a bad error message in the
scheduler, a web interface setting problem, and a bug in the PHP language
binding. It also includes an updated Italian translation. Changes include:
* The PHP cups_print_file() function crashed if the options array
contained non-string option values
* The image/tiff file matching rule incorrectly identified some text files
as TIFF files
* The filter(7) man page incorrectly documented the "PAGE: total #-pages"
message
* PCL text files were mis-identified as HP-GL/2 and caused the HP-GL/2
filter to hang
* When printing to a queue with user ACLs, the scheduler incorrectly
returned a quota error instead of a "not allowed to print" error
* cupsaddsmb could get in a loop if no printer drivers were installed
* cupsRasterReadHeader() did not byte-swap the header properly when
compiled with certain versions of GCC.
* The IPP backend did not send the document-format attribute for filtered
jobs
* Some PPD files could cause a crash in ppdOpen2
* The web admin interface incorrectly handled the "share printers" and
"show remote printers" settings
* The scheduler's log messages about AuthClass and AuthGroupName advised
using a replacement directive but had the wrong syntax
* Updated the PostScript/PJL and HP-GL/2 MIME rules to look in the first
4k of the file, not just the first 1k
* Updated the Italian localization
|
|
|
|
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
|
|
|
|
of the platforms we care about seem to have it. Fixes PR pkg/36757.
|
|
|
|
and bump revision.
|
|
|
|
|
|
The major milestone of this release is a merge from the ESP Ghostscript
fork, used to support the CUPS printing system. This means that free
operating systems can now ship a single copy of upstream Ghostscript with
their releases. Thanks to Till Kamppeter and Mike Sweet for making this
possible.
This release also includes numerous important bug fixes over the previous
stable versions, as well as improvements to performance, memory footprint,
shading and image handling. We recommend this upgrade to all free users.
While here, add DESTDIR support.
|
|
|
|
|
|
|
|
|
|
(CVE-2007-3387)
|
|
(CVE-2007-3387)
bump PKGREVISION
|
|
PR 36713.
|
|
binary-only packages that require binary "emulation" on the native
operating system. Please see pkgsrc/mk/emulator/README for more
details.
* Teach the plist framework to automatically use any existing
PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.
* Convert all of the binary-only packages in pkgsrc to use the
emulator framework. Most of them have been tested to install and
deinstall correctly. This involves the following cleanup actions:
* Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
more consistently.
* Simplify packages by using default INSTALL and DEINSTALL scripts
instead of custom INSTALL/DEINSTALL code.
* Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
Packages only need to state exactly which emulations they support,
and the framework handles any i386-on-x86_64 or sparc-on-sparc64
uses.
* Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will
automatically detect when the package is installing on Linux.
Specific changes to packages include:
* Bump the PKGREVISIONs for all of the suse100* and suse91* packages
due to changes in the +INSTALL/+DEINSTALL scripts used in all
of the packages.
* Remove pkgsrc/emulators/suse_linux, which is unused by any
packages.
* cad/lc -- remove custom code to create the distinfo file for
all supported platforms; just use "emul-fetch" and "emul-distinfo"
instead.
* lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
instead of ${PREFIX}/lib so that compiled programs will find
the shared libraries.
* mail/thunderbird-bin-nightly -- update to latest binary
distributions for supported platforms.
* multimedia/ns-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
* security/uvscan -- set LD_LIBRARY_PATH explicitly so that
it's not necessary to install library symlinks into
${EMULDIR}/usr/local/lib.
* www/firefox-bin-flash -- update Linux version to 9.0.48 as the
older version is no longer available for interactive fetch.
|
|
|
|
|
|
|
|
In addition to the usual bug fixes, there are specific performance and
quality improvements in the areas of patterns, shading and image
filtering. Also new in this release is an implementation of the Well
Tempered Screening algorithm in an output device, using Graeme
Gill's IMDI library for efficient color mapping.
pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
|
|
Major changes:
- New class option compsoc to support the IEEE Computer Society format.
- New class option captionsoff disables the display of figure/table
captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff
Walker for suggesting these changes.
- Bug fixes and new interfaces.
|
|
changes:
-bugfixes
-translation updates
-compatibility to newer poppler releases which paves the way for an
eventual poppler update
|
|
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
|
%%%%%%%%%%%%%%%%%%% GV 3.6.3 (June 2007) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
# gv is now able to work with latest ghostscript: gs 8.57
# The bug causing the version not to figure in the manual has been
fixed.
# The SIGINT signal is now masked (ignored) by gv.
# gv no more segfaults when reading a configuration file as produced by
State -> Setup Options -> Save
# gv should compile in non-GNU system that doesnt have glib2. The
`getopt' gnulib module has been imported to fix this.
# gv now correctly adjust the page index window after PAGE-UP and
PAGE-DOWN events.
# gv is now able to open files with minus character beginning
filenames.
# X resources related bugs has been fixed. gv is now able to get
resources from the display database, user file, gv system database
and command line doing the Right Thing (TM).
# gv is now able to correctly understand DocumentMedia and other DSC
directives that uses postscript strings. It was not possible with
previous versions due to a bug in the postscript names scanning
routine.
* Vulnerability CVE-2006-5864 has been fixed.
* gs is now invoked with `-dFIXEDMEDIA'
* The internal gettext implementation has been renamed to `ps_gettext'
to avoid collisions with the builtin `gettext' function.
* --quiet and --noquiet now works as expected.
? There are troubles with 64 bits machines: the use of x-pointers to
store data should be eliminated in subsequent versions.
|
|
ghostscript packages were merged. Bump PKGREVISION.
|
|
|
|
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS.
- Avoided the use of hardcoded csh in some scripts.
- Removed claims of a BIBTEX_ENV variable in the documentation. It
didn't do anything.
- Added METAPOST support.
- Fixed a bug when using BibTeX and PDFLaTeX at the same time.
- Added glossary support.
- Fixed a bug with GNU make draft output.
- Put the actual installation prefix into the manual.
- Avoid a case which caused the testsuite to hang.
- Expanded the testsuite and fixed some bugs in the testsuite.
- Fix a bug in cleaning xfig and tgif output.
|
|
|
|
Cooking is a package for typesetting cooking recipes.
|
|
in SPECIAL_PERMS usage.
* Consistently use 4555 for setuid and 2555 for setgid programs.
|
|
v1.02 (25 May 2007):
* Added overview section in the documentation
v1.01 (17 May 2007):
* Added number range facility (equivalent to makeindex's |( and |)
formatting commands.)
* Added a space after \delimN and \delimR in the ist file.
|
|
|
|
Changes since 3.1.4:
- Redefine \nobreak.
- Added a new font map: UCS2.sfd.
- Added [finemath] option.
|
|
Changes since 20050831:
- Xref and object stream were implemented for PDF v1.5 or higher to reduce the
size of the PDF output.
- New program "xbb" is included, which generates ".xbb" file containing the
bounding box information. For bitmap images, DVIPDFMx generates the same
result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used.
- Many bug fixes.
|
|
CUPS 1.2.11 fixes several build system, printing, PPD, and IPP conformance
issues. It also fixes a crash bug in the scheduler when printing to files
in non-existent directories.
|
|
2006-02-19 Manfred Paulus <manfred.paulus@googlemail.com>
* option: added -C option for switching clipping facilities
* option: added -O option for setting content overlap
* output: make postscript functions out of read in
page descriptions instead of copying the code
for every output page
* pages: corrected sizes of ISO A and B formats
2005-09-07 Cristian Tibirna <tibirna@kde.org>
* option: don't crash when specifying -s option (scaling)
2002-08-30 Michael Goffioul <goffioul@imec.be>
* option: added a "fake" option to pre-calculate the
tile pages (used within KDEPrint).
2002-08-28 Michael Goffioul <goffioul@imec.be>
* pages: allow selection of tile pages to print
2002-08-26 Michael Goffioul <goffioul@imec.be>
* gets: avoid the use of gets, replaced by fgets
* input: allow input from STDIN
* pages: allow poster printing of more than one page
|
|
|
|
affected packages.
|
|
|
|
|
|
|