summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-19 08:35:53 +0000
committerwill <will@FreeBSD.org>2000-12-19 08:35:53 +0000
commit74a13d9a9ee539e8ffe82a15a9ffda2bd738144c (patch)
tree40e1d61f25eafbd5456763174443be6c0693318b /converters
parent2fdd1904f282bc49e2ba4c2bd8e55adc8a3c3ff4 (diff)
downloadFreeBSD-ports-74a13d9a9ee539e8ffe82a15a9ffda2bd738144c.zip
FreeBSD-ports-74a13d9a9ee539e8ffe82a15a9ffda2bd738144c.tar.gz
Add p5-Convert-TNEF 0.08, a Perl module to read TNEF files.
PR: 22827 Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/p5-Convert-TNEF/Makefile28
-rw-r--r--converters/p5-Convert-TNEF/distinfo1
-rw-r--r--converters/p5-Convert-TNEF/pkg-comment1
-rw-r--r--converters/p5-Convert-TNEF/pkg-descr7
-rw-r--r--converters/p5-Convert-TNEF/pkg-plist21
6 files changed, 59 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index d57a2fe..4fc96a6 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -23,6 +23,7 @@
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-Recode
+ SUBDIR += p5-Convert-TNEF
SUBDIR += p5-Convert-UU
SUBDIR += p5-MIME-Base64
SUBDIR += p5-Unicode-Map8
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile
new file mode 100644
index 0000000..b3d5a66
--- /dev/null
+++ b/converters/p5-Convert-TNEF/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-Convert-TNEF
+# Date created: Nov 14 2000
+# Whom: roman@xpert.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= Convert-TNEF
+PORTVERSION= 0.08
+CATEGORIES= converters perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Convert
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= roman@xpert.com
+
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
+
+USE_PERL5= YES
+
+MAN3= Convert::TNEF.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/converters/p5-Convert-TNEF/distinfo b/converters/p5-Convert-TNEF/distinfo
new file mode 100644
index 0000000..59ba11e
--- /dev/null
+++ b/converters/p5-Convert-TNEF/distinfo
@@ -0,0 +1 @@
+MD5 (Convert-TNEF-0.08.tar.gz) = 1845116e8f34bf25c7cae1c5dcb55e3f
diff --git a/converters/p5-Convert-TNEF/pkg-comment b/converters/p5-Convert-TNEF/pkg-comment
new file mode 100644
index 0000000..4612992
--- /dev/null
+++ b/converters/p5-Convert-TNEF/pkg-comment
@@ -0,0 +1 @@
+Perl module to read TNEF files
diff --git a/converters/p5-Convert-TNEF/pkg-descr b/converters/p5-Convert-TNEF/pkg-descr
new file mode 100644
index 0000000..cfd4afc
--- /dev/null
+++ b/converters/p5-Convert-TNEF/pkg-descr
@@ -0,0 +1,7 @@
+Perl module to read TNEF files
+
+TNEF stands for Transport Neutral Encapsulation Format, and if you've
+ever been unfortunate enough to receive one of these files as an email
+attachment, you may want to use this module.
+
+Roman Shterenzon <roman@xpert.com>
diff --git a/converters/p5-Convert-TNEF/pkg-plist b/converters/p5-Convert-TNEF/pkg-plist
new file mode 100644
index 0000000..93844b6
--- /dev/null
+++ b/converters/p5-Convert-TNEF/pkg-plist
@@ -0,0 +1,21 @@
+lib/perl5/site_perl/%%PERL_VER%%/Convert/TNEF.pm
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/read_ent.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/read_in.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/read.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/debug_print.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/build_data.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/purge.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/message.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/attachments.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/data.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/name.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/longname.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/datahandle.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/size.al
+lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF/autosplit.ix
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/TNEF/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Convert/TNEF
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/TNEF
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Convert 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Convert 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert 2>/dev/null || true
OpenPOWER on IntegriCloud