From ibex@emmi.physik.TU-Berlin.DE  Wed Nov 25 06:27:53 1998
Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09004
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Nov 1998 06:26:58 -0800 (PST)
          (envelope-from ibex@emmi.physik.TU-Berlin.DE)
Received: (from ibex@localhost)
	by emmi.physik.TU-Berlin.DE (8.9.1/8.9.1) id PAA24823;
	Wed, 25 Nov 1998 15:26:29 +0100 (CET)
	(envelope-from ibex)
Message-Id: <199811251426.PAA24823@emmi.physik.TU-Berlin.DE>
Date: Wed, 25 Nov 1998 15:26:29 +0100 (CET)
From: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: graphics/gtksee
X-Send-Pr-Version: 3.2

>Number:         8862
>Category:       ports
>Synopsis:       New port: graphics/gtksee
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 25 06:30:00 PST 1998
>Closed-Date:    Tue Dec 1 13:15:48 PST 1998
>Last-Modified:  Tue Dec  1 13:16:16 PST 1998
>Originator:     Dirk Froemberg
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
>Environment:

>Description:

	gtksee is an image viewer with a GTK+-based GUI.

	This PR supersedes ports/8800.

>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:
#
#	gtksee
#	gtksee/files
#	gtksee/files/md5
#	gtksee/pkg
#	gtksee/pkg/COMMENT
#	gtksee/pkg/DESCR
#	gtksee/pkg/PLIST
#	gtksee/Makefile
#	gtksee/patches
#	gtksee/patches/patch-aa
#
echo c - gtksee
mkdir -p gtksee > /dev/null 2>&1
echo c - gtksee/files
mkdir -p gtksee/files > /dev/null 2>&1
echo x - gtksee/files/md5
sed 's/^X//' >gtksee/files/md5 << 'END-of-gtksee/files/md5'
XMD5 (gtksee-0.2.0.tar.gz) = 5dd8ee3b205990ca6893fd8094694685
END-of-gtksee/files/md5
echo c - gtksee/pkg
mkdir -p gtksee/pkg > /dev/null 2>&1
echo x - gtksee/pkg/COMMENT
sed 's/^X//' >gtksee/pkg/COMMENT << 'END-of-gtksee/pkg/COMMENT'
Ximage viewer
END-of-gtksee/pkg/COMMENT
echo x - gtksee/pkg/DESCR
sed 's/^X//' >gtksee/pkg/DESCR << 'END-of-gtksee/pkg/DESCR'
XA Image viewer based on X-Window system and GTK+. The main purpose
Xis to port ACD See, which is a very popular image viewer in M$
Xworld, to Unix platform.
X
X	http://www.zg169.net/~hotaru/gtksee/index_en.html
END-of-gtksee/pkg/DESCR
echo x - gtksee/pkg/PLIST
sed 's/^X//' >gtksee/pkg/PLIST << 'END-of-gtksee/pkg/PLIST'
Xbin/gtksee
END-of-gtksee/pkg/PLIST
echo x - gtksee/Makefile
sed 's/^X//' >gtksee/Makefile << 'END-of-gtksee/Makefile'
X# New ports collection makefile for:    gtksee
X# Version required:     0.2.0
X# Date created:         Sun Nov 22 12:08:18 CET 1998
X# Whom:                 Dirk Froemberg <ibex@physik.TU-Berlin.DE>
X#
X# $Id$
X#
X
XDISTNAME=       gtksee-0.2.0
XCATEGORIES=	graphics
XMASTER_SITES=   http://www.zg169.net/~hotaru/download/ \
X		http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
X
XMAINTAINER=     ibex@physik.TU-Berlin.DE
X
XLIB_DEPENDS=	gtk.1:${PORTSDIR}/x11-toolkits/gtk \
X		jpeg.9:${PORTSDIR}/graphics/jpeg \
X		png.2:${PORTSDIR}/graphics/png \
X		tiff.4:${PORTSDIR}/graphics/tiff34
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS=-I${PREFIX}/include \
X		LDFLAGS=-L${PREFIX}/lib
X
X.include <bsd.port.mk>
END-of-gtksee/Makefile
echo c - gtksee/patches
mkdir -p gtksee/patches > /dev/null 2>&1
echo x - gtksee/patches/patch-aa
sed 's/^X//' >gtksee/patches/patch-aa << 'END-of-gtksee/patches/patch-aa'
X--- src/im_xcf.c.orig	Sun Nov 22 06:23:03 1998
X+++ src/im_xcf.c	Tue Nov 24 10:44:20 1998
X@@ -20,6 +20,7 @@
X #include <stdio.h>
X #include <stdlib.h>
X #include <string.h>
X+#include <sys/types.h>
X #include <netinet/in.h>
X 
X #include <gtk/gtk.h>
END-of-gtksee/patches/patch-aa
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: billf 
State-Changed-When: Fri Nov 27 20:24:46 PST 1998 
State-Changed-Why:  
I have checked this out, and it looks good. 


Responsible-Changed-From-To: freebsd-ports->billf 
Responsible-Changed-By: billf 
Responsible-Changed-When: Fri Nov 27 20:24:46 PST 1998 
Responsible-Changed-Why:  
I will import this after the freeze. 
State-Changed-From-To: analyzed->closed 
State-Changed-By: billf 
State-Changed-When: Tue Dec 1 13:15:48 PST 1998 
State-Changed-Why:  
Imported as ports/graphics/gtksee, thanks! 
>Unformatted:
