Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 1999 22:40:58 +1000 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10833: new port: wmcp-1.2.6
Message-ID:  <199903281240.WAA73518@corp.au.triax.com>

next in thread | raw e-mail | index | archive | help

>Number:         10833
>Category:       ports
>Synopsis:       new port: wmcp-1.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 28 04:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

This replaces ports/9988.  Please see my followup to that PR and close
it.

>How-To-Repeat:

	

>Fix:
	
# 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:
#
#	wmcp
#	wmcp/pkg
#	wmcp/pkg/PLIST
#	wmcp/pkg/DESCR
#	wmcp/pkg/COMMENT
#	wmcp/patches
#	wmcp/patches/patch-aa
#	wmcp/files
#	wmcp/files/md5
#	wmcp/Makefile
#
echo c - wmcp
mkdir -p wmcp > /dev/null 2>&1
echo c - wmcp/pkg
mkdir -p wmcp/pkg > /dev/null 2>&1
echo x - wmcp/pkg/PLIST
sed 's/^X//' >wmcp/pkg/PLIST << 'END-of-wmcp/pkg/PLIST'
Xbin/wmcp
END-of-wmcp/pkg/PLIST
echo x - wmcp/pkg/DESCR
sed 's/^X//' >wmcp/pkg/DESCR << 'END-of-wmcp/pkg/DESCR'
XA very simple dockable pager for Window Maker.  Up to nine workspaces
Xmy be selected with buttons that send the appropriate synthetic ALT
X1..9 key code to the root window.  If you love Window Maker but can't
Xlive without a pager, this app may be of use to you. 
X
XWWW Homepage:	http://www.linuxbox.com/~bac/
X
X- Jim <jim@phrantic.phear.net>
END-of-wmcp/pkg/DESCR
echo x - wmcp/pkg/COMMENT
sed 's/^X//' >wmcp/pkg/COMMENT << 'END-of-wmcp/pkg/COMMENT'
XA dockable pager for WindowMaker.
END-of-wmcp/pkg/COMMENT
echo c - wmcp/patches
mkdir -p wmcp/patches > /dev/null 2>&1
echo x - wmcp/patches/patch-aa
sed 's/^X//' >wmcp/patches/patch-aa << 'END-of-wmcp/patches/patch-aa'
X--- Makefile.orig	Tue Feb  9 23:16:16 1999
X+++ Makefile	Tue Feb  9 23:16:34 1999
X@@ -1,6 +1,6 @@
X 
X 
X-INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
X+INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11
X LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
X LIBS = -lm -lX11 -lXpm -lXext
X 
END-of-wmcp/patches/patch-aa
echo c - wmcp/files
mkdir -p wmcp/files > /dev/null 2>&1
echo x - wmcp/files/md5
sed 's/^X//' >wmcp/files/md5 << 'END-of-wmcp/files/md5'
XMD5 (wmcp-1.2.6.tar.gz) = 384736be9178d92e02c87c55bd290150
END-of-wmcp/files/md5
echo x - wmcp/Makefile
sed 's/^X//' >wmcp/Makefile << 'END-of-wmcp/Makefile'
X# New ports collection makefile for:	wmcp
X# Version required:		1.2.6
X# Date created:			10 February 1999
X# Whom:				Jim Mock <jim@phrantic.phear.net>
X#
X# $Id$
X#
X
XDISTNAME=	wmcp-1.2.6
XCATEGORIES=	misc windowmaker
XMASTER_SITES=	http://www.linuxbox.com/~bac/src/wmcp/
X
XMAINTAINER=	jim@phrantic.phear.net
X
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
X
X.include <bsd.port.pre.mk>
X
Xpre-build:
X	(cd ${WRKSRC} && ${GMAKE} clean)
X
Xdo-build:
X	(cd ${WRKSRC} && make)
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-wmcp/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903281240.WAA73518>