diff --git a/archivers/ripole/Makefile b/archivers/ripole/Makefile new file mode 100644 index 00000000000..5b4f8ce31d9 --- /dev/null +++ b/archivers/ripole/Makefile @@ -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 +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 diff --git a/archivers/ripole/distinfo b/archivers/ripole/distinfo new file mode 100644 index 00000000000..1d2d31bcc2c --- /dev/null +++ b/archivers/ripole/distinfo @@ -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 diff --git a/archivers/ripole/pkg/DESCR b/archivers/ripole/pkg/DESCR new file mode 100644 index 00000000000..ad517bbb563 --- /dev/null +++ b/archivers/ripole/pkg/DESCR @@ -0,0 +1,2 @@ +ripOLE is a small program/library designed to pull out attachments from +OLE2 data files (ie, MS Office documents). diff --git a/archivers/ripole/pkg/PLIST b/archivers/ripole/pkg/PLIST new file mode 100644 index 00000000000..c0aa4e07632 --- /dev/null +++ b/archivers/ripole/pkg/PLIST @@ -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