diff options
author | asami <asami@FreeBSD.org> | 1994-12-24 21:23:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-12-24 21:23:09 +0800 |
commit | c743ced2af34ed6d9ba821318cabaf34803203c4 (patch) | |
tree | 8939fcfc4d90edfeff83a2b63e47cd2f79158c8b | |
parent | c800229e8045c7f112cef0433135d05673c925da (diff) | |
download | freebsd-ports-gnome-c743ced2af34ed6d9ba821318cabaf34803203c4.tar.gz freebsd-ports-gnome-c743ced2af34ed6d9ba821318cabaf34803203c4.tar.zst freebsd-ports-gnome-c743ced2af34ed6d9ba821318cabaf34803203c4.zip |
Upgrade to 3.10. Doesn't need the 16-bit patch anymore. Also modified
to use jpeg and tiff libraries from our port, not the xv distribution.
-rw-r--r-- | graphics/xv/Makefile | 11 | ||||
-rw-r--r-- | graphics/xv/pkg-comment | 2 | ||||
-rw-r--r-- | graphics/xv/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/xv/pkg-plist | 2 |
4 files changed, 9 insertions, 7 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 33192e5bfd90..800ed5bff92f 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: xv -# Version required: 3.01 +# Version required: 3.10 # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.0 1994/10/30 00:00:00 smace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/10/31 04:36:07 smace Exp $ # -DISTNAME= xv-3.01 +DISTNAME= xv-3.10 USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/R5contrib/ -EXTRACT_SUFX= .tar.gz +MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ +DEPENDS= ${PORTSDIR}/x11/jpeg ${PORTSDIR}/x11/tiff +INSTALL_MANPAGES= yes .include <bsd.port.mk> diff --git a/graphics/xv/pkg-comment b/graphics/xv/pkg-comment index 56314ee58d53..1cab68dcf3f5 100644 --- a/graphics/xv/pkg-comment +++ b/graphics/xv/pkg-comment @@ -1 +1 @@ -XV 3.01 +XV 3.10 diff --git a/graphics/xv/pkg-descr b/graphics/xv/pkg-descr index 13b5c3bc3c9a..2a9e0b272c7f 100644 --- a/graphics/xv/pkg-descr +++ b/graphics/xv/pkg-descr @@ -3,4 +3,3 @@ JPEG, TIFF, PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit RLE, PDS/VICAR, Sun Rasterfile, BMP, XPM, PCX, IRIS RGB, possibly PostScript, and PM formats on workstations and terminals running the X Window System, Version 11. - diff --git a/graphics/xv/pkg-plist b/graphics/xv/pkg-plist index ac727e4a9888..f71cfe145764 100644 --- a/graphics/xv/pkg-plist +++ b/graphics/xv/pkg-plist @@ -3,6 +3,8 @@ bin/xv bin/bggen bin/vdcomp bin/xcmap +bin/xvpictoppm man/man1/xv.1.gz man/man1/bggen.1.gz man/man1/xcmap.1.gz +man/man1/xvpictoppm.1.gz |