x11-toolkits/p5-Gtk3-ImageView: new port
Gtk3::ImageView - Image viewer widget for Gtk3 https://metacpan.org/pod/Gtk3::ImageView
This commit is contained in:
parent
16c40528b6
commit
c8090710ae
@ -111,6 +111,7 @@
|
||||
SUBDIR += p5-Gtk2-PathButtonBar
|
||||
SUBDIR += p5-Gtk2-TrayIcon
|
||||
SUBDIR += p5-Gtk3
|
||||
SUBDIR += p5-Gtk3-ImageView
|
||||
SUBDIR += p5-Gtk3-SimpleList
|
||||
SUBDIR += p5-Pango
|
||||
SUBDIR += p5-Prima
|
||||
|
27
x11-toolkits/p5-Gtk3-ImageView/Makefile
Normal file
27
x11-toolkits/p5-Gtk3-ImageView/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# created by: cmt@FreeBSD.org
|
||||
|
||||
PORTNAME= Gtk3-ImageView
|
||||
PORTVERSION= 8
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ASOKOLOV
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cmt@FreeBSD.org
|
||||
COMMENT= Perl bindings to the GtkImageView image viewer widget
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Gtk3>=0.034:x11-toolkits/p5-Gtk3 \
|
||||
p5-Glib>=1.163:devel/p5-Glib \
|
||||
p5-Readonly>0:devel/p5-Readonly
|
||||
|
||||
USES= gnome perl5
|
||||
USE_PERL5= configure
|
||||
USE_GNOME= gtk30
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/p5-Gtk3-ImageView/distinfo
Normal file
3
x11-toolkits/p5-Gtk3-ImageView/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1620754300
|
||||
SHA256 (Gtk3-ImageView-8.tar.gz) = a74dcc61b8fa534a5b4e62dae22e429cd70a78cacdd548cfd1669e9eac28ae2d
|
||||
SIZE (Gtk3-ImageView-8.tar.gz) = 16025
|
9
x11-toolkits/p5-Gtk3-ImageView/pkg-descr
Normal file
9
x11-toolkits/p5-Gtk3-ImageView/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
The Gtk3::ImageView widget allows the user to zoom, pan and select the
|
||||
specified image and provides hooks to allow additional tools, e.g.
|
||||
painter, to be created and used.
|
||||
|
||||
Gtk3::ImageView is a Gtk3 port of Gtk2::ImageView.
|
||||
|
||||
Find out more about GtkImageView at http://trac.bjourne.webfactional.com/.
|
||||
|
||||
WWW: https://metacpan.org/release/Gtk3-ImageView
|
6
x11-toolkits/p5-Gtk3-ImageView/pkg-plist
Normal file
6
x11-toolkits/p5-Gtk3-ImageView/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Gtk3/ImageView.pm
|
||||
%%SITE_PERL%%/Gtk3/ImageView/Tool.pm
|
||||
%%SITE_PERL%%/Gtk3/ImageView/Tool/Dragger.pm
|
||||
%%SITE_PERL%%/Gtk3/ImageView/Tool/Selector.pm
|
||||
%%SITE_PERL%%/Gtk3/ImageView/Tool/SelectorDragger.pm
|
||||
%%PERL5_MAN3%%/Gtk3::ImageView.3.gz
|
Loading…
Reference in New Issue
Block a user