diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-05 04:09:41 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-05 04:09:41 +0000 |
commit | fb17a148af1f1bf88eedbf37ad2582ef649c4c87 (patch) | |
tree | e67e349f6c996927f2447d4a014140e4df0a6b97 /mail/ripmime | |
parent | b3bf95fd1c2ddb9787bb2926fe490160b8f3d3d3 (diff) | |
download | FreeBSD-ports-fb17a148af1f1bf88eedbf37ad2582ef649c4c87.zip FreeBSD-ports-fb17a148af1f1bf88eedbf37ad2582ef649c4c87.tar.gz |
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
Diffstat (limited to 'mail/ripmime')
-rw-r--r-- | mail/ripmime/Makefile | 5 | ||||
-rw-r--r-- | mail/ripmime/distinfo | 2 | ||||
-rw-r--r-- | mail/ripmime/pkg-descr | 13 | ||||
-rw-r--r-- | mail/ripmime/pkg-message | 14 |
4 files changed, 11 insertions, 23 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 787d62d..85bb146 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -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} diff --git a/mail/ripmime/distinfo b/mail/ripmime/distinfo index 852389830..663dd1e 100644 --- a/mail/ripmime/distinfo +++ b/mail/ripmime/distinfo @@ -1 +1 @@ -MD5 (ripmime-1.0.0pr4.tar.gz) = a8e512108662c913e0883a2964d68f78 +MD5 (ripmime-1.0.6.tar.gz) = 714419eaf7e91531d9b82e0ad81a32f1 diff --git a/mail/ripmime/pkg-descr b/mail/ripmime/pkg-descr index e16a76e..25d4ad1 100644 --- a/mail/ripmime/pkg-descr +++ b/mail/ripmime/pkg-descr @@ -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 diff --git a/mail/ripmime/pkg-message b/mail/ripmime/pkg-message index 4c46037..3a8d451 100644 --- a/mail/ripmime/pkg-message +++ b/mail/ripmime/pkg-message @@ -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 |