From owner-freebsd-ports Sun May 7 1:11:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9872837B8BC for ; Sun, 7 May 2000 01:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA64662; Sun, 7 May 2000 01:10:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from xavier.dyndns.org (dialupC218.ne.uswest.net [209.180.97.218]) by hub.freebsd.org (Postfix) with ESMTP id 3948737BC0C for ; Sat, 6 May 2000 10:46:27 -0700 (PDT) (envelope-from smoberly@xavier.dyndns.org) Received: (from smoberly@localhost) by xavier.dyndns.org (8.9.3/8.9.3) id MAA44641; Sat, 6 May 2000 12:46:16 -0500 (CDT) (envelope-from smoberly) Message-Id: <200005061746.MAA44641@xavier.dyndns.org> Date: Sat, 6 May 2000 12:46:16 -0500 (CDT) From: "Scott A. Moberly" Reply-To: smoberly@xavier.dyndns.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18413: gvid port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18413 >Category: ports >Synopsis: New port - gvid >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 07 01:10:14 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Scott A. Moberly >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: New port for gvid. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gvid # gvid/Makefile # gvid/files # gvid/files/md5 # gvid/patches # gvid/patches/patch-aa # gvid/pkg # gvid/pkg/DESCR # gvid/pkg/COMMENT # gvid/pkg/PLIST # echo c - gvid mkdir -p gvid > /dev/null 2>&1 echo x - gvid/Makefile sed 's/^X//' >gvid/Makefile << 'END-of-gvid/Makefile' X# Ports collection Makefile for: bulb X# Date created: 05/06/2000 X# Whom: smoberly@xavier.dyndns.org X# X# $FreeBSD$ X# X XPORTNAME= gvid XPORTVERSION= 0.1 XCATEGORIES= deskutils gnome XMASTER_SITES= http://kvand.mit.edu/gVid/ X XMAINTAINER= smoberly@xavier.dyndns.org X XLIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore\ X gnome.3:${PORTSDIR}/x11/gnomelibs X XALL_TARGET= gvid XMAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"\ X INSTALL_DATA="${INSTALL_DATA}" XUSE_X_PREFIX= YES X X.include END-of-gvid/Makefile echo c - gvid/files mkdir -p gvid/files > /dev/null 2>&1 echo x - gvid/files/md5 sed 's/^X//' >gvid/files/md5 << 'END-of-gvid/files/md5' XMD5 (gvid-0.1.tar.gz) = 256b0ad6b4b83aa5fe14c89196d006a5 END-of-gvid/files/md5 echo c - gvid/patches mkdir -p gvid/patches > /dev/null 2>&1 echo x - gvid/patches/patch-aa sed 's/^X//' >gvid/patches/patch-aa << 'END-of-gvid/patches/patch-aa' X*** Makefile.orig Wed Aug 18 15:48:29 1999 X--- Makefile Sat May 6 12:29:37 2000 X*************** X*** 19,27 **** X X X install : $(TARGET) $(TARGET).gnorba $(TARGET).desktop X! cp $(TARGET) $(BINDIR) X! cp $(TARGET).gnorba $(GNORBADIR) X! cp $(TARGET).desktop $(DESKTOPDIR) X X clean : X @rm -f *.o $(TARGET) X--- 19,27 ---- X X X install : $(TARGET) $(TARGET).gnorba $(TARGET).desktop X! ${INSTALL_PROGRAM} $(TARGET) $(BINDIR) X! ${INSTALL_DATA} $(TARGET).gnorba $(GNORBADIR) X! ${INSTALL_DATA} $(TARGET).desktop $(DESKTOPDIR) X X clean : X @rm -f *.o $(TARGET) END-of-gvid/patches/patch-aa echo c - gvid/pkg mkdir -p gvid/pkg > /dev/null 2>&1 echo x - gvid/pkg/DESCR sed 's/^X//' >gvid/pkg/DESCR << 'END-of-gvid/pkg/DESCR' X gVid is a little gnome applet to allow quick and easy switching X of resolutions in X. It looks and works much like the Windows X 95/98/2000 system tray equivalent. X XWWW: http://kvand.mit.edu/gVid/index.html END-of-gvid/pkg/DESCR echo x - gvid/pkg/COMMENT sed 's/^X//' >gvid/pkg/COMMENT << 'END-of-gvid/pkg/COMMENT' XGnome applet to change video resolution END-of-gvid/pkg/COMMENT echo x - gvid/pkg/PLIST sed 's/^X//' >gvid/pkg/PLIST << 'END-of-gvid/pkg/PLIST' Xbin/gvid Xetc/CORBA/servers/gvid.gnorba Xshare/gnome/applets/Utility/gvid.desktop END-of-gvid/pkg/PLIST exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message