aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-12-19 11:22:16 +0800
committernork <nork@FreeBSD.org>2005-12-19 11:22:16 +0800
commit13daa8ac4c1bd1edf030174738524880ffe03070 (patch)
tree0d6d6f2995b5315640436c30af1addde9a8547b8 /japanese
parent0a7b281b07daadcdc9fa5b2ba9d21321b111004d (diff)
downloadfreebsd-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/Makefile1
-rw-r--r--japanese/mime_pls/Makefile31
-rw-r--r--japanese/mime_pls/distinfo3
-rw-r--r--japanese/mime_pls/pkg-descr8
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/