diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-20 09:54:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-20 09:54:44 +0000 |
commit | 5e8fd9c69fac01831e7fa615104422cfc1779427 (patch) | |
tree | 17562ca706cc7b5a31800e81be9a34fb4010092e /x11-toolkits | |
parent | 74ca9bfa7d0db1e93eacf5ebd40e0b623d6642e9 (diff) | |
download | ports-5e8fd9c69fac01831e7fa615104422cfc1779427.tar.gz ports-5e8fd9c69fac01831e7fa615104422cfc1779427.zip |
Notes
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/ |