From c63a80c0b2f7e52ca1e931cca71c924ae1465660 Mon Sep 17 00:00:00 2001 From: sat Date: Thu, 8 Feb 2007 21:49:20 +0000 Subject: - Assign maintainership to Alfredo Perez - Minor tweaks while I'm here --- graphics/imgseek/Makefile | 8 +++----- graphics/imgseek/pkg-descr | 6 +++++- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'graphics/imgseek') 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/ -- cgit