Bug 25848 - New port: mail/ripmime
Summary: New port: mail/ripmime
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-16 10:00 UTC by Justin Stanford
Modified: 2001-04-07 08:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Stanford 2001-03-16 10:00:01 UTC
New Port for RipMIME 1.0.0pr3 MIME attachment extractor.
	


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ripmime
#	ripmime/pkg-comment
#	ripmime/Makefile
#	ripmime/pkg-message
#	ripmime/pkg-descr
#	ripmime/distinfo
#	ripmime/pkg-plist
#
echo c - ripmime
mkdir -p ripmime > /dev/null 2>&1
echo x - ripmime/pkg-comment
sed 's/^X//' >ripmime/pkg-comment << 'END-of-ripmime/pkg-comment'
XExtracts attached files out of a MIME encoded email package
END-of-ripmime/pkg-comment
echo x - ripmime/Makefile
sed 's/^X//' >ripmime/Makefile << 'END-of-ripmime/Makefile'
X# New ports collection Makefile for:	RipMIME
X# Date created:				16th March 2001
X# Whom: 				Justin Stanford <jus@security.za.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ripmime
XPORTVERSION=	1.0.0pr3
XCATEGORIES=	mail
XMASTER_SITES=	http://www.pldaniels.com/ripmime/
X
XMAINTAINER=	jus@security.za.net
X
Xpost-install:
X		${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-ripmime/Makefile
echo x - ripmime/pkg-message
sed 's/^X//' >ripmime/pkg-message << 'END-of-ripmime/pkg-message'
XTo use RipMIME...
X
X        If you have an MIME encoded archive (say from sendmail's output)
X        called recvmail001.mime and you wish to unpack it to a directory
X        (which already exists) called "/var/tmp/unpack", then use ripMIME
X        as follows...
X
X                ripmime -i recvmail001.mime -d /var/tmp/unpack
X
END-of-ripmime/pkg-message
echo x - ripmime/pkg-descr
sed 's/^X//' >ripmime/pkg-descr << 'END-of-ripmime/pkg-descr'
XRipMIME README:
X
XRipMIME is a small program which has been developed as part of the
Xcommercial cInflex development (http://cinflex.pldaniels.com).
X
XRipMIME is being presented here to the public under a BSD style
Xlicence (see the LICENCE file included in with this package).
X
XRipMIME has been written with one sole purpose in mind, to extract the
Xattached files out of a MIME encoded email package.
X
X
XWWW: http://www.pldaniels.com/ripmime
X
X- jus (jus@security.za.net)
END-of-ripmime/pkg-descr
echo x - ripmime/distinfo
sed 's/^X//' >ripmime/distinfo << 'END-of-ripmime/distinfo'
XMD5 (ripmime-1.0.0pr3.tar.gz) = e92f3334c5ddffdef955b5bb513ffdc3
END-of-ripmime/distinfo
echo x - ripmime/pkg-plist
sed 's/^X//' >ripmime/pkg-plist << 'END-of-ripmime/pkg-plist'
Xbin/ripmime
END-of-ripmime/pkg-plist
exit
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2001-03-16 23:51:49 UTC
Responsible Changed
From-To: gnats-admin->freebsd-ports

Misfiled PR.
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-04-07 08:42:40 UTC
State Changed
From-To: open->closed

Committed, thanks.