Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2003 20:45:54 +0600 (NOVT)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46975: NEW PORT: x11-wm/wampager, a mini pager for waimea window manager
Message-ID:  <200301111445.h0BEjsb0052661@regency.nsu.ru>

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

>Number:         46975
>Category:       ports
>Synopsis:       NEW PORT: x11-wm/wampager, a mini pager for waimea window manager
>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:   Sat Jan 11 06:50:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 5 19:45:35 NOVT 2002 root@regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
This is a port of wampager, which is a pager tool for waimea, with
support of RandR extension.
>How-To-Repeat:
N/A
>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:
#
#	.
#	./pkg-plist
#	./pkg-descr
#	./Makefile
#	./pkg-comment
#	./distinfo
#	./files
#	./files/patch-Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/wampager
END-of-./pkg-plist
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
Xwampager is a pager tool for waimea, with support of RandR extension.
X
XWWW: http://waimea.sourceforge.net/
END-of-./pkg-descr
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for: wampager
X# Date created:        11 Jan 2003
X# Whom:                Alexey Dokuchaev <danfe@regency.nsu.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wampager
XPORTVERSION=	0.9.1
XCATEGORIES=	x11-wm
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
X
XMAINTAINER=	danfe@regency.nsu.ru
X
XUSE_X_PREFIX=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/wampager ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XA mini pager for the waimea window manager
END-of-./pkg-comment
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (wampager-0.9.1.tar.gz) = 54ccb97b9b9327960af681469d8174c4
END-of-./distinfo
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/patch-Makefile
sed 's/^X//' >./files/patch-Makefile << 'END-of-./files/patch-Makefile'
X--- Makefile.orig	Sat Jan 11 20:20:42 2003
X+++ Makefile	Sat Jan 11 20:21:36 2003
X@@ -1,17 +1,13 @@
X CC	=	gcc
X-INC	=	
X+INC	=	-I/usr/X11R6/include
X LIBS	=	-L/usr/X11R6/lib -lX11 -lXpm -lXext
X SRCS	=	wampager.c
X OBJS	=	wampager.o
X-CFLAGS	=	-Wall
X 
X all: wampager
X 
X clean:
X-	rm -f $(OBJS) wampager
X+	rm -f ${OBJS} wampager
X 
X-wampager : $(SRCS)
X-		$(CC) $(CFLAGS) $(SRCS) $(INC) -o wampager $(LIBS)
X-
X-install : all
X-		install -c -s wampager /usr/local/bin
X+wampager : ${SRCS}
X+		${CC} ${CFLAGS} ${SRCS} ${INC} -o wampager ${LIBS}
END-of-./files/patch-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?200301111445.h0BEjsb0052661>