Subject: pkg/17210: Update mail/sylpheed to 0.7.7 with compface (X-face)
To: None <gnats-bugs@gnats.netbsd.org>
From: Osamu OISHI <oishi@alef.ims.ac.jp>
List: netbsd-bugs
Date: 06/11/2002 15:45:21
>Number:         17210
>Category:       pkg
>Synopsis:       Update mail/sylpheed to 0.7.7 with compface (X-face)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 10 23:47:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Osamu OISHI
>Release:        <NetBSD-current source date>
>Organization:
	
>Environment:
	
System: NetBSD alef.ims.ac.jp 1.4.3_ALPHA NetBSD 1.4.3_ALPHA (ALEF) #0: Tue Jul 31 15:45:47 JST 2001 root@alef.ims.ac.jp:/usr/src/sys/arch/i386/compile/ALEF i386


>Description:
	Update mail/sylpheed to 0.7.7 with compface (X-face).
 	New pkgsrc graphics/compface is required from sylpheed.
>How-To-Repeat:
The following is shell archive of mail/sylpheed-0.7.7 and graphics/compface.
Please extract and compile ("make; make install")


# 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:
#
#	.
#	./compface
#	./compface/DESCR
#	./compface/Makefile
#	./compface/PLIST
#	./compface/buildlink.mk
#	./compface/distinfo
#	./sylpheed
#	./sylpheed/Makefile
#	./sylpheed/distinfo
#	./sylpheed/DESCR
#	./sylpheed/PLIST
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./compface
mkdir -p ./compface > /dev/null 2>&1
echo x - ./compface/DESCR
sed 's/^X//' >./compface/DESCR << 'END-of-./compface/DESCR'
XCompface - 48x48x1 image compression and decompression
X
XThe programme (two programmes really - but they're just links to each
Xother) converts 48x48x1 images to and from a compressed format.  The
Xuncompressed images are expected to contain 48x48/4 (576) hex digits.
XAll other characters and any `0's followed by `X' or `x' are ignored.
XUsually the files are 48 lines of "0x%04X,0x%04X,0x%04X,".  The
Xcompressed images contain some number of printable characters.  Non
Xprintable characters, including ` ' are ignored.  The purpose of the
Xprogramme is to allow the inclusion of face images within mail headers
Xusing the field name `X-face: '.
END-of-./compface/DESCR
echo x - ./compface/Makefile
sed 's/^X//' >./compface/Makefile << 'END-of-./compface/Makefile'
X# $NetBSD: Makefile,v 1.9 2002/03/17 15:14:20 uebayasi Exp $
X
XDISTNAME=	compface-1.4
XCATEGORIES=	graphics
XMASTER_SITES=	http://freshmeat.net/redir/compface/1439/url_tgz/
X
XMAINTAINER=	oishi@ims.ac.jp
XHOMEPAGE=	http://freshmeat.net/projects/compface/
XCOMMENT=	48x48x1 image compression and decompression (X-face utility)
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ARGS+=--prefix=${LOCALBASE}
X
X.include "../../mk/bsd.pkg.mk"
END-of-./compface/Makefile
echo x - ./compface/PLIST
sed 's/^X//' >./compface/PLIST << 'END-of-./compface/PLIST'
X@comment $NetBSD$
Xbin/compface
Xbin/uncompface
Xlib/libcompface.a
Xinclude/compface.h
Xman/man1/compface.1
Xman/man3/compface.3
END-of-./compface/PLIST
echo x - ./compface/buildlink.mk
sed 's/^X//' >./compface/buildlink.mk << 'END-of-./compface/buildlink.mk'
X# $NetBSD: buildlink.mk$
X#
X# This Makefile fragment is included by packages that use COMPFACE.
X#
X# To use this Makefile fragment, simply:
X#
X# (1) Optionally define BUILDLINK_DEPENDS.compface to the dependency pattern
X#     for the version of COMPFACE desired.
X# (2) Include this Makefile fragment in the package Makefile,
X# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
X#     search path, and
X# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
X#     path.
X
X.if !defined(COMPFACE_BUILDLINK_MK)
XCOMPFACE_BUILDLINK_MK=	# defined
X
X.include "../../mk/bsd.buildlink.mk"
X
XBUILDLINK_DEPENDS.compface?=	compface>=1.4
XDEPENDS+=	${BUILDLINK_DEPENDS.compface}:../../mail/compface
X
XEVAL_PREFIX+=		BUILDLINK_PREFIX.compface=compface
XBUILDLINK_PREFIX.compface_DEFAULT=	${LOCALBASE}
XBUILDLINK_FILES.compface+=	include/compface.h
XBUILDLINK_FILES.compface+=	lib/libcompface.*
X
XBUILDLINK_TARGETS.compface=	compface-buildlink
XBUILDLINK_TARGETS+=		${BUILDLINK_TARGETS.compface}
X
Xpre-configure: ${BUILDLINK_TARGETS.compface}
Xcompface-buildlink: _BUILDLINK_USE
X
X.endif	# COMPFACE_BUILDLINK_MK
END-of-./compface/buildlink.mk
echo x - ./compface/distinfo
sed 's/^X//' >./compface/distinfo << 'END-of-./compface/distinfo'
X$NetBSD$
X
XSHA1 (compface-1.4.tar.gz) = ca9e0370e595c25c12c446f7c677d2f2e4b7ae7d
XSize (compface-1.4.tar.gz) = 29154 bytes
END-of-./compface/distinfo
echo c - ./sylpheed
mkdir -p ./sylpheed > /dev/null 2>&1
echo x - ./sylpheed/Makefile
sed 's/^X//' >./sylpheed/Makefile << 'END-of-./sylpheed/Makefile'
X# $NetBSD: Makefile$
X
XDISTNAME=		sylpheed-0.7.7
XCATEGORIES=		mail news x11
XMASTER_SITES=		http://sylpheed.good-day.net/sylpheed/
XEXTRACT_SUFX=		.tar.bz2
X
XMAINTAINER=	oishi@ims.ac.jp
XHOMEPAGE=	http://sylpheed.good-day.net/index.cgi.en
XCOMMENT=	X based e-mail and netnews client
X
XBUILD_USES_MSGFMT=	yes
X
XUSE_BUILDLINK_ONLY=	yes
XUSE_GMAKE=		yes
XUSE_X11BASE=		yes
XGNU_CONFIGURE=		yes
XCONFIGURE_ARGS+=	--enable-nls
XCONFIGURE_ARGS+=	--enable-ipv6
XCONFIGURE_ARGS+=	--enable-ssl
XCONFIGURE_ARGS+=	--enable-gpgme
XCONFIGURE_ARGS+=	--enable-compface
XCONFIGURE_ARGS+=	--disable-jconv
X
X.include "../../graphics/compface/buildlink.mk"
X.include "../../security/gpgme/buildlink.mk"
X.include "../../security/openssl/buildlink.mk"
X.include "../../x11/gtk/buildlink.mk"
X.include "../../mk/x11.buildlink.mk"
X.include "../../mk/bsd.pkg.mk"
END-of-./sylpheed/Makefile
echo x - ./sylpheed/distinfo
sed 's/^X//' >./sylpheed/distinfo << 'END-of-./sylpheed/distinfo'
X$NetBSD: distinfo$
X
XSHA1 (sylpheed-0.7.7.tar.bz2) = 938e85840c5aaacb419992b37892dade41186276
XSize (sylpheed-0.7.7.tar.bz2) = 1797388 bytes
END-of-./sylpheed/distinfo
echo x - ./sylpheed/DESCR
sed 's/^X//' >./sylpheed/DESCR << 'END-of-./sylpheed/DESCR'
XSylpheed is an e-mail client (and news reader) based on GTK+, running on
XX Window System, and aiming for
X
X * Quick response
X * Graceful, and sophisticated interface
X * Easy configuration, intuitive operation
X * Abundant features
X
XThe appearance and interface are similar to some popular e-mail clients for
XWindows, such as Outlook Express, Becky!, and Datula. The interface is also
Xdesigned to emulate the mailers on Emacsen, and almost all commands are
Xaccessible with the keyboard.
X
XThe messages are managed by MH format, and you'll be able to use it together
Xwith another mailer based on MH format (like Mew). You can also utilize
Xfetchmail or/and procmail, and external programs on receiving (like inc or
Ximget).
END-of-./sylpheed/DESCR
echo x - ./sylpheed/PLIST
sed 's/^X//' >./sylpheed/PLIST << 'END-of-./sylpheed/PLIST'
X@comment $NetBSD$
Xbin/sylpheed
Xshare/locale/da/LC_MESSAGES/sylpheed.mo
Xshare/locale/de/LC_MESSAGES/sylpheed.mo
Xshare/locale/es/LC_MESSAGES/sylpheed.mo
Xshare/locale/fr/LC_MESSAGES/sylpheed.mo
Xshare/locale/ko/LC_MESSAGES/sylpheed.mo
Xshare/locale/nl/LC_MESSAGES/sylpheed.mo
Xshare/locale/pl/LC_MESSAGES/sylpheed.mo
Xshare/locale/sl/LC_MESSAGES/sylpheed.mo
Xshare/locale/sv/LC_MESSAGES/sylpheed.mo
Xshare/locale/cs/LC_MESSAGES/sylpheed.mo
Xshare/locale/ja/LC_MESSAGES/sylpheed.mo
Xshare/locale/el/LC_MESSAGES/sylpheed.mo
Xshare/locale/et/LC_MESSAGES/sylpheed.mo
Xshare/locale/hr/LC_MESSAGES/sylpheed.mo
Xshare/locale/hu/LC_MESSAGES/sylpheed.mo
Xshare/locale/it/LC_MESSAGES/sylpheed.mo
Xshare/locale/pt_BR/LC_MESSAGES/sylpheed.mo
Xshare/locale/ro/LC_MESSAGES/sylpheed.mo
Xshare/locale/ru/LC_MESSAGES/sylpheed.mo
Xshare/locale/tr/LC_MESSAGES/sylpheed.mo
Xshare/locale/zh_CN/LC_MESSAGES/sylpheed.mo
Xshare/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
Xshare/sylpheed/manual/en/sylpheed-1.html
Xshare/sylpheed/manual/en/sylpheed-10.html
Xshare/sylpheed/manual/en/sylpheed-11.html
Xshare/sylpheed/manual/en/sylpheed-12.html
Xshare/sylpheed/manual/en/sylpheed-13.html
Xshare/sylpheed/manual/en/sylpheed-14.html
Xshare/sylpheed/manual/en/sylpheed-15.html
Xshare/sylpheed/manual/en/sylpheed-16.html
Xshare/sylpheed/manual/en/sylpheed-17.html
Xshare/sylpheed/manual/en/sylpheed-18.html
Xshare/sylpheed/manual/en/sylpheed-19.html
Xshare/sylpheed/manual/en/sylpheed-2.html
Xshare/sylpheed/manual/en/sylpheed-20.html
Xshare/sylpheed/manual/en/sylpheed-3.html
Xshare/sylpheed/manual/en/sylpheed-4.html
Xshare/sylpheed/manual/en/sylpheed-5.html
Xshare/sylpheed/manual/en/sylpheed-6.html
Xshare/sylpheed/manual/en/sylpheed-7.html
Xshare/sylpheed/manual/en/sylpheed-8.html
Xshare/sylpheed/manual/en/sylpheed-9.html
Xshare/sylpheed/manual/en/sylpheed.html
Xshare/sylpheed/manual/ja/sylpheed-1.html
Xshare/sylpheed/manual/ja/sylpheed-10.html
Xshare/sylpheed/manual/ja/sylpheed-11.html
Xshare/sylpheed/manual/ja/sylpheed-12.html
Xshare/sylpheed/manual/ja/sylpheed-13.html
Xshare/sylpheed/manual/ja/sylpheed-14.html
Xshare/sylpheed/manual/ja/sylpheed-15.html
Xshare/sylpheed/manual/ja/sylpheed-16.html
Xshare/sylpheed/manual/ja/sylpheed-17.html
Xshare/sylpheed/manual/ja/sylpheed-18.html
Xshare/sylpheed/manual/ja/sylpheed-19.html
Xshare/sylpheed/manual/ja/sylpheed-20.html
Xshare/sylpheed/manual/ja/sylpheed-2.html
Xshare/sylpheed/manual/ja/sylpheed-3.html
Xshare/sylpheed/manual/ja/sylpheed-4.html
Xshare/sylpheed/manual/ja/sylpheed-5.html
Xshare/sylpheed/manual/ja/sylpheed-6.html
Xshare/sylpheed/manual/ja/sylpheed-7.html
Xshare/sylpheed/manual/ja/sylpheed-8.html
Xshare/sylpheed/manual/ja/sylpheed-9.html
Xshare/sylpheed/manual/ja/sylpheed.html
Xshare/sylpheed/manual/ja/sylpheed.sgml
Xshare/sylpheed/faq/de/sylpheed-faq-1.html
Xshare/sylpheed/faq/de/sylpheed-faq-2.html
Xshare/sylpheed/faq/de/sylpheed-faq-3.html
Xshare/sylpheed/faq/de/sylpheed-faq.html
Xshare/sylpheed/faq/en/sylpheed-faq-1.html
Xshare/sylpheed/faq/en/sylpheed-faq-2.html
Xshare/sylpheed/faq/en/sylpheed-faq-3.html
Xshare/sylpheed/faq/en/sylpheed-faq.html
Xshare/sylpheed/faq/es/sylpheed-faq-1.html
Xshare/sylpheed/faq/es/sylpheed-faq-2.html
Xshare/sylpheed/faq/es/sylpheed-faq-3.html
Xshare/sylpheed/faq/es/sylpheed-faq.html
Xshare/sylpheed/faq/fr/sylpheed-faq-1.html
Xshare/sylpheed/faq/fr/sylpheed-faq-2.html
Xshare/sylpheed/faq/fr/sylpheed-faq-3.html
Xshare/sylpheed/faq/fr/sylpheed-faq.html
Xshare/sylpheed/faq/it/sylpheed-faq-1.html
Xshare/sylpheed/faq/it/sylpheed-faq-2.html
Xshare/sylpheed/faq/it/sylpheed-faq-3.html
Xshare/sylpheed/faq/it/sylpheed-faq.html
X@dirrm share/sylpheed/manual/ja
X@dirrm share/sylpheed/manual/en
X@dirrm share/sylpheed/manual
X@dirrm share/sylpheed/faq/it
X@dirrm share/sylpheed/faq/fr
X@dirrm share/sylpheed/faq/es
X@dirrm share/sylpheed/faq/en
X@dirrm share/sylpheed/faq/de
X@dirrm share/sylpheed/faq
X@dirrm share/sylpheed
END-of-./sylpheed/PLIST
exit

>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted: