non port: print/foo2zjs/Makefile |
SVNWeb
|
Number of commits found: 61 |
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 )
|
Thu, 21 Oct 2021
|
[ 14:27 Stefan Eßer (se) ] 97048b2
print/foo2zjs: Add CPE information
Approved by: portmgr (blanket)
|
Fri, 4 Jun 2021
|
[ 15:31 Mateusz Piotrowski (0mp) ] b783bcb
print/foo2zjs: Clean up makefile
No functional changes intended.
|
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.
|
Thu, 12 Jan 2017
|
[ 20:20 tijl ]
Add support for HBPLv1 printers with patch from
https://www.cybercom.net/~dcoffin/hbpl/
Also fix patch-getweb.in: remove -o from FETCHOPTS because fetch is
sometimes executed without output file.
PR: 211754
Submitted by: Oliver Kett <freebsd@broken-wire.de>
|
Thu, 15 Dec 2016
|
[ 19:51 bsam ]
print/foo2zjs: update to 20161203 (unbreak) and remove GOOGLE_CODE
from MASTER_SITES (has gone).
|
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Thu, 7 Apr 2016
|
[ 12:13 tijl ]
Depend on cups-filters instead of foomatic-filters to provide foomatic-rip.
Foomatic-filters is no longer developed.
PR: 208551
Submitted by: pyo@mail.ru
|
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 )
|
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, 12 Nov 2015
|
[ 17:20 amdmi3 ]
- Add LICENSE
- Switch to options helpers
|
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 )
|
Wed, 22 Jul 2015
|
[ 10:32 bsam ]
print/foo2zjs: Upgrade to version 20150511.
|
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Fri, 25 Apr 2014
|
[ 20:23 bsam ]
print/foo2zjs: update to version 20140417
|
[ 14:22 bsam ]
ports/foo2zjs: mark the port as MAKE_JOBS_UNSAFE
Error log:
-----
chmod -w osx-hplj-hotplug.1
chmod: osx-hplj-hotplug.1: No such file or directory
-----
Full log is here:
https://jenkins.freebsd.org/pci/100-amd64/logs/bulk/100amd64-default/569/logs/errors/foo2zjs-20140401_1.log
Reported by: jenkins (swills)
MFH: 2014Q2
|
[ 11:49 bsam ]
print/foo2zjs: add run time dependency upon textproc/gsed
. assumig the following code is intended, add a run time dependency
upon textproc/gsed:
----- foo2zjs-pstops.sh -----
case `uname -s` in
FreeBSD) sed=gsed;;
-----
. bump PORTREVISION.
Reported by: stb@ (at freebsd-ports@)
MFH: 2014Q2
|
Sat, 5 Apr 2014
|
[ 16:52 bsam ]
print/foo2zjs: update to version 20140401.
Changes:
2014-04-01 Rick Richardson <rick.richardson@comcast.net>
* foo2hbpl2 foomatic-db files and PPDs:
Bug with default PageSize.
PLEASE delete and recreate the foo2hbpl2 printers.
|
Tue, 1 Apr 2014
|
[ 19:43 bsam ]
print/foo2zjs -- incorporate devd configuration file:
. add a configuration file with samples for devd;
. add a note to pkg-message file;
. bump PORTREVISION.
PR: ports/162313 (based on)
Submitted by: rmh
|
[ 09:46 bsam ]
print/foo2zjs: We mention an INSTALL file at the pkg-message,
but do not install it. Let's fix it!
|
Mon, 31 Mar 2014
|
[ 09:58 bsam ]
Update to version 20140330.
|
Wed, 19 Feb 2014
|
[ 08:04 makc ]
print/foo2zjs: fix dependence on libcups
|
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.
|
Wed, 12 Feb 2014
|
[ 14:03 mat ] (Only the first 10 of 20 ports in this commit are shown above. )
Fix old makeplist bug.
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight
|
Mon, 30 Dec 2013
|
[ 23:00 bsam ]
Update to version 20131225.
|
Thu, 26 Dec 2013
|
[ 19:33 bsam ]
. take maintainership;
. update to version 20131118;
. use new LIB_DEPENDS syntax;
. USE_GMAKE -> USES=gmake;
. USES=shebabgfiles for msexpand;
. allow staging;
. remove unneeded ${CAT} ${PKGMESSAGE}.
PR: ports/184689
Submitted by: bsam (me)
Approved 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)
|
Mon, 29 Apr 2013
|
[ 08:57 bapt ] (Only the first 10 of 157 ports in this commit are shown above. )
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
|
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, 21 Mar 2012
|
[ 20:39 crees ]
Stop installing empty ppd files due to a forgotten " ; \" in the upstream
Makefile
PR: ports/165813
Submitted by: 4721
(Fixes also:)
PR: ports/160465
PR: ports/165465
Approved by: maintainer timeout (acm, 14 days since PR with fix)
Feature safe: yes
|
Fri, 24 Jun 2011
|
[ 21:34 acm ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 20110609
PR: 158040
Submitted by: bsam
|
Wed, 29 Dec 2010
|
[ 20:04 pgollucci ] (Only the first 10 of 208 ports in this commit are shown above. )
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
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
|
Tue, 23 Jun 2009
|
[ 17:47 acm ]
- Update some ftp sites on getweb script
- Use passive FTP with fetch
PR: 135875
Submitted by: Tom Mende <tmende at optusnet.com.au>
|
Tue, 16 Jun 2009
|
[ 22:06 acm ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 20090530
|
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)
|
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}.
|
Thu, 25 Jan 2007
|
[ 13:56 acm ]
- Update to 20070120
- Add MASTER_SITE_LOCAL
Reported by: kris
|
Sat, 13 Jan 2007
|
[ 17:36 acm ]
- Update to 20070108
|
Tue, 26 Dec 2006
|
[ 22:29 acm ]
- Update to 20061224
- Fix fetch problem and remove BROKEN state
|
[ 22:05 linimon ]
Mark BROKEN: fails to fetch.
|
Sat, 16 Dec 2006
|
[ 15:57 acm ]
- Update to 20061212
PR: ports/106659
Submitted by: Armin Pirkovitsch <a.pirko__at__inode.at>
|
Thu, 19 Oct 2006
|
[ 17:31 acm ]
- Update to 20061010
- Fix wrapper files
- Add a note to pkg-message about a problem with foo2hp using 2bpp
PR: ports/104344 ports/103616
Submitted by: Frank J. Laszlo, Armin Pirkovitsch
Approved by: portmgr (erwin)
|
Sun, 8 Oct 2006
|
[ 22:35 acm ]
- Update to 20061004
Reported by: bsam
|
Sun, 24 Sep 2006
|
[ 16:22 acm ]
- Update to 20060919
|
Tue, 12 Sep 2006
|
[ 16:56 acm ]
- Update to 20060911
- See changelog at http://foo2zjs.rkkda.com/ChangeLog
Approved by: garga (mentor, implicit)
|
Wed, 6 Sep 2006
|
[ 01:58 acm ]
- Update to 20060822
Approved by: garga (mentor, implicit)
|
Sat, 5 Aug 2006
|
[ 15:58 acm ]
- Update to 20060804
Approved by: garga (mentor)
|
Sun, 23 Jul 2006
|
[ 02:45 acm ] (Only the first 10 of 71 ports in this commit are shown above. )
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor)
|
Fri, 14 Jul 2006
|
[ 00:20 clsung ]
- - Update to 20060625
PR: ports/100254
Submitted by: maintainer (Jose Alonso Cardenas Marquez)
|
Fri, 23 Jun 2006
|
[ 19:05 itetcu ]
Distfile rerolled, for the third time in 48 hours (small comments changed)
Reproted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Approved by: maintainer (on IRC)
|
[ 07:43 itetcu ]
- update to current release
- drop patch incorporated upstream at maintainer's advice
PR: ports/99283
Submitted by: itetcu (me)
Requested by: Costi Ciudatu <ccciudatu @ gmail.com>
Tested by: Costi Ciudatu <ccciudatu @ gmail.com>
Approved by: maintainer
|
Fri, 9 Jun 2006
|
[ 08:36 pav ]
- Update to 20060607
PR: ports/98727
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
|
Mon, 5 Jun 2006
|
[ 13:01 pav ]
- Update to 20060603
- Now, icm and firware files are downloaded using getweb script
PR: ports/98511
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
|
Sun, 7 May 2006
|
[ 11:38 pav ]
foo2zjs is an open source printer driver for printers that use the Zenographics
ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor
2300 DL or Konica Minolta magicolor 2430 DL. These printers are often
erroneously referred to as winprinters or GDI printers.
However, Microsoft GDI only mandates the API between an application and the
printer driver, not the protocol on the wire between the printer driver and the
printer. In fact, ZjStream printers are raster printers which happen to use a
very efficient wire protocol which was developed by Zenographics and licensed
by most major printer manufacturers for at least some of their product lines.
ZjStream is just one of many wire protocols that are in use today, such as
Postscript, PCL, Epson, etc.
WWW: http://foo2zjs.rkkda.com/
PR: ports/94592
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
Number of commits found: 61 |