non port: print/foomatic-filters/Makefile |
SVNWeb
|
Number of commits found: 51 |
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, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Sat, 23 Oct 2021
|
[ 21:15 Stefan Eßer (se) ] 5ccb9fc
print/foomatic-filters: Add CPE information
Approved by: portmgr (blanket)
|
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.
|
Mon, 24 Aug 2020
|
[ 11:39 jrm ]
print/foomatic-filters: No-op formatting changes
- accept portfmt/portclippy suggestions
- remove REINPLACE_CMD that was not modifying any files
|
Thu, 2 Nov 2017
|
[ 21:41 olgeni ] (Only the first 10 of 108 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
|
Fri, 23 Sep 2016
|
[ 21:42 jrm ] (Only the first 10 of 16 ports in this commit are shown above. )
Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by: mat, swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D7995
|
Mon, 29 Aug 2016
|
[ 15:02 tijl ]
Fix the CUPS foomatic-rip symlink.
PR: 212232
Submitted by: fmysh@iijmio-mail.jp
Approved by: jrm@ftfl.ca (maintainer)
|
Tue, 23 Aug 2016
|
[ 14:58 amdmi3 ]
- Optionize DBUS, so users can turn it off
- Fix stage q/a warning about soft links to absolute paths
- Modernize option handling
- Take maintainership
- Bump portrevision
PR: 212001
Submitted by: jrm@ftfl.ca
|
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 )
|
Mon, 15 Feb 2016
|
[ 16:51 pi ]
print/foomatic-filters: remove CONFLICT with cups-filters
PR: 207181
Submitted by: Vladimir Omelchuk <admin@vladiom.com.ua>
Approved by: cyberbotx@cyberbotx.com (maintainer)
|
Sun, 14 Feb 2016
|
[ 06:18 pi ]
print/cups-filters, print/foomatic-filters: add CONFLICTS
PR: 207172
Submitted by: admin@vladiom.com.ua
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Thu, 17 Dec 2015
|
[ 18:15 feld ]
print/foomatic-filters: Patch vulnerabilities
Approved by: ports-secteam (with hat)
MFH: 2015Q4
Security: CVE-2015-8560
Security: CVE-2015-8327
|
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
|
Fri, 29 May 2015
|
[ 11:03 amdmi3 ]
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=autoreconf
|
Mon, 19 May 2014
|
[ 18:06 kmoore ]
- Fix foomaticrip to use correct location for pdftops
- Bump PORTREV
|
Sat, 26 Apr 2014
|
[ 08:15 bsam ]
print/foomatic-filters: fix segfault when creating log file
Reported by: stb@ (at freebsd-ports@)
Patch found by: Robert Backhaus <robbak@robbak.com>
Obtained
from: http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7196#filter/foomatic-rip/foomaticrip.c
MFH: 2014Q2
|
Sun, 16 Feb 2014
|
[ 21:17 bsam ]
Release cups-* nad foomatic-* ports. Currently I have no enough
spare time for those ports.
I've submitted ports/186824 to update cups-* ports to version 1.7.0.
|
Fri, 27 Dec 2013
|
[ 13:17 bsam ]
Actually take maintainership (lost while commiting r337610).
|
Thu, 26 Dec 2013
|
[ 19:38 bsam ]
. take maintainership print/foomatic-db, print/foomatic-db-engine,
print/foomatic-filters);
. update to version 20131207;
. change MASTER_SITES;
. use new LIB_DEPENDS syntax;
. incorporate USES=gmake;
. allow staging.
PR: ports/184690
Submitted by: bsam (me)
Reviewed by: acm (former maintainer, maintainer timeout)
|
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)
|
Sun, 15 Sep 2013
|
[ 08:15 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 4 Jun 2013
|
[ 19:05 crees ]
* add LICENSE
* change OPTIONS_SINGLE to OPTIONS_RADIO, enabling "none" as a valid choice
* fix complaint of portlint in pkg-descr
PR: ports/178201
Submitted by: r4721@tormail.org
Approved by: maintainer timeout (acm, 9 weeks)
|
Sat, 27 Apr 2013
|
[ 16:13 hrs ]
Fix a typo.
|
[ 16:00 hrs ] (Only the first 10 of 41 ports in this commit are shown above. )
Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.
Approved by: dinoex (maintainer) [1]
|
Fri, 22 Mar 2013
|
[ 12:40 bapt ] (Only the first 10 of 12 ports in this commit are shown above. )
Convert to new options framework ports in p* catories
|
Sun, 13 Jan 2013
|
[ 14:36 crees ]
Remove dead MASTER_SITE
PR: ports/174444
Submitted by: 4721
Approved by: maintainer timeout (acm, 2m-2d)
|
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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Fri, 24 Jun 2011
|
[ 20:51 acm ]
- Update to 4.0.7
PR: 158037
Submitted by: bsam
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
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
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 13 Jul 2009
|
[ 20:23 acm ]
- Make more sense OPTION IGNORE messages
Suggested by: Edward Sanford Sutton, III <mirror176 at cox.net> via email
|
Fri, 19 Jun 2009
|
[ 17:50 acm ]
- Fix printing problem using cups
Reported by: Andriy Gapon <avg _a_t_ icyb.net.ua via email
|
Tue, 16 Jun 2009
|
[ 21:58 acm ]
- Update to 4.0.1
- Take maintainership
- Remove pkg-message file. Now it can install filter ports optionally
|
Sat, 31 Jan 2009
|
[ 23:03 pav ]
- Update download location
|
Sun, 7 Sep 2008
|
[ 00:36 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
Reset lofi due to not commits in over 3 months, PR backlog, and no response
to email.
Hat: portmgr
|
Thu, 3 Feb 2005
|
[ 08:30 lofi ]
Only remove filter.conf if unchanged.
|
Wed, 2 Feb 2005
|
[ 09:49 lofi ]
Now where did those manpages come from.
|
Sun, 30 Jan 2005
|
[ 09:53 lofi ]
Small typo with big consequences.
|
Fri, 28 Jan 2005
|
[ 14:15 lofi ]
Remove all BUILD_DEPENDS, specify paths of possible text-to-postscript
filters to configure directly and add a pkg-message that advises about
possible filters to install.
|
[ 10:48 lofi ]
Add foomatic-filters, wrapper scripts for foomatic.
|
Number of commits found: 51 |