aboutsummaryrefslogtreecommitdiff
path: root/mail/ripmime
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-07 07:42:47 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-07 07:42:47 +0000
commit12a5cfcdb961fd36c9750b365130cfe0d883de94 (patch)
tree9ca34c63683ba42b4c8572abc49363a510cabbcf /mail/ripmime
parent8a44bfc3552b81f63284731a76ac04b170bc9466 (diff)
downloadports-12a5cfcdb961fd36c9750b365130cfe0d883de94.tar.gz
ports-12a5cfcdb961fd36c9750b365130cfe0d883de94.zip
Add ripmime 1.0.0pr3, a program that extracts attached files out of a
MIME encoded email package. PR: 25848 Submitted by: Justin Stanford <jus@security.za.net>
Notes
Notes: svn path=/head/; revision=41020
Diffstat (limited to 'mail/ripmime')
-rw-r--r--mail/ripmime/Makefile22
-rw-r--r--mail/ripmime/distinfo1
-rw-r--r--mail/ripmime/pkg-comment1
-rw-r--r--mail/ripmime/pkg-descr15
-rw-r--r--mail/ripmime/pkg-message9
-rw-r--r--mail/ripmime/pkg-plist1
6 files changed, 49 insertions, 0 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile
new file mode 100644
index 000000000000..8aedf63c6eda
--- /dev/null
+++ b/mail/ripmime/Makefile
@@ -0,0 +1,22 @@
+# New ports collection Makefile for: RipMIME
+# Date created: 16th March 2001
+# Whom: Justin Stanford <jus@security.za.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ripmime
+PORTVERSION= 1.0.0pr3
+CATEGORIES= mail
+MASTER_SITES= http://www.pldaniels.com/ripmime/
+
+MAINTAINER= jus@security.za.net
+
+pre-build:
+ ${PERL} -pi -e "s@/usr/bin/gcc@${CC}@g; \
+ s@-Wall -O3 -m486@${CFLAGS}@g" ${WRKSRC}/Makefile
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo
new file mode 100644
index 000000000000..b0b3871b6a12
--- /dev/null
+++ b/mail/ripmime/distinfo
@@ -0,0 +1 @@
+MD5 (ripmime-1.0.0pr3.tar.gz) = e92f3334c5ddffdef955b5bb513ffdc3
diff --git a/mail/ripmime/pkg-comment b/mail/ripmime/pkg-comment
new file mode 100644
index 000000000000..7dcd9cf22355
--- /dev/null
+++ b/mail/ripmime/pkg-comment
@@ -0,0 +1 @@
+Extracts attached files out of a MIME encoded email package
diff --git a/mail/ripmime/pkg-descr b/mail/ripmime/pkg-descr
new file mode 100644
index 000000000000..e16a76ebfd19
--- /dev/null
+++ b/mail/ripmime/pkg-descr
@@ -0,0 +1,15 @@
+RipMIME README:
+
+RipMIME is a small program which has been developed as part of the
+commercial cInflex development (http://cinflex.pldaniels.com).
+
+RipMIME is being presented here to the public under a BSD style
+licence (see the LICENCE file included in with this package).
+
+RipMIME has been written with one sole purpose in mind, to extract the
+attached files out of a MIME encoded email package.
+
+
+WWW: http://www.pldaniels.com/ripmime
+
+- jus (jus@security.za.net)
diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message
new file mode 100644
index 000000000000..4c4603701f15
--- /dev/null
+++ b/mail/ripmime/pkg-message
@@ -0,0 +1,9 @@
+To use RipMIME...
+
+ If you have an MIME encoded archive (say from sendmail's output)
+ called recvmail001.mime and you wish to unpack it to a directory
+ (which already exists) called "/var/tmp/unpack", then use ripMIME
+ as follows...
+
+ ripmime -i recvmail001.mime -d /var/tmp/unpack
+
diff --git a/mail/ripmime/pkg-plist b/mail/ripmime/pkg-plist
new file mode 100644
index 000000000000..32b8546eb917
--- /dev/null
+++ b/mail/ripmime/pkg-plist
@@ -0,0 +1 @@
+bin/ripmime