Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.4_11 30 Sep 2018 11:08:44 |
rene |
Remove expired ports:
print/apsfilter: Mostly unmaintained since 2015 and depends on expired ports
2018-09-30 print/hpijs: Unsupported since 2005, please migrate to print/hplip
2018-08-15 archivers/freeze: unknown license |
2.1.4_11 29 Mar 2018 09:15:53 |
tijl |
Mark deprecated because having both hpijs and hplip can be confusing.
PR: 227047 |
2.1.4_11 03 Jan 2017 21:04:28 |
jbeich |
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 |
2.1.4_10 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1.4_10 24 Mar 2016 15:47:50 |
tijl |
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) |
2.1.4_9 15 Mar 2016 12:08:31 |
tijl |
- 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. |
2.1.4_8 11 Mar 2016 11:53:42 |
tijl |
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 ) |
2.1.4_7 12 Nov 2015 17:21:08 |
amdmi3 |
- Switch to OPTIONS_SUB
- Switch to options helpers
- Unsilence installation |
2.1.4_7 22 Aug 2015 17:48:36 |
hrs |
- 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 ) |
2.1.4_6 16 Jul 2015 20:53:29 |
kwm |
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 |
2.1.4_6 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.1.4_6 24 Jan 2015 19:27:28 |
antoine |
Fix some _DEPENDS |
2.1.4_6 13 Nov 2014 07:41:18 |
antoine |
Cleanup plist |
2.1.4_6 09 May 2014 00:20:38 |
bapt |
Support stage |
2.1.4_6 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
2.1.4_6 05 Aug 2013 16:03:37 |
az |
- Fix USES=perl5 (it can't be after pre.mk) |
2.1.4_6 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
2.1.4_6 06 Dec 2012 10:57:15 |
rene |
- Convert to optionsNG (fold two same-condition blocks into one while here)
- Strip library version numbers
Feature safe: yes |
2.1.4_6 08 Oct 2012 10:38:48 |
dougb |
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? |
2.1.4_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.1.4_5 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.1.4_5 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
2.1.4_5 09 Sep 2011 22:03:33 |
dougb |
Add conflicts with foomatic-filters
PR: ports/100431
Submitted by: Bengt Ahlgren <bengta@sics.se> |
2.1.4_5 16 May 2011 05:22:09 |
dougb |
Miscellaneous cleanups and fixes, some of the windowmaker stuff
gracefully provided by danfe. |
2.1.4_5 20 Mar 2011 19:42:33 |
dougb |
Join the party, remove MD5 from the last of my ports |
2.1.4_5 28 Mar 2010 08:57:10 |
dinoex |
- remove BROKEN
verified build and install in a clean jail. |
2.1.4_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.1.4_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.1.4_3 12 Dec 2009 23:42:17 |
pav |
- Mark BROKEN: does not install
Reported by: pointyhat |
2.1.4_3 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
2.1.4_3 05 Aug 2009 01:04:25 |
amdmi3 |
- Connect print/hplip3 to build
- Add mutual CONFLICTS for hpijs, hplip and hplip3 |
2.1.4_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
2.1.4_2 06 Jun 2008 13:58:01 |
edwin |
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) |
2.1.4_1 29 Sep 2007 20:58:33 |
linimon |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer |
2.1.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.1.4 13 May 2006 01:03:17 |
edwin |
Remove USE_REINPLACE from all categories starting with P |
2.1.4 24 Nov 2005 00:08:51 |
dougb |
Add SHA256 checksums to my ports |
2.1.4 05 Nov 2005 09:53:29 |
ale |
Respect LOCALBASE.
Spotted by: kris |
2.1.4 02 Nov 2005 21:49:40 |
ale |
Fix build on FreeBSD 4.x.
PR: ports/88386
Submitted by: Matthew Luckie <mjl@luckie.org.nz> |
2.1.4 01 Nov 2005 16:52:41 |
ale |
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) |
1.7.1 24 Oct 2004 21:22:53 |
dougb |
Update to 1.7.1, which adds PPD files for 5 LaserJet printers. |
1.7 18 Oct 2004 08:20:39 |
dougb |
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> |
1.6.1 22 Aug 2004 18:45:22 |
dougb |
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> |
1.5 22 Aug 2004 18:43:23 |
dougb |
Update instructions with a pointer to the readme.html file |
1.5 14 Mar 2004 00:17:57 |
dougb |
Now that the SIZE thing has stabilized, add it to the ports I maintain. |
1.5 06 Oct 2003 09:46:42 |
dougb |
Update to version 1.5, which contains support for several new printers. |
1.4.1 06 Oct 2003 09:45:14 |
dougb |
DOCSDIR'ify |
1.4.1 06 Oct 2003 09:44:45 |
dougb |
Update with a better description, and my name/e-mail. |
1.4.1 06 Oct 2003 05:25:50 |
dougb |
* Add the URL with the hpijs driver options
* Assign copyright to myself, since "The FreeBSD Project" is apparently
not legally capable of receiving the assignment. |
1.4.1 05 Jun 2003 05:41:30 |
dougb |
The bug that required the DTRACE definition has been fixed in v1.4.1 |
1.4.1 02 Jun 2003 00:07:26 |
dougb |
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> |
1.3.1 02 Jun 2003 00:02:47 |
dougb |
Advertise the sample printcap and input filter |
1.3.1 02 Jun 2003 00:02:25 |
dougb |
Add working examples of a printcap and input filter for use with this port. |
1.3.1 20 Feb 2003 18:55:51 |
knu |
De-pkg-comment. |
1.3.1 09 Feb 2003 01:52:33 |
mi |
[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 |
1.3 07 Nov 2002 11:29:44 |
ijliao |
upgrade to 1.3
PR: 44976
Submitted by: Ports Fury |
1.2.2 19 Sep 2002 20:45:47 |
ijliao |
upgrade to 1.2.2
PR: 42741
Submitted by: Ports Fury |
1.2.1 27 Aug 2002 11:08:53 |
naddy |
Update to version 1.2.1.
PR: 42041
Submitted by: Ports Fury |
1.2 20 Jul 2002 01:45:02 |
pat |
Update to 1.2
PR: ports/40797
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
1.1 27 Jun 2002 23:52:18 |
perky |
PERL -> REINPLACE_CMD
PR: 39706 39708 39709 39710
Submitted by: Scott Flatman <sf@dsinw.com> |
1.1 07 May 2002 16:57:37 |
ijliao |
add hpijs 1.1
The drivers and support resources for the HP Inkjet Printers
PR: 37832
Submitted by: Ports Fury |