o Update to 1.0.6

o Unecho commands
o Update both DESCR and COMMENT

PR:		29424
Submitted by:	Pete Fritchman <petef@databits.net>
Reviewed by:	MAINTAINER
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-08-05 04:09:41 +00:00
parent 57cc34adf8
commit fa0fa4e20f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45815
4 changed files with 11 additions and 23 deletions

View File

@ -6,15 +6,14 @@
#
PORTNAME= ripmime
PORTVERSION= 1.0.0pr4
PORTVERSION= 1.0.6
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
@${PERL} -pi -e 's!CC=!CC?=!; s!/usr/local!${PREFIX}!' ${WRKSRC}/Makefile
post-install:
@${CAT} ${PKGMESSAGE}

View File

@ -1 +1 @@
MD5 (ripmime-1.0.0pr4.tar.gz) = a8e512108662c913e0883a2964d68f78
MD5 (ripmime-1.0.6.tar.gz) = 714419eaf7e91531d9b82e0ad81a32f1

View File

@ -1,14 +1,5 @@
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.
RipMIME is a utility to extract attached files out of a MIME-encoded
email message.
WWW: http://www.pldaniels.com/ripmime

View File

@ -1,9 +1,7 @@
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
You have installed RipMIME, a utility to extract attachments from
MIME-encoded email messages.
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 you would
type: ripmime -i recvmail001.mime -d /var/tmp/unpack