diff options
author | fredb <fredb@pkgsrc.org> | 2005-03-05 20:03:29 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2005-03-05 20:03:29 +0000 |
commit | 3599d243f7b41b4047b424d6acd36db929e02246 (patch) | |
tree | 922738238dd41d42328f8ce7787ad7e1972df905 /graphics/xli | |
parent | 62e69d7f0121adc57312cdb47e5136c22c09f9e0 (diff) | |
download | pkgsrc-3599d243f7b41b4047b424d6acd36db929e02246.tar.gz |
De-lint. Particularly, shorten DESCR.
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/DESCR | 28 | ||||
-rw-r--r-- | graphics/xli/Makefile | 5 | ||||
-rw-r--r-- | graphics/xli/PLIST | 4 |
3 files changed, 7 insertions, 30 deletions
diff --git a/graphics/xli/DESCR b/graphics/xli/DESCR index 741505c42f2..6182b19ecc4 100644 --- a/graphics/xli/DESCR +++ b/graphics/xli/DESCR @@ -1,30 +1,6 @@ -xli is a version of xloadimage. - This utility will view several types of images under X11, or load -images onto the X11 root window. xli can also be used on some (32 bit) -MSDOS systems. The current version (1.16) supports: - - CMU Window Manager raster files - Faces Project images - Fuzzy Bitmap (.fbm) images - GEM bit images - GIF images (Including GIF89a compatibility) - G3 FAX images - JFIF style jpeg images - McIDAS areafiles - MacPaint images --> Windows, OS/2 BMP Image - Monochrome PC Paintbrush (.pcx) images --> Photograph on CD Image - Portable Bitmap (.pbm, .pgm, .ppm) images - Sun monochrome rasterfiles - Sun color RGB rasterfiles - Targa (.tga) files - Utah Raster Toolkit (.rle) files - X pixmap (.xpm) files (Version 1, 2C and 3) - X10 bitmap files - X11 bitmap files - X Window Dump (except TrueColor and DirectColor) +images onto the X11 root window. Supported image formats include +GIF, JPEG, JFIF, Faces, PNG, PPM and friends, XPM, and XWUD. A variety of options are available to modify images prior to viewing. These options include clipping, dithering, depth reduction, zoom diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 2f44681c3d4..bbdaa3bfceb 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/10/03 00:14:58 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/03/05 20:03:29 fredb Exp $ DISTNAME= xli-1.17.0 PKGREVISION= 1 @@ -6,7 +6,8 @@ CATEGORIES= graphics x11 MASTER_SITES= http://pantransit.reptiles.org/prog/ MAINTAINER= tech-pkg@NetBSD.org -COMMENT= Version of xloadimage, an X11 Image Loading Utility +HOMEPAGE= http://pantransit.reptiles.org/prog/ +COMMENT= X11 Image Loading Utility USE_BUILDLINK3= YES USE_IMAKE= YES diff --git a/graphics/xli/PLIST b/graphics/xli/PLIST index b6d0d6925fa..5a7fd72e677 100644 --- a/graphics/xli/PLIST +++ b/graphics/xli/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2003/12/22 04:46:15 fredb Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/03/05 20:03:29 fredb Exp $ bin/xli bin/xlito -bin/xview bin/xsetbg +bin/xview lib/X11/app-defaults/Xli ${IMAKE_MAN_DIR}/xli.${IMAKE_MANNEWSUFFIX} ${IMAKE_MAN_DIR}/xlito.${IMAKE_MANNEWSUFFIX} |