summaryrefslogtreecommitdiff
path: root/japanese/mime_pls
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-12-19 03:22:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-12-19 03:22:16 +0000
commit1814b4fda0e837b95913189cbfaba2c8a35bc02b (patch)
tree05c367fbec4028a95d198a83705b505c29560f3c /japanese/mime_pls
parent- Update to 2.0 (diff)
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.
Notes
Notes: svn path=/head/; revision=151530
Diffstat (limited to 'japanese/mime_pls')
-rw-r--r--japanese/mime_pls/Makefile31
-rw-r--r--japanese/mime_pls/distinfo3
-rw-r--r--japanese/mime_pls/pkg-descr8
3 files changed, 42 insertions, 0 deletions
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/