diff options
-rw-r--r-- | graphics/xdgagrab/Makefile | 21 | ||||
-rw-r--r-- | graphics/xdgagrab/distinfo | 1 | ||||
-rw-r--r-- | graphics/xdgagrab/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xdgagrab/pkg-descr | 17 | ||||
-rw-r--r-- | graphics/xdgagrab/pkg-plist | 1 |
5 files changed, 41 insertions, 0 deletions
diff --git a/graphics/xdgagrab/Makefile b/graphics/xdgagrab/Makefile new file mode 100644 index 000000000000..a522c25206b2 --- /dev/null +++ b/graphics/xdgagrab/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xdgagrab +# Version required: 0.3 +# Date created: 99/01/18 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $Id:$ +# + +DISTNAME= xdgagrab-0.3 +CATEGORIES= graphics +MASTER_SITES= http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/ports/ + +MAINTAINER= taoka@FreeBSD.org + +ALL_TARGET= xdgagrab +USE_X_PREFIX= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/xdgagrab/distinfo b/graphics/xdgagrab/distinfo new file mode 100644 index 000000000000..2f8c43efcf16 --- /dev/null +++ b/graphics/xdgagrab/distinfo @@ -0,0 +1 @@ +MD5 (xdgagrab-0.3.tar.gz) = 607cba28f9e5a3f0e476515bcd84043e diff --git a/graphics/xdgagrab/pkg-comment b/graphics/xdgagrab/pkg-comment new file mode 100644 index 000000000000..e04e58f84e22 --- /dev/null +++ b/graphics/xdgagrab/pkg-comment @@ -0,0 +1 @@ +capture an X server screen with a mouse pointer diff --git a/graphics/xdgagrab/pkg-descr b/graphics/xdgagrab/pkg-descr new file mode 100644 index 000000000000..47f6bea49ce2 --- /dev/null +++ b/graphics/xdgagrab/pkg-descr @@ -0,0 +1,17 @@ +xdgagrab is to capture an X server screen with a mouse pointer. It +uses the XFree86-DGA Extention. + +Note that (1) xdgagrab should be run by Super User (2) X is run on +16bpp, 24bpp and 32bpp (NOT 8bpp), and (3) you need add the next line +into Section "Device" of XF86Config. + +Option "sw_cursor" + +Supported cards: + Millennium, MGA G200, #9 Motion 771, NeoMagic NM2160 + ATI 264VT3, ATI 3D Rage Pro AGP 2X/IIC VGA, + Canopus PowerWindow 864 S3 864, NeoMagic 2070, + NeoMagic 2093 + +Not supported cards: + STB nVidia Riva 128 diff --git a/graphics/xdgagrab/pkg-plist b/graphics/xdgagrab/pkg-plist new file mode 100644 index 000000000000..a19aeeac91fb --- /dev/null +++ b/graphics/xdgagrab/pkg-plist @@ -0,0 +1 @@ +bin/xdgagrab |