GPicView - A Simple and Fast Image Viewer for X
Features: * Extremely lightweight and fast with low memory usage * Very suitable for default image viewer of desktop system * Simple and intuitive interface * Minimal lib dependency: Only pure GTK+ is used * Desktop independent: Doesn't require any specific desktop environment * Open source, licensed under GNU GPL WWW: http://lxde.sourceforge.net/gpicview/ PR: ports/116951 Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu>
This commit is contained in:
parent
ec5ba85483
commit
355d600911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201096
@ -228,6 +228,7 @@
|
||||
SUBDIR += gozer
|
||||
SUBDIR += gpaint
|
||||
SUBDIR += gphoto2
|
||||
SUBDIR += gpicview
|
||||
SUBDIR += gplot
|
||||
SUBDIR += gpsmanshp
|
||||
SUBDIR += gqview
|
||||
|
21
graphics/gpicview/Makefile
Normal file
21
graphics/gpicview/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: gpicview
|
||||
# Date created: 2007-10-05
|
||||
# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gpicview
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= lxde
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= A Simple and Fast Image Viewer for X
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/gpicview/distinfo
Normal file
3
graphics/gpicview/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gpicview-0.1.5.tar.gz) = 5c484ea089f5a6455265e1e1f472240e
|
||||
SHA256 (gpicview-0.1.5.tar.gz) = 7663e1849f3b1f2225a3310f907f86068d7ac5c8957d68fc4a684059b49211ca
|
||||
SIZE (gpicview-0.1.5.tar.gz) = 363712
|
14
graphics/gpicview/files/patch-src_Makefile.am
Normal file
14
graphics/gpicview/files/patch-src_Makefile.am
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/Makefile.am.orig
|
||||
+++ src/Makefile.am
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
# the library search path.
|
||||
# use -nodefaultlibs to prevent linking libstdc++
|
||||
-gpicview_LDFLAGS = $(all_libraries) -nodefaultlibs -lc
|
||||
+gpicview_LDFLAGS = $(all_libraries) -lc
|
||||
gpicview_LDADD = @PACKAGE_LIBS@
|
||||
gpicview_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
14
graphics/gpicview/files/patch-src_Makefile.in
Normal file
14
graphics/gpicview/files/patch-src_Makefile.in
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/Makefile.in.orig
|
||||
+++ src/Makefile.in
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
# the library search path.
|
||||
# use -nodefaultlibs to prevent linking libstdc++
|
||||
-gpicview_LDFLAGS = $(all_libraries) -nodefaultlibs -lc
|
||||
+gpicview_LDFLAGS = $(all_libraries) -lc
|
||||
gpicview_LDADD = @PACKAGE_LIBS@
|
||||
gpicview_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
noinst_HEADERS = \
|
12
graphics/gpicview/pkg-descr
Normal file
12
graphics/gpicview/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
GPicView - A Simple and Fast Image Viewer for X
|
||||
|
||||
Features:
|
||||
* Extremely lightweight and fast with low memory usage
|
||||
* Very suitable for default image viewer of desktop system
|
||||
* Simple and intuitive interface
|
||||
* Minimal lib dependency: Only pure GTK+ is used
|
||||
* Desktop independent: Doesn't require any specific desktop environment
|
||||
* Open source, licensed under GNU GPL
|
||||
|
||||
|
||||
WWW: http://lxde.sourceforge.net/gpicview/
|
11
graphics/gpicview/pkg-plist
Normal file
11
graphics/gpicview/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/gpicview
|
||||
share/applications/gpicview.desktop
|
||||
%%DATADIR%%/pixmaps/clockwise.png
|
||||
%%DATADIR%%/pixmaps/counterclockwise.png
|
||||
%%DATADIR%%/pixmaps/fullscreen.png
|
||||
share/pixmaps/gpicview.png
|
||||
@dirrm %%DATADIR%%/pixmaps
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%DATADIR%%
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
Loading…
Reference in New Issue
Block a user