non port: print/gutenprint/Makefile |
SVNWeb
|
Number of commits found: 39 |
Sun, 5 Mar 2023
|
[ 17:25 Christoph Moench-Tegeder (cmt) ] 234b6cf
gimp/gutenprint: return to pool
|
[ 17:23 Christoph Moench-Tegeder (cmt) ] e220feb
print/gutenprint: update to 5.3.4
Release Notes (kind of):
https://sourceforge.net/projects/gimp-print/files/gutenprint-5.3/5.3.4/NEWS
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 51879c9 (Only the first 10 of 197 ports in this commit are shown above. )
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Oct 2021
|
[ 10:17 Stefan Eßer (se) ] 406793a
print/gutenprint: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 12 Oct 2021
|
[ 15:01 Tobias Kortkamp (tobik) ] ae22a78 (Only the first 10 of 70 ports in this commit are shown above. )
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 29 Aug 2019
|
[ 21:14 cmt ]
fix DOCS=off build
PR: 240181
Reported by: romain@, vvd
|
Tue, 27 Aug 2019
|
[ 22:16 cmt ]
update gutenprint to 5.3.3
This is a new major release with new and updated printer drivers and a
all-new native PCL backend (for some Laser Printers), and support for a
lot of laser printers.
While here, do some polishing and update my email address.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 18 Jun 2019
|
[ 20:37 cmt ]
update gutenprint to 5.2.15
Announcement: https://sourceforge.net/p/gimp-print/mailman/message/36693157/
While here, remove old and unused VCS tags
|
Thu, 20 Dec 2018
|
[ 04:55 linimon ]
This port needs USES=compiler:c11 to build on GCC-based architectures.
PR: 233918
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Sun, 10 Jun 2018
|
[ 20:19 cmt ]
print/gutenprint: update to 5.2.14
Changelog: https://sourceforge.net/p/gimp-print/mailman/message/36300478/
While here, remove cups-genppd symlink (added in ports r465457) again.
The symlink is not being provided by upstream, and it's not expected
that users use this tool anyway (most of those who do are following
outdated documentation). (Noted by tijl@)
|
Sat, 24 Mar 2018
|
[ 15:31 cmt ]
gutenprint: fixes around genppd
* in papers.xml, rename "Greeting Card" paper format names to not contain
decimal points ("."), as gutenprint's internal list handling rejects
points in element names. I guess these paper formats never really
worked, but I can't really test this for lack of a supported printer.
* create symlink cups-genppd to cups.genppd.5.2 to match documentation.
PR: 226863 226865
Reported by: freebsd dreamchaser org
|
Sun, 1 Oct 2017
|
[ 20:44 cmt ]
print/gutenprint: update PPDs after updates
cups will refuse to print if we run with PPDs with the wrong version
info - call cups-genppdupdate to update the PPDs automatically
Reported by: Paul Beard, tijl@
|
Tue, 19 Sep 2017
|
[ 20:50 cmt ]
print/gutenprint: update to 5.2.13
https://sourceforge.net/p/gimp-print/mailman/message/36018340/
|
Thu, 22 Jun 2017
|
[ 07:43 tijl ]
Add USES=perl5 for cups-genppdupdate script.
PR: 220085
Submitted by: glewis
|
Sun, 4 Jun 2017
|
[ 21:12 cmt ]
print/gutenprint: add common greeting cars sizes
PR: 214304
Submitted by: freebsd dreamchaser org
|
[ 21:00 cmt ] (Only the first 10 of 12 ports in this commit are shown above. )
print/gutenprint: update to 5.2.12
https://sourceforge.net/projects/gimp-print/files/gutenprint-5.2/5.2.12/
The -ijs and -foomatic backends have been removed by upstream,
leaving -cups as the sole choice of backend. Therefore, the -base
and -cups ports have been merged into the main gutenprint port
and the obsolete components have been removed.
PR: 217118
Submitted by: bsam, tijl
Reported by: tijl
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 12 Jul 2015
|
[ 22:46 bapt ]
Convert to USES=metaport
PR: 201494
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
|
Thu, 24 Jul 2014
|
[ 21:15 danilo ] (Only the first 10 of 15 ports in this commit are shown above. )
- Update from 5.2.8 to 5.2.10
- Add stage support
- Convert USE_BZIP2 and USE_GNOME=gnomehack to USES
PR: ports/191209
Submitted by: cmt@burggraben.net
|
Mon, 7 Jul 2014
|
[ 13:05 vanilla ]
Stagify, use options helper function.
Approved by: portmgr@ (blanket)
|
Fri, 20 Sep 2013
|
[ 22:44 bapt ] (Only the first 10 of 325 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
|
Tue, 3 Jul 2012
|
[ 15:36 scheidell ]
- print/gutenprint-cups build prompts unprivileged user [1]
- Upgrade related porrs to 5.2.8 [2]
- Convert to OptionsNG [2]
- Add GPL license information [2]
- pet portlint (minor re-arrancement of COMMENT/LICENSE to shut portlint up)
PR: ports/169026 [1]
Submitted by: dougb@ [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer) [2]
|
Mon, 17 Oct 2011
|
[ 00:11 pawel ] (Only the first 10 of 13 ports in this commit are shown above. )
- Unbreak and update to version 5.2.7
- Assign maintainership to submitter
PR: ports/161680
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
Mon, 26 Jul 2010
|
[ 00:03 linimon ] (Only the first 10 of 29 ports in this commit are shown above. )
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 22 Dec 2009
|
[ 03:03 ahze ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 5.2.4
|
Fri, 6 Jun 2008
|
[ 13:58 edwin ] (Only the first 10 of 107 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Wed, 19 Mar 2008
|
[ 17:25 ahze ]
Update to 5.1.7
|
Fri, 29 Feb 2008
|
[ 18:33 ahze ]
Remove the option for the gimp print driver, let graphics/gimp handle that
|
[ 18:26 ahze ]
Update to 5.1.6
|
Tue, 26 Jun 2007
|
[ 15:07 ahze ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 5.1.3
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 4 Apr 2007
|
[ 15:05 ahze ]
- Update to 5.1.0
- Split up gutenprint
You must upgrade gutenprint with one of the following examples
portmaster -o print/gutenprint-base gutenprint
portmaster -u print/gutenprint
or
portupgrade -o print/gutenprint-base gutenprint
portupgrade -u print/gutenprint
Repocopied by: marcus
|
Sun, 24 Dec 2006
|
[ 20:37 mezz ]
-Update to final 5.0.0.
-Fix plist for cups.
-Do not create empty directories of gimp.
-Remove locale dir that aren't in mtree.
Approved by: ahze
|
Fri, 9 Jun 2006
|
[ 14:48 ahze ]
- Add gutenprint (successor to gimp-print)
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp
WWW: http://gimp-print.sourceforge.net
Repocopied by: marcus
|
Number of commits found: 39 |