diff options
author | will <will@FreeBSD.org> | 2001-04-07 07:42:47 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-07 07:42:47 +0000 |
commit | f4692cae09a774ad07b4d3b453c08514ec225fb8 (patch) | |
tree | 4db1c154addd4abdb262a47aa949fbfe2759b034 /mail/ripmime | |
parent | a8c25ec38dd849ed0928f363aee4659596bb5670 (diff) | |
download | FreeBSD-ports-f4692cae09a774ad07b4d3b453c08514ec225fb8.zip FreeBSD-ports-f4692cae09a774ad07b4d3b453c08514ec225fb8.tar.gz |
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>
Diffstat (limited to 'mail/ripmime')
-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 |
6 files changed, 49 insertions, 0 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile new file mode 100644 index 0000000..8aedf63 --- /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 0000000..b0b3871 --- /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 0000000..7dcd9cf --- /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 0000000..e16a76e --- /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 0000000..4c46037 --- /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 0000000..32b8546 --- /dev/null +++ b/mail/ripmime/pkg-plist @@ -0,0 +1 @@ +bin/ripmime |