notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: print/foomatic-filters/Makefile
SVNWeb

Number of commits found: 51

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  51879c9  (Only the first 10 of 197 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: 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) search for other commits by this committer ]    commit hash:5ccb9fc417639ed218c7294ec76b43b064d8dcf3  commit hash:5ccb9fc417639ed218c7294ec76b43b064d8dcf3  commit hash:5ccb9fc417639ed218c7294ec76b43b064d8dcf3  5ccb9fc 
print/foomatic-filters: Add CPE information

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 24 Aug 2020
[ 11:39 jrm search for other commits by this committer ] Original commit   Revision:546068
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 search for other commits by this committer ] Original commit   Revision:453381 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:422697 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:421065
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 search for other commits by this committer ] Original commit   Revision:420688
- 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 search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 24 Mar 2016
[ 15:47 tijl search for other commits by this committer ] Original commit   Revision:411798 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:410825 (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 15 Feb 2016
[ 16:51 pi search for other commits by this committer ] Original commit   Revision:408946
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 search for other commits by this committer ] Original commit   Revision:408847
print/cups-filters, print/foomatic-filters: add CONFLICTS

PR:		207172
Submitted by:	admin@vladiom.com.ua
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Thu, 17 Dec 2015
[ 18:15 feld search for other commits by this committer ] Original commit   Revision:403917
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 search for other commits by this committer ] Original commit   Revision:395047 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Thu, 16 Jul 2015
[ 20:53 kwm search for other commits by this committer ] Original commit   Revision:392322 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:387796
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=autoreconf
Mon, 19 May 2014
[ 18:06 kmoore search for other commits by this committer ] Original commit   Revision:354566
- Fix foomaticrip to use correct location for pdftops
- Bump PORTREV
Sat, 26 Apr 2014
[ 08:15 bsam search for other commits by this committer ] Original commit   Revision:352227
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 search for other commits by this committer ] Original commit   Revision:344633
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 search for other commits by this committer ] Original commit   Revision:337730
Actually take maintainership (lost while commiting r337610).
Thu, 26 Dec 2013
[ 19:38 bsam search for other commits by this committer ] Original commit   Revision:337610
. 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 search for other commits by this committer ] Original commit   Revision:327765 (Only the first 10 of 325 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Sun, 15 Sep 2013
[ 08:15 az search for other commits by this committer ] Original commit   Revision:327334 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Tue, 4 Jun 2013
[ 19:05 crees search for other commits by this committer ] Original commit   Revision:319897
* 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 search for other commits by this committer ] Original commit   Revision:316674
Fix a typo.
[ 16:00 hrs search for other commits by this committer ] Original commit   Revision:316672 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:314921 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework ports in p* catories
Sun, 13 Jan 2013
[ 14:36 crees search for other commits by this committer ] Original commit   Revision:310323
Remove dead MASTER_SITE

PR:		ports/174444
Submitted by:	4721
Approved by:	maintainer timeout (acm, 2m-2d)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
- Update to 4.0.7

PR:             158037
Submitted by:   bsam
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Fix printing problem using cups

Reported by:    Andriy Gapon <avg _a_t_ icyb.net.ua via email
Tue, 16 Jun 2009
[ 21:58 acm search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Update download location
Sun, 7 Sep 2008
[ 00:36 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit 
Only remove filter.conf if unchanged.
Wed, 2 Feb 2005
[ 09:49 lofi search for other commits by this committer ] Original commit 
Now where did those manpages come from.
Sun, 30 Jan 2005
[ 09:53 lofi search for other commits by this committer ] Original commit 
Small typo with big consequences.
Fri, 28 Jan 2005
[ 14:15 lofi search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Add foomatic-filters, wrapper scripts for foomatic.

Number of commits found: 51