summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-01-09 01:17:45 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-01-09 01:17:45 +0000
commitffc1e1b28346a309691f2cecd42360996744d887 (patch)
tree0eb228e873b4dfd8f685313d1c073a0335343df2 /x11
parentScheme 48 (diff)
XLOADIMAGE - X11 Image Loading Utility
This is not the latest version, but this one is able to load fax .g3 images
Notes
Notes: svn path=/head/; revision=737
Diffstat (limited to 'x11')
-rw-r--r--x11/xloadimage/Makefile9
-rw-r--r--x11/xloadimage/pkg-comment1
-rw-r--r--x11/xloadimage/pkg-descr28
-rw-r--r--x11/xloadimage/pkg-plist10
4 files changed, 48 insertions, 0 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
new file mode 100644
index 000000000000..d8561930eeb0
--- /dev/null
+++ b/x11/xloadimage/Makefile
@@ -0,0 +1,9 @@
+DISTNAME= xloadimage
+DISTFILES= xloadimage.3.03.tar.Z
+NO_WRKSUBDIR= yes
+USE_IMAKE= yes
+INSTALL_MANPAGES= yes
+MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
+
+
+.include <bsd.port.mk>
diff --git a/x11/xloadimage/pkg-comment b/x11/xloadimage/pkg-comment
new file mode 100644
index 000000000000..99ed652f5e66
--- /dev/null
+++ b/x11/xloadimage/pkg-comment
@@ -0,0 +1 @@
+XLOADIMAGE - X11 Image Loading Utility
diff --git a/x11/xloadimage/pkg-descr b/x11/xloadimage/pkg-descr
new file mode 100644
index 000000000000..d34f0eb0e244
--- /dev/null
+++ b/x11/xloadimage/pkg-descr
@@ -0,0 +1,28 @@
+This utility will view several types of images under X11, or load
+images onto the root window. The current version supports:
+
+ CMU Window Manager raster files
+ Faces Project images
+ Fuzzy Bitmap (FBM) images
+ GEM bit images
+ GIF images
+ G3 FAX images
+ JFIF-style JPEG images
+ McIDAS areafiles
+ MacPaint images
+ PC Paintbrush (PCX) images
+ Portable Bitmap (PBM, PGM, PPM) images
+ Sun monochrome rasterfiles
+ Sun color RGB rasterfiles
+ Utah Raster Toolkit (RLE) files
+ X pixmap files
+ X10 bitmap files
+ X11 bitmap files
+ X Window Dump (except XYPixmap, 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, 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).
diff --git a/x11/xloadimage/pkg-plist b/x11/xloadimage/pkg-plist
new file mode 100644
index 000000000000..97ba8af8726c
--- /dev/null
+++ b/x11/xloadimage/pkg-plist
@@ -0,0 +1,10 @@
+@cd /usr/X11R6
+@owner bin
+@group bin
+@mode 755
+bin/xloadimage
+bin/xview
+bin/xsetbg
+@mode 644
+app-defaults/Xloadimage
+man/man1/xloadimage.1.gz