View | Details | Raw Unified | Return to bug 39691
Collapse All | Expand All

(-)mutt-devel/Makefile (-21 / +30 lines)
Lines 4-14 Link Here
4
#
4
#
5
# $FreeBSD: ports/japanese/mutt-devel/Makefile,v 1.36 2002/05/22 18:56:00 knu Exp $
5
# $FreeBSD: ports/japanese/mutt-devel/Makefile,v 1.36 2002/05/22 18:56:00 knu Exp $
6
#
6
#
7
# WITH_MUTT_CYRUS_SASL:	if defined, 'Cyrus sasl' support.
8
#
7
9
8
PORTNAME=	mutt
10
PORTNAME=	mutt
9
PORTVERSION=	${VERSION}.j${JP_VERSION}
11
PORTVERSION=	${VERSION}.j${JP_VERSION}
10
CATEGORIES=	japanese mail
12
CATEGORIES=	japanese mail
11
MASTER_SITES=	http://www.emaillab.org/mutt/1.3/ \
13
MASTER_SITES=	http://www.emaillab.org/mutt/1.5/ \
12
		http://www5.xdsl.ne.jp/~shuna/mutt/distfiles/ \
14
		http://www5.xdsl.ne.jp/~shuna/mutt/distfiles/ \
13
		http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \
15
		http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \
14
		ftp://ftp.mutt.org/pub/mutt/devel/
16
		ftp://ftp.mutt.org/pub/mutt/devel/
Lines 23-70 Link Here
23
		iconv.3:${PORTSDIR}/converters/libiconv
25
		iconv.3:${PORTSDIR}/converters/libiconv
24
.if !defined(WITH_GETTEXT)
26
.if !defined(WITH_GETTEXT)
25
LIB_DEPENDS+=	intl.2:${PORTSDIR}/devel/gettext
27
LIB_DEPENDS+=	intl.2:${PORTSDIR}/devel/gettext
26
.endif
28
.else
27
.if defined(WITH_GETTEXT)
28
BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
29
BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
29
.endif
30
.endif
31
.if defined(WITH_MUTT_CYRUS_SASL)
32
LIB_DEPENDS+=	sasl.8:${PORTSDIR}/security/cyrus-sasl
33
.endif
30
RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
34
RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
31
35
32
VERSION=	1.3.99
36
VERSION=	1.5.1
33
JP_VERSION=	1
37
JP_VERSION=	1
34
MANUALVERSION=	1.3.28
38
MANUALVERSION=	1.4
39
40
FETCH_BEFORE_ARGS=	-A	# ha4.seikyou.ne.jp is running broken httpd
35
41
36
DIST_SUBDIR=	mutt
42
DIST_SUBDIR=	mutt
37
NO_LATEST_LINK=	yes
43
NO_LATEST_LINK=	yes
38
USE_GMAKE=	yes
44
USE_GMAKE=	yes
39
USE_AUTOMAKE=	yes
45
USE_AUTOMAKE=	yes
46
USE_OPENSSL=	yes
40
WRKSRC=		${WRKDIR}/${PORTNAME}-${VERSION}
47
WRKSRC=		${WRKDIR}/${PORTNAME}-${VERSION}
41
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
48
CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
42
		LIBS="-L${LOCALBASE}/lib"
43
CONFIGURE_ARGS=	--with-slang --enable-locales-fix \
49
CONFIGURE_ARGS=	--with-slang --enable-locales-fix \
44
		--with-libiconv-prefix=${PREFIX} \
50
		--with-libiconv-prefix=${LOCALBASE} \
45
		--without-wc-funcs \
51
		--without-wc-funcs \
46
		--enable-flock --disable-fcntl \
52
		--enable-flock --disable-fcntl \
53
		--with-ssl \
47
		--sysconfdir=${PREFIX}/etc \
54
		--sysconfdir=${PREFIX}/etc \
48
		--with-docdir=${PREFIX}/share/doc/mutt \
55
		--with-docdir=${DOCSDIR} \
