Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 1999 11:36:59 +1000 (EST)
From:      jim@blues.ghis.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13018: new port: gaddr-1.1.2
Message-ID:  <199908080136.LAA58173@blues.ghis.net>

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

>Number:         13018
>Category:       ports
>Synopsis:       new port: gaddr-1.1.2
>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:   Sat Aug  7 18:40:55 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

New port of gaddr, a gtk (and optionally, GNOME) address book.

>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:
#
#	gaddr
#	gaddr/Makefile
#	gaddr/files
#	gaddr/files/md5
#	gaddr/pkg
#	gaddr/pkg/COMMENT
#	gaddr/pkg/DESCR
#	gaddr/pkg/PLIST
#	gaddr/patches
#	gaddr/patches/patch-aa
#	gaddr/patches/patch-ab
#
echo c - gaddr
mkdir -p gaddr > /dev/null 2>&1
echo x - gaddr/Makefile
sed 's/^X//' >gaddr/Makefile << 'END-of-gaddr/Makefile'
X# New ports collection makefile for:	gaddr
X# Version required:		1.1.2
X# Date created:			8 August 1999
X# Whom:				Jim Mock <jim@blues.ghis.net>
X#
X# $Id$
X#
X
XDISTNAME=	gaddr-1.1.2
XCATEGORIES=	deskutils
XMASTER_SITES=	http://www.cse.unl.edu/~cluening/gaddr/
X
XMAINTAINER=	jim@blues.ghis.net
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
X
X.if defined(USE_GNOME)
XCONFIGURE_ARGS+= --enable-gnome
X.endif
X
XCONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
X
Xpost-install:
X	@strip ${PREFIX}/bin/gaddr
X
X.include <bsd.port.mk>
END-of-gaddr/Makefile
echo c - gaddr/files
mkdir -p gaddr/files > /dev/null 2>&1
echo x - gaddr/files/md5
sed 's/^X//' >gaddr/files/md5 << 'END-of-gaddr/files/md5'
XMD5 (gaddr-1.1.2.tar.gz) = 55f178fd9a296815984b2d57cb678d0f
END-of-gaddr/files/md5
echo c - gaddr/pkg
mkdir -p gaddr/pkg > /dev/null 2>&1
echo x - gaddr/pkg/COMMENT
sed 's/^X//' >gaddr/pkg/COMMENT << 'END-of-gaddr/pkg/COMMENT'
XA GTK (and optionally, GNOME) address book
END-of-gaddr/pkg/COMMENT
echo x - gaddr/pkg/DESCR
sed 's/^X//' >gaddr/pkg/DESCR << 'END-of-gaddr/pkg/DESCR'
Xgaddr is a nice simple little address book written using the GTK+ 
Xwidget set.  It holds addresses and any other information you want to
Xknow about a person.  It basically acts like a pile of alphabetized
X3x5 cards on which you can write whatever your little heart desires.
X
XWWW:	http://www.cse.unl.edu/~cluening/gaddr/
X
X- Jim <jim@blues.ghis.net>
END-of-gaddr/pkg/DESCR
echo x - gaddr/pkg/PLIST
sed 's/^X//' >gaddr/pkg/PLIST << 'END-of-gaddr/pkg/PLIST'
Xbin/gaddr
END-of-gaddr/pkg/PLIST
echo c - gaddr/patches
mkdir -p gaddr/patches > /dev/null 2>&1
echo x - gaddr/patches/patch-aa
sed 's/^X//' >gaddr/patches/patch-aa << 'END-of-gaddr/patches/patch-aa'
X--- db.c.orig	Sun Aug  8 10:58:13 1999
X+++ db.c	Sun Aug  8 10:58:27 1999
X@@ -19,7 +19,7 @@
X 
X #include <stdio.h>
X #include <string.h>
X-#include <malloc.h>
X+#include <stdlib.h>
X #include "db.h"
X 
X /* Definition of a record in linked list
END-of-gaddr/patches/patch-aa
echo x - gaddr/patches/patch-ab
sed 's/^X//' >gaddr/patches/patch-ab << 'END-of-gaddr/patches/patch-ab'
X--- Makefile.in.orig	Sun Aug  8 11:12:01 1999
X+++ Makefile.in	Sun Aug  8 11:14:15 1999
X@@ -1,7 +1,7 @@
X # Makefile for gaddr
X # Cory Lueninghoener 1999 (cluenin1@bigred.unl.edu)
X 
X-CC=gcc
X+CC?=gcc
X #CC=cc
X #DEBUG=--debug
X 
X@@ -28,4 +28,4 @@
X 		rm -f gaddr
X 
X install:	gaddr
X-		cp gaddr /usr/X11R6/bin/gaddr
X+		@/usr/bin/install -c -o 0 -g 0 -s -m 755 gaddr ${PREFIX}/bin
END-of-gaddr/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?199908080136.LAA58173>