mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
xli, xsetbg, xview, xlito (ver 1.16) - utilities to display images on X11
(required by tkwww).
This commit is contained in:
parent
82662fb79a
commit
54db456b02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494
17
graphics/xli/Makefile
Normal file
17
graphics/xli/Makefile
Normal file
@ -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>
|
10
graphics/xli/files/patch-aa
Normal file
10
graphics/xli/files/patch-aa
Normal file
@ -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();
|
1
graphics/xli/pkg-comment
Normal file
1
graphics/xli/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
xli, xsetbg, xview, xlito (ver 1.16) - utilities to display images on X11
|
11
graphics/xli/pkg-descr
Normal file
11
graphics/xli/pkg-descr
Normal file
@ -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
|
7
graphics/xli/pkg-plist
Normal file
7
graphics/xli/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user