summaryrefslogtreecommitdiff
path: root/graphics/xli
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-27 11:18:04 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-27 11:18:04 +0000
commit4e8d0f378e1e6b683c102463469a575428f4d444 (patch)
tree69258faff6ccb0ae2f616d5502e31032f3c64bae /graphics/xli
parent9b1e903766500fe6456059a32cdcdd1f14bc5fe6 (diff)
downloadpkgsrc-4e8d0f378e1e6b683c102463469a575428f4d444.tar.gz
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.
Diffstat (limited to 'graphics/xli')
-rw-r--r--graphics/xli/Makefile15
-rw-r--r--graphics/xli/files/md53
-rw-r--r--graphics/xli/patches/patch-aa13
-rw-r--r--graphics/xli/pkg/COMMENT1
-rw-r--r--graphics/xli/pkg/DESCR36
-rw-r--r--graphics/xli/pkg/PLIST8
6 files changed, 76 insertions, 0 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
new file mode 100644
index 00000000000..585c48e0fca
--- /dev/null
+++ b/graphics/xli/Makefile
@@ -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"
diff --git a/graphics/xli/files/md5 b/graphics/xli/files/md5
new file mode 100644
index 00000000000..02ead06fdd4
--- /dev/null
+++ b/graphics/xli/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1 1998/08/27 11:18:04 frueauf Exp $
+
+MD5 (xli.1.16.tar.gz) = 96af602a442e7fe670aea38c02a42670
diff --git a/graphics/xli/patches/patch-aa b/graphics/xli/patches/patch-aa
new file mode 100644
index 00000000000..0b44a6228d4
--- /dev/null
+++ b/graphics/xli/patches/patch-aa
@@ -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
diff --git a/graphics/xli/pkg/COMMENT b/graphics/xli/pkg/COMMENT
new file mode 100644
index 00000000000..af0baf248a8
--- /dev/null
+++ b/graphics/xli/pkg/COMMENT
@@ -0,0 +1 @@
+a version of xloadimage, an X11 Image Loading Utility.
diff --git a/graphics/xli/pkg/DESCR b/graphics/xli/pkg/DESCR
new file mode 100644
index 00000000000..741505c42f2
--- /dev/null
+++ b/graphics/xli/pkg/DESCR
@@ -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.
diff --git a/graphics/xli/pkg/PLIST b/graphics/xli/pkg/PLIST
new file mode 100644
index 00000000000..3cf30590e06
--- /dev/null
+++ b/graphics/xli/pkg/PLIST
@@ -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