summaryrefslogtreecommitdiff
path: root/print/transfig (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-03-07Clear moonlight beckons.Ade Lovett2-1/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
2003-02-09Upgrade to 3.2.4, with a minor addition to the patch in the PR.Mikhail Teterin8-47/+100
PR: ports/46948 ports/38324 Submitted by: KATO Tsuguru Approved by: chuckr (maintainer -- by phone) Notes: svn path=/head/; revision=75153
2002-08-15Fix build on -CURRENT.Christian Weisgerber1-0/+14
PR: 41006 Submitted by: Maxim Maximov <mcsi@localhost.my.domain.agava.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=64551
2002-02-20 * This fixes the problem where fig2dev uses the "transparentimage" codeLars Koeller1-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. Notes: svn path=/head/; revision=54997
2001-09-11Bump png majorAndrey A. Chernov1-1/+1
Notes: svn path=/head/; revision=47629
2001-07-09Update to version 3.2.3dDavid W. Chapman Jr.4-14/+22
PR: 28061 Submitted by: KATO Tsuguru <tkato@prontomail.com> No response: maintainer Notes: svn path=/head/; revision=44985
2000-12-11Update to version 3.2.3c.Steve Price4-42/+17
PR: 23278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=35869
2000-08-03(1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami1-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 Notes: svn path=/head/; revision=31272
2000-07-17- a patch added: changes default Korean PS font.CHOI Junho1-0/+49
Notes: svn path=/head/; revision=30750
2000-04-09Accidental whitespaceChris Piazza1-2/+2
Notes: svn path=/head/; revision=27422
2000-04-09Update with the new PORTNAME/PORTVERSION variablesChris Piazza1-3/+3
Notes: svn path=/head/; revision=27421
2000-01-27Updated to 3.2.3Satoshi Taoka5-37/+83
PR: 16381 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer <chuckr@freebsd.org> Notes: svn path=/head/; revision=25106
2000-01-21Add missing slash to fix install error (that shows up as a packaging error).Satoshi Asami1-1/+1
PR: 16253 Submitted by: Alexander Langer <alex@cichlids.com> Notes: svn path=/head/; revision=24874
1999-12-24support PREFIX better and update PLISTMichael Haro2-3/+63
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=24000
1999-08-31$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21143
1999-06-26#4/4 enforcing Caps, no periodTim Vanderhoek1-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 Notes: svn path=/head/; revision=19804
1999-01-26Update to version 3.2.1.Steve Price3-47/+27
PR: 9592 Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=16325
1998-10-03Move manpages to the Makefile and use MAN*.Steve Price2-5/+2
Notes: svn path=/head/; revision=13610
1998-09-22fig2dev needs to link with -lX11.Scott Mace1-1/+1
Notes: svn path=/head/; revision=13318
1998-09-17Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1-2/+2
in the first place. Notes: svn path=/head/; revision=13190
1998-09-15jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1-2/+2
(Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
1998-09-15libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1-2/+2
ELF conversion. Notes: svn path=/head/; revision=13144
1998-05-04Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1-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 Notes: svn path=/head/; revision=10846
1998-04-30Enable i18n code.Jun Kuriyama5-9/+37
Remove English ghostscript from RUN_DEPENDS. Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr> PR: ports/4640 Notes: svn path=/head/; revision=10792
1998-04-15Use jpeg shared library version 8.Justin M. Seger1-2/+2
Notes: svn path=/head/; revision=10524
1998-02-18Add dependency to ppmtogif -> netpbm.Satoshi Asami1-3/+3
Reported and verified by: Miroslav Kes <mira@rockwell.cz> Notes: svn path=/head/; revision=9785
1997-08-28Bring transfig up to 3.2, so I can bring xfig up to date also.Chuck Robey3-34/+35
Submitted by: Brian N. Handy <handy@sag.space.lockheed.com> Notes: svn path=/head/; revision=7710
1996-11-19Update LIB_DEPENDS to new jpeg major. Note we don't know if theseSatoshi Asami1-2/+2
will work yet, people are encouraged to test them. Notes: svn path=/head/; revision=4584
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1-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. Notes: svn path=/head/; revision=4578
1996-11-18Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-3/+3
Notes: svn path=/head/; revision=4570
1996-11-17CATEGORIES+= -> CATEGORIES=David E. O'Brien1-2/+2
Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1-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! Notes: svn path=/head/; revision=3948
1996-08-11Added lib depends, jpeg.Chuck Robey1-2/+3
Submitted by: Steven M. Ratliff Notes: svn path=/head/; revision=3576
1996-08-10Update ports/print/transfig from 3.1.1 to 3.1.2, the older distfileChuck Robey5-19/+37
has disappeared from the ftp site, and apsfilter depends on this. Notes: svn path=/head/; revision=3569
1995-11-22Change "printing" to "print".Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=2454
1995-04-12Added Xpm to LIB_DEPENDS.Satoshi Asami1-2/+5
Pointed-out by: Paul Richards Notes: svn path=/head/; revision=1346
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-1/+2
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
1995-02-11Converted Makefiles as much as I could.Satoshi Asami1-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! Notes: svn path=/head/; revision=935
1995-01-28Upgrade, 3.1 -> 3.1.1Satoshi Asami5-12/+28
Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=840
1995-01-24Upgrade from 3.0 to 3.1.Satoshi Asami5-10/+10
Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=823
1995-01-07Upgrade to 3.0. Thanks, Philippe!Satoshi Asami6-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) Notes: svn path=/head/; revision=733
1994-11-23Michael Reifenberger's transfig port.Jordan K. Hubbard5-0/+76
Submitted by: mr Notes: svn path=/head/; revision=484