pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/25169: update pkg mail/cue



>Number:         25169
>Category:       pkg
>Synopsis:       update pkg mail/cue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 13 19:03:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     ISIHARA Takanori
>Release:        NetBSD 1.6.2_STABLE
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
NetBSD ishitPc4.home 1.6.2_STABLE NetBSD 1.6.2_STABLE (ISHITPC4) #6: Sat Apr  3 
01:33:32 JST 2004     
sysbuild%ishitPc4.home@localhost:/opt/sysbuild/kernel/ISHITPC4 i386

>Description:
update mail/cue.

>How-To-Repeat:

>Fix:
update mail/cue package shar file.

# 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:
#
#       .
#       ./DESCR
#       ./Makefile
#       ./PLIST
#       ./distinfo
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./DESCR
sed 's/^X//' >./DESCR << 'END-of-./DESCR'
X"Cue" is a small mail user agent (mail reader/writer).
X
XFeatures:
X- capable of handling Japanese and English (or ASCII) emails (no Latin1, sorry)
X- S/MIME, PGP/MIME, MIME Multipart handling
X- it looks just like mh-e or mew, but is much more lightweight.  It is not
X  an elisp program but an independent program that uses curses.
X
XCue requires a couple of external programs, namely:
X- a program to grab emails into folders, like inc from MH
X- a program for sending emails, like sendmail
X- an editor like vi
END-of-./DESCR
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# $NetBSD: Makefile,v 1.33 2004/03/26 02:27:43 wiz Exp $
X
XDISTNAME=      cue-snap-20040329
XPKGNAME=       cue-20040329
XCATEGORIES=    mail
XMASTER_SITES=  ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
X
XMAINTAINER=    tech-pkg%NetBSD.org@localhost
XCOMMENT=       mh-e like mail user agent
X
XGNU_CONFIGURE= yes
XUSE_BUILDLINK2=        yes
X
X.include "../../mk/bsd.prefs.mk"
X
XBUILD_DEFS+=   USE_INET6 USE_IDEA CUE_USE_CANNA
X
X.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
XCONFIGURE_ARGS+=       --enable-ipv6
X.else
XCONFIGURE_ARGS+=       --disable-ipv6
X.endif
X
X.if defined(CUE_USE_CANNA) && !empty(CUE_USE_CANNA:M[Yy][Ee][Ss])
X.include "../../inputmethod/canna-lib/buildlink2.mk"
XCONFIGURE_ARGS+=       --with-canna=${BUILDLINK_PREFIX.canna}
X.else
XCONFIGURE_ARGS+=       --without-canna
X.endif
XCONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
X.if defined(USE_IDEA) && !empty(USE_IDEA:M[Yy][Ee][Ss])
XCONFIGURE_ARGS+=       --enable-idea
X.endif
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin
X       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cue
X       ${INSTALL_DATA} ${WRKSRC}/sample.cuerc ${PREFIX}/share/examples/cue
X       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cue
X       ${INSTALL_DATA} ${WRKSRC}/cue.hlp  ${PREFIX}/share/doc/cue
X
X.include "../../security/openssl/buildlink2.mk"
X.include "../../mk/bsd.pkg.mk"
END-of-./Makefile
echo x - ./PLIST
sed 's/^X//' >./PLIST << 'END-of-./PLIST'
X@comment $NetBSD: PLIST,v 1.2 2002/01/02 11:54:27 hubertf Exp $
Xbin/cue
Xshare/examples/cue/sample.cuerc
X@dirrm share/examples/cue
Xshare/doc/cue/cue.hlp
X@dirrm share/doc/cue
END-of-./PLIST
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
X$NetBSD: distinfo,v 1.18 2004/03/07 01:16:01 itojun Exp $
X
XSHA1 (cue-snap-20040329.tar.gz) = 1a54fbe138454e7d4be38a53d66ff58a31d64a9c
XSize (cue-snap-20040329.tar.gz) = 168256 bytes
END-of-./distinfo
exit


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



Home | Main Index | Thread Index | Old Index