diff options
author | jmz <jmz@FreeBSD.org> | 1995-01-09 09:17:45 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-01-09 09:17:45 +0800 |
commit | 097b8d53cfcfcda9a5bf8aee87c99706c600e92a (patch) | |
tree | 83f692ecf32cb14f9b6f118ef81132861a6f4f2d /x11 | |
parent | 938c32e52b616a5c8ec1fed08e3f38bb2dcb0869 (diff) | |
download | freebsd-ports-gnome-097b8d53cfcfcda9a5bf8aee87c99706c600e92a.tar.gz freebsd-ports-gnome-097b8d53cfcfcda9a5bf8aee87c99706c600e92a.tar.zst freebsd-ports-gnome-097b8d53cfcfcda9a5bf8aee87c99706c600e92a.zip |
XLOADIMAGE - X11 Image Loading Utility
This is not the latest version, but this one is able to load fax .g3
images
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xloadimage/Makefile | 9 | ||||
-rw-r--r-- | x11/xloadimage/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xloadimage/pkg-descr | 28 | ||||
-rw-r--r-- | x11/xloadimage/pkg-plist | 10 |
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 |