Initial addition of xli-1.16, a version of xloadimage, an X11 Image Loading

Utility. Submitted in pr 6014 by Frederick Bruckman, some cleanup by me.
This commit is contained in:
frueauf 1998-08-27 11:18:04 +00:00
parent 9b1e903766
commit 4e8d0f378e
6 changed files with 76 additions and 0 deletions

15
graphics/xli/Makefile Normal file
View file

@ -0,0 +1,15 @@
# $NetBSD: Makefile,v 1.1 1998/08/27 11:18:04 frueauf Exp $
DISTNAME= xli.1.16
PKGNAME= xli-1.16
CATEGORIES= graphics x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= packages@netbsd.org
NO_WRKSUBDIR= yes
USE_IMAKE= yes
.include "../../mk/bsd.pkg.mk"

3
graphics/xli/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1 1998/08/27 11:18:04 frueauf Exp $
MD5 (xli.1.16.tar.gz) = 96af602a442e7fe670aea38c02a42670

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1 1998/08/27 11:18:05 frueauf Exp $
--- Imakefile.orig Thu Jul 28 20:45:10 1994
+++ Imakefile Sun Aug 23 09:01:23 1998
@@ -14,7 +14,7 @@
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
SYS_LIBRARIES = -lm
- DEFINES =
+ DEFINES = -DHAVE_GUNZIP
SRCS1 = bright.c clip.c cmuwmrast.c compress.c dither.c faces.c fbm.c fill.c g3.c gif.c halftone.c imagetypes.c img.c mac.c mcidas.c mc_tables.c merge.c misc.c new.c options.c path.c pbm.c pcx.c reduce.c jpeg.c jpeglib.c rle.c rlelib.c root.c rotate.c send.c smooth.c sunraster.c value.c window.c xbitmap.c xli.c xpixmap.c xwd.c zio.c zoom.c ddxli.c doslib.c tga.c bmp.c pcd.c
OBJS1 = bright.o clip.o cmuwmrast.o compress.o dither.o faces.o fbm.o fill.o g3.o gif.o halftone.o imagetypes.o img.o mac.o mcidas.o mc_tables.o merge.o misc.o new.o options.o path.o pbm.o pcx.o reduce.o jpeg.o jpeglib.o rle.o rlelib.o root.o rotate.o send.o smooth.o sunraster.o value.o window.o xbitmap.o xli.o xpixmap.o xwd.o zio.o zoom.o ddxli.o doslib.o tga.o bmp.o pcd.o

1
graphics/xli/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
a version of xloadimage, an X11 Image Loading Utility.

36
graphics/xli/pkg/DESCR Normal file
View file

@ -0,0 +1,36 @@
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)
A variety of options are available to modify images prior to viewing.
These options include clipping, dithering, depth reduction, zoom
(either X or Y axis independently or both at once), brightening or
darkening, input gamma correction, and image merging. When applicable,
these options are done automatically (eg. a color image to be displayed
on a monochrome screen will be dithered automatically). A utility (xlito)
is provided that allows these viewing options to be appended to the image
files.

8
graphics/xli/pkg/PLIST Normal file
View file

@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 1998/08/27 11:18:05 frueauf Exp $
bin/xli
bin/xlito
bin/xview
bin/xsetbg
lib/X11/app-defaults/Xloadimage
man/cat1/xli.0
man/cat1/xlito.0