aboutsummaryrefslogtreecommitdiff
path: root/print/pstotext
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=392322
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-4/+3
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* - Support stagingJason E. Hale2014-06-154-18/+16
| | | | | | | | | | - Rename generic-named patches to specific file names - Define LICENSE using file previously installed with the DOCS option - Remove DOCS option as it only installed aforementioned license file - Bump PORTREVISION since OPTIONS changed Notes: svn path=/head/; revision=357884
* Remove trailing whitespaces from category printEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345431
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* - Update MASTER_SITESMartin Wilke2013-03-231-2/+5
| | | | | | | | PR: 177266 Submitted by: ports fury Notes: svn path=/head/; revision=315054
* - Update MASTER_SITESJason E. Hale2012-10-202-35/+13
| | | | | | | | | | | | | | | | - Remove DEPRECATED/EXPIRATION_DATE since port fetches now - Convert to new options framework - Remove indefinite article from COMMENT - Trim Makefile header - Trim pkg-descr to a reasonable size PR: ports/172050 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306160
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-211-0/+3
| | | | | | | distilator) Notes: svn path=/head/; revision=304618
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* Reset ob@breuninger.org due to maintainer-timeouts and no response to email.Mark Linimon2010-07-311-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258527
* - 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-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 1.9.Felippe de Meirelles Motta2008-09-026-53/+167
| | | | | | | | | PR: ports/125611 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=219687
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplRong-En Fan2007-09-241-8/+0
| | | | | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav) Notes: svn path=/head/; revision=200037
* - 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
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Use the new ghostscript options.Joe Marcus Clarke2004-01-201-8/+2
| | | | | | | Submitted by: linimon Notes: svn path=/head/; revision=98657
* [PATCH] print/pstotext: enable choose of ghostscript interpreterEdwin Groothuis2003-08-311-1/+15
| | | | | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54955 Submitted by: Jens Rehsack <rehsack@liwing.de> Notes: svn path=/head/; revision=88149
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* print/ghostscript55 -> print/ghostscript-gnuAkinori MUSHA2001-09-151-1/+1
| | | | Notes: svn path=/head/; revision=47844
* Replaced broken master siteMark Pulford2001-07-131-1/+1
| | | | | | | | PR: 28914 Submitted by: maintainer Notes: svn path=/head/; revision=45098
* Oliver Breuninger sent me an updated email address, so put him backBill Fenner2001-07-111-1/+1
| | | | | | | as MAINTAINER. Notes: svn path=/head/; revision=45043
* Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks.Bill Fenner2001-05-281-1/+1
| | | | Notes: svn path=/head/; revision=43213
* Support PREFIX properlyAde Lovett2000-10-133-12/+6
| | | | | | | | | | Update WWW: line of pkg-descr PR: 21616 Submitted by: Ports Fury (no response from maintainer) Notes: svn path=/head/; revision=33792
* Update to version 1.8g. The previous version was actually 1.8 and not 2.1.Steve Price2000-05-282-3/+3
| | | | Notes: svn path=/head/; revision=28816
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27421
* Respect CC and CFLAGS, and create the tempfile securely with mkstemp()Kris Kennaway2000-02-022-3/+57
| | | | | | | while I'm here. Notes: svn path=/head/; revision=25403
* Moving the pstotext port from textproc to print.Steve Price1999-12-296-0/+74
Notes: svn path=/head/; revision=24229