mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Provides a dialog for getting values to use with chmod.
WWW: http://search.cpan.org/dist/Gtk2-Chmod/ PR: ports/139748 Submitted by: Zane C, Bowers <vvelox at vvelox.net>
This commit is contained in:
parent
041ce9131b
commit
a1ff387e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243452
@ -167,6 +167,7 @@
|
||||
SUBDIR += p5-Gtk2-GladeXML
|
||||
SUBDIR += p5-Gtk2-Html2
|
||||
SUBDIR += p5-Gtk2-ImageView
|
||||
SUBDIR += p5-Gtk2-PathButtonBar
|
||||
SUBDIR += p5-Gtk2-TrayIcon
|
||||
SUBDIR += p5-Prima
|
||||
SUBDIR += p5-Tcl-Tk
|
||||
|
24
x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
Normal file
24
x11-toolkits/p5-Gtk2-PathButtonBar/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: x11-toolkits/p5-Gtk2-PathButtonBar
|
||||
# Date created: 2009-10-19
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Gtk2-PathButtonBar
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Creates a bar for path manipulation
|
||||
|
||||
RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Gtk2::PathButtonBar.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-toolkits/p5-Gtk2-PathButtonBar/distinfo
Normal file
3
x11-toolkits/p5-Gtk2-PathButtonBar/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Gtk2-PathButtonBar-0.1.2.tar.gz) = 35e912efadc68ab2432848ccaf4a393d
|
||||
SHA256 (Gtk2-PathButtonBar-0.1.2.tar.gz) = 8dc052435b8f728aab2fe403499bbb853ad681c9fc45cba70e1c126e04c72541
|
||||
SIZE (Gtk2-PathButtonBar-0.1.2.tar.gz) = 5630
|
3
x11-toolkits/p5-Gtk2-PathButtonBar/pkg-descr
Normal file
3
x11-toolkits/p5-Gtk2-PathButtonBar/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides a dialog for getting values to use with chmod.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Gtk2-Chmod/
|
6
x11-toolkits/p5-Gtk2-PathButtonBar/pkg-plist
Normal file
6
x11-toolkits/p5-Gtk2-PathButtonBar/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Gtk2/PathButtonBar.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PathButtonBar/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/PathButtonBar
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
@dirrmtry %%SITE_PERL%%/Gtk2
|
Loading…
Reference in New Issue
Block a user