diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/ripmime/Makefile | 22 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 1 | ||||
-rw-r--r-- | mail/ripmime/pkg-comment | 1 | ||||
-rw-r--r-- | mail/ripmime/pkg-descr | 15 | ||||
-rw-r--r-- | mail/ripmime/pkg-message | 9 | ||||
-rw-r--r-- | mail/ripmime/pkg-plist | 1 |
7 files changed, 50 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e7495122c3f8..037b922db5ce 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -135,6 +135,7 @@ SUBDIR += qpopper SUBDIR += rblcheck SUBDIR += rftp + SUBDIR += ripmime SUBDIR += rlytest SUBDIR += ruby-tmail SUBDIR += sendmail 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 |