add pixelize 0.9.2
Use many scaled down images to try to duplicate another image
This commit is contained in:
parent
6fad764e91
commit
fbec738ceb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68406
6 changed files with 47 additions and 0 deletions
|
@ -284,6 +284,7 @@
|
|||
SUBDIR += phplot
|
||||
SUBDIR += picturebook
|
||||
SUBDIR += piddle
|
||||
SUBDIR += pixelize
|
||||
SUBDIR += pixmap
|
||||
SUBDIR += plasma-kmod
|
||||
SUBDIR += plotmtv
|
||||
|
|
33
graphics/pixelize/Makefile
Normal file
33
graphics/pixelize/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: pixelize
|
||||
# Date created: Oct 20, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pixelize
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
ftp://lashwhip.com/pub/ \
|
||||
http://lashwhip.com/pixelize/
|
||||
MASTER_SITE_SUBDIR= apps/graphics/misc
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12 imlib
|
||||
IMLIB_CONFIG= ${X11BASE}/bin/imlib-config
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|^CC|#CC|" -e "s|CFLAGS = -g|CFLAGS+= |" \
|
||||
-e "s|gtk-config|${GTK_CONFIG}|g" \
|
||||
-e "s|imlib-config|${IMLIB_CONFIG}|g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/make_db ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pixelize ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/pixelize/distinfo
Normal file
1
graphics/pixelize/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (pixelize-0.9.2.tar.gz) = 8f61c0c604d7418acb3ff0b922a2be9e
|
1
graphics/pixelize/pkg-comment
Normal file
1
graphics/pixelize/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Use many scaled down images to try to duplicate another image
|
9
graphics/pixelize/pkg-descr
Normal file
9
graphics/pixelize/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Pixelize works by splitting up the image you want rendered (or duplicated)
|
||||
into a grid of small rectangular areas. Each area is analyzed, and replaced
|
||||
with an image chosen from a large database of images. Pixelize tries to pick
|
||||
images that best match each area.
|
||||
|
||||
Pixelize works best when it can choose images from a very large database of
|
||||
images. With about 1000 images, Pixelize can do a reasonable job.
|
||||
|
||||
WWW: http://lashwhip.com/pixelize.html
|
2
graphics/pixelize/pkg-plist
Normal file
2
graphics/pixelize/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/make_db
|
||||
bin/pixelize
|
Loading…
Reference in a new issue