Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 09:55:44 -0700 (PDT)
From:      sobomax@altavista.net
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13503: [NEW PORT] New WPeople 0.12 port
Message-ID:  <19990831165544.6049715256@hub.freebsd.org>

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

>Number:         13503
>Category:       ports
>Synopsis:       [NEW PORT] New WPeople 0.12 port
>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 Aug 31 10:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Sobolev
>Release:        4.0-CURRENT
>Organization:
Vega International Capital
>Environment:
>Description:
New port of WPeople - simple contact manager for WindowMaker (or any other wm).
>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:
#
#	WPeople
#	WPeople/files
#	WPeople/files/md5
#	WPeople/pkg
#	WPeople/pkg/COMMENT
#	WPeople/pkg/DESCR
#	WPeople/pkg/PLIST
#	WPeople/Makefile
#	WPeople/patches
#	WPeople/patches/patch-aa
#	WPeople/patches/patch-ab
#
echo c - WPeople
mkdir -p WPeople > /dev/null 2>&1
echo c - WPeople/files
mkdir -p WPeople/files > /dev/null 2>&1
echo x - WPeople/files/md5
sed 's/^X//' >WPeople/files/md5 << 'END-of-WPeople/files/md5'
XMD5 (WPeople_012.tar.gz) = b748b62a432cf9cef1f79fd859e6236f
END-of-WPeople/files/md5
echo c - WPeople/pkg
mkdir -p WPeople/pkg > /dev/null 2>&1
echo x - WPeople/pkg/COMMENT
sed 's/^X//' >WPeople/pkg/COMMENT << 'END-of-WPeople/pkg/COMMENT'
XSimple address book type program based on the WINGs
END-of-WPeople/pkg/COMMENT
echo x - WPeople/pkg/DESCR
sed 's/^X//' >WPeople/pkg/DESCR << 'END-of-WPeople/pkg/DESCR'
XThis program is inspired by the BeOS People program.  It is a simple
Xaddress book type program based on the WINGs (WINGs Is Not GNUstep) widget
Xset, which is included with the Window Maker window manager.  For best 
Xresults, use Window Maker (www.windowmaker.org) as your window manager.  
XWPeople will work fine with other wms, though.
X
XWWW: http://lemur.uvm.edu/~kelvin/WPeople/
END-of-WPeople/pkg/DESCR
echo x - WPeople/pkg/PLIST
sed 's/^X//' >WPeople/pkg/PLIST << 'END-of-WPeople/pkg/PLIST'
Xbin/WPeople
Xshare/doc/WPeople/README.wpeople
X@dirrm share/doc/WPeople
END-of-WPeople/pkg/PLIST
echo x - WPeople/Makefile
sed 's/^X//' >WPeople/Makefile << 'END-of-WPeople/Makefile'
X# New ports collection makefile for:    WPeople
X# Version required:                     0.12
X# Date Created:                         29 August 1999
X# Whom:                                 Maxim Sobolev <sobomax@altavista.net>
X#
X# $FreeBSD:$
X#
X
XDISTNAME=       WPeople_012
XPKGNAME=	wpeople-0.12
XCATEGORIES=     deskutils windowmaker
XMASTER_SITES=   http://lemur.uvm.edu/~kelvin/WPeople/
X
XMAINTAINER=     sobomax@altavista.net
X
XWRKSRC=		${WRKDIR}/WPeople
X
XLIB_DEPENDS=    wraster.3:${PORTSDIR}/x11-wm/windowmaker \
X		PropList.1:${PORTSDIR}/devel/libPropList \
X		Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_X_PREFIX=   yes
X
Xdo-install:
X	${MKDIR} ${PREFIX}/share/doc/WPeople
X	${INSTALL_PROGRAM} ${WRKSRC}/WPeople ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/README.wpeople ${PREFIX}/share/doc/WPeople
X
X.include <bsd.port.mk>
END-of-WPeople/Makefile
echo c - WPeople/patches
mkdir -p WPeople/patches > /dev/null 2>&1
echo x - WPeople/patches/patch-aa
sed 's/^X//' >WPeople/patches/patch-aa << 'END-of-WPeople/patches/patch-aa'
X--- Makefile.orig	Thu Jul  1 17:40:47 1999
X+++ Makefile	Tue Aug 31 19:46:11 1999
X@@ -3,13 +3,14 @@
X SCRS = WPeople.c
X OBJS = WPeople.o
X LIBS = -L/usr/local/lib -L/usr/X11R6/lib -lWINGs  -lPropList
X-CC = gcc -W -O $(DEFINES)
X+CC ?= gcc
X+CC += -I/usr/local/include -I${X11BASE}/include
X 
X all: WPeople
X 
X WPeople: $(OBJS)
X 
X-	$(CC) -o WPeople  $(OBJS) $(LIBS) `get-wraster-flags --libs`
X+	$(CC) -o WPeople  $(OBJS) $(LIBS) `${X11BASE}/bin/get-wraster-flags --libs`
X 	strip WPeople
X 
X #
END-of-WPeople/patches/patch-aa
echo x - WPeople/patches/patch-ab
sed 's/^X//' >WPeople/patches/patch-ab << 'END-of-WPeople/patches/patch-ab'
X--- WPeople.c.orig	Thu Jul  1 18:00:27 1999
X+++ WPeople.c	Mon Aug 30 18:11:19 1999
X@@ -49,6 +49,10 @@
X #define _(txt) txt
X #endif
X 
X+#if defined(__FreeBSD__)
X+char	*p;
X+#define	basename(filename) ((p = strrchr(filename, '/')) ? (p+1) : filename)
X+#endif
X 
X #define PACKAGE "WPeople"
X #define LOCALEDIR "/usr/local/share/locale"
END-of-WPeople/patches/patch-ab
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?19990831165544.6049715256>