summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-02-21 12:27:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-02-21 12:27:34 +0000
commita329981e534c05c054f65bcf532db6eafeaf1663 (patch)
treef839322349a0b57ea5d4937d450d34e8bd83c478 /x11
parentAdd videogen 0.21, small utility for generating modelines for XFree86 servers. (diff)
Remove duplicate port (sysutils/videogen exists, though `sysutils' is
probably not the right category for it).
Notes
Notes: svn path=/head/; revision=129473
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/videogen/Makefile35
-rw-r--r--x11/videogen/distinfo2
-rw-r--r--x11/videogen/pkg-descr6
4 files changed, 0 insertions, 44 deletions
diff --git a/x11/Makefile b/x11/Makefile
index d43f1dcf6e61..c5dd82151a74 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -174,7 +174,6 @@
SUBDIR += tycoon
SUBDIR += user-selector-applet
SUBDIR += vdesk
- SUBDIR += videogen
SUBDIR += wdm
SUBDIR += wmappl
SUBDIR += wmblob
diff --git a/x11/videogen/Makefile b/x11/videogen/Makefile
deleted file mode 100644
index c1b3f19f12b8..000000000000
--- a/x11/videogen/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: videogen
-# Date created: 21 Feb 2005
-# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= videogen
-PORTVERSION= 0.21
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= X11/xutils
-
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= Generate modelines for XFree86 servers
-
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-
-MAN1= ${PORTNAME}.1
-
-PLIST_FILES= bin/${PORTNAME} share/${PORTNAME}/some_modes.sh
-PLIST_DIRS= share/${PORTNAME}
-
-post-extract:
- @${REINPLACE_CMD} -e '/^CFLAGS/d; s/gcc/$${CC}/' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' ${WRKSRC}/some_modes.sh
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/some_modes.sh ${DATADIR}
- ${INSTALL_MAN} ${WRKSRC}/${MAN1}x ${MANPREFIX}/man/man1/${MAN1}
-
-.include <bsd.port.mk>
diff --git a/x11/videogen/distinfo b/x11/videogen/distinfo
deleted file mode 100644
index 76d5ece97d42..000000000000
--- a/x11/videogen/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (videogen-0.21.tar.gz) = 18892b654a462ca6d3c1c19ab3daf21a
-SIZE (videogen-0.21.tar.gz) = 6777
diff --git a/x11/videogen/pkg-descr b/x11/videogen/pkg-descr
deleted file mode 100644
index 93d0f5ff7073..000000000000
--- a/x11/videogen/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Videogen is a small and handy utility that generates XFree86 and/or fbset
-(Linux framebuffer device) "Modelines" which tell your video card what
-signals to send to your monitor. Videogen is designed to provide the best
-refresh rate your hardware supports, but if you do not want to drive your
-monitor to the edge, just use lower specs than the actual capabilities of
-your hardware.