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/Makefile | |
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/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 5338bb817696..35d27d52dbb3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -254,6 +254,7 @@ SUBDIR += httplog SUBDIR += i855vidctl10 SUBDIR += idled + SUBDIR += iextract SUBDIR += installwatch SUBDIR += ipa SUBDIR += ipmi-kmod |