Age | Commit message (Collapse) | Author | Files | Lines |
|
changes:
-bugfixes
-inproved device support (newer Epson Stylus, Canon S200)
-European 10x15 cm and US Engineering C paper sizes
-CUPS driver: normal and reversed paper order
-quality improvements
|
|
|
|
Include <cmath> before the other headers, to make sure that NULL
can be used later in the files.
|
|
|
|
Full list of changes since previously packaged version 1.3 is
available at:
http://hpinkjet.sourceforge.net/updates.php
Briefly:
* many more recent printer models supported
* added foomatic PPD files
* added 4KB output buffering to improve USB performance
* various improvements for DJ3320 and DJ9xx
* fixed a Deskjet 5550 problem with odd page duplex jobs
* documented new Photo mode for VIP printers with no auto media detection.
* added support for custom paper size, removed (now redundant)
3425-COVER paper size
* added Printable Area documentation
* fixed a Officejet hang problem (ie: Officejet 500/600/700 and PSC 300).
Package update submitted in PR pkg/24526 by Paul Shupak
Package also updated to do the install step itself, and removed
the now unneded patch.
|
|
|
|
|
|
* Fix build for gtk+ 2.2. (Frederic Crozat)
* Fix build for libgnomeprint 2.6. (Martin)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION to 2.
|
|
|
|
Okayed by wiz.
|
|
|
|
|
|
Okayed by wiz.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and any pre-existing buildlink2.mk files.
|
|
|
|
existing value. This is critical to set the correct list of dependencies
for a package.
|
|
|
|
|
|
|
|
Approved by kei@ and wiz@.
Changes since 20021230:
* Fixed a bug on the algorithm converting arc to cubic bezier
curves in arc() (tpic.c), which is reported by Werner Lemberg.
* PNG support completely rewritten. Color pallete images are
now not converted to 24-bit RGB, colorspace Indexed is used
instead. Added tRNS and alpha chunnel (transparency) support.
Experimental gAMA, cHRM and sRGB support.
* Fixed bug that dvipdfmx stops with error "Invalid Subr Index"
when embedding CFF OpenType font.
* Add a missing line including pdfparse.h in dvi.c, which is
reported by Akira Kakuto.
* Changed the default font map files for teTeX 2.x as suggested
by Haruhiko Okumura.
* A bug on the paper size checking routine of dvi_paper_size()
in dvi.c is fixed, which is reported by Haruhiko Okumura.
* A bug on the kerning routine of dev_set_string() in pdfdev.c is
fixed, which is reported by Edward G.J. Lee.
* Changed to embed images only one time.
* Updated configure.in and config.h.in to support WORDS_BIGENDIAN
and SIZEOF_SHORT, SIZEOF_INT, SIZEOF_LONG.
* A faked font name was used for TrueType fonts without any PS
font name as suggested by Hin-Tak Leung.
* Built-in codes (originally from libgcrypt-1.1.42) was used
for PDF encryption instead of the OpenSSL library as suggested
by Thomas Esser.
* A significant bug reported from Haruhiko Okumura is fixed.
The bug occurs only if compiled with gcc 3.x, not gcc 2.x.
* New feature, hexadecimal Unicode, suggested by iNOUE Koich!
and Akira Kakuto is implemented.
* Fixed bugs on reading and writing OpenType fonts.
* Applied changes for MiKTeX in ps_include() (psimage.c).
* Fixed a bug in cff_charsets_lookup() (cff.c).
* Fixed a bug in string_mode() (pdfdev.c) reported by iNOUE Koich!.
|
|
* New --expand-bbox switch
* code for getting image size info straight from preview-latex's
"tightpage" option
* Fix subpixel offsets
* Slight speedups
Remove info file from PLIST, as they are handled automatically these days.
Okayed by wiz.
|
|
* Set a window icon. - #130612 (I've disabled this in the package through
patch-aa since it requires functionality in the development branch of
gtk2, 2.3.x).
* Fix links when using glib. >= 2.3.1.
* Fix desktop file for DnD. (Shakti) - #126160
* a11y fixes. (Padraig O'Briain) - #126516
* Fix for files with % in their name. - #128171
|
|
spaces, use the :Q modifier instead of double-quoting the value. This
avoids breakage when executing the just-in-time su targets.
|
|
* Fix memory corruption issues (Jaka)
* Minor fixes for PostScript (Jaka)
* Improve showing help in full-screen mode (Jaka)
* Range selection with shift pressed (Jaka)
* Updated docs (Breda)
* Build fixes (Alexander Winston)
|
|
fix build problem. Bump package revision.
|
|
bidirectional communication for the parallel port
enabled. (Maybe later, a note about a module?)
Bump package revision.
|
|
|
|
overridden.
|
|
|
|
|
|
|
|
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|