diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile new file mode 100644 index 000000000000..636c854a09aa --- /dev/null +++ b/graphics/xli/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xli +# Version required: 1.16 +# Date created: 24 November 1994 +# Whom: asami +# +# $id:$ +# + +DISTNAME= xli.1.16 +USE_IMAKE= yes +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +EXTRACT_SUFX= .tar.gz +NO_WRKSUBDIR= yes +# PKG_CMD= pkg_create -N +INSTALL_MANPAGES= yes + +.include diff --git a/graphics/xli/files/patch-aa b/graphics/xli/files/patch-aa new file mode 100644 index 000000000000..d170886c1c07 --- /dev/null +++ b/graphics/xli/files/patch-aa @@ -0,0 +1,10 @@ +--- ./xli.h.org Thu Jul 28 18:13:28 1994 ++++ ./xli.h Wed Nov 23 21:03:24 1994 +@@ -288,6 +288,7 @@ + + void flipBits(); /* value.c */ + ++#define zopen zzopen /* to avoid conflict with zopen in stdio.h */ + ZFILE *zopen(); /* zio.c */ + int zread(); + void zunread(); diff --git a/graphics/xli/pkg-comment b/graphics/xli/pkg-comment new file mode 100644 index 000000000000..42df03b7ed52 --- /dev/null +++ b/graphics/xli/pkg-comment @@ -0,0 +1 @@ +xli, xsetbg, xview, xlito (ver 1.16) - utilities to display images on X11 diff --git a/graphics/xli/pkg-descr b/graphics/xli/pkg-descr new file mode 100644 index 000000000000..969e918f8838 --- /dev/null +++ b/graphics/xli/pkg-descr @@ -0,0 +1,11 @@ +xli, xsetbg and xsetbg (the last two are symlinks to the first one) +display images on X11. + +xlito works with xloadimage to "mark" images. Take a look at the +xlito man page for details. It also installs app-defaults for +xloadimage if it's not there but I didn't include it in the packing +list so it won't clobber an existing one if xloadimage is already +installed. + +- Satoshi +asami@cs.berkeley.edu diff --git a/graphics/xli/pkg-plist b/graphics/xli/pkg-plist new file mode 100644 index 000000000000..32baf5658a4d --- /dev/null +++ b/graphics/xli/pkg-plist @@ -0,0 +1,7 @@ +@cwd /usr/X11R6 +bin/xli +bin/xlito +bin/xview +bin/xsetbg +man/man1/xli.1.gz +man/man1/xlito.1.gz