diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-20 17:54:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-20 17:54:44 +0800 |
commit | e4a090bb4172d3d870e0cdd052e6f9c15a3ac3db (patch) | |
tree | 760991149ee0f9dcb09fcfcfbd19ba9ca3f9760b /x11-toolkits | |
parent | d3916c10e63c34d21eb3336cb3cd98e10f59bc61 (diff) | |
download | freebsd-ports-gnome-e4a090bb4172d3d870e0cdd052e6f9c15a3ac3db.tar.gz freebsd-ports-gnome-e4a090bb4172d3d870e0cdd052e6f9c15a3ac3db.tar.zst freebsd-ports-gnome-e4a090bb4172d3d870e0cdd052e6f9c15a3ac3db.zip |
Provides a dialog for getting values to use with chmod.
WWW: http://search.cpan.org/dist/Gtk2-Chmod/
PR: ports/139747
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Chmod/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Chmod/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Chmod/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Gtk2-Chmod/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 7bf7116982c4..b7a3fdd14da3 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -158,6 +158,7 @@ SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gtk SUBDIR += p5-Gtk2 + SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-Dialogs SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer diff --git a/x11-toolkits/p5-Gtk2-Chmod/Makefile b/x11-toolkits/p5-Gtk2-Chmod/Makefile new file mode 100644 index 000000000000..4d0e95028d6c --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Chmod/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: x11-toolkits/p5-Gtk2-Chmod +# Date created: 2009-10-19 +# Whom: Zane C, Bowers <vvelox@vvelox.net> +# +# $FreeBSD$ +# + +PORTNAME= Gtk2-Chmod +PORTVERSION= 0.0.0 +CATEGORIES= x11-toolkits +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Provides a dialog for getting values to use with chmod + +RUN_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 + +PERL_CONFIGURE= yes + +MAN3= Gtk2::Chmod.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Gtk2-Chmod/distinfo b/x11-toolkits/p5-Gtk2-Chmod/distinfo new file mode 100644 index 000000000000..6922956cbf81 --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Chmod/distinfo @@ -0,0 +1,3 @@ +MD5 (Gtk2-Chmod-0.0.0.tar.gz) = c76bcf6b050e659efa7dc8b382ab03bd +SHA256 (Gtk2-Chmod-0.0.0.tar.gz) = 5f6890c08d55fe796f2e44f88bae4b2f60585c30f9c0e7b14677e11d11391b89 +SIZE (Gtk2-Chmod-0.0.0.tar.gz) = 4932 diff --git a/x11-toolkits/p5-Gtk2-Chmod/pkg-descr b/x11-toolkits/p5-Gtk2-Chmod/pkg-descr new file mode 100644 index 000000000000..b8983c129ad4 --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Chmod/pkg-descr @@ -0,0 +1,3 @@ +Provides a dialog for getting values to use with chmod. + +WWW: http://search.cpan.org/dist/Gtk2-Chmod/ diff --git a/x11-toolkits/p5-Gtk2-Chmod/pkg-plist b/x11-toolkits/p5-Gtk2-Chmod/pkg-plist new file mode 100644 index 000000000000..5cb21e3c6efd --- /dev/null +++ b/x11-toolkits/p5-Gtk2-Chmod/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Gtk2/Chmod.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Chmod/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Chmod +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 +@dirrmtry %%SITE_PERL%%/Gtk2/ |