Add ripole 0.1.4, a small program designed to pull attachments out of

OLE2 documents.

PR:		ports/82492
Submitted by:	Freddie Cash <fcash@sd73.bc.ca>
This commit is contained in:
Michael Johnson 2005-06-24 00:44:12 +00:00
parent 5f2a685d76
commit 1cc50ba853
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137949
4 changed files with 41 additions and 0 deletions

View file

@ -580,6 +580,7 @@
SUBDIR += resume
SUBDIR += resume-extensions
SUBDIR += rfcdiff
SUBDIR += ripole
SUBDIR += rl
SUBDIR += rman
SUBDIR += ro-aspell

27
textproc/ripole/Makefile Normal file
View file

@ -0,0 +1,27 @@
# New ports collection makefile for: ripole
# Date created: June 21, 2005
# Whom: Freddie Cash <fcash@sd73.bc.ca>
#
# $FreeBSD$
PORTNAME= ripole
PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= http://www.pldaniels.com/ripole/
#DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= fcash@sd73.bc.ca
COMMENT= A small program designed to pull attachments out of OLE2 documents
CONFLICTS= ripole-devel-*
LATEST_LINK= ripole
ALL_TARGET= default
PLIST_FILES= bin/ripole
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripole ${PREFIX}/bin/ripole
.include <bsd.port.post.mk>

2
textproc/ripole/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (ripole-0.1.4.tar.gz) = 0db3547a509eec5e290c47f855a25c87
SIZE (ripole-0.1.4.tar.gz) = 25386

11
textproc/ripole/pkg-descr Normal file
View file

@ -0,0 +1,11 @@
ripOLE is a small program/library designed to pull out attachments from OLE2
data files (ie, MS Office documents). ripOLE is BSD licenced meaning that
commercial projects can also use the code without worrying about licence costs
or legal liabilities.
Currently, ripOLE is in a development phase. It can extract some files from
Microsoft Office documents. Ultimately, what ripOLE should be able to do is
convert any embedded content in MS Office files back into its original format
(JPEG, arbitary files, movies etc).
WWW: http://www.pldaniels.com/ripole/