49
		--enable-pop --enable-imap \
56
		--enable-pop --enable-imap \
50
		--enable-default-japanese
57
		--enable-default-japanese
51
.if defined(WITH_GETTEXT)
58
.if defined(WITH_GETTEXT)
52
CONFIGURE_ARGS+=	--with-included-gettext
59
CONFIGURE_ARGS+=	--with-included-gettext
53
.endif
60
.endif
54
61
.if defined(WITH_MUTT_CYRUS_SASL)
55
FETCH_BEFORE_ARGS=	-A	# ha4.seikyou.ne.jp is running broken httpd
62
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
63
.endif
56
64
57
NOMANCOMPRESS=	yes
65
NOMANCOMPRESS=	yes
58
MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1
66
MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1
59
MAN5=		muttrc.5 mbox.5
67
MAN5=		muttrc.5 mbox.5
60
68
61
.include <bsd.port.pre.mk>
62
63
.if ${OSVERSION} >= 400014
64
USE_OPENSSL=	yes
65
CONFIGURE_ARGS+=	--with-ssl
66
.endif
67
68
DIFFDIR=	${WRKDIR}/${DISTNAME}-ja.${JP_VERSION}
69
DIFFDIR=	${WRKDIR}/${DISTNAME}-ja.${JP_VERSION}
69
DIFFNAME=	patch-${VERSION}.tt.ja.${JP_VERSION}
70
DIFFNAME=	patch-${VERSION}.tt.ja.${JP_VERSION}
70
71
Lines 73-78 Link Here
73
	(cd ${WRKSRC}; ${PATCH} -p1 < ${DIFFDIR}/${DIFFNAME})
74
	(cd ${WRKSRC}; ${PATCH} -p1 < ${DIFFDIR}/${DIFFNAME})
74
75
75
pre-configure:
76
pre-configure:
77
.if defined(NOPORTDOCS)
78
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extrapatch-nodoc-aa
79
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extrapatch-nodoc-ab
80
.endif
76
	(cd ${WRKSRC}; ${ACLOCAL} -I m4)
81
	(cd ${WRKSRC}; ${ACLOCAL} -I m4)
77
82
78
post-configure:
83
post-configure:
Lines 83-93 Link Here
83
		s/^(s%\@AUTOHEADER\@%).+(%g)/\1${AUTOHEADER}\2/" \
88
		s/^(s%\@AUTOHEADER\@%).+(%g)/\1${AUTOHEADER}\2/" \
84
		${BUILD_WRKSRC}/config.status
89
		${BUILD_WRKSRC}/config.status
