The Puzzle library is designed to quickly find visually similar images

(GIF, PNG, JPG), even if they have been resized, recompressed, recolored
or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.

WWW:	http://libpuzzle.pureftpd.org/project/libpuzzle

PR:		ports/118445
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
This commit is contained in:
Martin Wilke 2007-12-12 18:28:20 +00:00
parent 244262f66a
commit d834ffca41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203369
5 changed files with 54 additions and 0 deletions

View File

@ -377,6 +377,7 @@
SUBDIR += libpano12
SUBDIR += libpano13
SUBDIR += libpcd
SUBDIR += libpuzzle
SUBDIR += libqglviewer
SUBDIR += libqrencode
SUBDIR += librsvg

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: libpuzzle
# Date created: 2007-12-05
# Whom: Bapt <baptiste.daroussin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= libpuzzle
PORTVERSION= 0.9
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
MAINTAINER= baptiste.daroussin@gmail.com
COMMENT= A library to find similar pictures
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= AUTHORS COPYING NEWS README THANKS
MAN3= libpuzzle.3 puzzle_set.3
MAN8= puzzle-diff.8
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/THANKS ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (libpuzzle-0.9.tar.bz2) = dd9f2fbc528dff94d3551ee58d1c249b
SHA256 (libpuzzle-0.9.tar.bz2) = 2adc467631fa7510e1c2b1137b3e2ee4e3dd57e7adab0c295248766b77d20ff3
SIZE (libpuzzle-0.9.tar.bz2) = 454251

View File

@ -0,0 +1,7 @@
The Puzzle library is designed to quickly find visually similar images
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored
or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.
WWW: http://libpuzzle.pureftpd.org/project/libpuzzle

View File

@ -0,0 +1,6 @@
bin/puzzle-diff
include/puzzle.h
lib/libpuzzle.a
lib/libpuzzle.la
lib/libpuzzle.so
lib/libpuzzle.so.1