diff options
author | he <he> | 2002-08-07 13:45:25 +0000 |
---|---|---|
committer | he <he> | 2002-08-07 13:45:25 +0000 |
commit | 994c1e2e0ece19aada54325ce21f0d300941c302 (patch) | |
tree | 74aa7b11101143c489dcf3dd0785cc1abd310a95 /x11/asnap | |
parent | 6501dcba9a658a395f25d8679a70351f852aae03 (diff) | |
download | pkgsrc-994c1e2e0ece19aada54325ce21f0d300941c302.tar.gz |
Add the x11/asnap package:
Asnap is the ancestor of xsnap, a program which allows one
to take a "snapshot" of a region of the screen. Asnap adds the
ability to save the image in either "xwd" or "ATK raster" format,
and this can be done none-interactively as well.
Diffstat (limited to 'x11/asnap')
-rw-r--r-- | x11/asnap/DESCR | 4 | ||||
-rw-r--r-- | x11/asnap/Makefile | 14 | ||||
-rw-r--r-- | x11/asnap/PLIST | 2 | ||||
-rw-r--r-- | x11/asnap/distinfo | 4 |
4 files changed, 24 insertions, 0 deletions
diff --git a/x11/asnap/DESCR b/x11/asnap/DESCR new file mode 100644 index 00000000000..35ef818d34f --- /dev/null +++ b/x11/asnap/DESCR @@ -0,0 +1,4 @@ +Asnap is the ancestor of xsnap, a program which allows one +to take a "snapshot" of a region of the screen. Asnap adds the +ability to save the image in either "xwd" or "ATK raster" format, +and this can be done none-interactively as well. diff --git a/x11/asnap/Makefile b/x11/asnap/Makefile new file mode 100644 index 00000000000..0afc2ee84a8 --- /dev/null +++ b/x11/asnap/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/07 13:45:25 he Exp $ + +DISTNAME= asnap +PKGNAME= ${DISTNAME}-1.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB:S/contrib/R5contrib/} + +MAINTAINER= he@netbsd.org +COMMENT= Takes a snapshot of a region of the screen + +USE_IMAKE= yes +WRKSRC= ${WRKDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/asnap/PLIST b/x11/asnap/PLIST new file mode 100644 index 00000000000..840628ca28c --- /dev/null +++ b/x11/asnap/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/07 13:45:25 he Exp $ +bin/asnap diff --git a/x11/asnap/distinfo b/x11/asnap/distinfo new file mode 100644 index 00000000000..86c7e63225b --- /dev/null +++ b/x11/asnap/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/07 13:45:25 he Exp $ + +SHA1 (asnap.tar.gz) = e9b8a726aad1a84c2189fe9d4f7f91abbae8fa11 +Size (asnap.tar.gz) = 10519 bytes |