diff options
author | veego <veego@pkgsrc.org> | 2002-08-05 08:51:40 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2002-08-05 08:51:40 +0000 |
commit | ad2219fb28f9744207f19a591cc369f07e02f1a2 (patch) | |
tree | 503a5ddc92a1c72a7077ef6afb1271ee3bc5a48a | |
parent | 818a52ae862cc96200e056e540b1f90dc14596f9 (diff) | |
download | pkgsrc-ad2219fb28f9744207f19a591cc369f07e02f1a2.tar.gz |
Import xvattr 1.3:
This program is used for getting and setting Xv attributes such as
XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ...
-rw-r--r-- | x11/xvattr/DESCR | 2 | ||||
-rw-r--r-- | x11/xvattr/Makefile | 16 | ||||
-rw-r--r-- | x11/xvattr/PLIST | 4 | ||||
-rw-r--r-- | x11/xvattr/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/x11/xvattr/DESCR b/x11/xvattr/DESCR new file mode 100644 index 00000000000..d248033dc14 --- /dev/null +++ b/x11/xvattr/DESCR @@ -0,0 +1,2 @@ +This program is used for getting and setting Xv attributes such as +XV_BRIGHTNESS, XV_CONTRAST, XV_SATURATION, XV_HUE, XV_COLORKEY, ... diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile new file mode 100644 index 00000000000..ec35d96e268 --- /dev/null +++ b/x11/xvattr/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/05 08:51:40 veego Exp $ + +DISTNAME= xvattr-1.3 +CATEGORIES= x11 +MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ + +MAINTAINER= veego@netbsd.org +HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/ +COMMENT= Modify Xv attributes + +GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= YES + +.include "../../mk/x11.buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xvattr/PLIST b/x11/xvattr/PLIST new file mode 100644 index 00000000000..76e64aff1c5 --- /dev/null +++ b/x11/xvattr/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/05 08:51:40 veego Exp $ +bin/gxvattr +bin/xvattr +man/man1/xvattr.1 diff --git a/x11/xvattr/distinfo b/x11/xvattr/distinfo new file mode 100644 index 00000000000..34e147f8ed6 --- /dev/null +++ b/x11/xvattr/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/05 08:51:40 veego Exp $ + +SHA1 (xvattr-1.3.tar.gz) = 6f6743aa7a1696727cc83bdf77e2baa63c090750 +Size (xvattr-1.3.tar.gz) = 82263 bytes |