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

(-)mutt-devel-hcache/Makefile (-4 / +30 lines)
Lines 9-24 Link Here
9
9
10
PORTNAME=	mutt-devel
10
PORTNAME=	mutt-devel
11
PORTVERSION=	${VERSION}.j${JP_VERSION}
11
PORTVERSION=	${VERSION}.j${JP_VERSION}
12
PORTREVISION=	0
12
PORTREVISION=	1
13
CATEGORIES=	japanese mail
13
CATEGORIES=	japanese mail
14
MASTER_SITES=	http://www.emaillab.org/mutt/1.5/ \
14
MASTER_SITES=	http://www.emaillab.org/mutt/1.5/ \
15
		http://my.reset.jp/~iwashita/mutt/distfiles/ \
15
		http://my.reset.jp/~iwashita/mutt/distfiles/ \
16
		http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \
16
		http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \
17
		http://mutt-j.sourceforge.jp/ \
17
		ftp://ftp.mutt.org/mutt/devel/
18
		ftp://ftp.mutt.org/mutt/devel/
18
DISTNAME=	mutt-${VERSION}i
19
DISTNAME=	mutt-${VERSION}i
19
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
20
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
20
		${DISTNAME}-ja.${JP_VERSION}${EXTRACT_SUFX} \
21
		${DISTNAME}-ja.${JP_VERSION}${EXTRACT_SUFX} \
21
		manual_ja-${MANUALVERSION}i-1${EXTRACT_SUFX}
22
		manual_ja-${MANUALVERSION}i-1${EXTRACT_SUFX} \
23
		manual.ja-${MANJADATE}${EXTRACT_SUFX}
22
DIST_SUBDIR=	mutt
24
DIST_SUBDIR=	mutt
23
25
24
MAINTAINER=	st@be.to
26
MAINTAINER=	st@be.to
Lines 33-44 Link Here
33
.if defined(WITH_MUTT_CYRUS_SASL)
35
.if defined(WITH_MUTT_CYRUS_SASL)
34
LIB_DEPENDS+=	sasl.8:${PORTSDIR}/security/cyrus-sasl
36
LIB_DEPENDS+=	sasl.8:${PORTSDIR}/security/cyrus-sasl
35
.endif
37
.endif
38
.if defined(WITH_MUTT_IDN)
39
LIB_DEPENDS+=	idn.15:${PORTSDIR}/devel/libidn
40
.endif
41
42
.if defined(WITH_MUTT_HEADER_CACHE)
43
PATCH_SITES+=	http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/:hcache
44
PATCHFILES+=	patch-${VERSION}.tg.hcache.3:hcache
45
PATCH_DIST_STRIP+=	-p1
46
47
LIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
48
.endif
36
49
37
CONFLICTS=	mutt-* ja-mutt-1.[024]*
50
CONFLICTS=	mutt-* ja-mutt-1.[024]*
38
51
39
VERSION=	1.5.6
52
VERSION=	1.5.6
40
JP_VERSION=	1
53
JP_VERSION=	1
41
MANUALVERSION=	1.4
54
MANUALVERSION=	1.4
55
MANJADATE=	20040808
42
56
43
FETCH_BEFORE_ARGS=	-A	# ha4.seikyou.ne.jp is running broken httpd
57
FETCH_BEFORE_ARGS=	-A	# ha4.seikyou.ne.jp is running broken httpd
44
58
Lines 51-57 Link Here
51
USE_OPENSSL=	yes
65
USE_OPENSSL=	yes
52
WRKSRC=		${WRKDIR}/mutt-${VERSION}
66
WRKSRC=		${WRKDIR}/mutt-${VERSION}
53
LDFLAGS+=	-L${LOCALBASE}/lib
67
LDFLAGS+=	-L${LOCALBASE}/lib
54
CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" \
68
CONFIGURE_ENV=	CC="${CC} -D_DONT_USE_CTYPE_INLINE_ ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" \
55
		LDFLAGS="${LDFLAGS}"
69
		LDFLAGS="${LDFLAGS}"
56
CONFIGURE_ARGS=	--with-slang --enable-locales-fix \
70
CONFIGURE_ARGS=	--with-slang --enable-locales-fix \
57
		--with-libiconv-prefix=${LOCALBASE} \
