diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2021-05-11 20:29:58 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2021-05-11 20:29:58 +0000 |
commit | c8090710aeea82e301525274ad562de03ac56741 (patch) | |
tree | ba0c14efc87473d8a2623dd9e60edb9387e9b819 /x11-toolkits/p5-Gtk3-ImageView | |
parent | 16c40528b6c0727c5a6d611718a471daef07996d (diff) |
x11-toolkits/p5-Gtk3-ImageView: new port
Gtk3::ImageView - Image viewer widget for Gtk3
https://metacpan.org/pod/Gtk3::ImageView
Diffstat (limited to 'x11-toolkits/p5-Gtk3-ImageView')
-rw-r--r-- | x11-toolkits/p5-Gtk3-ImageView/Makefile | 27 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk3-ImageView/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk3-ImageView/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk3-ImageView/pkg-plist | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gtk3-ImageView/Makefile b/x11-toolkits/p5-Gtk3-ImageView/Makefile new file mode 100644 index 000000000000..6df7dab8381a --- /dev/null +++ b/x11-toolkits/p5-Gtk3-ImageView/Makefile @@ -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> diff --git a/x11-toolkits/p5-Gtk3-ImageView/distinfo b/x11-toolkits/p5-Gtk3-ImageView/distinfo new file mode 100644 index 000000000000..9d62a147b2c5 --- /dev/null +++ b/x11-toolkits/p5-Gtk3-ImageView/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620754300 +SHA256 (Gtk3-ImageView-8.tar.gz) = a74dcc61b8fa534a5b4e62dae22e429cd70a78cacdd548cfd1669e9eac28ae2d +SIZE (Gtk3-ImageView-8.tar.gz) = 16025 diff --git a/x11-toolkits/p5-Gtk3-ImageView/pkg-descr b/x11-toolkits/p5-Gtk3-ImageView/pkg-descr new file mode 100644 index 000000000000..b250f14bdb9f --- /dev/null +++ b/x11-toolkits/p5-Gtk3-ImageView/pkg-descr @@ -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 diff --git a/x11-toolkits/p5-Gtk3-ImageView/pkg-plist b/x11-toolkits/p5-Gtk3-ImageView/pkg-plist new file mode 100644 index 000000000000..17ac625ef8c6 --- /dev/null +++ b/x11-toolkits/p5-Gtk3-ImageView/pkg-plist @@ -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 |