diff options
author | bland <bland@FreeBSD.org> | 2004-08-14 01:44:31 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-08-14 01:44:31 +0800 |
commit | fab382d6f8e69cf26f424036cfaca24a4055d307 (patch) | |
tree | e83211719f9b9629b46b133722b9308375cad449 /x11 | |
parent | 03e9c44576ffdd7743a04c096ec0af647ce3335b (diff) | |
download | freebsd-ports-gnome-fab382d6f8e69cf26f424036cfaca24a4055d307.tar.gz freebsd-ports-gnome-fab382d6f8e69cf26f424036cfaca24a4055d307.tar.zst freebsd-ports-gnome-fab382d6f8e69cf26f424036cfaca24a4055d307.zip |
Add sisctrl 0.0.20040622, Display Control Panel for XFree86/X.org SiS
driver.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/sisctrl/Makefile | 26 | ||||
-rw-r--r-- | x11/sisctrl/distinfo | 2 | ||||
-rw-r--r-- | x11/sisctrl/pkg-descr | 8 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 9f678f1f91cb..8d90f881190d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -156,6 +156,7 @@ SUBDIR += rxvt-devel SUBDIR += settitle SUBDIR += silo + SUBDIR += sisctrl SUBDIR += startup-notification SUBDIR += sxpc SUBDIR += temperature.app diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile new file mode 100644 index 000000000000..aa570f51b781 --- /dev/null +++ b/x11/sisctrl/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: sisctrl +# Date created: 14 Aug 2004 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sisctrl +PORTVERSION= 0.0.20040622 +CATEGORIES= x11 +MASTER_SITES= http://www.winischhofer.net/sis/ + +MAINTAINER= bland@FreeBSD.org +COMMENT= Display Control Panel for XFree86/X.org SiS driver + +USE_X_PREFIX= yes +USE_GNOME= gtk20 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LDFLAGS="-L${X11BASE}/lib" + +PLIST_FILES= bin/sisctrl +MAN1= sisctrl.1x + +.include <bsd.port.mk> diff --git a/x11/sisctrl/distinfo b/x11/sisctrl/distinfo new file mode 100644 index 000000000000..97ab6a6c24f2 --- /dev/null +++ b/x11/sisctrl/distinfo @@ -0,0 +1,2 @@ +MD5 (sisctrl-0.0.20040622.tar.gz) = 52f406da0ff588ee285d0b9761737462 +SIZE (sisctrl-0.0.20040622.tar.gz) = 503432 diff --git a/x11/sisctrl/pkg-descr b/x11/sisctrl/pkg-descr new file mode 100644 index 000000000000..fb6953396f70 --- /dev/null +++ b/x11/sisctrl/pkg-descr @@ -0,0 +1,8 @@ +sisctrl is a gtk-2.x based tool for the XFree86/X.org SiS ("sis") +driver to tune the display parameters during X server run-time. Among +other features, it allows switching and changing output devices, tuning +TV output, gamma correction and Xv (hardware video) properties. It also +supports switching the display mode and resizing the desktop using the +RandR extension. + +WWW: http://www.winischhofer.net/linuxsisvga.shtml#23 |