Date: Sun, 9 Apr 2006 14:25:53 +0200 From: "Pawel Pekala" <c0rn@o2.pl> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/95540: [new port] mail/sylpheed-claws-gtkhtml2_viewer Message-ID: <1144585553.8381@blaviken.slowicza.org> Resent-Message-ID: <200604091230.k39CUGbw094690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95540 >Category: ports >Synopsis: [new port] mail/sylpheed-claws-gtkhtml2_viewer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 09 12:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: FreeBSD 5.4-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE-p11 #2: Thu Feb 2 21:14:41 CET 2006 root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN >Description: This plugin renders HTML mail using the gtkhtml2 rendering widget >How-To-Repeat: >Fix: --- sc-gtkhtml2.shar begins here --- # 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: # # sylpheed-claws-gtkhtml2_viewer/ # sylpheed-claws-gtkhtml2_viewer/Makefile # sylpheed-claws-gtkhtml2_viewer/files # sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac # sylpheed-claws-gtkhtml2_viewer/distinfo # sylpheed-claws-gtkhtml2_viewer/pkg-descr # echo c - sylpheed-claws-gtkhtml2_viewer/ mkdir -p sylpheed-claws-gtkhtml2_viewer/ > /dev/null 2>&1 echo x - sylpheed-claws-gtkhtml2_viewer/Makefile sed 's/^X//' >sylpheed-claws-gtkhtml2_viewer/Makefile << 'END-of-sylpheed-claws-gtkhtml2_viewer/Makefile' X# New ports collection makefile for: sylpheed-claws-gtkhtml2_viewer X# Date created: 7 April 2006 X# Whom: Pawel Pekala <c0rn@o2.pl> X# X# $FreeBSD$ X# X XPORTNAME= gtkhtml2_viewer XPORTVERSION= 0.8 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ XPKGNAMEPREFIX= sylpheed-claws- X XMAINTAINER= c0rn@o2.pl XCOMMENT= HTML renderer plugin for sylpheed-claws X XLIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ X curl.3:${PORTSDIR}/ftp/curl XBUILD_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws XRUN_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_AUTOTOOLS= autoconf:259 XUSE_ICONV= yes XUSE_GETTEXT= yes X XCONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ X --with-libintl-prefix=${LOCALBASE} X XPLIST_FILES= lib/sylpheed-claws/plugins/gtkhtml2_viewer.a \ X lib/sylpheed-claws/plugins/gtkhtml2_viewer.la \ X lib/sylpheed-claws/plugins/gtkhtml2_viewer.so \ X share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \ X share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo X X.include <bsd.port.mk> END-of-sylpheed-claws-gtkhtml2_viewer/Makefile echo c - sylpheed-claws-gtkhtml2_viewer/files mkdir -p sylpheed-claws-gtkhtml2_viewer/files > /dev/null 2>&1 echo x - sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac << 'END-of-sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac' X--- configure.ac.orig Thu Apr 6 14:33:18 2006 X+++ configure.ac Sun Apr 9 14:04:14 2006 X@@ -33,9 +33,11 @@ X if test x$PKG_CONFIG = xno ; then X AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/]) X fi X- X-prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws ) X+if test -z $prefix ; then X+ prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws ) X+fi X localedir="${prefix}/share/locale" X+ X AC_ARG_WITH(localedir, X [ --with-localedir=DIR Locale directory], X [localedir="$withval"]) X@@ -46,7 +48,11 @@ X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.0.0.141) X AC_SUBST(SYLPHEED_CLAWS_CFLAGS) X AC_SUBST(SYLPHEED_CLAWS_LIBS) X-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws ) X+if test -z $prefix ; then X+ SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws ) X+else X+ SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins X+fi X AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR) X X dnl Check for GLib END-of-sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac echo x - sylpheed-claws-gtkhtml2_viewer/distinfo sed 's/^X//' >sylpheed-claws-gtkhtml2_viewer/distinfo << 'END-of-sylpheed-claws-gtkhtml2_viewer/distinfo' XMD5 (gtkhtml2_viewer-0.8.tar.gz) = 2b5b4fd18cd1bcd853ac077ef53bdc6c XSHA256 (gtkhtml2_viewer-0.8.tar.gz) = 74015cc8a38f620db14827a651f321d2019c1f000a682db2a168362558597455 XSIZE (gtkhtml2_viewer-0.8.tar.gz) = 365026 END-of-sylpheed-claws-gtkhtml2_viewer/distinfo echo x - sylpheed-claws-gtkhtml2_viewer/pkg-descr sed 's/^X//' >sylpheed-claws-gtkhtml2_viewer/pkg-descr << 'END-of-sylpheed-claws-gtkhtml2_viewer/pkg-descr' XThis plugin renders HTML mail using the gtkhtml2 rendering widget. END-of-sylpheed-claws-gtkhtml2_viewer/pkg-descr exit --- sc-gtkhtml2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1144585553.8381>