85
90
91
.if !defined(NOPORTDOCS)
86
post-install:
92
post-install:
87
	${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.en ${DOCSDIR}
88
	${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.ja ${DOCSDIR}
93
	${INSTALL_DATA} ${DIFFDIR}/INSTALL.JA-PATCH.ja ${DOCSDIR}
89
	${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.en ${DOCSDIR}
90
	${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.ja ${DOCSDIR}
94
	${INSTALL_DATA} ${DIFFDIR}/README.JA-PATCH.ja ${DOCSDIR}
95
	${INSTALL_DATA} ${DIFFDIR}/html/INSTALL.JA-PATCH.en.html ${DOCSDIR}/html
96
	${INSTALL_DATA} ${DIFFDIR}/html/INSTALL.JA-PATCH.ja.html ${DOCSDIR}/html
97
	${INSTALL_DATA} ${DIFFDIR}/html/README.JA-PATCH.en.html ${DOCSDIR}/html
98
	${INSTALL_DATA} ${DIFFDIR}/html/README.JA-PATCH.ja.html ${DOCSDIR}/html
91
	${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.en.html ${DOCSDIR}/html
99
	${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.en.html ${DOCSDIR}/html
92
	${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.ja.html ${DOCSDIR}/html
100
	${INSTALL_DATA} ${DIFFDIR}/html/manual-ja-patch.ja.html ${DOCSDIR}/html
93
	${INSTALL_DATA} ${DIFFDIR}/html/usage-japanese.en.html ${DOCSDIR}/html
101
	${INSTALL_DATA} ${DIFFDIR}/html/usage-japanese.en.html ${DOCSDIR}/html
Lines 99-103 Link Here
99
	${INSTALL_DATA} ${WRKDIR}/manual_ja.tex ${DOCSDIR}
107
	${INSTALL_DATA} ${WRKDIR}/manual_ja.tex ${DOCSDIR}
100
	${INSTALL_DATA} ${WRKDIR}/manual_ja.html ${DOCSDIR}
108
	${INSTALL_DATA} ${WRKDIR}/manual_ja.html ${DOCSDIR}
101
	${INSTALL_DATA} ${WRKDIR}/manual_ja.sgml ${DOCSDIR}
109
	${INSTALL_DATA} ${WRKDIR}/manual_ja.sgml ${DOCSDIR}
110
.endif
102
111
103
.include <bsd.port.post.mk>
112
.include <bsd.port.mk>
(-)mutt-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (mutt/mutt-1.3.99i.tar.gz) = 99b5978fed95688ab26aac54803a21c1
1
MD5 (mutt/mutt-1.5.1i.tar.gz) = 5f281dcab555e9c206a5cd16a530e0da
2
MD5 (mutt/mutt-1.3.99i-ja.1.tar.gz) = d4635e26da5a150d2e1597f66c1914bf
2
MD5 (mutt/mutt-1.5.1i-ja.1.tar.gz) = 57f06d8544e9e163b31538fe73796db9
3
MD5 (mutt/manual_ja-1.3.28i-0.tar.gz) = 80e52b32594134e935ac2f0f9ba05bf3
3
MD5 (mutt/manual_ja-1.4i-0.tar.gz) = 2c8927971b997830f93520dbb517e5e6
(-)mutt-devel/files/extrapatch-nodoc-aa (+21 lines)
Line 0 Link Here
1
--- doc/Makefile.in.orig	Sun Jun 23 15:53:07 2002
2
+++ doc/Makefile.in	Sun Jun 23 15:55:19 2002
3
@@ -79,18 +79,6 @@
4
 		$(DESTDIR)$(mandir)/man1/mutt_dotlock.1
5
 	./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5
6
 	./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5
7
-	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)
8
-	for f in $(srcdir_DOCFILES) ; do \
9
-		$(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \
10
-	done
11
-	for f in $(topsrcdir_DOCFILES) ; do \
12
-		$(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \
13
-	done
14
-	$(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true
15
-	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html
16
-	for file in manual*.html ; do	\
17
-		$(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\
18
-	done
19
 
20
 uninstall:
21
 	-rm -f $(DESTDIR)$(mandir)/man1/mutt.1
(-)mutt-devel/files/extrapatch-nodoc-ab (+11 lines)
Line 0 Link Here
1
--- Makefile.am.orig	Sun Jun 23 16:04:34 2002
2
+++ Makefile.am	Sun Jun 23 16:04:40 2002
3
@@ -9,7 +9,7 @@
4
 IMAP_INCLUDES = -I$(top_srcdir)/imap
5
 endif
6
 
7
-SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
8
+SUBDIRS = m4 po intl doc $(IMAP_SUBDIR)
9
 
10
 bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@
11
 
(-)mutt-devel/files/patch-aj (+11 lines)
Line 0 Link Here
1
--- configure.in.orig	Sun Jun 23 14:41:02 2002
2
+++ configure.in	Sun Jun 23 14:42:05 2002
3
@@ -596,7 +596,7 @@
4
         then
5
           if test "$with_sasl" != "yes"
6
           then
7
-            CPPFLAGS="$CPPFLAGS -I$with_sasl/include"
8
+            CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl"
9
             LDFLAGS="$LDFLAGS -L$with_sasl/lib"
10
           fi
11
 
(-)mutt-devel/files/patch-ak (+25 lines)
Line 0 Link Here
1
--- Makefile.am.orig	Thu Feb  7 18:14:11 2002
2
+++ Makefile.am	Sun May  5 10:53:00 2002
3
@@ -3,7 +3,7 @@
4
 
5
 AUTOMAKE_OPTIONS = foreign
6
 EXTRA_PROGRAMS = mutt_dotlock pgpring makedoc
7
-
8
+EXTRA_SCRIPTS = smime_keys
9
 if BUILD_IMAP
10
 IMAP_SUBDIR = imap
11
 IMAP_INCLUDES = -I$(top_srcdir)/imap
12
@@ -11,11 +11,11 @@
13
 
14
 SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
15
 
16
-bin_SCRIPTS = muttbug flea
17
+bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@
18
 
19
 BUILT_SOURCES = keymap_defs.h patchlist.c
20
 
21
-bin_PROGRAMS = mutt @DOTLOCK_TARGET@ @PGPAUX_TARGET@ @SMIMEAUX_TARGET@
22
+bin_PROGRAMS = mutt @DOTLOCK_TARGET@ @PGPAUX_TARGET@
23
 mutt_SOURCES = $(BUILT_SOURCES) \
24
 	addrbook.c alias.c attach.c base64.c browser.c buffy.c color.c \
25
 	commands.c complete.c compose.c copy.c curs_lib.c curs_main.c date.c \
(-)mutt-devel/files/prepatch-aa (-7 / +7 lines)
Lines 1-9 Link Here
1
--- patch-1.3.99.tt.ja.1.orig	Sun May 19 13:58:08 2002
1
--- patch-1.5.1.tt.ja.1.orig	Sun May 19 14:43:49 2002
2
+++ patch-1.3.99.tt.ja.1	Sun May 19 13:58:24 2002
2
+++ patch-1.5.1.tt.ja.1	Sun May 19 14:44:07 2002
3
@@ -2388,5 +2388,5 @@
3
@@ -2350,5 +2350,5 @@
4
  }
4
 +#endif
5
 --- mutt-ja/PATCHES~    Tue Nov  6 19:59:33 2001
5
 --- mutt-dev-ja/PATCHES~    Tue Nov  6 19:59:33 2001
6
 +++ mutt-ja/PATCHES     Tue Nov  6 19:59:42 2001
6
 +++ mutt-dev-ja/PATCHES     Tue Nov  6 19:59:42 2001
7
-@@ -1,0 +1 @@
7
-@@ -1,0 +1 @@
8
+@@ -0,0 +1 @@
8
+@@ -0,0 +1 @@
9
 +patch-1.3.99.tt.ja.1
9
 +patch-1.5.1.tt.ja.1
(-)mutt-devel/pkg-plist (-69 / +76 lines)
Lines 4-76 Link Here
4
bin/muttbug
4
bin/muttbug
5
bin/pgpewrap
5
bin/pgpewrap
6
bin/pgpring
6
bin/pgpring
7
bin/smime_keys
7
etc/Muttrc
8
etc/Muttrc
8
etc/mime.types
9
etc/mime.types
9
share/doc/mutt/COPYRIGHT
10
%%PORTDOCS%%share/doc/mutt/COPYRIGHT
10
share/doc/mutt/ChangeLog
11
%%PORTDOCS%%share/doc/mutt/ChangeLog
11
share/doc/mutt/GPL
12
%%PORTDOCS%%share/doc/mutt/GPL
12
share/doc/mutt/INSTALL
13
%%PORTDOCS%%share/doc/mutt/INSTALL
13
share/doc/mutt/INSTALL.JA-PATCH.en
14
%%PORTDOCS%%share/doc/mutt/INSTALL.JA-PATCH.ja
14
share/doc/mutt/INSTALL.JA-PATCH.ja
15
%%PORTDOCS%%share/doc/mutt/NEWS
15
share/doc/mutt/NEWS
16
%%PORTDOCS%%share/doc/mutt/PGP-Notes.txt
16
share/doc/mutt/PGP-Notes.txt
17
%%PORTDOCS%%share/doc/mutt/README
17
share/doc/mutt/README
18
%%PORTDOCS%%share/doc/mutt/README.JA-PATCH.ja
18
share/doc/mutt/README.JA-PATCH.en
19
%%PORTDOCS%%share/doc/mutt/README.SECURITY
19
share/doc/mutt/README.JA-PATCH.ja
20
%%PORTDOCS%%share/doc/mutt/README.SSL
20
share/doc/mutt/README.SECURITY
21
%%PORTDOCS%%share/doc/mutt/TODO
21
share/doc/mutt/README.SSL
22
%%PORTDOCS%%share/doc/mutt/applying-patches.txt
22
share/doc/mutt/TODO
23
%%PORTDOCS%%share/doc/mutt/devel-notes.txt
23
share/doc/mutt/applying-patches.txt
24
%%PORTDOCS%%share/doc/mutt/html/INSTALL.JA-PATCH.en.html
24
share/doc/mutt/devel-notes.txt
25
%%PORTDOCS%%share/doc/mutt/html/INSTALL.JA-PATCH.ja.html
25
share/doc/mutt/html/manual-1.html
26
%%PORTDOCS%%share/doc/mutt/html/README.JA-PATCH.en.html
26
share/doc/mutt/html/manual-2.html
27
%%PORTDOCS%%share/doc/mutt/html/README.JA-PATCH.ja.html
27
share/doc/mutt/html/manual-3.html
28
%%PORTDOCS%%share/doc/mutt/html/manual-1.html
28
share/doc/mutt/html/manual-4.html
29
%%PORTDOCS%%share/doc/mutt/html/manual-2.html
29
share/doc/mutt/html/manual-5.html
30
%%PORTDOCS%%share/doc/mutt/html/manual-3.html
30
share/doc/mutt/html/manual-6.html
31
%%PORTDOCS%%share/doc/mutt/html/manual-4.html
31
share/doc/mutt/html/manual-7.html
32
%%PORTDOCS%%share/doc/mutt/html/manual-5.html
32
share/doc/mutt/html/manual.html
33
%%PORTDOCS%%share/doc/mutt/html/manual-6.html
33
share/doc/mutt/html/manual-ja-patch.en.html
34
%%PORTDOCS%%share/doc/mutt/html/manual-7.html
34
share/doc/mutt/html/manual-ja-patch.ja.html
35
%%PORTDOCS%%share/doc/mutt/html/manual.html
35
share/doc/mutt/html/usage-japanese.en.html
36
%%PORTDOCS%%share/doc/mutt/html/manual-ja-patch.en.html
36
share/doc/mutt/html/usage-japanese.ja.html
37
%%PORTDOCS%%share/doc/mutt/html/manual-ja-patch.ja.html
37
share/doc/mutt/manual.txt
38
%%PORTDOCS%%share/doc/mutt/html/usage-japanese.en.html
38
share/doc/mutt/manual_ja.html
39
%%PORTDOCS%%share/doc/mutt/html/usage-japanese.ja.html
39
share/doc/mutt/manual_ja.sgml
40
%%PORTDOCS%%share/doc/mutt/manual.txt
40
share/doc/mutt/manual_ja.tex
41
%%PORTDOCS%%share/doc/mutt/manual_ja.html
41
share/doc/mutt/manual_ja.txt
42
%%PORTDOCS%%share/doc/mutt/manual_ja.sgml
42
share/doc/mutt/patch-notes.txt
43
%%PORTDOCS%%share/doc/mutt/manual_ja.tex
43
share/doc/mutt/samples/Mush.rc
44
%%PORTDOCS%%share/doc/mutt/manual_ja.txt
44
share/doc/mutt/samples/Pine.rc
45
%%PORTDOCS%%share/doc/mutt/patch-notes.txt
45
share/doc/mutt/samples/Tin.rc
46
%%PORTDOCS%%share/doc/mutt/samples/Mush.rc
46
share/doc/mutt/samples/gpg.rc
47
%%PORTDOCS%%share/doc/mutt/samples/Pine.rc
47
share/doc/mutt/samples/mutt-en.rc
48
%%PORTDOCS%%share/doc/mutt/samples/Tin.rc
48
share/doc/mutt/samples/mutt-ja.rc
49
%%PORTDOCS%%share/doc/mutt/samples/ca-bundle.crt
49
share/doc/mutt/samples/pgp2.rc
50
%%PORTDOCS%%share/doc/mutt/samples/gpg.rc
50
share/doc/mutt/samples/pgp5.rc
51
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc
51
share/doc/mutt/samples/pgp6.rc
52
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc
52
share/doc/mutt/samples/sample.mailcap
53
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc
53
share/doc/mutt/samples/sample.muttrc
54
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc
54
share/doc/mutt/samples/sample.muttrc-tlr
55
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc
55
share/doc/mutt/samples/sample.muttrc-tt
56
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc
56
share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc
57
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc
57
share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc
58
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc
58
share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc
59
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc
59
share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc
60
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc
60
share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc
61
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.irix-6.5.rc
61
share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc
62
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc
62
share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc
63
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc
63
share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc
64
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc
64
share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc
65
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc
65
share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc
66
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc
66
share/doc/mutt/samples/iconv/iconv.irix-6.5.rc
67
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc
67
share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc
68
%%PORTDOCS%%share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc
68
share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc
69
%%PORTDOCS%%share/doc/mutt/samples/mutt-en.rc
69
share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc
70
%%PORTDOCS%%share/doc/mutt/samples/mutt-ja.rc
70
share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc
71
%%PORTDOCS%%share/doc/mutt/samples/pgp2.rc
71
share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc
72
%%PORTDOCS%%share/doc/mutt/samples/pgp5.rc
72
share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc
73
%%PORTDOCS%%share/doc/mutt/samples/pgp6.rc
73
share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc
74
%%PORTDOCS%%share/doc/mutt/samples/sample.mailcap
75
%%PORTDOCS%%share/doc/mutt/samples/sample.muttrc
76
%%PORTDOCS%%share/doc/mutt/samples/sample.muttrc-tlr
77
%%PORTDOCS%%share/doc/mutt/samples/sample.muttrc-tt
78
%%PORTDOCS%%share/doc/mutt/samples/smime.rc
79
%%PORTDOCS%%share/doc/mutt/samples/smime_keys_test.pl
80
%%PORTDOCS%%share/doc/mutt/smime-notes.txt
74
share/locale/ca/LC_MESSAGES/mutt.mo
81
share/locale/ca/LC_MESSAGES/mutt.mo
75
share/locale/cs/LC_MESSAGES/mutt.mo
82
share/locale/cs/LC_MESSAGES/mutt.mo
76
share/locale/da/LC_MESSAGES/mutt.mo
83
share/locale/da/LC_MESSAGES/mutt.mo
Lines 97-103 Link Here
97
share/locale/uk/LC_MESSAGES/mutt.mo
104
share/locale/uk/LC_MESSAGES/mutt.mo
98
share/locale/zh_CN/LC_MESSAGES/mutt.mo
105
share/locale/zh_CN/LC_MESSAGES/mutt.mo
99
share/locale/zh_TW/LC_MESSAGES/mutt.mo
106
share/locale/zh_TW/LC_MESSAGES/mutt.mo
100
@dirrm share/doc/mutt/html
107
%%PORTDOCS%%@dirrm share/doc/mutt/html
101
@dirrm share/doc/mutt/samples/iconv
108
%%PORTDOCS%%@dirrm share/doc/mutt/samples/iconv
102
@dirrm share/doc/mutt/samples
109
%%PORTDOCS%%@dirrm share/doc/mutt/samples
103
@dirrm share/doc/mutt
110
%%PORTDOCS%%@dirrm share/doc/mutt

Return to bug 39691