1
0
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:
Martin Wilke 2008-08-19 23:05:01 +00:00
parent 1a10d345d8
commit df2ed5bf4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218882
5 changed files with 47 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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/

View 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