Date: Sun, 22 Nov 1998 22:45:01 +0100 (CET) From: Dirk Froemberg <ibex@physik.TU-Berlin.DE> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8800: New port: graphics/gtksee Message-ID: <199811222145.WAA01512@emmi.physik.TU-Berlin.DE>
next in thread | raw e-mail | index | archive | help
>Number: 8800 >Category: ports >Synopsis: New port: graphics/gtksee >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 22 13:50:00 PST 1998 >Last-Modified: >Originator: Dirk Froemberg >Organization: >Release: FreeBSD 3.0-RELEASE i386 >Environment: >Description: gtksee is an image viewer with a GTK+-based GUI. >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 # gtksee/patches/patch-ab # 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.1.4.tar.gz) = 7214ef6325f19122ee5d0c74ba2108cd 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.1.4 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.1.4 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 tiff34.1:${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 Tue Oct 20 14:45:12 1998 X+++ src/im_xcf.c Sun Nov 22 10:36:32 1998 X@@ -21,6 +21,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 echo x - gtksee/patches/patch-ab sed 's/^X//' >gtksee/patches/patch-ab << 'END-of-gtksee/patches/patch-ab' X--- configure.orig Tue Oct 20 18:28:42 1998 X+++ configure Sun Nov 22 12:36:15 1998 X@@ -1344,7 +1344,7 @@ X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-ltiff $LIBS $LIBS" X+LIBS="-ltiff34 $LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X #line 1350 "configure" X #include "confdefs.h" X@@ -1378,7 +1378,7 @@ X #define HAVE_LIBTIFF 1 X EOF X X- LIBS="-ltiff $LIBS" X+ LIBS="-ltiff34 $LIBS" X else X echo "$ac_t""no" 1>&6 X fi END-of-gtksee/patches/patch-ab exit >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?199811222145.WAA01512>