Date: Fri, 21 Dec 2001 04:38:22 +0100 (CET) From: corecode <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/33047: new port: sylpheed-claws Message-ID: <200112210338.fBL3cMn58716@elevation.zuhause.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 33047 >Category: ports >Synopsis: new port: sylpheed-claws >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 Dec 20 19:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: corecode >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD elevation.zuhause.stoert.net 4.4-STABLE FreeBSD 4.4-STABLE #4: Wed Dec 19 13:15:04 CET 2001 corecode@elevation.zuhause.stoert.net:/usr/obj/usr/src/sys/ELEVATION i386 >Description: sylpheed-claws is the bleeding edge of sylpheed: a lightweight and featurefull mail and news client. >How-To-Repeat: n/a >Fix: Here it comes, the everloved shell archive: # 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 # sylpheed-claws/Makefile # sylpheed-claws/distinfo # sylpheed-claws/files # sylpheed-claws/files/patch-src-defs.h # sylpheed-claws/files/patch-configure # sylpheed-claws/pkg-descr # sylpheed-claws/pkg-comment # sylpheed-claws/pkg-plist # echo c - sylpheed-claws mkdir -p sylpheed-claws > /dev/null 2>&1 echo x - sylpheed-claws/Makefile sed 's/^X//' >sylpheed-claws/Makefile << 'END-of-sylpheed-claws/Makefile' X# New ports collection makefile for: sylpheed-claws X# Date created: 20. December 2001 X# Whom: corecode <corecode@corecode.ath.cx> X# X# $FreeBSD$ X# X XPORTNAME= sylpheed XPORTVERSION= 0.6.6 XCATEGORIES= mail news ipv6 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= sylpheed-claws XPKGNAMESUFFIX= -claws XDISTNAME= sylpheed-${PORTVERSION}claws X XMAINTAINER= corecode@corecode.ath.cx X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XUSE_GTK= yes XGNU_CONFIGURE= yes X XCONFIGURE_ARGS= --prefix=${PREFIX} --program-suffix=-claws --with-included-gettext --enable-ipv6 X X.if defined(WITH_PIXBUF) XLIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf X.else XUSE_IMLIB= yes XCONFIGURE_ARGS+= --disable-gdk-pixbuf X.endif X X.if defined(WITH_GPGME) XLIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme XRUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg XCONFIGURE_ARGS+= --enable-gpgme X.endif X.if !defined(WITHOUT_SSL) XUSE_OPENSSL= yes XCONFIGURE_ARGS+= --enable-ssl X.endif X XPORTDOCS= NEWS README README.claws README.jp RELEASE_NOTES.claws TODO TODO.jp X Xpre-extract: X.if !defined(WITH_PIXBUF) X @${ECHO_MSG} X @${ECHO_MSG} "You can enable GDK Pixbuf support by defining WITH_PIXBUF." X.endif X.if defined(WITH_GPGME) X @${ECHO_MSG} X @${ECHO_MSG} "WARNING: GnuPG support using GPGME is still experimental." X.else X @${ECHO_MSG} X @${ECHO_MSG} "You can enable GnuPG support using GPGME by defining WITH_GPGME." X @${ECHO_MSG} "WARNING: GnuPG support is still experimental." X.endif X.if !defined(WITHOUT_SSL) X @${ECHO_MSG} X @${ECHO_MSG} "You can disable OpenSSL support by defining WITHOUT_SSL." X.endif X @${ECHO_MSG} X Xpre-build: X ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/sylpheed-claws X.for i in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed-claws X.endfor X.endif X ${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png X X.include <bsd.port.mk> END-of-sylpheed-claws/Makefile echo x - sylpheed-claws/distinfo sed 's/^X//' >sylpheed-claws/distinfo << 'END-of-sylpheed-claws/distinfo' XMD5 (sylpheed-0.6.6claws.tar.gz) = b7c62a120808fc87e3c3fc009bd63703 END-of-sylpheed-claws/distinfo echo c - sylpheed-claws/files mkdir -p sylpheed-claws/files > /dev/null 2>&1 echo x - sylpheed-claws/files/patch-src-defs.h sed 's/^X//' >sylpheed-claws/files/patch-src-defs.h << 'END-of-sylpheed-claws/files/patch-src-defs.h' X--- ./src/defs.h.orig Fri Nov 16 09:47:26 2001 X+++ ./src/defs.h Fri Dec 21 01:02:01 2001 X@@ -65,8 +65,8 @@ X #define MARK_VERSION 2 X X #define DEFAULT_SIGNATURE ".signature" X-#define DEFAULT_INC_PATH "/usr/bin/mh/inc" X-#define DEFAULT_INC_PROGRAM "inc" X+#define DEFAULT_INC_PATH "" X+#define DEFAULT_INC_PROGRAM "" X /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ X /* #define DEFAULT_INC_PROGRAM "imget" */ X #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" X@@ -74,7 +74,7 @@ X #ifdef _PATH_MAILDIR X # define DEFAULT_SPOOL_PATH _PATH_MAILDIR X #else X-# define DEFAULT_SPOOL_PATH "/var/spool/mail" X+# define DEFAULT_SPOOL_PATH "/var/mail" X #endif X X #define BUFFSIZE 8192 END-of-sylpheed-claws/files/patch-src-defs.h echo x - sylpheed-claws/files/patch-configure sed 's/^X//' >sylpheed-claws/files/patch-configure << 'END-of-sylpheed-claws/files/patch-configure' X--- ./configure.orig Sat Dec 15 14:28:30 2001 X+++ ./configure Fri Dec 21 01:02:01 2001 X@@ -756,7 +756,7 @@ X fi X X X-PACKAGE=sylpheed X+PACKAGE=sylpheed-claws X X MAJOR_VERSION=0 X MINOR_VERSION=6 END-of-sylpheed-claws/files/patch-configure echo x - sylpheed-claws/pkg-descr sed 's/^X//' >sylpheed-claws/pkg-descr << 'END-of-sylpheed-claws/pkg-descr' XSylpheed is an e-mail client (and news reader) based on GTK+, running on XX Window System, and aiming for: X * Quick response X * Graceful, and sophisticated interface X * Easy configuration, intuitive operation X * Abundant features X XCurrently, many features are supported including POP3, IMAP, NNTP, Xmultiple accounts, threading, filtering, MIME attachments, APOP, SMTP XAUTH, SSL, IPv6, GnuPG, internalization, and more. X XIn addition to the above, Sylpheed-claws has the following extra features: X* A revision of the filtering system X* allow colour labeling of emails based on filtering rules X* automatic mailing list reply, allow ignoring of mail threads X* selectable fonts, SMTP AUTH X* Revision of the quotation format and forwarding format X* encryption/decryption of GPG/PGP ascii-armored messages is supported X* dynamic signatures are enabled X* folder properties: associate certain options per folder, X 'Request Return Receipt', 'Default To', and 'Default account' Xand more... X XWWW: http://sylpheed-claws.sourceforge.net/ END-of-sylpheed-claws/pkg-descr echo x - sylpheed-claws/pkg-comment sed 's/^X//' >sylpheed-claws/pkg-comment << 'END-of-sylpheed-claws/pkg-comment' XA lightweight and more featurefull GTK+ based e-mail and news client END-of-sylpheed-claws/pkg-comment echo x - sylpheed-claws/pkg-plist sed 's/^X//' >sylpheed-claws/pkg-plist << 'END-of-sylpheed-claws/pkg-plist' Xbin/sylpheed-claws Xlib/charset.alias X%%PORTDOCS%%share/doc/sylpheed-claws/NEWS X%%PORTDOCS%%share/doc/sylpheed-claws/README X%%PORTDOCS%%share/doc/sylpheed-claws/README.claws X%%PORTDOCS%%share/doc/sylpheed-claws/README.jp X%%PORTDOCS%%share/doc/sylpheed-claws/RELEASE_NOTES.claws X%%PORTDOCS%%share/doc/sylpheed-claws/TODO X%%PORTDOCS%%share/doc/sylpheed-claws/TODO.jp Xshare/locale/cs/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/de/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/el/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/es/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/fr/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/hr/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/it/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/ja/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/ko/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/nl/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/pl/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/ru/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/sv/LC_MESSAGES/sylpheed-claws.mo Xshare/locale/locale.alias Xshare/sylpheed-claws/manual/en/sylpheed-1.html Xshare/sylpheed-claws/manual/en/sylpheed-10.html Xshare/sylpheed-claws/manual/en/sylpheed-11.html Xshare/sylpheed-claws/manual/en/sylpheed-12.html Xshare/sylpheed-claws/manual/en/sylpheed-13.html Xshare/sylpheed-claws/manual/en/sylpheed-14.html Xshare/sylpheed-claws/manual/en/sylpheed-15.html Xshare/sylpheed-claws/manual/en/sylpheed-16.html Xshare/sylpheed-claws/manual/en/sylpheed-17.html Xshare/sylpheed-claws/manual/en/sylpheed-2.html Xshare/sylpheed-claws/manual/en/sylpheed-3.html Xshare/sylpheed-claws/manual/en/sylpheed-4.html Xshare/sylpheed-claws/manual/en/sylpheed-5.html Xshare/sylpheed-claws/manual/en/sylpheed-6.html Xshare/sylpheed-claws/manual/en/sylpheed-7.html Xshare/sylpheed-claws/manual/en/sylpheed-8.html Xshare/sylpheed-claws/manual/en/sylpheed-9.html Xshare/sylpheed-claws/manual/en/sylpheed.html Xshare/sylpheed-claws/manual/ja/sylpheed-1.html Xshare/sylpheed-claws/manual/ja/sylpheed-10.html Xshare/sylpheed-claws/manual/ja/sylpheed-11.html Xshare/sylpheed-claws/manual/ja/sylpheed-12.html Xshare/sylpheed-claws/manual/ja/sylpheed-13.html Xshare/sylpheed-claws/manual/ja/sylpheed-14.html Xshare/sylpheed-claws/manual/ja/sylpheed-15.html Xshare/sylpheed-claws/manual/ja/sylpheed-16.html Xshare/sylpheed-claws/manual/ja/sylpheed-17.html Xshare/sylpheed-claws/manual/ja/sylpheed-2.html Xshare/sylpheed-claws/manual/ja/sylpheed-3.html Xshare/sylpheed-claws/manual/ja/sylpheed-4.html Xshare/sylpheed-claws/manual/ja/sylpheed-5.html Xshare/sylpheed-claws/manual/ja/sylpheed-6.html Xshare/sylpheed-claws/manual/ja/sylpheed-7.html Xshare/sylpheed-claws/manual/ja/sylpheed-8.html Xshare/sylpheed-claws/manual/ja/sylpheed-9.html Xshare/sylpheed-claws/manual/ja/sylpheed.html Xshare/sylpheed-claws/manual/ja/sylpheed.sgml X@dirrm share/sylpheed-claws/manual/en X@dirrm share/sylpheed-claws/manual/ja X@dirrm share/sylpheed-claws/manual X@dirrm share/sylpheed-claws Xshare/pixmaps/sylpheed-claws.png X%%PORTDOCS%%@dirrm share/doc/sylpheed-claws END-of-sylpheed-claws/pkg-plist 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?200112210338.fBL3cMn58716>