Text-based powerful mail client with Japanize patch.
PR is about version 0.95 but submitter sent new version 1.0-b1 to ports-jp ML and I'll commit it. PR: 12451 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
This commit is contained in:
parent
2e419d4dd2
commit
5e6d24c3e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21280
11 changed files with 616 additions and 0 deletions
49
japanese/mutt-devel/Makefile
Normal file
49
japanese/mutt-devel/Makefile
Normal file
|
@ -0,0 +1,49 @@
|
|||
# New ports collection makefile for: ja-mutt
|
||||
# Version required: 1.0pre1i
|
||||
# Date created: 5 Sep 1999
|
||||
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= mutt-1.0pre1i
|
||||
PKGNAME= ja-mutt-1.0b1.j0
|
||||
CATEGORIES= japanese mail
|
||||
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
|
||||
ftp://ftp.guug.de/pub/mutt/historic/ \
|
||||
ftp://ftp.gbnet.net/pub/mutt-international/
|
||||
|
||||
PATCH_SITES= http://home.sprintmail.com/~kikutani/slang/
|
||||
PATCHFILES= mutt-1.0pre1i.jp0.pat.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= shuna@pop16.odn.ne.jp
|
||||
|
||||
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
|
||||
BUILD_DEPENDS= ${PREFIX}/bin/msgfmt:${PORTSDIR}/devel/gettext \
|
||||
autoconf:${PORTSDIR}/devel/autoconf \
|
||||
automake:${PORTSDIR}/devel/automake
|
||||
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview
|
||||
|
||||
DIST_SUBDIR= mutt
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/mutt-1.0pre1
|
||||
CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \
|
||||
--enable-flock --disable-fcntl \
|
||||
--sysconfdir=${PREFIX}/share/mutt \
|
||||
--with-sharedir=${PREFIX}/share/mutt \
|
||||
--with-docdir=${PREFIX}/share/doc/mutt \
|
||||
--enable-pop --enable-imap
|
||||
|
||||
MAN1= mutt.1 mutt_dotlock.1
|
||||
|
||||
pre-configure:
|
||||
(cd ${WRKSRC}; autoconf)
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/sample.muttrc ${PREFIX}/share/doc/mutt
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/Mush.rc ${PREFIX}/share/doc/mutt
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/Pine.rc ${PREFIX}/share/doc/mutt
|
||||
|
||||
.include <bsd.port.mk>
|
2
japanese/mutt-devel/distinfo
Normal file
2
japanese/mutt-devel/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (mutt/mutt-1.0pre1i.tar.gz) = afbb2942b7af0021043c53a691ff2d75
|
||||
MD5 (mutt/mutt-1.0pre1i.jp0.pat.gz) = 4e4b0f0ab681a4bc74a5529209ad45a8
|
34
japanese/mutt-devel/files/patch-aa
Normal file
34
japanese/mutt-devel/files/patch-aa
Normal file
|
@ -0,0 +1,34 @@
|
|||
*** configure.in.orig Sun Sep 5 05:36:22 1999
|
||||
--- configure.in Sun Sep 5 05:41:07 1999
|
||||
***************
|
||||
*** 107,124 ****
|
||||
|
||||
AC_MSG_CHECKING(for S-Lang)
|
||||
if test $withval = yes; then
|
||||
! if test -d $srcdir/../slang; then
|
||||
! mutt_cv_slang=$srcdir/../slang/src
|
||||
! CPPFLAGS="$CPPFLAGS -I${mutt_cv_slang}"
|
||||
! LDFLAGS="$LDFLAGS -L${mutt_cv_slang}/objs"
|
||||
! else
|
||||
! if test -d $mutt_cv_prefix/include/slang; then
|
||||
! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
|
||||
! elif test -d /usr/include/slang; then
|
||||
! CPPFLAGS="$CPPFLAGS -I/usr/include/slang"
|
||||
! fi
|
||||
! mutt_cv_slang=yes
|
||||
fi
|
||||
else
|
||||
dnl ---Check to see if $withval is a source directory
|
||||
if test -f $withval/src/slang.h; then
|
||||
--- 107,117 ----
|
||||
|
||||
AC_MSG_CHECKING(for S-Lang)
|
||||
if test $withval = yes; then
|
||||
! if test -d $mutt_cv_prefix/include/slang; then
|
||||
! CPPFLAGS="$CPPFLAGS -I$mutt_cv_prefix/include/slang"
|
||||
! LDFLAGS="$LDFLAGS -L$mutt_cv_prefix/lib"
|
||||
fi
|
||||
+ mutt_cv_slang=yes
|
||||
else
|
||||
dnl ---Check to see if $withval is a source directory
|
||||
if test -f $withval/src/slang.h; then
|
1
japanese/mutt-devel/pkg-comment
Normal file
1
japanese/mutt-devel/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Text-based mail client (Japanised Version)
|
11
japanese/mutt-devel/pkg-descr
Normal file
11
japanese/mutt-devel/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Mutt is a small but very powerful text-based MIME mail client. Mutt
|
||||
is highly configurable, and is well suited to the mail power user with
|
||||
advanced features like key bindings, keyboard macros, mail threading,
|
||||
regular expression searches and a powerful pattern matching language
|
||||
for selecting groups of messages.
|
||||
|
||||
WWW: http://www.mutt.org/
|
||||
|
||||
-
|
||||
IWASHITA Yoji
|
||||
shuna@pop16.odn.ne.jp
|
228
japanese/mutt-devel/pkg-plist
Normal file
228
japanese/mutt-devel/pkg-plist
Normal file
|
@ -0,0 +1,228 @@
|
|||
bin/mutt
|
||||
bin/mutt_dotlock
|
||||
share/doc/mutt/COPYRIGHT
|
||||
share/doc/mutt/ChangeLog
|
||||
share/doc/mutt/GPL
|
||||
share/doc/mutt/INSTALL
|
||||
share/doc/mutt/NEWS
|
||||
share/doc/mutt/PGP-Notes.txt
|
||||
share/doc/mutt/README
|
||||
share/doc/mutt/README.SECURITY
|
||||
share/doc/mutt/TODO
|
||||
share/doc/mutt/applying-patches.txt
|
||||
share/doc/mutt/devel-notes.txt
|
||||
share/doc/mutt/manual.txt
|
||||
share/doc/mutt/sample.muttrc
|
||||
share/doc/mutt/Mush.rc
|
||||
share/doc/mutt/Pine.rc
|
||||
@dirrm share/doc/mutt
|
||||
share/mutt/charsets/ansi-x3-110-1983
|
||||
share/mutt/charsets/ansi-x3-4-1968
|
||||
share/mutt/charsets/asmo-449
|
||||
share/mutt/charsets/baltic
|
||||
share/mutt/charsets/bs-4730
|
||||
share/mutt/charsets/bs-viewdata
|
||||
share/mutt/charsets/charsets.alias
|
||||
share/mutt/charsets/charsets.alias.dist
|
||||
share/mutt/charsets/cp1250
|
||||
share/mutt/charsets/cp1251
|
||||
share/mutt/charsets/cp1252
|
||||
share/mutt/charsets/cp1253
|
||||
share/mutt/charsets/cp1254
|
||||
share/mutt/charsets/cp1255
|
||||
share/mutt/charsets/cp1256
|
||||
share/mutt/charsets/cp1257
|
||||
share/mutt/charsets/csa-z243-4-1985-1
|
||||
share/mutt/charsets/csa-z243-4-1985-2
|
||||
share/mutt/charsets/csa-z243-4-1985-gr
|
||||
share/mutt/charsets/csn-369103
|
||||
share/mutt/charsets/cwi
|
||||
share/mutt/charsets/dec-mcs
|
||||
share/mutt/charsets/din-66003
|
||||
share/mutt/charsets/ds-2089
|
||||
share/mutt/charsets/ebcdic-at-de
|
||||
share/mutt/charsets/ebcdic-at-de-a
|
||||
share/mutt/charsets/ebcdic-ca-fr
|
||||
share/mutt/charsets/ebcdic-dk-no
|
||||
share/mutt/charsets/ebcdic-dk-no-a
|
||||
share/mutt/charsets/ebcdic-es
|
||||
share/mutt/charsets/ebcdic-es-a
|
||||
share/mutt/charsets/ebcdic-es-s
|
||||
share/mutt/charsets/ebcdic-fi-se
|
||||
share/mutt/charsets/ebcdic-fi-se-a
|
||||
share/mutt/charsets/ebcdic-fr
|
||||
share/mutt/charsets/ebcdic-is-friss
|
||||
share/mutt/charsets/ebcdic-it
|
||||
share/mutt/charsets/ebcdic-pt
|
||||
share/mutt/charsets/ebcdic-uk
|
||||
share/mutt/charsets/ebcdic-us
|
||||
share/mutt/charsets/ecma-cyrillic
|
||||
share/mutt/charsets/es
|
||||
share/mutt/charsets/es2
|
||||
share/mutt/charsets/gb-1988-80
|
||||
share/mutt/charsets/gost-19768-74
|
||||
share/mutt/charsets/greek7
|
||||
share/mutt/charsets/greek7-old
|
||||
share/mutt/charsets/greek-ccitt
|
||||
share/mutt/charsets/hp-roman8
|
||||
share/mutt/charsets/ibm037
|
||||
share/mutt/charsets/ibm038
|
||||
share/mutt/charsets/ibm1004
|
||||
share/mutt/charsets/ibm1026
|
||||
share/mutt/charsets/ibm1047
|
||||
share/mutt/charsets/ibm256
|
||||
share/mutt/charsets/ibm273
|
||||
share/mutt/charsets/ibm274
|
||||
share/mutt/charsets/ibm275
|
||||
share/mutt/charsets/ibm277
|
||||
share/mutt/charsets/ibm278
|
||||
share/mutt/charsets/ibm280
|
||||
share/mutt/charsets/ibm281
|
||||
share/mutt/charsets/ibm284
|
||||
share/mutt/charsets/ibm285
|
||||
share/mutt/charsets/ibm290
|
||||
share/mutt/charsets/ibm297
|
||||
share/mutt/charsets/ibm420
|
||||
share/mutt/charsets/ibm423
|
||||
share/mutt/charsets/ibm424
|
||||
share/mutt/charsets/ibm437
|
||||
share/mutt/charsets/ibm500
|
||||
share/mutt/charsets/ibm850
|
||||
share/mutt/charsets/ibm851
|
||||
share/mutt/charsets/ibm852
|
||||
share/mutt/charsets/ibm855
|
||||
share/mutt/charsets/ibm857
|
||||
share/mutt/charsets/ibm860
|
||||
share/mutt/charsets/ibm861
|
||||
share/mutt/charsets/ibm862
|
||||
share/mutt/charsets/ibm863
|
||||
share/mutt/charsets/ibm864
|
||||
share/mutt/charsets/ibm865
|
||||
share/mutt/charsets/ibm868
|
||||
share/mutt/charsets/ibm869
|
||||
share/mutt/charsets/ibm870
|
||||
share/mutt/charsets/ibm871
|
||||
share/mutt/charsets/ibm875
|
||||
share/mutt/charsets/ibm880
|
||||
share/mutt/charsets/ibm891
|
||||
share/mutt/charsets/ibm903
|
||||
share/mutt/charsets/ibm904
|
||||
share/mutt/charsets/ibm905
|
||||
share/mutt/charsets/ibm918
|
||||
share/mutt/charsets/iec-p27-1
|
||||
share/mutt/charsets/inis
|
||||
share/mutt/charsets/inis-8
|
||||
share/mutt/charsets/inis-cyrillic
|
||||
share/mutt/charsets/invariant
|
||||
share/mutt/charsets/iso-10367-box
|
||||
share/mutt/charsets/iso-2033-1983
|
||||
share/mutt/charsets/iso-5427
|
||||
share/mutt/charsets/iso-5427-ext
|
||||
share/mutt/charsets/iso-5428
|
||||
share/mutt/charsets/iso-646-basic
|
||||
share/mutt/charsets/iso-646-irv
|
||||
share/mutt/charsets/iso-6937
|
||||
share/mutt/charsets/iso-6937-2-25
|
||||
share/mutt/charsets/iso-6937-2-add
|
||||
share/mutt/charsets/iso-8859-1
|
||||
share/mutt/charsets/iso-8859-10
|
||||
share/mutt/charsets/iso-8859-2
|
||||
share/mutt/charsets/iso-8859-3
|
||||
share/mutt/charsets/iso-8859-4
|
||||
share/mutt/charsets/iso-8859-5
|
||||
share/mutt/charsets/iso-8859-6
|
||||
share/mutt/charsets/iso-8859-7
|
||||
share/mutt/charsets/iso-8859-8
|
||||
share/mutt/charsets/iso-8859-9
|
||||
share/mutt/charsets/iso-8859-supp
|
||||
share/mutt/charsets/iso-ir-90
|
||||
share/mutt/charsets/it
|
||||
share/mutt/charsets/jis-c6220-1969-jp
|
||||
share/mutt/charsets/jis-c6220-1969-ro
|
||||
share/mutt/charsets/jis-c6229-1984-a
|
||||
share/mutt/charsets/jis-c6229-1984-b
|
||||
share/mutt/charsets/jis-c6229-1984-b-add
|
||||
share/mutt/charsets/jis-c6229-1984-hand
|
||||
share/mutt/charsets/jis-c6229-1984-hand-add
|
||||
share/mutt/charsets/jis-c6229-1984-kana
|
||||
share/mutt/charsets/jis-x0201
|
||||
share/mutt/charsets/jus-i-b1-002
|
||||
share/mutt/charsets/jus-i-b1-003-mac
|
||||
share/mutt/charsets/jus-i-b1-003-serb
|
||||
share/mutt/charsets/koi-8
|
||||
share/mutt/charsets/koi8-r
|
||||
share/mutt/charsets/ksc5636
|
||||
share/mutt/charsets/latin-greek
|
||||
share/mutt/charsets/latin-greek-1
|
||||
share/mutt/charsets/macintosh
|
||||
share/mutt/charsets/mac-is
|
||||
share/mutt/charsets/msz-7795-3
|
||||
share/mutt/charsets/nats-dano
|
||||
share/mutt/charsets/nats-dano-add
|
||||
share/mutt/charsets/nats-sefi
|
||||
share/mutt/charsets/nats-sefi-add
|
||||
share/mutt/charsets/nc-nc00-10
|
||||
share/mutt/charsets/nextstep
|
||||
share/mutt/charsets/nf-z-62-010
|
||||
share/mutt/charsets/nf-z-62-010-(1973)
|
||||
share/mutt/charsets/ns-4551-1
|
||||
share/mutt/charsets/ns-4551-2
|
||||
share/mutt/charsets/pt
|
||||
share/mutt/charsets/pt2
|
||||
share/mutt/charsets/sami
|
||||
share/mutt/charsets/sen-850200-b
|
||||
share/mutt/charsets/sen-850200-c
|
||||
share/mutt/charsets/t-101-g2
|
||||
share/mutt/charsets/t-61-7bit
|
||||
share/mutt/charsets/t-61-8bit
|
||||
share/mutt/charsets/videotex-suppl
|
||||
@dirrm share/mutt/charsets
|
||||
share/mutt/Muttrc
|
||||
share/mutt/mime.types
|
||||
@dirrm share/mutt
|
||||
share/locale/cs/LC_MESSAGES/mutt.mo
|
||||
share/locale/de/LC_MESSAGES/mutt.mo
|
||||
share/locale/el/LC_MESSAGES/mutt.mo
|
||||
share/locale/es/LC_MESSAGES/mutt.mo
|
||||
share/locale/fr/LC_MESSAGES/mutt.mo
|
||||
share/locale/id/LC_MESSAGES/mutt.mo
|
||||
share/locale/it/LC_MESSAGES/mutt.mo
|
||||
share/locale/ja/LC_MESSAGES/mutt.mo
|
||||
share/locale/ko/LC_MESSAGES/mutt.mo
|
||||
share/locale/nl/LC_MESSAGES/mutt.mo
|
||||
share/locale/pl/LC_MESSAGES/mutt.mo
|
||||
share/locale/ru/LC_MESSAGES/mutt.mo
|
||||
share/locale/sk/LC_MESSAGES/mutt.mo
|
||||
share/locale/uk/LC_MESSAGES/mutt.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo
|
||||
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/id/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/zh_TW.Big5/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/el 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/es 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/id 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/it 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ja 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ko 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/uk 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/zh_TW.Big5 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
49
japanese/mutt/Makefile
Normal file
49
japanese/mutt/Makefile
Normal file
|
@ -0,0 +1,49 @@
|
|||
# New ports collection makefile for: ja-mutt
|
||||
# Version required: 1.0pre1i
|
||||
# Date created: 5 Sep 1999
|
||||
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= mutt-1.0pre1i
|
||||
PKGNAME= ja-mutt-1.0b1.j0
|
||||
CATEGORIES= japanese mail
|
||||
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/ \
|
||||
ftp://ftp.guug.de/pub/mutt/historic/ \
|
||||
ftp://ftp.gbnet.net/pub/mutt-international/
|
||||
|
||||
PATCH_SITES= http://home.sprintmail.com/~kikutani/slang/
|
||||
PATCHFILES= mutt-1.0pre1i.jp0.pat.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= shuna@pop16.odn.ne.jp
|
||||
|
||||
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang
|
||||
BUILD_DEPENDS= ${PREFIX}/bin/msgfmt:${PORTSDIR}/devel/gettext \
|
||||
autoconf:${PORTSDIR}/devel/autoconf \
|
||||
automake:${PORTSDIR}/devel/automake
|
||||
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview
|
||||
|
||||
DIST_SUBDIR= mutt
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/mutt-1.0pre1
|
||||
CONFIGURE_ARGS= --with-slang --enable-locales-fix --with-included-gettext \
|
||||
--enable-flock --disable-fcntl \
|
||||
--sysconfdir=${PREFIX}/share/mutt \
|
||||
--with-sharedir=${PREFIX}/share/mutt \
|
||||
--with-docdir=${PREFIX}/share/doc/mutt \
|
||||
--enable-pop --enable-imap
|
||||
|
||||
MAN1= mutt.1 mutt_dotlock.1
|
||||
|
||||
pre-configure:
|
||||
(cd ${WRKSRC}; autoconf)
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/sample.muttrc ${PREFIX}/share/doc/mutt
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/Mush.rc ${PREFIX}/share/doc/mutt
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/Pine.rc ${PREFIX}/share/doc/mutt
|
||||
|
||||
.include <bsd.port.mk>
|
2
japanese/mutt/distinfo
Normal file
2
japanese/mutt/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (mutt/mutt-1.0pre1i.tar.gz) = afbb2942b7af0021043c53a691ff2d75
|
||||
MD5 (mutt/mutt-1.0pre1i.jp0.pat.gz) = 4e4b0f0ab681a4bc74a5529209ad45a8
|
1
japanese/mutt/pkg-comment
Normal file
1
japanese/mutt/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Text-based mail client (Japanised Version)
|
11
japanese/mutt/pkg-descr
Normal file
11
japanese/mutt/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Mutt is a small but very powerful text-based MIME mail client. Mutt
|
||||
is highly configurable, and is well suited to the mail power user with
|
||||
advanced features like key bindings, keyboard macros, mail threading,
|
||||
regular expression searches and a powerful pattern matching language
|
||||
for selecting groups of messages.
|
||||
|
||||
WWW: http://www.mutt.org/
|
||||
|
||||
-
|
||||
IWASHITA Yoji
|
||||
shuna@pop16.odn.ne.jp
|
228
japanese/mutt/pkg-plist
Normal file
228
japanese/mutt/pkg-plist
Normal file
|
@ -0,0 +1,228 @@
|
|||
bin/mutt
|
||||
bin/mutt_dotlock
|
||||
share/doc/mutt/COPYRIGHT
|
||||
share/doc/mutt/ChangeLog
|
||||
share/doc/mutt/GPL
|
||||
share/doc/mutt/INSTALL
|
||||
share/doc/mutt/NEWS
|
||||
share/doc/mutt/PGP-Notes.txt
|
||||
share/doc/mutt/README
|
||||
share/doc/mutt/README.SECURITY
|
||||
share/doc/mutt/TODO
|
||||
share/doc/mutt/applying-patches.txt
|
||||
share/doc/mutt/devel-notes.txt
|
||||
share/doc/mutt/manual.txt
|
||||
share/doc/mutt/sample.muttrc
|
||||
share/doc/mutt/Mush.rc
|
||||
share/doc/mutt/Pine.rc
|
||||
@dirrm share/doc/mutt
|
||||
share/mutt/charsets/ansi-x3-110-1983
|
||||
share/mutt/charsets/ansi-x3-4-1968
|
||||
share/mutt/charsets/asmo-449
|
||||
share/mutt/charsets/baltic
|
||||
share/mutt/charsets/bs-4730
|
||||
share/mutt/charsets/bs-viewdata
|
||||
share/mutt/charsets/charsets.alias
|
||||
share/mutt/charsets/charsets.alias.dist
|
||||
share/mutt/charsets/cp1250
|
||||
share/mutt/charsets/cp1251
|
||||
share/mutt/charsets/cp1252
|
||||
share/mutt/charsets/cp1253
|
||||
share/mutt/charsets/cp1254
|
||||
share/mutt/charsets/cp1255
|
||||
share/mutt/charsets/cp1256
|
||||
share/mutt/charsets/cp1257
|
||||
share/mutt/charsets/csa-z243-4-1985-1
|
||||
share/mutt/charsets/csa-z243-4-1985-2
|
||||
share/mutt/charsets/csa-z243-4-1985-gr
|
||||
share/mutt/charsets/csn-369103
|
||||
share/mutt/charsets/cwi
|
||||
share/mutt/charsets/dec-mcs
|
||||
share/mutt/charsets/din-66003
|
||||
share/mutt/charsets/ds-2089
|
||||
share/mutt/charsets/ebcdic-at-de
|
||||
share/mutt/charsets/ebcdic-at-de-a
|
||||
share/mutt/charsets/ebcdic-ca-fr
|
||||
share/mutt/charsets/ebcdic-dk-no
|
||||
share/mutt/charsets/ebcdic-dk-no-a
|
||||
share/mutt/charsets/ebcdic-es
|
||||
share/mutt/charsets/ebcdic-es-a
|
||||
share/mutt/charsets/ebcdic-es-s
|
||||
share/mutt/charsets/ebcdic-fi-se
|
||||
share/mutt/charsets/ebcdic-fi-se-a
|
||||
share/mutt/charsets/ebcdic-fr
|
||||
share/mutt/charsets/ebcdic-is-friss
|
||||
share/mutt/charsets/ebcdic-it
|
||||
share/mutt/charsets/ebcdic-pt
|
||||
share/mutt/charsets/ebcdic-uk
|
||||
share/mutt/charsets/ebcdic-us
|
||||
share/mutt/charsets/ecma-cyrillic
|
||||
share/mutt/charsets/es
|
||||
share/mutt/charsets/es2
|
||||
share/mutt/charsets/gb-1988-80
|
||||
share/mutt/charsets/gost-19768-74
|
||||
share/mutt/charsets/greek7
|
||||
share/mutt/charsets/greek7-old
|
||||
share/mutt/charsets/greek-ccitt
|
||||
share/mutt/charsets/hp-roman8
|
||||
share/mutt/charsets/ibm037
|
||||
share/mutt/charsets/ibm038
|
||||
share/mutt/charsets/ibm1004
|
||||
share/mutt/charsets/ibm1026
|
||||
share/mutt/charsets/ibm1047
|
||||
share/mutt/charsets/ibm256
|
||||
share/mutt/charsets/ibm273
|
||||
share/mutt/charsets/ibm274
|
||||
share/mutt/charsets/ibm275
|
||||
share/mutt/charsets/ibm277
|
||||
share/mutt/charsets/ibm278
|
||||
share/mutt/charsets/ibm280
|
||||
share/mutt/charsets/ibm281
|
||||
share/mutt/charsets/ibm284
|
||||
share/mutt/charsets/ibm285
|
||||
share/mutt/charsets/ibm290
|
||||
share/mutt/charsets/ibm297
|
||||
share/mutt/charsets/ibm420
|
||||
share/mutt/charsets/ibm423
|
||||
share/mutt/charsets/ibm424
|
||||
share/mutt/charsets/ibm437
|
||||
share/mutt/charsets/ibm500
|
||||
share/mutt/charsets/ibm850
|
||||
share/mutt/charsets/ibm851
|
||||
share/mutt/charsets/ibm852
|
||||
share/mutt/charsets/ibm855
|
||||
share/mutt/charsets/ibm857
|
||||
share/mutt/charsets/ibm860
|
||||
share/mutt/charsets/ibm861
|
||||
share/mutt/charsets/ibm862
|
||||
share/mutt/charsets/ibm863
|
||||
share/mutt/charsets/ibm864
|
||||
share/mutt/charsets/ibm865
|
||||
share/mutt/charsets/ibm868
|
||||
share/mutt/charsets/ibm869
|
||||
share/mutt/charsets/ibm870
|
||||
share/mutt/charsets/ibm871
|
||||
share/mutt/charsets/ibm875
|
||||
share/mutt/charsets/ibm880
|
||||
share/mutt/charsets/ibm891
|
||||
share/mutt/charsets/ibm903
|
||||
share/mutt/charsets/ibm904
|
||||
share/mutt/charsets/ibm905
|
||||
share/mutt/charsets/ibm918
|
||||
share/mutt/charsets/iec-p27-1
|
||||
share/mutt/charsets/inis
|
||||
share/mutt/charsets/inis-8
|
||||
share/mutt/charsets/inis-cyrillic
|
||||
share/mutt/charsets/invariant
|
||||
share/mutt/charsets/iso-10367-box
|
||||
share/mutt/charsets/iso-2033-1983
|
||||
share/mutt/charsets/iso-5427
|
||||
share/mutt/charsets/iso-5427-ext
|
||||
share/mutt/charsets/iso-5428
|
||||
share/mutt/charsets/iso-646-basic
|
||||
share/mutt/charsets/iso-646-irv
|
||||
share/mutt/charsets/iso-6937
|
||||
share/mutt/charsets/iso-6937-2-25
|
||||
share/mutt/charsets/iso-6937-2-add
|
||||
share/mutt/charsets/iso-8859-1
|
||||
share/mutt/charsets/iso-8859-10
|
||||
share/mutt/charsets/iso-8859-2
|
||||
share/mutt/charsets/iso-8859-3
|
||||
share/mutt/charsets/iso-8859-4
|
||||
share/mutt/charsets/iso-8859-5
|
||||
share/mutt/charsets/iso-8859-6
|
||||
share/mutt/charsets/iso-8859-7
|
||||
share/mutt/charsets/iso-8859-8
|
||||
share/mutt/charsets/iso-8859-9
|
||||
share/mutt/charsets/iso-8859-supp
|
||||
share/mutt/charsets/iso-ir-90
|
||||
share/mutt/charsets/it
|
||||
share/mutt/charsets/jis-c6220-1969-jp
|
||||
share/mutt/charsets/jis-c6220-1969-ro
|
||||
share/mutt/charsets/jis-c6229-1984-a
|
||||
share/mutt/charsets/jis-c6229-1984-b
|
||||
share/mutt/charsets/jis-c6229-1984-b-add
|
||||
share/mutt/charsets/jis-c6229-1984-hand
|
||||
share/mutt/charsets/jis-c6229-1984-hand-add
|
||||
share/mutt/charsets/jis-c6229-1984-kana
|
||||
share/mutt/charsets/jis-x0201
|
||||
share/mutt/charsets/jus-i-b1-002
|
||||
share/mutt/charsets/jus-i-b1-003-mac
|
||||
share/mutt/charsets/jus-i-b1-003-serb
|
||||
share/mutt/charsets/koi-8
|
||||
share/mutt/charsets/koi8-r
|
||||
share/mutt/charsets/ksc5636
|
||||
share/mutt/charsets/latin-greek
|
||||
share/mutt/charsets/latin-greek-1
|
||||
share/mutt/charsets/macintosh
|
||||
share/mutt/charsets/mac-is
|
||||
share/mutt/charsets/msz-7795-3
|
||||
share/mutt/charsets/nats-dano
|
||||
share/mutt/charsets/nats-dano-add
|
||||
share/mutt/charsets/nats-sefi
|
||||
share/mutt/charsets/nats-sefi-add
|
||||
share/mutt/charsets/nc-nc00-10
|
||||
share/mutt/charsets/nextstep
|
||||
share/mutt/charsets/nf-z-62-010
|
||||
share/mutt/charsets/nf-z-62-010-(1973)
|
||||
share/mutt/charsets/ns-4551-1
|
||||
share/mutt/charsets/ns-4551-2
|
||||
share/mutt/charsets/pt
|
||||
share/mutt/charsets/pt2
|
||||
share/mutt/charsets/sami
|
||||
share/mutt/charsets/sen-850200-b
|
||||
share/mutt/charsets/sen-850200-c
|
||||
share/mutt/charsets/t-101-g2
|
||||
share/mutt/charsets/t-61-7bit
|
||||
share/mutt/charsets/t-61-8bit
|
||||
share/mutt/charsets/videotex-suppl
|
||||
@dirrm share/mutt/charsets
|
||||
share/mutt/Muttrc
|
||||
share/mutt/mime.types
|
||||
@dirrm share/mutt
|
||||
share/locale/cs/LC_MESSAGES/mutt.mo
|
||||
share/locale/de/LC_MESSAGES/mutt.mo
|
||||
share/locale/el/LC_MESSAGES/mutt.mo
|
||||
share/locale/es/LC_MESSAGES/mutt.mo
|
||||
share/locale/fr/LC_MESSAGES/mutt.mo
|
||||
share/locale/id/LC_MESSAGES/mutt.mo
|
||||
share/locale/it/LC_MESSAGES/mutt.mo
|
||||
share/locale/ja/LC_MESSAGES/mutt.mo
|
||||
share/locale/ko/LC_MESSAGES/mutt.mo
|
||||
share/locale/nl/LC_MESSAGES/mutt.mo
|
||||
share/locale/pl/LC_MESSAGES/mutt.mo
|
||||
share/locale/ru/LC_MESSAGES/mutt.mo
|
||||
share/locale/sk/LC_MESSAGES/mutt.mo
|
||||
share/locale/uk/LC_MESSAGES/mutt.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo
|
||||
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/id/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/zh_TW.Big5/LC_MESSAGES 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/de 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/el 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/es 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/id 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/it 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ja 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ko 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/uk 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale/zh_TW.Big5 2>/dev/null || true
|
||||
@unexec rmdir %D/share/locale 2>/dev/null || true
|
Loading…
Reference in a new issue