1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Will Andrews 2001-04-07 07:42:47 +00:00
parent 8a44bfc355
commit 12a5cfcdb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41020
7 changed files with 50 additions and 0 deletions

View File

@ -135,6 +135,7 @@
SUBDIR += qpopper
SUBDIR += rblcheck
SUBDIR += rftp
SUBDIR += ripmime
SUBDIR += rlytest
SUBDIR += ruby-tmail
SUBDIR += sendmail

22
mail/ripmime/Makefile Normal file
View File

@ -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>

1
mail/ripmime/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ripmime-1.0.0pr3.tar.gz) = e92f3334c5ddffdef955b5bb513ffdc3

1
mail/ripmime/pkg-comment Normal file
View File

@ -0,0 +1 @@
Extracts attached files out of a MIME encoded email package

15
mail/ripmime/pkg-descr Normal file
View File

@ -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)

9
mail/ripmime/pkg-message Normal file
View File

@ -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

1
mail/ripmime/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/ripmime