Path to this page:
NOTICE: This package has been removed from pkgsrc./
print/gimp-print-lib,
Drivers for Canon, Epson, Lexmark, and PCL printers
Branch: CURRENT,
Version: 4.2.7nb2,
Package name: gimp-print-lib-4.2.7nb2,
Maintainer: pkgsrc-usersGimp-Print is a suite of printer drivers for all UNIX operating systems,
supporting printers from Canon, Epson, Hewlett-Packard, Lexmark, and compatible
printers from other vendors, featuring extremely high quality, flexibility, and
integration with most common printing systems.
Gimp-Print includes a core module (libgimpprint) that forms a common print
engine supporting CUPS, Ghostscript, and Foomatic. It also includes the Print
plug-in for the GIMP. The libgimpprint core, which is portable to all
POSIX-compliant operating systems, can also be used by custom printing
solutions.
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites:
SHA1: 5a928b7fa8e83d2858d15e2bd22d143c2cd35bd8
RMD160: b517b1d3cff22347053c634ed96202588d93b63e
Filesize: 5056.76 KB
Version history: (Expand)
- (2011-03-07) Package deleted from pkgsrc
- (2006-02-06) Updated to version: gimp-print-lib-4.2.7nb2
- (2005-10-05) Package added to pkgsrc.se, version gimp-print-lib-4.2.7nb1 (created)
CVS history: (Expand)
2011-03-06 17:20:03 by Thomas Klausner | Files touched by this commit (40) | |
Log message:
Remove remaining parts of gimp1 and gimp-print (GTK1 cleanup).
|
2010-08-20 18:54:02 by Greg Troxel | Files touched by this commit (5) |
Log message:
Drop maintainership. These are still slated for removal. Only one person
has spoken up, and I think they're going to try the gutenprint version.
|
2009-06-14 23:16:22 by Joerg Sonnenberger | Files touched by this commit (15) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-14 20:12:04 by Joerg Sonnenberger | Files touched by this commit (118) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-01-13 02:20:29 by Greg Troxel | Files touched by this commit (5) |
Log message:
Take maintainership. These packages are more or less obsoleted by the
new gutenprint package, but I'll leave them for a while in case anyone
is using them, probably removing them 2008-06-15, just before the
2008Q2 freeze.
|
2006-11-05 18:34:44 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
DESTDIR support.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|