Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2000 04:00:04 -0700 (PDT)
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18622: New port: mail/sylpheed
Message-ID:  <200005191100.EAA76177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18622; it has been noted by GNATS.

From: "KATO Tsuguru" <tkato@prontomail.ne.jp>
To: Shigetoshi Inohana <inohana@tokai-soft.co.jp>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/18622: New port: mail/sylpheed
Date: Fri, 19 May 2000 19:55:10 +0900

 Please review foIIowing one.
 
 Improvements:
 - Sort some items in Makefile
 - Support USE_LIBTOOL properly (instead of using GNU_CONFIGURE)
 - Support libintl library properly
 - Modify how to support GTK+ toolkit as more generic way
 - Modify default mail spool directory as suitable for FreeBSD
 
 # 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
 #	sylpheed/Makefile
 #	sylpheed/files
 #	sylpheed/files/md5
 #	sylpheed/patches
 #	sylpheed/patches/patch-aa
 #	sylpheed/patches/patch-ab
 #	sylpheed/patches/patch-ac
 #	sylpheed/pkg
 #	sylpheed/pkg/COMMENT
 #	sylpheed/pkg/DESCR
 #	sylpheed/pkg/PLIST
 #
 echo c - sylpheed
 mkdir -p sylpheed > /dev/null 2>&1
 echo x - sylpheed/Makefile
 sed 's/^X//' >sylpheed/Makefile << 'END-of-sylpheed/Makefile'
 X# New ports collection makefile for:	sylpheed
 X# Date created:                 15 June 2000
 X# Whom:                         shigeri <shigeri@m10.alpha-net.ne.jp>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	sylpheed
 XPORTVERSION=	0.3.8
 XCATEGORIES=	mail
 XMASTER_SITES=	http://www.kcn.ne.jp/~hiro-y/sylpheed/
 X
 XMAINTAINER=	shigeri@m10.alpha-net.ne.jp
 X
 XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 X
 XGLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
 XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 X
 XUSE_BZIP2=	yes
 XUSE_GMAKE=	yes
 XUSE_X_PREFIX=	yes
 XUSE_LIBTOOL=	yes
 XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 X		GLIB_CONFIG="${GLIB_CONFIG}" \
 X		GTK_CONFIG="${GTK_CONFIG}" \
 X		LIBS="-L${LOCALBASE}/lib"
 XCONFIGURE_ARGS= --disable-glibtest --disable-gtktest
 X
 XDOCS=		ABOUT-NLS COPYING ChangeLog ChangeLog.jp INSTALL INSTALL.jp \
 X		README README.jp TODO.jp
 X
 Xpost-install:
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${PREFIX}/share/doc/sylpheed
 X.for i in ${DOCS}
 X	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/sylpheed
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-sylpheed/Makefile
 echo c - sylpheed/files
 mkdir -p sylpheed/files > /dev/null 2>&1
 echo x - sylpheed/files/md5
 sed 's/^X//' >sylpheed/files/md5 << 'END-of-sylpheed/files/md5'
 XMD5 (sylpheed-0.3.8.tar.bz2) = e03f8b4e4669be9371145411281495b6
 END-of-sylpheed/files/md5
 echo c - sylpheed/patches
 mkdir -p sylpheed/patches > /dev/null 2>&1
 echo x - sylpheed/patches/patch-aa
 sed 's/^X//' >sylpheed/patches/patch-aa << 'END-of-sylpheed/patches/patch-aa'
 X--- po/Makefile.in.in.orig	Wed Feb  9 14:12:05 2000
 X+++ po/Makefile.in.in	Wed May  3 21:00:00 2000
 X@@ -18,7 +18,7 @@
 X 
 X prefix = @prefix@
 X exec_prefix = @exec_prefix@
 X-datadir = $(prefix)/@DATADIRNAME@
 X+datadir = @datadir@
 X localedir = $(datadir)/locale
 X gnulocaledir = $(prefix)/share/locale
 X gettextsrcdir = $(prefix)/share/gettext/po
 END-of-sylpheed/patches/patch-aa
 echo x - sylpheed/patches/patch-ab
 sed 's/^X//' >sylpheed/patches/patch-ab << 'END-of-sylpheed/patches/patch-ab'
 X--- src/Makefile.in.orig	Mon Apr 24 01:24:07 2000
 X+++ src/Makefile.in	Wed May  3 21:00:00 2000
 X@@ -101,7 +101,7 @@
 X USE_NLS = @USE_NLS@
 X VERSION = @VERSION@
 X l = @l@
 X-localedir = @localedir@
 X+localedir = @datadir@/locale
 X 
 X bin_PROGRAMS = sylpheed
 X 
 END-of-sylpheed/patches/patch-ab
 echo x - sylpheed/patches/patch-ac
 sed 's/^X//' >sylpheed/patches/patch-ac << 'END-of-sylpheed/patches/patch-ac'
 X--- src/main.h.orig	Fri Apr 21 02:44:30 2000
 X+++ src/main.h	Wed May  3 21:00:00 2000
 X@@ -34,11 +34,15 @@
 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+#if defined(__FreeBSD__)
 X+#define DEFAULT_SPOOL_PATH	"/var/mail"
 X+#else
 X #define DEFAULT_SPOOL_PATH	"/var/spool/mail"
 X+#endif
 X 
 X #define BUFFSIZE			8192
 X #define MAXPATHLEN			4095
 END-of-sylpheed/patches/patch-ac
 echo c - sylpheed/pkg
 mkdir -p sylpheed/pkg > /dev/null 2>&1
 echo x - sylpheed/pkg/COMMENT
 sed 's/^X//' >sylpheed/pkg/COMMENT << 'END-of-sylpheed/pkg/COMMENT'
 XAn X based e-mail client
 END-of-sylpheed/pkg/COMMENT
 echo x - sylpheed/pkg/DESCR
 sed 's/^X//' >sylpheed/pkg/DESCR << 'END-of-sylpheed/pkg/DESCR'
 XThis program is an X based e-mail client
 X
 XWWW: http://www.kcn.ne.jp/~hiro-y/
 END-of-sylpheed/pkg/DESCR
 echo x - sylpheed/pkg/PLIST
 sed 's/^X//' >sylpheed/pkg/PLIST << 'END-of-sylpheed/pkg/PLIST'
 Xbin/sylpheed
 Xshare/doc/sylpheed/ABOUT-NLS
 Xshare/doc/sylpheed/COPYING
 Xshare/doc/sylpheed/ChangeLog
 Xshare/doc/sylpheed/ChangeLog.jp
 Xshare/doc/sylpheed/INSTALL
 Xshare/doc/sylpheed/INSTALL.jp
 Xshare/doc/sylpheed/README
 Xshare/doc/sylpheed/README.jp
 Xshare/doc/sylpheed/TODO.jp
 Xshare/locale/ja/LC_MESSAGES/sylpheed.mo
 X@dirrm share/doc/sylpheed
 END-of-sylpheed/pkg/PLIST
 exit
 
 
 
 
 -- 
 KATO Tsuguru / tkato@prontomail.ne.jp
                      
 Sent by Japanese ProntoMail
 


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?200005191100.EAA76177>