diff options
author | sat <sat@FreeBSD.org> | 2006-08-20 20:33:39 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-20 20:33:39 +0800 |
commit | 182c16aa31300493cfb93a0d5e17ce9812184d40 (patch) | |
tree | 4555262b28783a12bbd32167a2caadc8e47c9072 /sysutils/iextract | |
parent | 1e652c9bcabe6ad2f498bae11391d6f636a3a20d (diff) | |
download | freebsd-ports-gnome-182c16aa31300493cfb93a0d5e17ce9812184d40.tar.gz freebsd-ports-gnome-182c16aa31300493cfb93a0d5e17ce9812184d40.tar.zst freebsd-ports-gnome-182c16aa31300493cfb93a0d5e17ce9812184d40.zip |
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/
Diffstat (limited to 'sysutils/iextract')
-rw-r--r-- | sysutils/iextract/Makefile | 28 | ||||
-rw-r--r-- | sysutils/iextract/distinfo | 3 | ||||
-rw-r--r-- | sysutils/iextract/pkg-descr | 19 |
3 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/iextract/Makefile b/sysutils/iextract/Makefile new file mode 100644 index 000000000000..89d0770a68e2 --- /dev/null +++ b/sysutils/iextract/Makefile @@ -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> diff --git a/sysutils/iextract/distinfo b/sysutils/iextract/distinfo new file mode 100644 index 000000000000..3688c0c2720e --- /dev/null +++ b/sysutils/iextract/distinfo @@ -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 diff --git a/sysutils/iextract/pkg-descr b/sysutils/iextract/pkg-descr new file mode 100644 index 000000000000..93a74133dbe4 --- /dev/null +++ b/sysutils/iextract/pkg-descr @@ -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/ |