import ports/mail/ripmime, ok giovanni@

ripMIME's primary pupose is to extract attachments out of MIME-encoded
email packages. It includes options suitable for some types of automated
use, including bounds on recursion.
This commit is contained in:
sthen 2012-06-21 16:57:31 +00:00
parent 758513708e
commit ec25288b41
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/06/21 16:57:31 sthen Exp $
COMMENT= extract attachments from MIME encoded emails
DISTNAME= ripmime-1.4.0.10
CATEGORIES= converters mail
HOMEPAGE= http://www.pldaniels.com/ripmime/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
MODULES= converters/libiconv
MAKE_FLAGS= CFLAGS="${CFLAGS}" LIBS="-L${LOCALBASE}/lib -liconv"
# there is a "riptest" target, but the actual test files are missing.
NO_REGRESS= Yes
CFLAGS+= -Wall -I. -I${LOCALBASE}/include -Werror
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/ripmime.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ripmime-1.4.0.10.tar.gz) = uwhEsOc2Je95IG0/5iBxbg==
RMD160 (ripmime-1.4.0.10.tar.gz) = MS9so35zpaAk3YzwfmuWm216lS0=
SHA1 (ripmime-1.4.0.10.tar.gz) = KW9lfy9mS3E3URePtYnVxk3Htq4=
SHA256 (ripmime-1.4.0.10.tar.gz) = iWEVSIp7fK07gPJxhpWwx7fIn8DUVrCRJcN/Wlc0QGo=
SIZE (ripmime-1.4.0.10.tar.gz) = 174610

View File

@ -0,0 +1,3 @@
ripMIME's primary pupose is to extract attachments out of MIME-encoded
email packages. It includes options suitable for some types of automated
use, including bounds on recursion.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/21 16:57:31 sthen Exp $
@bin bin/ripmime
@man man/man1/ripmime.1