mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Gtk2-Ex-Utils provides simple utility functions for
Gnome/Gtk2 Perl programming. WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/ PR: ports/125888 Submitted by: Paul Schmehl <pauls at utdallas.edu>
This commit is contained in:
parent
1a10d345d8
commit
df2ed5bf4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218882
@ -152,6 +152,7 @@
|
||||
SUBDIR += p5-Gtk2-Ex-FormFactory
|
||||
SUBDIR += p5-Gtk2-Ex-PodViewer
|
||||
SUBDIR += p5-Gtk2-Ex-Simple-List
|
||||
SUBDIR += p5-Gtk2-Ex-Utils
|
||||
SUBDIR += p5-Gtk2-GladeXML
|
||||
SUBDIR += p5-Gtk2-Html2
|
||||
SUBDIR += p5-Gtk2-TrayIcon
|
||||
|
30
x11-toolkits/p5-Gtk2-Ex-Utils/Makefile
Normal file
30
x11-toolkits/p5-Gtk2-Ex-Utils/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Gtk2-Ex-Utils
|
||||
# Date created: 22 July 2008
|
||||
# Whom: Paul Schmehl <pauls@utdallas.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gtk2-Ex-Utils
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT= Extra Gtk2 utilities for Gtk2 in perl
|
||||
|
||||
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-Gtk
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Gtk2::Ex::Constants.3 \
|
||||
Gtk2::Ex::Utils.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/p5-Gtk2-Ex-Utils/distinfo
Normal file
3
x11-toolkits/p5-Gtk2-Ex-Utils/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Gtk2-Ex-Utils-0.09.tar.gz) = 076bb6914470fb077f7028fef0a795f8
|
||||
SHA256 (Gtk2-Ex-Utils-0.09.tar.gz) = cd508d5cc867cc33e2523d51ddf74b83837ef2c1bd4dc670577a57c48dd561a3
|
||||
SIZE (Gtk2-Ex-Utils-0.09.tar.gz) = 14342
|
4
x11-toolkits/p5-Gtk2-Ex-Utils/pkg-descr
Normal file
4
x11-toolkits/p5-Gtk2-Ex-Utils/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Gtk2-Ex-Utils provides simple utility functions for
|
||||
Gnome/Gtk2 Perl programming.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/
|
9
x11-toolkits/p5-Gtk2-Ex-Utils/pkg-plist
Normal file
9
x11-toolkits/p5-Gtk2-Ex-Utils/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Gtk2/Ex/Constants.pm
|
||||
%%SITE_PERL%%/Gtk2/Ex/Utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/Utils/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex/Utils
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Ex
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/Gtk2/Ex
|
||||
@dirrmtry %%SITE_PERL%%/Gtk2
|
Loading…
Reference in New Issue
Block a user