diff options
author | sat <sat@FreeBSD.org> | 2007-02-09 05:49:20 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-09 05:49:20 +0800 |
commit | c63a80c0b2f7e52ca1e931cca71c924ae1465660 (patch) | |
tree | 81d3ae5bfd52dc5e6b580f45fefe3b6918ac2822 /graphics/imgseek | |
parent | c4010e079d2c54fbc4d1bbe95ea1806ce08dc77c (diff) | |
download | freebsd-ports-gnome-c63a80c0b2f7e52ca1e931cca71c924ae1465660.tar.gz freebsd-ports-gnome-c63a80c0b2f7e52ca1e931cca71c924ae1465660.tar.zst freebsd-ports-gnome-c63a80c0b2f7e52ca1e931cca71c924ae1465660.zip |
- Assign maintainership to Alfredo Perez <alfredoj69@gmail.com>
- Minor tweaks while I'm here
Diffstat (limited to 'graphics/imgseek')
-rw-r--r-- | graphics/imgseek/Makefile | 8 | ||||
-rw-r--r-- | graphics/imgseek/pkg-descr | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile index 8044a593eda8..e50b3c8ee286 100644 --- a/graphics/imgseek/Makefile +++ b/graphics/imgseek/Makefile @@ -9,17 +9,15 @@ PORTNAME= imgSeek PORTVERSION= 0.8.4 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} -MASTER_SITE_SUBDIR= imgseek -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= SFE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alfredoj69@gmail.com COMMENT= A photo manager and viewer with content-based search BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \ Magick++-config:${PORTSDIR}/graphics/ImageMagick -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes USE_PYTHON= yes USE_BZIP2= yes diff --git a/graphics/imgseek/pkg-descr b/graphics/imgseek/pkg-descr index 719551ea4697..1a500a38aa95 100644 --- a/graphics/imgseek/pkg-descr +++ b/graphics/imgseek/pkg-descr @@ -1,3 +1,7 @@ imgSeek is a photo collection manager and viewer with content-based search +and many other features. The query is expressed either as a rough sketch +painted by the user or as another image you supply (or an image in your +collection). The searching algorithm makes use of multiresolution wavelet +decomposition of the query and database images. -WWW: http://imgseek.sourceforge.net/ +WWW: http://www.imgseek.net/ |