diff options
author | skv <skv@FreeBSD.org> | 2004-12-08 23:04:26 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-12-08 23:04:26 +0800 |
commit | 403eae5a493cc8b54a2ccd01273411d0bde56d07 (patch) | |
tree | a63f0659c68233f77293edea3045c01d4c3fb979 /mail/p5-MIME-Fast/pkg-descr | |
parent | 24075f2686857c5cd880299575a71a4acba68d40 (diff) | |
download | freebsd-ports-graphics-403eae5a493cc8b54a2ccd01273411d0bde56d07.tar.gz freebsd-ports-graphics-403eae5a493cc8b54a2ccd01273411d0bde56d07.tar.zst freebsd-ports-graphics-403eae5a493cc8b54a2ccd01273411d0bde56d07.zip |
Add p5-MIME-Fast 1.4,
create, edit and parse MIME messages (via
gmime2 C library).
Diffstat (limited to 'mail/p5-MIME-Fast/pkg-descr')
-rw-r--r-- | mail/p5-MIME-Fast/pkg-descr | 8 |
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 00000000000..4e98f5391d8 --- /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/ |