Add p5-Gtk2-Ex-FormFactory 0.65, makes building complex GUI more easy.
PR: ports/107084 Submitted by: chinsan
This commit is contained in:
parent
8ee7d94ed3
commit
864452022e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180653
5 changed files with 95 additions and 0 deletions
|
@ -133,6 +133,7 @@
|
|||
SUBDIR += p5-Gnome2-VFS
|
||||
SUBDIR += p5-Gtk
|
||||
SUBDIR += p5-Gtk2
|
||||
SUBDIR += p5-Gtk2-Ex-FormFactory
|
||||
SUBDIR += p5-Gtk2-Ex-PodViewer
|
||||
SUBDIR += p5-Gtk2-Ex-Simple-List
|
||||
SUBDIR += p5-Gtk2-Html2
|
||||
|
|
45
x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
Normal file
45
x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: p5-Gtk2-Ex-FormFactory
|
||||
# Date created: 2006/12/22
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gtk2-Ex-FormFactory
|
||||
PORTVERSION= 0.65
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Makes building complex GUI more easy
|
||||
|
||||
BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
|
||||
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
||||
p5-Gtk2-Ex-Simple-List>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Gtk2::Ex::FormFactory::Menu.3 Gtk2::Ex::FormFactory::VSeparator.3 \
|
||||
Gtk2::Ex::FormFactory::Window.3 Gtk2::Ex::FormFactory::Timestamp.3 \
|
||||
Gtk2::Ex::FormFactory::Notebook.3 Gtk2::Ex::FormFactory::RadioButton.3 \
|
||||
Gtk2::Ex::FormFactory::ToggleButton.3 Gtk2::Ex::FormFactory::Context.3 \
|
||||
Gtk2::Ex::FormFactory::Intro.3 Gtk2::Ex::FormFactory::DialogButtons.3 \
|
||||
Gtk2::Ex::FormFactory.3 Gtk2::Ex::FormFactory::CheckButtonGroup.3 \
|
||||
Gtk2::Ex::FormFactory::YesNo.3 Gtk2::Ex::FormFactory::Expander.3 \
|
||||
Gtk2::Ex::FormFactory::Combo.3 Gtk2::Ex::FormFactory::GtkWidget.3 \
|
||||
Gtk2::Ex::FormFactory::Popup.3 Gtk2::Ex::FormFactory::Rules.3 \
|
||||
Gtk2::Ex::FormFactory::Label.3 Gtk2::Ex::FormFactory::List.3 \
|
||||
Gtk2::Ex::FormFactory::Layout.3 Gtk2::Ex::FormFactory::TextView.3 \
|
||||
Gtk2::Ex::FormFactory::Entry.3 Gtk2::Ex::FormFactory::CheckButton.3 \
|
||||
Gtk2::Ex::FormFactory::Widget.3 Gtk2::Ex::FormFactory::VPaned.3 \
|
||||
Gtk2::Ex::FormFactory::Container.3 Gtk2::Ex::FormFactory::HSeparator.3 \
|
||||
Gtk2::Ex::FormFactory::Table.3 Gtk2::Ex::FormFactory::Image.3 \
|
||||
Gtk2::Ex::FormFactory::ProxyBuffered.3 Gtk2::Ex::FormFactory::Proxy.3 \
|
||||
Gtk2::Ex::FormFactory::Button.3 Gtk2::Ex::FormFactory::ProgressBar.3 \
|
||||
Gtk2::Ex::FormFactory::HBox.3 Gtk2::Ex::FormFactory::ExecFlow.3 \
|
||||
Gtk2::Ex::FormFactory::VBox.3 Gtk2::Ex::FormFactory::Loader.3 \
|
||||
Gtk2::Ex::FormFactory::Form.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/p5-Gtk2-Ex-FormFactory/distinfo
Normal file
3
x11-toolkits/p5-Gtk2-Ex-FormFactory/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Gtk2-Ex-FormFactory-0.65.tar.gz) = 904f6fe4b94248b56507710b29a53873
|
||||
SHA256 (Gtk2-Ex-FormFactory-0.65.tar.gz) = 8f4d41cca69ce07998da43f18aec9de6a67093a7f8431a5c08e09568c96b760a
|
||||
SIZE (Gtk2-Ex-FormFactory-0.65.tar.gz) = 102039
|
4
x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-descr
Normal file
4
x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
With Gtk2::Ex::FormFactory you can build a GUI which consistently represents
|
||||
the data of your application.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Gtk2-Ex-FormFactory/
|
42
x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-plist
Normal file
42
x11-toolkits/p5-Gtk2-Ex-FormFactory/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/FormFactory/.packlist
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Menu.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/VSeparator.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Window.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Timestamp.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/RadioButton.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Notebook.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/ToggleButton.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Context.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Intro.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/DialogButtons.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/CheckButtonGroup.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/YesNo.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Expander.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Combo.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/GtkWidget.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Popup.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Rules.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Label.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/List.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Layout.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/TextView.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Entry.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Widget.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/CheckButton.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/VPaned.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Container.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/HSeparator.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Table.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Image.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/ProxyBuffered.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Proxy.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Button.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/ExecFlow.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/ProgressBar.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/HBox.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Loader.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/VBox.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/FormFactory/Form.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/FormFactory
|
||||
@dirrmtry %%SITE_PERL%%/Gtk2/Ex/FormFactory
|
Loading…
Reference in a new issue