summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-26 21:33:34 +0000
committerpav <pav@FreeBSD.org>2005-05-26 21:33:34 +0000
commit734f585b2b20868afa8e40b6c6ed402849cf826a (patch)
tree5f96c8382547085b398596debb8edddb632a306c /sysutils
parent3c88cc9f045749e796c2d8f1809321989d899b65 (diff)
downloadFreeBSD-ports-734f585b2b20868afa8e40b6c6ed402849cf826a.zip
FreeBSD-ports-734f585b2b20868afa8e40b6c6ed402849cf826a.tar.gz
This is a resolution hack for Intel 915 based video cards. Based on code
written by Alain Poirer for Linux, modified by Steve Tomljenovic. Binary install, source code included. PR: ports/80496 Submitted by: Remington <TastyNachos@charter.net>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/915resolution/Makefile26
-rw-r--r--sysutils/915resolution/distinfo2
-rw-r--r--sysutils/915resolution/pkg-descr5
-rw-r--r--sysutils/Makefile1
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/915resolution/Makefile b/sysutils/915resolution/Makefile
new file mode 100644
index 0000000..58d1285
--- /dev/null
+++ b/sysutils/915resolution/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: 915resolution
+# Date created: 30 Apr 2004
+# Whom: Remington Lang <MrL0Lz@gmail.com>
+#
+# $FreeBSD$
+
+PORTNAME= 915resolution
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://people.tecnik93.com/~acpi_perf/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= MrL0Lz@gmail.com
+COMMENT= Resolution tool for Intel i915 video cards
+
+USE_LINUX= yes
+NO_BUILD= yes
+ONLY_FOR_ARCHS= i386
+
+PLIST_FILES= bin/915resolution
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/915resolution ${PREFIX}/bin
+ ${BRANDELF} -t Linux ${PREFIX}/bin/915resolution
+
+.include <bsd.port.mk>
diff --git a/sysutils/915resolution/distinfo b/sysutils/915resolution/distinfo
new file mode 100644
index 0000000..f5a2e49
--- /dev/null
+++ b/sysutils/915resolution/distinfo
@@ -0,0 +1,2 @@
+MD5 (915resolution.tar.gz) = 288082ef15f031bd862328eea27b5024
+SIZE (915resolution.tar.gz) = 11416
diff --git a/sysutils/915resolution/pkg-descr b/sysutils/915resolution/pkg-descr
new file mode 100644
index 0000000..7989dd8
--- /dev/null
+++ b/sysutils/915resolution/pkg-descr
@@ -0,0 +1,5 @@
+This is a resolution hack for Intel 915 based video cards. Based on code
+written by Alain Poirer for Linux, modified by Steve Tomljenovic. Binary
+install, source code included.
+
+WWW: http://www.geocities.com/stomljen/
diff --git a/sysutils/Makefile b/sysutils/Makefile
index a67ad86..2b8e120 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -4,6 +4,7 @@
COMMENT = System utilities
SUBDIR += 3dm
+ SUBDIR += 915resolution
SUBDIR += LPRng
SUBDIR += LPRngTool
SUBDIR += Tee
OpenPOWER on IntegriCloud