Gtk2-GladeXML allows Perl programmers to use libglade, a
C library that generates GUIs directly from the XML output of the Glade UI designer. WWW: http://search.cpan.org/dist/Gtk2-GladeXML/ PR: ports/125886 Submitted by: Paul Schmehl <pauls at utdallas.edu>
This commit is contained in:
parent
0f201658ae
commit
440ae681bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218880
@ -151,6 +151,7 @@
|
||||
SUBDIR += p5-Gtk2-Ex-FormFactory
|
||||
SUBDIR += p5-Gtk2-Ex-PodViewer
|
||||
SUBDIR += p5-Gtk2-Ex-Simple-List
|
||||
SUBDIR += p5-Gtk2-GladeXML
|
||||
SUBDIR += p5-Gtk2-Html2
|
||||
SUBDIR += p5-Gtk2-TrayIcon
|
||||
SUBDIR += p5-GtkXmHTML
|
||||
|
30
x11-toolkits/p5-Gtk2-GladeXML/Makefile
Normal file
30
x11-toolkits/p5-Gtk2-GladeXML/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Gtk2-GladeXML
|
||||
# Date created: 22 July 2008
|
||||
# Whom: Paul Schmehl <pauls@utdallas.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gtk2-GladeXML
|
||||
PORTVERSION= 1.006
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT= Creates users interfaces directly from Glade XML files
|
||||
|
||||
BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
|
||||
p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||||
p5-ExtUtils-PkgConfig>=1.1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
||||
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo
|
||||
RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
|
||||
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= libglade2
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= ${PORTNAME:S/-/::/g}.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/p5-Gtk2-GladeXML/distinfo
Normal file
3
x11-toolkits/p5-Gtk2-GladeXML/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Gtk2-GladeXML-1.006.tar.gz) = a321fa6ec7b883fc002a371bdaa99d76
|
||||
SHA256 (Gtk2-GladeXML-1.006.tar.gz) = 684537d39cfafdd834ae55c347b776de229cb922f8c98b2a3440db411d2d2eaf
|
||||
SIZE (Gtk2-GladeXML-1.006.tar.gz) = 38365
|
5
x11-toolkits/p5-Gtk2-GladeXML/pkg-descr
Normal file
5
x11-toolkits/p5-Gtk2-GladeXML/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Gtk2-GladeXML allows Perl programmers to use libglade, a
|
||||
C library that generates GUIs directly from the XML output
|
||||
of the Glade UI designer.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Gtk2-GladeXML/
|
12
x11-toolkits/p5-Gtk2-GladeXML/pkg-plist
Normal file
12
x11-toolkits/p5-Gtk2-GladeXML/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/mach/Gtk2/GladeXML.pm
|
||||
%%SITE_PERL%%/mach/Gtk2/GladeXML/Install/Files.pm
|
||||
%%SITE_PERL%%/mach/Gtk2/GladeXML/Install/gladexmlperl.h
|
||||
%%SITE_PERL%%/mach/Gtk2/GladeXML/Install/gladexmlperl.typemap
|
||||
%%SITE_PERL%%/mach/auto/Gtk2/GladeXML/.packlist
|
||||
%%SITE_PERL%%/mach/auto/Gtk2/GladeXML/GladeXML.bs
|
||||
%%SITE_PERL%%/mach/auto/Gtk2/GladeXML/GladeXML.so
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Gtk2/GladeXML
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Gtk2
|
||||
@dirrmtry %%SITE_PERL%%/mach/Gtk2/GladeXML/Install
|
||||
@dirrmtry %%SITE_PERL%%/mach/Gtk2/GladeXML
|
||||
@dirrmtry %%SITE_PERL%%/mach/Gtk2
|
Loading…
Reference in New Issue
Block a user