notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: print/hpijs/Makefile

Number of commits found: 48

Thursday, 29 Mar 2018
09:15 tijl search for other commits by this committer
Mark deprecated because having both hpijs and hplip can be confusing.

PR:		227047
Original commitRevision:465874 
Tuesday, 3 Jan 2017
21:04 jbeich search for other commits by this committer
print/hpijs: unbreak with libc++ 3.9

registry.cpp:249:9: error: cannot initialize a variable of type 'char *' with an
rvalue of type
      'const char *'
                char    *cmdStr = strstr ((const char *) DevIDBuffer+2, "CMD:");
                         ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dj3320.cpp:429:24: error: assigning to 'char *' from incompatible type 'const
char *'
            if ((pcStr = strstr((const char*)pLDLEncap->byStatusBuff + 10,
"$S:")) == NULL)
                       ^
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		212343
Regressed by:	https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
Original commitRevision:430521 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 24 Mar 2016
15:47 tijl search for other commits by this committer
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)
Original commitRevision:411798 
Tuesday, 15 Mar 2016
12:08 tijl search for other commits by this committer
- Remove the FOOMATIC option.  The port isn't very useful without PPD files.
- Change the CUPS option so it uses foomatic-rip from print/cups-filters.
Original commitRevision:411154 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
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
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
Thursday, 12 Nov 2015
17:21 amdmi3 search for other commits by this committer
- Switch to OPTIONS_SUB
- Switch to options helpers
- Unsilence installation
Original commitRevision:401375 
Saturday, 22 Aug 2015
17:48 hrs search for other commits by this committer
- 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
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
Original commitRevision:395047 
Thursday, 16 Jul 2015
20:53 kwm search for other commits by this committer
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
Original commitRevision:392322 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Saturday, 24 Jan 2015
19:27 antoine search for other commits by this committer
Fix some _DEPENDS
Original commitRevision:377815 
Friday, 9 May 2014
00:20 bapt search for other commits by this committer
Support stage
Original commitRevision:353375 
Friday, 20 Sep 2013
22:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Original commitRevision:327765 
Monday, 5 Aug 2013
16:03 az search for other commits by this committer
- Fix USES=perl5 (it can't be after pre.mk)
Original commitRevision:324279 
Saturday, 3 Aug 2013
08:45 az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
Original commitRevision:324181 
Thursday, 6 Dec 2012
10:57 rene search for other commits by this committer
- Convert to optionsNG (fold two same-condition blocks into one while here)
- Strip library version numbers
Feature safe:	yes
Original commitRevision:308380 
Monday, 8 Oct 2012
10:38 dougb search for other commits by this committer
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.

I bid fond fare well
A chapter closes for me
What opens for you?
Original commitRevision:305526 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 9 Sep 2011
22:03 dougb search for other commits by this committer
Add conflicts with foomatic-filters

PR:             ports/100431
Submitted by:   Bengt Ahlgren <bengta@sics.se>
Original commit
Monday, 16 May 2011
05:22 dougb search for other commits by this committer
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe.
Original commit
Sunday, 28 Mar 2010
08:57 dinoex search for other commits by this committer
- remove BROKEN
verified build and install in a clean jail.
Original commit
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 12 Dec 2009
23:42 pav search for other commits by this committer
- Mark BROKEN: does not install

Reported by:    pointyhat
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Wednesday, 5 Aug 2009
01:04 amdmi3 search for other commits by this committer
- Connect print/hplip3 to build
- Add mutual CONFLICTS for hpijs, hplip and hplip3
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Friday, 6 Jun 2008
13:58 edwin search for other commits by this committer
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)
Original commit
Saturday, 29 Sep 2007
20:58 linimon search for other commits by this committer
Add WANT_PERL.  This will be needed to conditionalize bsd.perl.mk inclusion.

Approved by:    maintainer
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 13 May 2006
01:03 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with P
Original commit
Saturday, 5 Nov 2005
09:53 ale search for other commits by this committer
Respect LOCALBASE.

Spotted by:     kris
Original commit
Tuesday, 1 Nov 2005
16:52 ale search for other commits by this committer
Update to 2.1.4 release:
- add jpeg dependency
- add ghostscript runtime dependency
- switch to OPTIONS
- cups and foomatic default to ON

Approved by:    dougb (maintainer)
Original commit
Sunday, 24 Oct 2004
21:22 dougb search for other commits by this committer
Update to 1.7.1, which adds PPD files for 5 LaserJet printers.
Original commit
Monday, 18 Oct 2004
08:20 dougb search for other commits by this committer
Update to 1.7.

Add CUPS support, cobbled together from the two PRs, plus some
spin of my own.

Add a configure option to speed up the build.

Because of the new options, pkg-plist springs back to life.

Move the portdocs install to the more traditional location.

Update pkg-message to indicate that it is for a non-CUPS world.

PR:             ports/54156, ports/60391
Submitted by:   Glenn Johnson <glennpj@charter.net>, John Merryweather Cooper
<johnmary@adelphia.net>
Original commit
Sunday, 22 Aug 2004
18:45 dougb search for other commits by this committer
Upgrade to 1.6.1, the latest version from sourceforge.

Switch to using PORTDOCS and PLIST_FILES instead of pkg-plist

PR:             ports/70412
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Monday, 6 Oct 2003
09:46 dougb search for other commits by this committer
Update to version 1.5, which contains support for several new printers.
Original commit
Thursday, 5 Jun 2003
05:41 dougb search for other commits by this committer
The bug that required the DTRACE definition has been fixed in v1.4.1
Original commit
Monday, 2 Jun 2003
00:07 dougb search for other commits by this committer
Upgrade to version 1.4.1, the latest from our friends at HP. This version
contains some nice bug fixes, and a few enhancements.

While I'm here, adopt this orphan port since I use it anyway.

I bumped the version by .1 from the PR to accomodate the very latest release,
otherwise it's basically the same, with the addtion of the pkg-message stuff.

PR:             ports/52699
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Thursday, 20 Feb 2003
18:55 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 9 Feb 2003
01:52 mi search for other commits by this committer
[Get a new printer. Upgrade the software for it. Before committing --
check the PR database. Find out, you are one day too late...]

Update to 1.3.1

PR:     ports/48043
Submitted by: KATO Tsuguru
Original commit
Thursday, 7 Nov 2002
11:29 ijliao search for other commits by this committer
upgrade to 1.3

PR:             44976
Submitted by:   Ports Fury
Original commit
Thursday, 19 Sep 2002
20:45 ijliao search for other commits by this committer
upgrade to 1.2.2

PR:             42741
Submitted by:   Ports Fury
Original commit
Tuesday, 27 Aug 2002
11:08 naddy search for other commits by this committer
Update to version 1.2.1.

PR:             42041
Submitted by:   Ports Fury
Original commit
Saturday, 20 Jul 2002
01:45 pat search for other commits by this committer
Update to 1.2

PR:             ports/40797
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Thursday, 27 Jun 2002
23:52 perky search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             39706 39708 39709 39710
Submitted by:   Scott Flatman <sf@dsinw.com>
Original commit
Tuesday, 7 May 2002
16:57 ijliao search for other commits by this committer
add hpijs 1.1
The drivers and support resources for the HP Inkjet Printers

PR:             37832
Submitted by:   Ports Fury
Original commit

Number of commits found: 48