IExtract is a little utility designed to extract the properites (title,
author and comment) out of different documents and present them in a list for further processing. The following documents are supported: * HTML * PNG * GIF * JPEG * MP3 * OGG * PDF * StarOffice documents * OpenOffice documents * Abiword documents * RTF documents WWW: http://iextract.sourceforge.net/
This commit is contained in:
parent
c3b89a682f
commit
3ea0675546
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171036
@ -254,6 +254,7 @@
|
||||
SUBDIR += httplog
|
||||
SUBDIR += i855vidctl10
|
||||
SUBDIR += idled
|
||||
SUBDIR += iextract
|
||||
SUBDIR += installwatch
|
||||
SUBDIR += ipa
|
||||
SUBDIR += ipmi-kmod
|
||||
|
28
sysutils/iextract/Makefile
Normal file
28
sysutils/iextract/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: IExtract
|
||||
# Date created: 19 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IExtract
|
||||
PORTVERSION= 0.8.10
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Extract meta-information from files
|
||||
|
||||
LIB_DEPENDS= YGP-0.8.10.0:${PORTSDIR}/devel/libYGP
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
|
||||
PLIST_FILES= bin/IExtract \
|
||||
share/locale/de/LC_MESSAGES/IExtract.mo \
|
||||
share/locale/en/LC_MESSAGES/IExtract.mo \
|
||||
share/locale/es/LC_MESSAGES/IExtract.mo
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/iextract/distinfo
Normal file
3
sysutils/iextract/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IExtract-0.8.10.tar.bz2) = de213a85057a6b1ab61265b98b22d26c
|
||||
SHA256 (IExtract-0.8.10.tar.bz2) = 07d2cb3522b91134c624707e2a5b99a082a82227e90847d6410c494dee700352
|
||||
SIZE (IExtract-0.8.10.tar.bz2) = 449153
|
19
sysutils/iextract/pkg-descr
Normal file
19
sysutils/iextract/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
IExtract is a little utility designed to extract the properites (title,
|
||||
author and comment) out of different documents and present them in a
|
||||
list for further processing.
|
||||
|
||||
The following documents are supported:
|
||||
|
||||
* HTML
|
||||
* PNG
|
||||
* GIF
|
||||
* JPEG
|
||||
* MP3
|
||||
* OGG
|
||||
* PDF
|
||||
* StarOffice documents
|
||||
* OpenOffice documents
|
||||
* Abiword documents
|
||||
* RTF documents
|
||||
|
||||
WWW: http://iextract.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user