ripOLE is a small program/library designed to pull out attachments from

OLE2 data files (ie, MS Office documents).

From William Yodlowsky with tweaks by me.
"go ahead if it works" steven@
This commit is contained in:
merdely 2007-10-25 10:40:32 +00:00
parent 3d0e8bee5d
commit 3030bff8d6
4 changed files with 41 additions and 0 deletions

30
archivers/ripole/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 10:40:32 merdely Exp $
COMMENT= extract attachments from OLE2 data files
DISTNAME= ripole-0.2.0
CATEGORIES= archivers
HOMEPAGE= http://www.pldaniels.com/ripole/
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE} \
http://openbsd.rutgers.edu/
ALL_TARGET= default
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ripole
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ripole
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ripole-0.2.0.tar.gz) = 8766874be7685b4c423141ae96818a1e
RMD160 (ripole-0.2.0.tar.gz) = 7a6d182c73ae96c0d1cc6434a3a00bb6851e2766
SHA1 (ripole-0.2.0.tar.gz) = 80d712b07428cabfe20a059addb2998946457606
SHA256 (ripole-0.2.0.tar.gz) = 00575554bbba597be1217e1ac5adb17bbc1baf59d8c6cb0f6a641dfcae4d1e68
SIZE (ripole-0.2.0.tar.gz) = 27890

View File

@ -0,0 +1,2 @@
ripOLE is a small program/library designed to pull out attachments from
OLE2 data files (ie, MS Office documents).

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 10:40:32 merdely Exp $
bin/ripole
share/doc/ripole/
share/doc/ripole/README