diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-08-31 07:07:16 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-08-31 07:07:16 +0800 |
commit | 481f330c69367fc3d6c5c1cd2d26e9c59a13516c (patch) | |
tree | 409117068ba60966c299b706f1eb6ced07e5c4d7 /graphics/p5-Layout-Manager | |
parent | 20d7198c4a12a8e648494a85429c9400c6c4f05b (diff) | |
download | freebsd-ports-gnome-481f330c69367fc3d6c5c1cd2d26e9c59a13516c.tar.gz freebsd-ports-gnome-481f330c69367fc3d6c5c1cd2d26e9c59a13516c.tar.zst freebsd-ports-gnome-481f330c69367fc3d6c5c1cd2d26e9c59a13516c.zip |
Add p5-Layout-Manager, 2D Layout Management.
Layout::Manager provides a simple interface for creating layout managers, or
classes that size and position components withing a container.
WWW: http://search.cpan.org/dist/Layout-Manager/
Diffstat (limited to 'graphics/p5-Layout-Manager')
-rw-r--r-- | graphics/p5-Layout-Manager/Makefile | 34 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/p5-Layout-Manager/pkg-plist | 11 |
4 files changed, 52 insertions, 0 deletions
diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile new file mode 100644 index 000000000000..90f54a4a8838 --- /dev/null +++ b/graphics/p5-Layout-Manager/Makefile @@ -0,0 +1,34 @@ +# Ports collection makefile for: Layout-Manager +# Date created: 2008/08/30 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Layout-Manager +PORTVERSION= 0.16 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= 2D Layout Management + +BUILD_DEPENDS= p5-Moose>=0.25:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \ + p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ + p5-Geometry-Primitive>=0:${PORTSDIR}/graphics/p5-Geometry-Primitive \ + p5-Graphics-Primitive>=0:${PORTSDIR}/graphics/p5-Graphics-Primitive +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= Layout::Manager.3 \ + Layout::Manager::Absolute.3 \ + Layout::Manager::Axis.3 \ + Layout::Manager::Compass.3 \ + Layout::Manager::Flow.3 \ + Layout::Manager::Single.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Layout-Manager/distinfo b/graphics/p5-Layout-Manager/distinfo new file mode 100644 index 000000000000..0d4243c7577d --- /dev/null +++ b/graphics/p5-Layout-Manager/distinfo @@ -0,0 +1,3 @@ +MD5 (Layout-Manager-0.16.tar.gz) = f702042551fd12f9f1542e8a16dc52a9 +SHA256 (Layout-Manager-0.16.tar.gz) = 14fa5b52ff20bdf60bcc5321b4e62752ca0e013ada720519970e7f1bbce7ac7a +SIZE (Layout-Manager-0.16.tar.gz) = 30786 diff --git a/graphics/p5-Layout-Manager/pkg-descr b/graphics/p5-Layout-Manager/pkg-descr new file mode 100644 index 000000000000..7f77121d89bb --- /dev/null +++ b/graphics/p5-Layout-Manager/pkg-descr @@ -0,0 +1,4 @@ +Layout::Manager provides a simple interface for creating layout managers, or +classes that size and position components withing a container. + +WWW: http://search.cpan.org/dist/Layout-Manager/ diff --git a/graphics/p5-Layout-Manager/pkg-plist b/graphics/p5-Layout-Manager/pkg-plist new file mode 100644 index 000000000000..4e250b3f1d46 --- /dev/null +++ b/graphics/p5-Layout-Manager/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Layout/Manager/.packlist +%%SITE_PERL%%/Layout/Manager.pm +%%SITE_PERL%%/Layout/Manager/Absolute.pm +%%SITE_PERL%%/Layout/Manager/Axis.pm +%%SITE_PERL%%/Layout/Manager/Compass.pm +%%SITE_PERL%%/Layout/Manager/Flow.pm +%%SITE_PERL%%/Layout/Manager/Single.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Layout/Manager +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Layout +@dirrmtry %%SITE_PERL%%/Layout/Manager +@dirrmtry %%SITE_PERL%%/Layout |