aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Fast/pkg-descr
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-12-08 15:04:26 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-12-08 15:04:26 +0000
commitb285e1b08653375ad8f9ac65d19fdf9cd1be2397 (patch)
tree99e055ddba1744f31fd0fe1aa2fc69f069ff8dbf /mail/p5-MIME-Fast/pkg-descr
parent4bdc4819e6edde3c6d7417edc698cf9c00e470bc (diff)
downloadports-b285e1b08653375ad8f9ac65d19fdf9cd1be2397.tar.gz
ports-b285e1b08653375ad8f9ac65d19fdf9cd1be2397.zip
Add p5-MIME-Fast 1.4,
create, edit and parse MIME messages (via gmime2 C library).
Notes
Notes: svn path=/head/; revision=123458
Diffstat (limited to 'mail/p5-MIME-Fast/pkg-descr')
-rw-r--r--mail/p5-MIME-Fast/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/p5-MIME-Fast/pkg-descr b/mail/p5-MIME-Fast/pkg-descr
new file mode 100644
index 000000000000..4e98f5391d80
--- /dev/null
+++ b/mail/p5-MIME-Fast/pkg-descr
@@ -0,0 +1,8 @@
+MIME::Fast is a perl module for creating, editing and parsing MIME
+messages. This module is based on the very good C library called gmime
+(currently in development). MIME::Fast outght to be faster and should
+use less memory and CPU resources than standard MIME (perl module),
+because MIME::Fast is the wrapper for C functions (calling C function is
+much, much less expensive than calling perl function).
+
+WWW: http://search.cpan.org/dist/MIME-Fast/