diff options
author | nork <nork@FreeBSD.org> | 2005-12-19 11:22:16 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-12-19 11:22:16 +0800 |
commit | 13daa8ac4c1bd1edf030174738524880ffe03070 (patch) | |
tree | 0d6d6f2995b5315640436c30af1addde9a8547b8 /japanese | |
parent | 0a7b281b07daadcdc9fa5b2ba9d21321b111004d (diff) | |
download | freebsd-ports-gnome-13daa8ac4c1bd1edf030174738524880ffe03070.tar.gz freebsd-ports-gnome-13daa8ac4c1bd1edf030174738524880ffe03070.tar.zst freebsd-ports-gnome-13daa8ac4c1bd1edf030174738524880ffe03070.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/ |