Commit Graph

39 Commits

Author SHA1 Message Date
Lars Koeller
a74f3d228b * This fixes the problem where fig2dev uses the "transparentimage" code
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.
2002-02-20 19:20:01 +00:00
Andrey A. Chernov
028edff22e Bump png major 2001-09-11 02:59:20 +00:00
David W. Chapman Jr.
48eab8c261 Update to version 3.2.3d
PR:		28061
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
No response:	maintainer
2001-07-09 23:56:00 +00:00
Steve Price
0c8e320e64 Update to version 3.2.3c.
PR:		23278
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:59:47 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
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
2000-08-03 09:28:57 +00:00
CHOI Junho
a1bc057745 - a patch added: changes default Korean PS font. 2000-07-17 14:05:53 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
Satoshi Taoka
0b4d835b3a Updated to 3.2.3
PR:		16381
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	maintainer <chuckr@freebsd.org>
2000-01-27 02:58:58 +00:00
Satoshi Asami
b4fb9ac91b Add missing slash to fix install error (that shows up as a packaging error).
PR:		16253
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-21 14:39:37 +00:00
Michael Haro
4de8bf5583 support PREFIX better and update PLIST
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:48:00 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[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
1999-06-26 19:22:14 +00:00
Steve Price
3e38731905 Update to version 3.2.1.
PR:		9592
Submitted by:	Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
1999-01-26 02:42:34 +00:00
Steve Price
2b6a69a043 Move manpages to the Makefile and use MAN*. 1998-10-03 21:34:10 +00:00
Scott Mace
47619e62e0 fig2dev needs to link with -lX11. 1998-09-22 17:08:34 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Justin M. Seger
18f33c0f93 Change JPEG shared library number to 9. This is to make sure that everyone
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
1998-05-04 20:23:32 +00:00
Jun Kuriyama
c4be988e6f Enable i18n code.
Remove English ghostscript from RUN_DEPENDS.

Submitted by:	MITA Yoshio <Yoshio.Mita@isen.fr>
PR:		ports/4640
1998-04-30 16:35:33 +00:00
Justin M. Seger
0fc2b8bdd1 Use jpeg shared library version 8. 1998-04-15 21:41:13 +00:00
Satoshi Asami
6982c2c1cb Add dependency to ppmtogif -> netpbm.
Reported and verified by:	Miroslav Kes <mira@rockwell.cz>
1998-02-18 04:52:41 +00:00
Chuck Robey
487ef124a6 Bring transfig up to 3.2, so I can bring xfig up to date also.
Submitted by:	Brian N. Handy <handy@sag.space.lockheed.com>
1997-08-28 04:21:32 +00:00
Satoshi Asami
6b553b9eb3 Update LIB_DEPENDS to new jpeg major. Note we don't know if these
will work yet, people are encouraged to test them.
1996-11-19 04:18:49 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
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.
1996-11-18 14:17:24 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +00:00
David E. O'Brien
e5cc021f77 CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
1996-11-17 08:45:20 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
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!
1996-10-10 05:05:35 +00:00
Chuck Robey
b38fe64cb4 Added lib depends, jpeg.
Submitted by:	Steven M. Ratliff
1996-08-11 02:42:59 +00:00
Chuck Robey
640de364f6 Update ports/print/transfig from 3.1.1 to 3.1.2, the older distfile
has disappeared from the ftp site, and apsfilter depends on this.
1996-08-10 02:10:40 +00:00
Satoshi Asami
b420aa2bfb Change "printing" to "print". 1995-11-22 13:18:35 +00:00
Satoshi Asami
53821769ed Added Xpm to LIB_DEPENDS.
Pointed-out by:	Paul Richards
1995-04-12 03:57:37 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(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!
1995-02-11 13:51:48 +00:00
Satoshi Asami
2fca486976 Upgrade, 3.1 -> 3.1.1
Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
1995-01-28 18:37:02 +00:00
Satoshi Asami
bb4da97d62 Upgrade from 3.0 to 3.1.
Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
1995-01-24 19:23:29 +00:00
Satoshi Asami
7af75d9539 Upgrade to 3.0. Thanks, Philippe!
=====
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)
1995-01-07 11:01:52 +00:00
Jordan K. Hubbard
5a41abaec4 Michael Reifenberger's transfig port.
Submitted by:	mr
1994-11-23 14:48:06 +00:00