71
		--with-libiconv-prefix=${LOCALBASE} \
Lines 62-67 Link Here
62
		--with-docdir=${DOCSDIR} \
76
		--with-docdir=${DOCSDIR} \
63
		--enable-pop --enable-imap \
77
		--enable-pop --enable-imap \
64
		--enable-default-japanese
78
		--enable-default-japanese
79
.if defined(MUTT_CONFIGURE_ARGS)
80
CONFIGURE_ARGS+=	${MUTT_CONFIGURE_ARGS}
81
.endif
65
.if defined(WITHOUT_NLS)
82
.if defined(WITHOUT_NLS)
66
CONFIGURE_ARGS+=	--disable-nls
83
CONFIGURE_ARGS+=	--disable-nls
67
PLIST_SUB=	NLS="@comment "
84
PLIST_SUB=	NLS="@comment "
Lines 71-76 Link Here
71
.if defined(WITH_MUTT_CYRUS_SASL)
88
.if defined(WITH_MUTT_CYRUS_SASL)
72
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
89
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
73
.endif
90
.endif
91
.if defined(WITH_MUTT_HEADER_CACHE)
92
CONFIGURE_ARGS+=	--enable-hcache
93
.endif
94
.if defined(WITH_MUTT_IDN)
95
CONFIGURE_ARGS+=	--with-idn=${LOCALBASE}
96
.endif
74
97
75
NOMANCOMPRESS=	yes
98
NOMANCOMPRESS=	yes
76
MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1
99
MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1
Lines 87-93 Link Here
87
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extrapatch-nodoc-aa
110
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extrapatch-nodoc-aa
88
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extrapatch-nodoc-ab
111
	${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extrapatch-nodoc-ab
89
.endif
112
.endif
90
	(cd ${WRKSRC}; ${ACLOCAL} -I m4)
113
	(cd ${WRKSRC}; ${ACLOCAL} -I m4; ${AUTOHEADER})
91
114
92
post-configure:
115
post-configure:
93
	@${REINPLACE_CMD} -E "\
116
	@${REINPLACE_CMD} -E "\
Lines 121-126 Link Here
121
	${INSTALL_DATA} ${WRKDIR}/manual_ja.tex ${DOCSDIR}
144
	${INSTALL_DATA} ${WRKDIR}/manual_ja.tex ${DOCSDIR}
122
	${INSTALL_DATA} ${WRKDIR}/manual_ja.html ${DOCSDIR}
145
	${INSTALL_DATA} ${WRKDIR}/manual_ja.html ${DOCSDIR}
123
	${INSTALL_DATA} ${WRKDIR}/manual_ja.sgml ${DOCSDIR}
146
	${INSTALL_DATA} ${WRKDIR}/manual_ja.sgml ${DOCSDIR}
147
	${INSTALL_DATA} ${WRKDIR}/manual.ja.txt ${DOCSDIR}
148
	${INSTALL_DATA} ${WRKDIR}/manual.ja.html ${DOCSDIR}
149
	${INSTALL_DATA} ${WRKDIR}/manual.ja.sgml ${DOCSDIR}
124
.endif
150
.endif
125
151
126
.include <bsd.port.mk>
152
.include <bsd.port.mk>
(-)mutt-devel-hcache/distinfo (+4 lines)
Lines 4-6 Link Here
4
SIZE (mutt/mutt-1.5.6i-ja.1.tar.gz) = 78594
4
SIZE (mutt/mutt-1.5.6i-ja.1.tar.gz) = 78594
5
MD5 (mutt/manual_ja-1.4i-1.tar.gz) = 07623b9b958f89070f8dd1f227f71605
5
MD5 (mutt/manual_ja-1.4i-1.tar.gz) = 07623b9b958f89070f8dd1f227f71605
6
SIZE (mutt/manual_ja-1.4i-1.tar.gz) = 300461
6
SIZE (mutt/manual_ja-1.4i-1.tar.gz) = 300461
7
MD5 (mutt/manual.ja-20040808.tar.gz) = 393e8d39025278f263018f6d314049f8
8
SIZE (mutt/manual.ja-20040808.tar.gz) = 272680
9
MD5 (mutt/patch-1.5.6.tg.hcache.3) = d7a6eea28e0b3cfbe72623916eba6cb7
10
SIZE (mutt/patch-1.5.6.tg.hcache.3) = 35166
(-)mutt-devel-hcache/pkg-plist (-79 / +82 lines)
Lines 7-91 Link Here
7
bin/smime_keys
7
bin/smime_keys
8
etc/Muttrc
8
etc/Muttrc
9
etc/mime.types
9
etc/mime.types
10
%%DOCSDIR%%/COPYRIGHT
10
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
11
%%DOCSDIR%%/ChangeLog
11
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
12
%%DOCSDIR%%/ChangeLog.old
12
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.old
13
%%DOCSDIR%%/GPL
13
%%PORTDOCS%%%%DOCSDIR%%/GPL
14
%%DOCSDIR%%/INSTALL
14
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
15
%%DOCSDIR%%/INSTALL.ja
15
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.ja
16
%%DOCSDIR%%/INSTALL.JA-PATCH.ja
16
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.JA-PATCH.ja
17
%%DOCSDIR%%/NEWS
17
%%PORTDOCS%%%%DOCSDIR%%/NEWS
18
%%DOCSDIR%%/NEWS.ja
18
%%PORTDOCS%%%%DOCSDIR%%/NEWS.ja
19
%%DOCSDIR%%/PGP-Notes.txt
19
%%PORTDOCS%%%%DOCSDIR%%/PGP-Notes.txt
20
%%DOCSDIR%%/PGP-Notes.ja.txt
20
%%PORTDOCS%%%%DOCSDIR%%/PGP-Notes.ja.txt
21
%%DOCSDIR%%/README
21
%%PORTDOCS%%%%DOCSDIR%%/README
22
%%DOCSDIR%%/README.ja
22
%%PORTDOCS%%%%DOCSDIR%%/README.ja
23
%%DOCSDIR%%/README.JA-PATCH.ja
23
%%PORTDOCS%%%%DOCSDIR%%/README.JA-PATCH.ja
24
%%DOCSDIR%%/README.SECURITY
24
%%PORTDOCS%%%%DOCSDIR%%/README.SECURITY
25
%%DOCSDIR%%/README.SECURITY.ja
25
%%PORTDOCS%%%%DOCSDIR%%/README.SECURITY.ja
26
%%DOCSDIR%%/README.SSL
26
%%PORTDOCS%%%%DOCSDIR%%/README.SSL
27
%%DOCSDIR%%/README.SSL.ja
27
%%PORTDOCS%%%%DOCSDIR%%/README.SSL.ja
28
%%DOCSDIR%%/TODO
28
%%PORTDOCS%%%%DOCSDIR%%/TODO
29
%%DOCSDIR%%/applying-patches.txt
29
%%PORTDOCS%%%%DOCSDIR%%/applying-patches.txt
30
%%DOCSDIR%%/applying-patches.ja.txt
30
%%PORTDOCS%%%%DOCSDIR%%/applying-patches.ja.txt
31
%%DOCSDIR%%/devel-notes.txt
31
%%PORTDOCS%%%%DOCSDIR%%/devel-notes.txt
32
%%DOCSDIR%%/html/INSTALL.JA-PATCH.ja.html
32
%%PORTDOCS%%%%DOCSDIR%%/html/INSTALL.JA-PATCH.ja.html
33
%%DOCSDIR%%/html/README.JA-PATCH.ja.html
33
%%PORTDOCS%%%%DOCSDIR%%/html/README.JA-PATCH.ja.html
34
%%DOCSDIR%%/html/manual-1.html
34
%%PORTDOCS%%%%DOCSDIR%%/html/manual-1.html
35
%%DOCSDIR%%/html/manual-2.html
35
%%PORTDOCS%%%%DOCSDIR%%/html/manual-2.html
36
%%DOCSDIR%%/html/manual-3.html
36
%%PORTDOCS%%%%DOCSDIR%%/html/manual-3.html
37
%%DOCSDIR%%/html/manual-4.html
37
%%PORTDOCS%%%%DOCSDIR%%/html/manual-4.html
38
%%DOCSDIR%%/html/manual-5.html
38
%%PORTDOCS%%%%DOCSDIR%%/html/manual-5.html
39
%%DOCSDIR%%/html/manual-6.html
39
%%PORTDOCS%%%%DOCSDIR%%/html/manual-6.html
40
%%DOCSDIR%%/html/manual-7.html
40
%%PORTDOCS%%%%DOCSDIR%%/html/manual-7.html
41
%%DOCSDIR%%/html/manual.html
41
%%PORTDOCS%%%%DOCSDIR%%/html/manual.html
42
%%DOCSDIR%%/html/manual-ja-patch.en.html
42
%%PORTDOCS%%%%DOCSDIR%%/html/manual-ja-patch.en.html
43
%%DOCSDIR%%/html/manual-ja-patch.ja.html
43
%%PORTDOCS%%%%DOCSDIR%%/html/manual-ja-patch.ja.html
44
%%DOCSDIR%%/html/usage-japanese.ja.html
44
%%PORTDOCS%%%%DOCSDIR%%/html/usage-japanese.ja.html
45
%%DOCSDIR%%/manual.txt
45
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
46
%%DOCSDIR%%/manual_ja.html
46
%%PORTDOCS%%%%DOCSDIR%%/manual_ja.html
47
%%DOCSDIR%%/manual_ja.sgml
47
%%PORTDOCS%%%%DOCSDIR%%/manual_ja.sgml
48
%%DOCSDIR%%/manual_ja.tex
48
%%PORTDOCS%%%%DOCSDIR%%/manual_ja.tex
49
%%DOCSDIR%%/manual_ja.txt
49
%%PORTDOCS%%%%DOCSDIR%%/manual_ja.txt
50
%%DOCSDIR%%/patch-notes.txt
50
%%PORTDOCS%%%%DOCSDIR%%/manual.ja.html
51
%%DOCSDIR%%/samples/Mush.rc
51
%%PORTDOCS%%%%DOCSDIR%%/manual.ja.sgml
52
%%DOCSDIR%%/samples/Pine.rc
52
%%PORTDOCS%%%%DOCSDIR%%/manual.ja.txt
53
%%DOCSDIR%%/samples/Tin.rc
53
%%PORTDOCS%%%%DOCSDIR%%/patch-notes.txt
54
%%DOCSDIR%%/samples/ca-bundle.crt
54
%%PORTDOCS%%%%DOCSDIR%%/samples/Mush.rc
55
%%DOCSDIR%%/samples/gpg.rc
55
%%PORTDOCS%%%%DOCSDIR%%/samples/Pine.rc
56
%%DOCSDIR%%/samples/iconv/iconv.aix-3.2.5.rc
56
%%PORTDOCS%%%%DOCSDIR%%/samples/Tin.rc
57
%%DOCSDIR%%/samples/iconv/iconv.aix-4.1.5.rc
57
%%PORTDOCS%%%%DOCSDIR%%/samples/ca-bundle.crt
58
%%DOCSDIR%%/samples/iconv/iconv.aix-4.2.0.rc
58
%%PORTDOCS%%%%DOCSDIR%%/samples/gpg.rc
59
%%DOCSDIR%%/samples/iconv/iconv.aix-4.3.2.rc
59
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.aix-3.2.5.rc
60
%%DOCSDIR%%/samples/iconv/iconv.freebsd-3.3.rc
60
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.aix-4.1.5.rc
61
%%DOCSDIR%%/samples/iconv/iconv.glibc-2.1.3.rc
61
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.aix-4.2.0.rc
62
%%DOCSDIR%%/samples/iconv/iconv.glibc-2.1.90.rc
62
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.aix-4.3.2.rc
63
%%DOCSDIR%%/samples/iconv/iconv.hpux-10.01.rc
63
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.freebsd-3.3.rc
64
%%DOCSDIR%%/samples/iconv/iconv.hpux-10.20.rc
64
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.glibc-2.1.3.rc
65
%%DOCSDIR%%/samples/iconv/iconv.hpux-11.00.rc
65
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.glibc-2.1.90.rc
66
%%DOCSDIR%%/samples/iconv/iconv.irix-6.5.rc
66
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.hpux-10.01.rc
67
%%DOCSDIR%%/samples/iconv/iconv.osf1-4.0a.rc
67
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.hpux-10.20.rc
68
%%DOCSDIR%%/samples/iconv/iconv.osf1-4.0d.rc
68
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.hpux-11.00.rc
69
%%DOCSDIR%%/samples/iconv/iconv.solaris-2.4.rc
69
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.irix-6.5.rc
70
%%DOCSDIR%%/samples/iconv/iconv.solaris-2.5.1.rc
70
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.osf1-4.0a.rc
71
%%DOCSDIR%%/samples/iconv/iconv.solaris-2.6-cjk.rc
71
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.osf1-4.0d.rc
72
%%DOCSDIR%%/samples/iconv/iconv.solaris-2.6.rc
72
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.solaris-2.4.rc
73
%%DOCSDIR%%/samples/iconv/iconv.solaris-2.7.rc
73
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.solaris-2.5.1.rc
74
%%DOCSDIR%%/samples/mutt-en.rc
74
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.solaris-2.6-cjk.rc
75
%%DOCSDIR%%/samples/mutt-ja.rc
75
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.solaris-2.6.rc
76
%%DOCSDIR%%/samples/pgp2.rc
76
%%PORTDOCS%%%%DOCSDIR%%/samples/iconv/iconv.solaris-2.7.rc
77
%%DOCSDIR%%/samples/pgp5.rc
77
%%PORTDOCS%%%%DOCSDIR%%/samples/mutt-en.rc
78
%%DOCSDIR%%/samples/pgp6.rc
78
%%PORTDOCS%%%%DOCSDIR%%/samples/mutt-ja.rc
79
%%DOCSDIR%%/samples/sample.mailcap
79
%%PORTDOCS%%%%DOCSDIR%%/samples/pgp2.rc
80
%%DOCSDIR%%/samples/sample.muttrc
80
%%PORTDOCS%%%%DOCSDIR%%/samples/pgp5.rc
81
%%DOCSDIR%%/samples/sample.muttrc-tlr
81
%%PORTDOCS%%%%DOCSDIR%%/samples/pgp6.rc
82
%%DOCSDIR%%/samples/sample.muttrc-tt
82
%%PORTDOCS%%%%DOCSDIR%%/samples/sample.mailcap
83
%%DOCSDIR%%/samples/smime.rc
83
%%PORTDOCS%%%%DOCSDIR%%/samples/sample.muttrc
84
%%DOCSDIR%%/samples/smime_keys_test.pl
84
%%PORTDOCS%%%%DOCSDIR%%/samples/sample.muttrc-tlr
85
%%DOCSDIR%%/samples/colors.default
85
%%PORTDOCS%%%%DOCSDIR%%/samples/sample.muttrc-tt
86
%%DOCSDIR%%/samples/colors.linux
86
%%PORTDOCS%%%%DOCSDIR%%/samples/smime.rc
87
%%DOCSDIR%%/smime-notes.txt
87
%%PORTDOCS%%%%DOCSDIR%%/samples/smime_keys_test.pl
88
%%DOCSDIR%%/smime-notes.ja.txt
88
%%PORTDOCS%%%%DOCSDIR%%/samples/colors.default
89
%%PORTDOCS%%%%DOCSDIR%%/samples/colors.linux
90
%%PORTDOCS%%%%DOCSDIR%%/smime-notes.txt
91
%%PORTDOCS%%%%DOCSDIR%%/smime-notes.ja.txt
89
%%NLS%%share/locale/ca/LC_MESSAGES/mutt.mo
92
%%NLS%%share/locale/ca/LC_MESSAGES/mutt.mo
90
%%NLS%%share/locale/cs/LC_MESSAGES/mutt.mo
93
%%NLS%%share/locale/cs/LC_MESSAGES/mutt.mo
91
%%NLS%%share/locale/da/LC_MESSAGES/mutt.mo
94
%%NLS%%share/locale/da/LC_MESSAGES/mutt.mo

Return to bug 71329