mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
27
textproc/ripole/Makefile
Normal 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
2
textproc/ripole/distinfo
Normal 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
11
textproc/ripole/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue