diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-23 14:40:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-23 14:40:13 +0800 |
commit | f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc (patch) | |
tree | fef7eccbbd55a83118883ea87c1cf68a31f57c34 /sysutils | |
parent | 1c28a9e62ba37233010d5897a51d42205cde0032 (diff) | |
download | freebsd-ports-gnome-f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc.tar.gz freebsd-ports-gnome-f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc.tar.zst freebsd-ports-gnome-f9bdc6f6784c96fbfa3e3b3e6f877dcfce460dfc.zip |
New port: sysutils/i855vidctl10
The i855vidctl tool was written by Damien Bergamini
<damien.bergamini@free.fr> based on code written by Alain
Poirier for Linux.
It lets you change the resolution to 1400x1050.
PR: ports/71106
Submitted by: Oliver Bantke <oliver.bantke@t-g-p.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/i855vidctl10/Makefile | 17 | ||||
-rw-r--r-- | sysutils/i855vidctl10/distinfo | 1 | ||||
-rw-r--r-- | sysutils/i855vidctl10/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/i855vidctl10/pkg-plist | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bc76433cd0b9..487675424933 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -190,6 +190,7 @@ SUBDIR += heirloom SUBDIR += hourglass SUBDIR += httplog + SUBDIR += i855vidctl10 SUBDIR += idled SUBDIR += installwatch SUBDIR += ipa diff --git a/sysutils/i855vidctl10/Makefile b/sysutils/i855vidctl10/Makefile new file mode 100644 index 000000000000..1ec0ce218cbe --- /dev/null +++ b/sysutils/i855vidctl10/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: i855vidctl +# Date created: 27 August 2004 +# Whom: Oliver Bantke +# +# $FreeBSD$ +# + +PORTNAME= i855vidctl +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://www.t-g-p.org/ +DISTNAME= ${PORTNAME}10 + +MAINTAINER= oliver.bantke@t-g-p.org +COMMENT= Reesolution Tool for Centrino based Laptops + +.include <bsd.port.mk> diff --git a/sysutils/i855vidctl10/distinfo b/sysutils/i855vidctl10/distinfo new file mode 100644 index 000000000000..2a04676c0bc4 --- /dev/null +++ b/sysutils/i855vidctl10/distinfo @@ -0,0 +1 @@ +MD5 (i855vidctl10.tar.gz) = 0728ac8d0886074d8f95b2d17980e44e diff --git a/sysutils/i855vidctl10/pkg-descr b/sysutils/i855vidctl10/pkg-descr new file mode 100644 index 000000000000..8fe23b783022 --- /dev/null +++ b/sysutils/i855vidctl10/pkg-descr @@ -0,0 +1,6 @@ +The i855vidctl tool was written by Damien Bergamini <damien.bergamini@free.fr> +based on code written by Alain Poirier for Linux. + +It lets you change the resolution to 1400x1050. + +WWW: http://damien.bergamini.free.fr/i855vidctl/ diff --git a/sysutils/i855vidctl10/pkg-plist b/sysutils/i855vidctl10/pkg-plist new file mode 100644 index 000000000000..9ea97712c65d --- /dev/null +++ b/sysutils/i855vidctl10/pkg-plist @@ -0,0 +1 @@ +bin/i855vidctl |