Skip site navigation (1)Skip section navigation (2)
Date:      11 Feb 1999 12:07:59 -0000
From:      kkenn@rebel.net.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10023: New port - net/gtkcookie
Message-ID:  <19990211120759.13338.qmail@morden.rebel.net.au>

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

>Number:         10023
>Category:       ports
>Synopsis:       New port - net/gtkcookie
>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:   Thu Feb 11 04:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?19990211120759.13338.qmail>