Port details |
- p5-Geometry-Primitive Primitive Geometry Entities
- 0.24_1 graphics =2 0.24_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2008-08-30 16:32:50
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- WWW:
- https://metacpan.org/release/Geometry-Primitive
- Description:
- Geometry::Primitive is a device and library agnostic system for representing
geometric entities such as points, lines and shapes. It provides simple
objects and many convenience methods you would expect from a geometry
library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Geometry-Primitive>0:graphics/p5-Geometry-Primitive
- To install the port:
- cd /usr/ports/graphics/p5-Geometry-Primitive/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/p5-Geometry-Primitive
- pkg install p5-Geometry-Primitive
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Geometry-Primitive
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Geometry-Primitive-0.24.tar.gz) = 8cf1d561c8824018e42f28c55cff95de4456a64382faf8a29d5f7a52135e4b53
SIZE (Geometry-Primitive-0.24.tar.gz) = 27155
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Check-ISA>=0.04 : devel/p5-Check-ISA
- p5-JSON-Any>=1.22 : converters/p5-JSON-Any
- p5-Moose>=0.92 : devel/p5-Moose
- p5-MooseX-Clone>=0.04 : devel/p5-MooseX-Clone
- p5-MooseX-Storage>=0.17 : devel/p5-MooseX-Storage
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Check-ISA>=0.04 : devel/p5-Check-ISA
- p5-JSON-Any>=1.22 : converters/p5-JSON-Any
- p5-Moose>=0.92 : devel/p5-Moose
- p5-MooseX-Clone>=0.04 : devel/p5-MooseX-Clone
- p5-MooseX-Storage>=0.17 : devel/p5-MooseX-Storage
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- graphics/p5-Chart-Clicker
- graphics/p5-Graphics-Primitive
- graphics/p5-Layout-Manager
- for Run
-
- graphics/p5-Chart-Clicker
- graphics/p5-Graphics-Primitive
- graphics/p5-Layout-Manager
Configuration Options:
- No options to configure
- Options name:
- graphics_p5-Geometry-Primitive
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.24_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.24_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.24_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.24_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
0.24_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.24_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.24_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.24 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.24 15 Jul 2014 05:17:17 |
leeym |
- update to 0.24 |
0.23 10 Feb 2014 23:20:45 |
ehaupt |
Update to 0.23 |
0.22 05 Nov 2013 01:33:02 |
vanilla |
Support STAGEDIR. |
0.22 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.22 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.22 17 Dec 2012 06:15:27 |
az |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
0.22 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.22 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
0.22 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
0.22 08 Sep 2011 08:36:43 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
0.22 17 May 2011 11:08:18 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
0.22 11 Jan 2010 01:26:34 |
wen |
- Update to 0.22 |
0.20 28 Dec 2009 02:54:24 |
wen |
- Update to 0.20 |
0.19 17 Nov 2009 01:39:20 |
leeym |
- update to 0.19 |
0.18 03 Oct 2009 21:24:16 |
tobez |
Update to 0.18.
Changes: http://search.cpan.org/dist/Geometry-Primitive/Changes |
0.17 12 Sep 2009 08:27:36 |
tobez |
Update to 0.17.
Changes: http://search.cpan.org/dist/Geometry-Primitive/Changes |
0.16 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
0.16 16 Jun 2009 02:27:00 |
pgollucci |
- Update to 0.16
PR: ports/135133
Approved by: maintainer timeout (chinsan; 2 weeks)
Submitted by: pgollucci@ (myself) |
0.13 04 Oct 2008 04:19:17 |
chinsan |
- Update to 0.13 |
0.12 24 Sep 2008 17:22:45 |
chinsan |
- Update to 0.12 |
0.11 24 Sep 2008 16:05:30 |
chinsan |
- Update to 0.11 |
0.10 07 Sep 2008 04:21:49 |
chinsan |
- Update to 0.10 |
0.09 30 Aug 2008 16:32:13 |
chinsan |
Add p5-Geometry-Primitive, Primitive Geometry Entities.
Geometry::Primitive is a device and library agnostic system for representing
geometric entities such as points, lines and shapes. It provides simple
objects and many convenience methods you would expect from a geometry
library.
WWW: http://search.cpan.org/dist/Geometry-Primitive/ |