New port: x11-toolkits/p5-Gtk3
Perl bindings to the 3.x series of the gtk+ toolkit. This module allows you to write graphical user interfaces in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. Find out more about gtk+ at http://www.gtk.org. The gtk+ reference manual is also a handy companion when writing Gtk3 programs in Perl: http://developer.gnome.org/gtk3/stable/. The Perl bindings follow the C API very closely, and the C reference documentation should be considered the canonical source. WWW: https://metacpan.org/pod/Gtk3 PR: 208372 Submitted by: hiroto.kagotani@gmail.com
This commit is contained in:
parent
ac935c3d5b
commit
8029fa7f84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413545
@ -149,6 +149,7 @@
|
||||
SUBDIR += p5-Gtk2-PathButtonBar
|
||||
SUBDIR += p5-Gtk2-TrayIcon
|
||||
SUBDIR += p5-Gtk2-Unique
|
||||
SUBDIR += p5-Gtk3
|
||||
SUBDIR += p5-Pango
|
||||
SUBDIR += p5-Prima
|
||||
SUBDIR += p5-Tk
|
||||
|
21
x11-toolkits/p5-Gtk3/Makefile
Normal file
21
x11-toolkits/p5-Gtk3/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Gtk3
|
||||
PORTVERSION= 0.026
|
||||
CATEGORIES= x11-toolkits lang perl5
|
||||
MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION}
|
||||
MASTER_SITE_SUBDIR= CPAN:XAOC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hiroto.kagotani@gmail.com
|
||||
COMMENT= Perl module for Gtk+ 3.x graphical user interface library
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
RUN_DEPENDS= p5-Glib-Object-Introspection>=0.002:devel/p5-Glib-Object-Introspection
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USE_GNOME= gtk30
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11-toolkits/p5-Gtk3/distinfo
Normal file
2
x11-toolkits/p5-Gtk3/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Gtk3-0.026.tar.gz) = 083a857c45b9178603176f56402472633851c7e42f6a8c47fd7f6a18e9181319
|
||||
SIZE (Gtk3-0.026.tar.gz) = 53408
|
12
x11-toolkits/p5-Gtk3/pkg-descr
Normal file
12
x11-toolkits/p5-Gtk3/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Perl bindings to the 3.x series of the gtk+ toolkit. This module
|
||||
allows you to write graphical user interfaces in a Perlish and
|
||||
object-oriented way, freeing you from the casting and memory
|
||||
management in C, yet remaining very close in spirit to original
|
||||
API. Find out more about gtk+ at http://www.gtk.org.
|
||||
|
||||
The gtk+ reference manual is also a handy companion when writing
|
||||
Gtk3 programs in Perl: http://developer.gnome.org/gtk3/stable/. The
|
||||
Perl bindings follow the C API very closely, and the C reference
|
||||
documentation should be considered the canonical source.
|
||||
|
||||
WWW: https://metacpan.org/pod/Gtk3
|
2
x11-toolkits/p5-Gtk3/pkg-plist
Normal file
2
x11-toolkits/p5-Gtk3/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Gtk3.pm
|
||||
%%PERL5_MAN3%%/Gtk3.3.gz
|
Loading…
Reference in New Issue
Block a user