From owner-freebsd-ports Tue Jan 16 1:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61BDE37B69B for ; Tue, 16 Jan 2001 01:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0G9e1Q18802; Tue, 16 Jan 2001 01:40:01 -0800 (PST) (envelope-from gnats) Received: from lucretia.twobits.org (unknown [24.69.252.52]) by hub.freebsd.org (Postfix) with ESMTP id D275737B699 for ; Tue, 16 Jan 2001 01:33:45 -0800 (PST) Received: (from root@localhost) by lucretia.twobits.org (8.11.1/8.9.3) id f0G9Xhk38509; Tue, 16 Jan 2001 01:33:43 -0800 (PST) (envelope-from carpathia) Message-Id: <200101160933.f0G9Xhk38509@lucretia.twobits.org> Date: Tue, 16 Jan 2001 01:33:43 -0800 (PST) From: karlj000@unbc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24375: Port Update: x11/wmmenu to version 0.4. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24375 >Category: ports >Synopsis: x11/wmmenu port: Update to version 0.4. >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: Tue Jan 16 01:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Karlson >Release: FreeBSD 4.2-BETA i386 >Organization: None. >Environment: N/A. >Description: Update of port from version 0.3 to 0.4. >How-To-Repeat: N/A. >Fix: Update the port. :-) Shell archive follows of the whole new port. Question: The only thing that changed was the Makefile (and the distinfo file, of course). In the future, is it preferred that I submit the whole port anew (as I have here), or just the modified files? Thanks. # 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: # # wmmenu # wmmenu/files # wmmenu/files/patch-aa # wmmenu/files/patch-ab # wmmenu/files/patch-ac # wmmenu/distinfo # wmmenu/Makefile # wmmenu/pkg-descr # wmmenu/pkg-message # wmmenu/pkg-plist # wmmenu/pkg-comment # echo c - wmmenu mkdir -p wmmenu > /dev/null 2>&1 echo c - wmmenu/files mkdir -p wmmenu/files > /dev/null 2>&1 echo x - wmmenu/files/patch-aa sed 's/^X//' >wmmenu/files/patch-aa << 'END-of-wmmenu/files/patch-aa' X--- options.c.BACKUP Thu Nov 16 21:11:16 2000 X+++ options.c Thu Nov 16 21:11:25 2000 X@@ -4,7 +4,7 @@ X #include X #include X /* POSIX */ X-#include X+#include X X #include "options.h" X #include "version.h" END-of-wmmenu/files/patch-aa echo x - wmmenu/files/patch-ab sed 's/^X//' >wmmenu/files/patch-ab << 'END-of-wmmenu/files/patch-ab' X--- example/apps.Dist Sat Aug 5 00:40:31 2000 X+++ example/apps Sun Nov 19 18:32:02 2000 X@@ -4,8 +4,6 @@ X X "GNUstep.xpm" Menu title X "linuxterm.xpm" xterm -T Terminal -name terminal -geometry 80x50 & X-"HomeNeighborOpen.xpm" xterm -T "Login terminal" -name loginxterm -e bin/rloginsession & X-"FileManager.xpm" xterm -T "Midnight Commander" -name mc -geometry 100x50 -sl 1000 -e mc -c & X "mixer.xpm" gaumix & X "HP-16C-48.xpm" kcalc & X END-of-wmmenu/files/patch-ab echo x - wmmenu/files/patch-ac sed 's/^X//' >wmmenu/files/patch-ac << 'END-of-wmmenu/files/patch-ac' X--- example/defaults.Dist Sat Aug 5 00:40:06 2000 X+++ example/defaults Sun Nov 19 18:28:53 2000 X@@ -12,4 +12,10 @@ X X xpmpath /usr/local/share/WindowMaker/Icons X xpmpath /usr/local/share/pixmaps X+ X+xpmpath %%PREFIX%%/share/WindowMaker/Backgrounds X+xpmpath %%PREFIX%%/share/WindowMaker/Icons X+xpmpath %%PREFIX%%/share/WindowMaker/Pixmaps X+xpmpath %%PREFIX%%/include/X11/pixmaps X+ X tile tile2.xpm END-of-wmmenu/files/patch-ac echo x - wmmenu/distinfo sed 's/^X//' >wmmenu/distinfo << 'END-of-wmmenu/distinfo' XMD5 (wmmenu-0.4.tar.gz) = a29d1d71431ea5267f67fa5f67690992 END-of-wmmenu/distinfo echo x - wmmenu/Makefile sed 's/^X//' >wmmenu/Makefile << 'END-of-wmmenu/Makefile' X# New ports collection makefile for: wmmenu X# Date created: 16 November 2000 X# Whom: Jeremy X# X# $FreeBSD: ports/x11/wmmenu/Makefile,v 1.1 2000/11/21 06:52:56 dougb Exp $ X# X XPORTNAME= wmmenu XPORTVERSION= 0.4 XCATEGORIES= x11 XMASTER_SITES= http://www.fcoutant.freesurf.fr/download/ X XMAINTAINER= karlj000@unbc.ca X XLIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp:install X XWRKSRC= ${WRKDIR}/${PORTNAME} XUSE_X_PREFIX= yes XUSE_GMAKE= yes X Xpost-patch: X @ ${MV} ${WRKSRC}/example/defaults ${WRKSRC}/example/defaults.presed X @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/example/defaults.presed \ X > ${WRKSRC}/example/defaults X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmmenu ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/doc/wmmenu X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmmenu X ${MKDIR} ${PREFIX}/share/doc/wmmenu/example X ${INSTALL_DATA} ${WRKSRC}/example/apps ${PREFIX}/share/doc/wmmenu/example X ${INSTALL_DATA} ${WRKSRC}/example/defaults ${PREFIX}/share/doc/wmmenu/example X Xpost-install: X @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${PKGMESSAGE} X X.include END-of-wmmenu/Makefile echo x - wmmenu/pkg-descr sed 's/^X//' >wmmenu/pkg-descr << 'END-of-wmmenu/pkg-descr' XA dockapp for WindowMaker that provides a popup menu of icons that launch Xapplications, like in AfterStep. The program can be run more than once at Xthe same time, which allows many different menus, each one described in a Xseperate file. X XWWW: http://www.fcoutant.freesurf.fr/wmmenu.html X XJeremy Xkarlj000@unbc.ca END-of-wmmenu/pkg-descr echo x - wmmenu/pkg-message sed 's/^X//' >wmmenu/pkg-message << 'END-of-wmmenu/pkg-message' XRead %%PREFIX%%/share/doc/wmmenu/README for info on configuring this dockapp. END-of-wmmenu/pkg-message echo x - wmmenu/pkg-plist sed 's/^X//' >wmmenu/pkg-plist << 'END-of-wmmenu/pkg-plist' Xbin/wmmenu Xshare/doc/wmmenu/example/apps Xshare/doc/wmmenu/example/defaults Xshare/doc/wmmenu/README X@dirrm share/doc/wmmenu/example X@dirrm share/doc/wmmenu END-of-wmmenu/pkg-plist echo x - wmmenu/pkg-comment sed 's/^X//' >wmmenu/pkg-comment << 'END-of-wmmenu/pkg-comment' XA popup menu of icons that launch programs for the WindowMaker dock END-of-wmmenu/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message