non port: print/cups-pdf/Makefile |
SVNWeb
|
Number of commits found: 46 |
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 )
|
Fri, 1 Apr 2022
|
[ 12:59 Mikael Urankar (mikael) ] 1ca92b5
print/cups-pdf: Remove deprecated ghostscript setpdfwrite operator
cups-pdf prints a blank patch without this patch.
PR: 262757
Reported by: freebsd-bugs@micallef.io
Obtained from: archlinux (https://bugs.archlinux.org/task/70313)
|
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.
|
Sat, 4 Jul 2020
|
[ 13:36 fluffy ]
print/cups-pdf: fix patching paths
|
Wed, 26 Feb 2020
|
[ 20:37 0mp ]
print/cups-pdf: Update to 3.0.1
Changelog:
https://www.cups-pdf.de/changelog.shtml
- Sort variables & improve style.
- Prefix some local variables with an underscore.
- Change the way PDF versions are handled (although the whole mechanism of
changing a configuration file via custom port variables should probably
be deprecated).
|
Mon, 15 Jul 2019
|
[ 09:02 amdmi3 ]
- Whitespace and cosmetic fixes
- Switch to options helpers
- Respect LDFLAGS
- Update WWW
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
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
|
Thu, 24 Mar 2016
|
[ 15:47 tijl ] (Only the first 10 of 95 ports in this commit are shown above. )
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 11 Mar 2016
|
[ 11:53 tijl ] (Only the first 10 of 128 ports in this commit are shown above. )
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above )
|
Sat, 22 Aug 2015
|
[ 17:48 hrs ] (Only the first 10 of 354 ports in this commit are shown above. )
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above )
|
Thu, 16 Jul 2015
|
[ 20:53 kwm ] (Only the first 10 of 89 ports in this commit are shown above. )
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938
|
Mon, 12 May 2014
|
[ 19:11 rene ]
- Add stage support [1]
- Add option support [1]
- Trim COMMENT
- Strip binary
- Use @sample keyword in pkg-plist
- Do not try to remove etc/cups owned by dependency
PR: ports/189682 [1]
Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
|
Sat, 10 May 2014
|
[ 22:06 antoine ] (Only the first 10 of 13 ports in this commit are shown above. )
Maintainer no longer wishes to maintain those ports
With hat: portmgr
|
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)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 30 Nov 2011
|
[ 20:34 jlaffaye ]
Update to 2.6.1
PR: ports/161306
Submitted by: "Simon Olofsson" <simon@olofsson.de> (maintainer)
Feature safe: yes
|
Tue, 29 Mar 2011
|
[ 17:53 dhn ]
- Update to 2.5.1
- Add LICENSE
PR: ports/156013
Submitted by: Simon Olofsson <simon@olofsson.de>
|
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
|
Mon, 28 Dec 2009
|
[ 17:38 delphij ]
Remove an unneeded plist line to make QAT happy.
Pointy hat to: delphij
|
Tue, 22 Dec 2009
|
[ 18:14 delphij ]
Fix broken installation.
Submitted by: maintainer
PR: ports/141900
|
Sat, 12 Dec 2009
|
[ 23:38 pav ]
- Mark BROKEN: does not install
Reported by: pointyhat
|
Fri, 30 Jan 2009
|
[ 18:47 gabor ]
- Update to 2.5.0
- Update author info
PR: ports/131064
Submitted by: "Simon Olofsson" <simon@olofsson.de> (maintainer)
|
Sun, 29 Jun 2008
|
[ 09:50 miwi ]
- Update to 2.4.8
PR: 125060
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
|
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)
|
Thu, 27 Mar 2008
|
[ 14:20 jadawin ]
- Update to 2.4.7
- Update www and email address
PR: ports/122094
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: tabthorpe (mentor)
|
Sun, 27 May 2007
|
[ 11:30 miwi ]
- Update to 2.4.6
PR: 112427
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
|
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}.
|
Tue, 6 Mar 2007
|
[ 19:07 miwi ]
- Update to 2.4.5
PR: 109796
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
|
Sat, 3 Feb 2007
|
[ 04:58 rafan ]
- Update to 2.4.4
PR: ports/108698
Submitted by: Simon Olofsson <simon at olofsson.de> (maintainer)
|
Thu, 23 Nov 2006
|
[ 16:34 pav ]
- Update to 2.4.3
PR: ports/105786
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
|
Wed, 4 Oct 2006
|
[ 15:55 pav ]
- Update to 2.4.2
PR: ports/103977
Submitted by: Simon Olofsson <simon@olofsson.de> (maintainer)
|
Wed, 28 Jun 2006
|
[ 21:14 itetcu ]
Starting with version 1.2.0 CUPS implements the "RunAsOption" no longer.
In order to ensure CUPS-PDF is running with the required root privileges
make 'root' the owner of the cups-pdf backend and set the file permissions of
the backend to 0700 (root only).
PR: ports/99498
Submitted by: maintainer
|
Sat, 17 Jun 2006
|
[ 10:46 itetcu ]
- Update to 2.4.1
- small esthetic changes
PR: ports/99063
Submitted by: maintainer
|
Fri, 9 Jun 2006
|
[ 21:20 pav ]
- Update to 2.4.0
- Take over maintainership
PR: ports/98751
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: maintainer in ports/98408, in general
|
[ 06:18 itetcu ]
- patch cups-pdf.conf instead of header file.
- install cups-pdf.conf and cups-pdf.conf.sample
- bump PORTREVISION for plist change
- pass maintainership to submitter
PR: ports/98408
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: Mark Reidel <ports@mark.reidel.info> (old maintainer)
lawrance (mentor, implicit)
|
Fri, 19 May 2006
|
[ 07:27 itetcu ]
- update to 2.3.1 [1]
- portlint
PR: ports/97447
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1]
Approved by: maintainer (via private email), lawrance (mentor)
|
Sun, 14 May 2006
|
[ 02:07 edwin ]
print/cups-pdf: update to 2.2.0, chase MASTER_SITES name change
As reported by the "Unfetchable distfiles reminder" eMail, the distfile
for print/cups-pdf is not fetchable. The last successful attempt points
back to Wed Apr 5 10:35:47 2006 UTC.
While i'm here,
- update to the latest version
- update MASTER_SITES and WWW line
PR: ports/96908
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: maintainer timeout
|
Sat, 13 May 2006
|
[ 01:03 edwin ] (Only the first 10 of 60 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with P
|
Sun, 9 Oct 2005
|
[ 19:17 ehaupt ]
- Update to 1.7.4
- Update master site
PR: 87159
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
Approved by: novel (mentor)
|
Tue, 8 Mar 2005
|
[ 14:27 vs ]
- Update to 1.7.0
- Supports accounts without valid shells again
- Updated PostScript PPD file supporting more DIN formats
PR: ports/78485
Submitted by: maintainer
|
Sun, 30 Jan 2005
|
[ 13:37 pav ]
- Update to 1.6.5
PR: ports/76833
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
|
Thu, 17 Jun 2004
|
[ 20:00 pav ]
Add cups-pdf, a virtual printer for CUPS to produce PDF files.
PR: ports/67961
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
|
Number of commits found: 46 |