aboutsummaryrefslogtreecommitdiffstats
path: root/print/transfig
Commit message (Collapse)AuthorAgeFilesLines
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* mark a few ports MAKE_JOBS_SAFE after testing them.eadler2012-09-031-0/+2
|
* - update png to 1.5.10dinoex2012-06-012-1/+22
|
* . Update to 3.2.5d.glewis2011-06-184-23/+9
| | | | . Fix MASTER_SITES to make it fetchable.
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Remove unneeded -lcompat.ed2010-03-091-1/+13
| | | | | | | It seems this port doesn't depend on any of the symbols provided by libcompat, so we'd better just remove it. Approved by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Remove WITH_GHOSTSCRIPT_GNU check.hrs2008-06-011-8/+0
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gplrafan2007-09-241-4/+3
| | | | | | since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
* - Update to 3.2.5miwi2007-06-1010-118/+65
| | | | | PR: 111246 Submitted by: Eric P. Scott <eps+pbug0704@ana.com>
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-261-0/+1
|
* SIZEify.trevor2004-01-301-0/+1
|
* Use the new ghostscript options.marcus2004-01-211-7/+2
| | | | Submitted by: linimon
* Remove a quite unnecessary #include <varargs.h> which tripped up the build.des2003-10-071-1/+9
|
* KATO mega patchedwin2003-09-271-5/+5
| | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* [PATCH] print/transfig: enable choose of ghostscript interpreteredwin2003-08-311-1/+15
| | | | | | | | This patch allows the admin of the machine to choose either print/ghostscript-gnu or print/ghostscript-afp1 PR: ports/54950 Submitted by: Jens Rehsack <rehsack@liwing.de>
* Unsplit multi-line string literals.des2003-07-231-0/+21
|
* transfig run-depends on ghostscript.joerg2003-06-141-1/+3
|
* Remove chuckr as maintainer of his ports. He has not committed sincekris2003-06-081-1/+1
| | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Upgrade to 3.2.4, with a minor addition to the patch in the PR.mi2003-02-098-47/+100
| | | | | | PR: ports/46948 ports/38324 Submitted by: KATO Tsuguru Approved by: chuckr (maintainer -- by phone)
* Fix build on -CURRENT.naddy2002-08-161-0/+14
| | | | | | PR: 41006 Submitted by: Maxim Maximov <mcsi@localhost.my.domain.agava.ru> Approved by: maintainer timeout
* * This fixes the problem where fig2dev uses the "transparentimage" codelkoeller2002-02-211-0/+12
| | | | | | | for JPEG images, which is only supposed to be used for GIF. * I get this patch from the author of transfig after reporting some problems with jpeg embedded into PS files generated with xfig.
* Bump png majorache2001-09-111-1/+1
|
* Update to version 3.2.3ddwcjr2001-07-104-14/+22
| | | | | | PR: 28061 Submitted by: KATO Tsuguru <tkato@prontomail.com> No response: maintainer
* Update to version 3.2.3c.steve2000-12-114-42/+17
| | | | | PR: 23278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* - a patch added: changes default Korean PS font.cjh2000-07-171-0/+49
|
* Accidental whitespacecpiazza2000-04-101-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Updated to 3.2.3taoka2000-01-275-37/+83
| | | | | | PR: 16381 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer <chuckr@freebsd.org>
* Add missing slash to fix install error (that shows up as a packaging error).asami2000-01-211-1/+1
| | | | | PR: 16253 Submitted by: Alexander Langer <alex@cichlids.com>
* support PREFIX better and update PLISTmharo1999-12-252-3/+63
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Update to version 3.2.1.steve1999-01-263-47/+27
| | | | | PR: 9592 Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
* Move manpages to the Makefile and use MAN*.steve1998-10-042-5/+2
|
* fig2dev needs to link with -lX11.smace1998-09-231-1/+1
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Change JPEG shared library number to 9. This is to make sure that everyonejseger1998-05-051-2/+2
| | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
* Enable i18n code.kuriyama1998-05-015-9/+37
| | | | | | | Remove English ghostscript from RUN_DEPENDS. Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr> PR: ports/4640
* Use jpeg shared library version 8.jseger1998-04-161-2/+2
|
* Add dependency to ppmtogif -> netpbm.asami1998-02-181-3/+3
| | | | Reported and verified by: Miroslav Kes <mira@rockwell.cz>
* Bring transfig up to 3.2, so I can bring xfig up to date also.chuckr1997-08-283-34/+35
| | | | Submitted by: Brian N. Handy <handy@sag.space.lockheed.com>
* Update LIB_DEPENDS to new jpeg major. Note we don't know if theseasami1996-11-191-2/+2
| | | | will work yet, people are encouraged to test them.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-5/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-3/+3
|
* CATEGORIES+= -> CATEGORIES=obrien1996-11-171-2/+2
| | | | Converted to MAN[1-9]
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Added lib depends, jpeg.chuckr1996-08-111-2/+3
| | | | Submitted by: Steven M. Ratliff
* Update ports/print/transfig from 3.1.1 to 3.1.2, the older distfilechuckr1996-08-105-19/+37
| | | | has disappeared from the ftp site, and apsfilter depends on this.
* Change "printing" to "print".asami1995-11-221-2/+2
|
* Added Xpm to LIB_DEPENDS.asami1995-04-121-2/+5
| | | | Pointed-out by: Paul Richards
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Converted Makefiles as much as I could.asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Upgrade, 3.1 -> 3.1.1asami1995-01-295-12/+28
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Upgrade from 3.0 to 3.1.asami1995-01-255-10/+10
| | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
* Upgrade to 3.0. Thanks, Philippe!asami1995-01-076-63/+39
| | | | | | | | | | | | | ===== Submitted by: charnier@lirmm.fr To: ports@freebsd.org Subject: transfig.3.0 Date: Sat, 07 Jan 1995 10:21:29 +0100 From: "Philippe Charnier" <charnier@lirmm.fr> xfig 3.0 need transfig 3.0 which is not yet in the tree. Here is some patches. The Makefile need also to be changed (2.1.8 -> 3.0)
* Michael Reifenberger's transfig port.jkh1994-11-235-0/+76
Submitted by: mr