summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-09-301-132/+0
| | | | | | | | | 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 Notes: svn path=/head/; revision=480950
* Switch default version of samba to 4.7Antoine Brodin2018-09-011-1/+1
| | | | | | | | | | Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904 Notes: svn path=/head/; revision=478711
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-231-1/+1
| | | | | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529 Notes: svn path=/head/; revision=457024
* Switch default version of samba from 4.3 to 4.4Antoine Brodin2017-03-251-1/+1
| | | | | | | | With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131 Notes: svn path=/head/; revision=436925
* - Add USES=samba to handle dependency on sambaAntoine Brodin2017-03-211-2/+2
| | | | | | | | | | | | | | Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919 Notes: svn path=/head/; revision=436659
* Revert r421265. hplip is not a drop-in replacement for hpijs.Cy Schubert2017-02-191-15/+5
| | | | | | | | Pointy hat to: cy (yours truly) Discovered by: cy Notes: svn path=/head/; revision=434395
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Whatever you do, ${PORTSDIR} always creeps in depends.Mathieu Arnold2016-10-111-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=423796
* Mark BROKEN: wrong run dependsAntoine Brodin2016-09-161-0/+2
| | | | | | | | | ===> apsfilter-7.2.8_17 depends on executable: hpijs - not found Reported by: pkg-fallout Notes: svn path=/head/; revision=422242
* Implement hpijs/hplip dependency option.Cy Schubert2016-09-021-5/+13
| | | | | | | | Approved by: hrs@ Differential Revision: D2628 Notes: svn path=/head/; revision=421265
* multimedia ... sysutils: Remove redundant dependency on unzipJohn Marino2016-08-041-1/+0
| | | | | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Note that it's pulled in by a non-default option. Approved by: infrastructure blanket (removal of redundant deps) Notes: svn path=/head/; revision=419592
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-32/+32
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=411798
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=395047
* Fix index after ghostscript USES addition.Koop Mast2015-07-161-4/+4
| | | | | | | | | Allow USES=ghostscript to select which port we need. Manualy set WITHOUT_X11 in the !X11 case since USES=ghostscript doesn't check PORT_OPTIONS for set/unset of the X11 option. Notes: svn path=/head/; revision=392327
* Switch to use rpm 4 as the default rpmBaptiste Daroussin2014-07-031-2/+2
| | | | Notes: svn path=/head/; revision=360345
* Support stageBaptiste Daroussin2014-05-091-11/+6
| | | | Notes: svn path=/head/; revision=353378
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Remove sk2ps from dependency.Hiroki Sato2013-05-131-2/+3
| | | | Notes: svn path=/head/; revision=318069
* Fix typos.Hiroki Sato2013-04-281-2/+2
| | | | | | | Spotted by: Scott Allendorf Notes: svn path=/head/; revision=316752
* Merge print/html2ps-{a4,letter} to print/html2ps.Hiroki Sato2013-04-281-1/+1
| | | | Notes: svn path=/head/; revision=316729
* - Add LICENSE.Hiroki Sato2013-04-281-105/+100
| | | | | | | | | - Convert script/configure and Makefile.inc to OPTIONS_DEFINE. - Add DOCS option and use PORTDOCS. - Trim lengthy pkg-descr. Notes: svn path=/head/; revision=316720
* Fix psutils-* and a2ps-* dependency.Hiroki Sato2013-04-271-3/+3
| | | | | | | Spotted by: Scott Allendorf Notes: svn path=/head/; revision=316680
* Merge print/psutils-a4 and print/psutils-letter into a single portHiroki Sato2013-04-241-8/+4
| | | | | | | | print/psutils. The default paper size in the programs can be set via libpaper ($PAPERSIZE or etc/papersize configuration file). Notes: svn path=/head/; revision=316401
* Update ports that refer to net/samba34 to use newer net/samba36Timur I. Bakeyev2013-01-311-1/+1
| | | | Notes: svn path=/head/; revision=311324
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add optional SAMBA_PORT var and point it as default to net/samba34Renato Botelho2010-09-141-2/+4
| | | | | | | - Bump necessary PORTREVISION Notes: svn path=/head/; revision=261167
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Fix dependency broken due to acroread7 removal.Hiroki Sato2008-10-051-3/+2
| | | | Notes: svn path=/head/; revision=221206
* andreas' commit bit has been taken in for safekeeping.Mark Linimon2008-07-141-1/+1
| | | | Notes: svn path=/head/; revision=216835
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-041-11/+0
| | | | Notes: svn path=/head/; revision=200765
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-12/+0
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* "make describe" failed in top-level "make index"Andreas Klemm2007-06-131-1/+1
| | | | | | | | | | | since ports configure script adds "-nox11" suffix even when ${GHOSTSCRIPT_PORT} is already "ghostscript-gpl-nox11". Submitted by: G. Paul Ziemba <paul@treehouse.napa.ca.us> Reviewed by: me Notes: svn path=/head/; revision=193406
* Depend on graphics/tgif port not tgif-nls.Andreas Klemm2007-06-131-2/+2
| | | | | | | | | | Bumped portrevision PR: 113549 Submitted by: Geraud CONTINSOUZAS Notes: svn path=/head/; revision=193402
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* . drop variable RUN_DEPENDS for shells/bash2;Boris Samorodov2007-02-151-4/+0
| | | | | | | | | | | . do not bump PORTREVISION since this dependency is not default. PR: 108627 Submitted by: bsam (me) Approved by: andreas (maintainer timeout -- 2 weeks) Notes: svn path=/head/; revision=185241
* Update to new version 7.2.8Andreas Klemm2006-07-091-2/+5
| | | | | | | | | | | New features: can play audio files. lpd then acts like a jukebox. Remote Audio printing/playing is at experimental stage (untested). Theoretically it should be possible that multiple print clients feed the central print server with sound card with audio files. Notes: svn path=/head/; revision=167281
* fix acroread dependency after recent changes to the acrobat reader'sAndreas Klemm2006-07-021-2/+2
| | | | | | | | | | ports structure PR: ports/99354 Submitted by: Kostik Belousov <kib@FreeBSD.org> Notes: svn path=/head/; revision=166756
* It no use to make it build OK on tinderbox if you commit an older file.Ion-Mihai Tetcu2006-06-181-1/+3
| | | | | | | | | | Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}. Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Approved by: maintianer (andreas@, implicit - out of touch for the moment) Notes: svn path=/head/; revision=165696
* - depend on net/samba3 instead of old, forbiden net/samba [1] [2]Ion-Mihai Tetcu2006-06-171-3/+4
| | | | | | | | | | | | | | | | - pet portlint [3] - pkg-message -> files/pkg-message.in and add to SUB_LIST [3] - bump PROTREVISION for depends change [3] PR: ports/98456 [1], ports/99066 [2] Submitted by: Shaun Amott <shaun@inerd.com> [1], Gerard E. Seibert <ges@seibercom.net> [2] itetcu (me) [3] Approved by: andreas@ (maintainer, implicit because unreachable at the moment) Notes: svn path=/head/; revision=165642
* new bugfix release 7.2.7Andreas Klemm2006-02-201-2/+1
| | | | | | | | | | make spaces possible in printer name (samba) PR: 90744 Submitted by: Roman Kurakin <rik at FreeBSD dot org> Notes: svn path=/head/; revision=156516
* - Remove bzip2 incantations since it has been part of base system since ↵Florent Thoumie2005-11-291-3/+0
| | | | | | | | | | | FreeBSD 4.4. PR: ports/88984 Submitted by: edwin Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=149934
* Make apsfilter prefix clean by setting CONFIGURE_ARGS.Andreas Klemm2005-10-221-1/+2
| | | | | | | | | | Wrongly thought HAS_CONFIGURE variable at least hands over PREFIX. Bumped port revision. Submitted by: pointyhat (kris) Notes: svn path=/head/; revision=146114
* Thanks for the bugreport including fix. Fix was not complete,Andreas Klemm2005-10-191-1/+2
| | | | | | | | | | | | | | | I added the missing changes for manual config. - Depend on acroread7 instead of acroread5. Acroread5 is outdated and marked BROKEN due to multiple security issues So the port didn't build/install - changed manual config and batch mode - portrevision bump Submitted by: Antonio Arredondo <aarredon@cs.nmsu.edu> Notes: svn path=/head/; revision=145862
* - update to 7.2.6 (bugfixrelease)Andreas Klemm2005-02-131-2/+1
| | | | | | | | | | | - pcl3 and hpdj driver fixes for HP DeskJet550C driver and compatible printer - fixes port dependency for acroread5 PR: ports/77405 Submitted by: John Cochran <jdc@fiawol.org> Notes: svn path=/head/; revision=128684
* - added suggested patch to use bash3 as default dependency for bashAndreas Klemm2005-01-301-3/+7
| | | | | | | | | | | | | - while being here trimmed COMMENT according to portlint - providing backward compatibility if needed via WITH_BASH2 make env var - bumping port revision - closing 76805 PR: 76805 Submitted by: Michael C.Shultz <reso3w83@verizon.net> Notes: svn path=/head/; revision=127697