diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-12-19 03:22:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-12-19 03:22:16 +0000 |
commit | 1814b4fda0e837b95913189cbfaba2c8a35bc02b (patch) | |
tree | 05c367fbec4028a95d198a83705b505c29560f3c /japanese | |
parent | 4cbbfd5f1031e98c01163f47c9e258a43c96c778 (diff) | |
download | freebsd-ports-1814b4fda0e837b95913189cbfaba2c8a35bc02b.zip |
Add mime_pls 2.02, is a perl library which provies
perl functions in message header fields encoder/decoder
based RFC2047 and in message body encoder/decoder based
RFC2045.
WWW: http://www.cc.rim.or.jp/~ikuta/mime_pls/
Sponsored by: Ensure Technology Ltd.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/mime_pls/Makefile | 31 | ||||
-rw-r--r-- | japanese/mime_pls/distinfo | 3 | ||||
-rw-r--r-- | japanese/mime_pls/pkg-descr | 8 |
4 files changed, 43 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index ae8179ccfc86..fbef61060e70 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -213,6 +213,7 @@ SUBDIR += migemo-xemacs-devel-mule SUBDIR += migemo-xemacs21-mule SUBDIR += mikachan-ttfonts + SUBDIR += mime_pls SUBDIR += mimekit SUBDIR += ming SUBDIR += mobileimap diff --git a/japanese/mime_pls/Makefile b/japanese/mime_pls/Makefile new file mode 100644 index 000000000000..9455fd18ebff --- /dev/null +++ b/japanese/mime_pls/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: mime_pls +# Date created: 2005/12/19 +# Whom: n-shigemura@ensure.jp +# +# $FreeBSD$ +# + +PORTNAME= mime_pls +PORTVERSION= 2.02 +CATEGORIES= japanese perl5 mail +MASTER_SITES= http://www.cc.rim.or.jp/~ikuta/mime_pls/ +PKGNAMEPREFIX= ja-p5- +DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//} +EXTRACT_SUFX= .tgz + +MAINTAINER= nork@FreeBSD.org +COMMENT= Perl Library for MIME encode/decode + +USE_PERL5= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +BINS= rmime wmime rbody wbody +LIBS= mimer.pl mimew.pl +PLIST_FILES= ${BINS:C,^,bin/,} ${LIBS:C,^,${SITE_PERL_REL}/,} + +do-install: + @${INSTALL_SCRIPT} ${BINS:C,^,${WRKSRC}/,} ${PREFIX}/bin + @${INSTALL_DATA} ${LIBS:C,^,${WRKSRC}/,} ${SITE_PERL} + +.include <bsd.port.mk> diff --git a/japanese/mime_pls/distinfo b/japanese/mime_pls/distinfo new file mode 100644 index 000000000000..f7c33ce4c62c --- /dev/null +++ b/japanese/mime_pls/distinfo @@ -0,0 +1,3 @@ +MD5 (mime_pls202.tgz) = c53140004c79e0dd5209d6ebd30951a8 +SHA256 (mime_pls202.tgz) = 2a93dcb666f3bcddb1a47e044f77f4e5d26283455d99ea711fed97b11109db34 +SIZE (mime_pls202.tgz) = 14292 diff --git a/japanese/mime_pls/pkg-descr b/japanese/mime_pls/pkg-descr new file mode 100644 index 000000000000..0cf0ac482c04 --- /dev/null +++ b/japanese/mime_pls/pkg-descr @@ -0,0 +1,8 @@ +mime_pls is a perl library for MIME encode/decode, and provides +perl functions in message header fields based RFC2047 and in +message body based RFC2045. + +mimer.pl: MIME decoder library +mimew.pl: MIME encoder library + +WWW: http://www.cc.rim.or.jp/~ikuta/mime_pls/ |