Add pornview, an Image Viewer
This commit is contained in:
parent
5df5593ad6
commit
af8d4205cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70926
6 changed files with 49 additions and 0 deletions
|
@ -299,6 +299,7 @@
|
||||||
SUBDIR += pngcheck
|
SUBDIR += pngcheck
|
||||||
SUBDIR += pngcrush
|
SUBDIR += pngcrush
|
||||||
SUBDIR += pngquant
|
SUBDIR += pngquant
|
||||||
|
SUBDIR += pornview
|
||||||
SUBDIR += povray
|
SUBDIR += povray
|
||||||
SUBDIR += povray31
|
SUBDIR += povray31
|
||||||
SUBDIR += ppm2fli
|
SUBDIR += ppm2fli
|
||||||
|
|
31
graphics/pornview/Makefile
Normal file
31
graphics/pornview/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# New ports collection Makefile for: pornview
|
||||||
|
# Date created: 24 Nov 2002
|
||||||
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= pornview
|
||||||
|
PORTVERSION= 0.1.2.b
|
||||||
|
CATEGORIES= graphics
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||||
|
# xine.2:${PORTSDIR}/graphics/libxine
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
#CONFIGURE_ARGS+= --with-xine
|
||||||
|
USE_GNOMENG= yes
|
||||||
|
USE_GNOME= gtk12 gdkpixbuf gnomehier gnomeprefix
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's,$(datadir)/gnome/apps/,$(datadir)/apps/,' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
graphics/pornview/distinfo
Normal file
1
graphics/pornview/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (pornview-0.1.2b.tar.gz) = a432afd58234e78c8d17cef8a129782d
|
1
graphics/pornview/pkg-comment
Normal file
1
graphics/pornview/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
PornView is an image viewer/manager
|
10
graphics/pornview/pkg-descr
Normal file
10
graphics/pornview/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
PornView is an image viewer/manager
|
||||||
|
|
||||||
|
Features:
|
||||||
|
- Thumbnail list display.
|
||||||
|
- Thumbnails can be cached to disk for faster subsequent loads.
|
||||||
|
- Zoom in, out, and fit to window.
|
||||||
|
- Slideshow.
|
||||||
|
- Full screen viewing.
|
||||||
|
|
||||||
|
WWW: http://pornview.sourceforge.net
|
5
graphics/pornview/pkg-plist
Normal file
5
graphics/pornview/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
bin/pornview
|
||||||
|
share/gnome/pornview/logo.png
|
||||||
|
share/gnome/pixmaps/pornview.png
|
||||||
|
share/gnome/apps/Graphics/pornview.desktop
|
||||||
|
@dirrm share/gnome/pornview
|
Loading…
Reference in a new issue