diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:56:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 21:56:48 +0000 |
commit | 54db456b02dbe25ad214121d1c38bf5cd5fab77e (patch) | |
tree | 7629995d8bc65c0cea48efdbc4fd43d6a57a52d2 | |
parent | 82662fb79acf0f515c07a5ee86d88fade11502a5 (diff) | |
download | ports-54db456b02dbe25ad214121d1c38bf5cd5fab77e.tar.gz ports-54db456b02dbe25ad214121d1c38bf5cd5fab77e.zip |
Notes
-rw-r--r-- | graphics/xli/Makefile | 17 | ||||
-rw-r--r-- | graphics/xli/files/patch-aa | 10 | ||||
-rw-r--r-- | graphics/xli/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xli/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/xli/pkg-plist | 7 |
5 files changed, 46 insertions, 0 deletions
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 <bsd.port.mk> 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 |