From kkenn@rebel.net.au  Thu Feb 11 04:07:04 1999
Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05740
          for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 11 Feb 1999 04:07:01 -0800 (PST)
          (envelope-from kkenn@rebel.net.au)
Received: from 203.20.69.74 (dialup-4.rebel.net.au [203.20.69.74])
          by rebel.net.au (8.8.5/8.8.4) with ESMTP
	  id WAA22444 for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 11 Feb 1999 22:36:49 +1030
Received: (qmail 13343 invoked by uid 0); 11 Feb 1999 12:07:59 -0000
Message-Id: <19990211120759.13338.qmail@morden.rebel.net.au>
Date: 11 Feb 1999 12:07:59 -0000
From: kkenn@rebel.net.au
Reply-To: kkennawa@physics.adelaide.edu.au
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: New port - net/gtkcookie
X-Send-Pr-Version: 3.2

>Number:         10023
>Category:       ports
>Synopsis:       New port - net/gtkcookie
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kris
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 11 04:10:00 PST 1999
>Closed-Date:    Sun Jul 2 14:42:26 PDT 2000
>Last-Modified:  Sun Jul 02 14:42:56 PDT 2000
>Originator:     Kris Kennaway
>Release:        FreeBSD-2.0
>Organization:
FreeBSD
>Environment:
4.0-CURRENT
>Description:
This is a port of GTKCookie, a program which displays your Netscape
cookie file, and lets you browse/edit the cookies. I was surprised at
some of the things I found in mine..it was quite interesting.

I'm not sure if www is quite the right place for this.
>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:
#
#	gtkcookie
#	gtkcookie/pkg
#	gtkcookie/pkg/PLIST
#	gtkcookie/pkg/COMMENT
#	gtkcookie/pkg/DESCR
#	gtkcookie/files
#	gtkcookie/files/md5
#	gtkcookie/patches
#	gtkcookie/patches/patch-aa
#	gtkcookie/Makefile
#
echo c - gtkcookie
mkdir -p gtkcookie > /dev/null 2>&1
echo c - gtkcookie/pkg
mkdir -p gtkcookie/pkg > /dev/null 2>&1
echo x - gtkcookie/pkg/PLIST
sed 's/^X//' >gtkcookie/pkg/PLIST << 'END-of-gtkcookie/pkg/PLIST'
Xbin/gtkcookie
Xshare/include/X11/pixmaps/cookie.xpm
Xshare/include/X11/pixmaps/small_cookie.xpm
END-of-gtkcookie/pkg/PLIST
echo x - gtkcookie/pkg/COMMENT
sed 's/^X//' >gtkcookie/pkg/COMMENT << 'END-of-gtkcookie/pkg/COMMENT'
XBrowse the list of cookies your web browser has accepted.
END-of-gtkcookie/pkg/COMMENT
echo x - gtkcookie/pkg/DESCR
sed 's/^X//' >gtkcookie/pkg/DESCR << 'END-of-gtkcookie/pkg/DESCR'
XBrowse/edit the list of cookies your browser has accepted. Cookies can
Xbe used to store configuration settings for personalized websites, as well
Xas other things such as tracking your browsing habits across sites.
X
XYou might be surprised at just what is in here.
END-of-gtkcookie/pkg/DESCR
echo c - gtkcookie/files
mkdir -p gtkcookie/files > /dev/null 2>&1
echo x - gtkcookie/files/md5
sed 's/^X//' >gtkcookie/files/md5 << 'END-of-gtkcookie/files/md5'
XMD5 (gtkcookie_0.03.tar.gz) = 30ef859448f3b7d5d1f62d22940817da
END-of-gtkcookie/files/md5
echo c - gtkcookie/patches
mkdir -p gtkcookie/patches > /dev/null 2>&1
echo x - gtkcookie/patches/patch-aa
sed 's/^X//' >gtkcookie/patches/patch-aa << 'END-of-gtkcookie/patches/patch-aa'
X--- Makefile	Thu Nov 19 13:49:28 1998
X+++ Makefile~	Thu Feb 11 20:24:59 1999
X@@ -2,15 +2,16 @@
X INSTPREFIX = /usr/local
X 
X # your gcc compiler
X-CC = /usr/local/bin/gcc
X+CC ?= gcc
X 
X # define macro for gcc flags
X-CFLAGS = -Wall -D_XOPEN_SOURCE -g `gtk-config --cflags`
X+CFLAGS ?= -O2 -pipe
X+CFLAGS += -Wall -D_XOPEN_SOURCE -g `gtk10-config --cflags`
X # with optimisation, and without debugging information...
X # CFLAGS = -O3 -Wall -D_XOPEN_SOURCE `gtk-config --cflags`
X 
X # define libraries to include
X-LIBRARIES = `gtk-config --libs`
X+LIBRARIES = `gtk10-config --libs`
X # statically link libraries
X # LIBRARIES = -static `gtk-config --libs`
X # electric fence -- enable static linking to ensure this works
END-of-gtkcookie/patches/patch-aa
echo x - gtkcookie/Makefile
sed 's/^X//' >gtkcookie/Makefile << 'END-of-gtkcookie/Makefile'
X# New ports collection makefile for:   GTKCookie
X# Version required:    0.03
X# Date created:        11 February 1999
X# Whom:                Kris Kennaway <kkennawa@physics.adelaide.edu.au>
X#
X# $Id$
X#
X
XDISTNAME=	gtkcookie_0.03
XPKGNAME=	gtkcookie-0.03
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	X11/gtkbuffet/apps/gtkcookie
X
XMAINTAINER=	kkennawa@physics.adelaide.edu.au
X
XLIB_DEPENDS=	gtk10.1:${PORTSDIR}/x11-toolkits/gtk10/
X
XUSE_X_PREFIX=   yes
X
XMAN1=	gtkcookie.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/gtkcookie ${PREFIX}/bin/
X	${INSTALL_MAN} ${WRKSRC}/gtkcookie.1 ${PREFIX}/man/man1/
X
X	${INSTALL_DATA} ${WRKSRC}/cookie.xpm ${PREFIX}/share/include/X11/pixmaps/
X	${INSTALL_DATA} ${WRKSRC}/small_cookie.xpm ${PREFIX}/share/include/X11/pixmaps/
X
X.include <bsd.port.mk>
END-of-gtkcookie/Makefile
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->kris 
Responsible-Changed-By: billf 
Responsible-Changed-When: Thu Mar 11 11:43:36 PST 1999 
Responsible-Changed-Why:  
Submitter is now a committer. 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sun Jul 2 14:42:26 PDT 2000 
State-Changed-Why:  
Doesn't compile with GTK 1.2 

http://www.freebsd.org/cgi/query-pr.cgi?pr=10023 
>Unformatted:
