Port details |
- p5-Object-Tiny Class building as simple as it gets
- 1.09 devel =2 1.09Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-09-20 03:17:23
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- There's a whole bunch of class builders out there. In fact, creating a class
builder seems to be something of a rite of passage (this is my fifth, at least).
Unfortunately, most of the time I want a class builder I'm in a hurry and
sketching out lots of fairly simple data classes with fairly simple structure,
mostly just read-only accessors, and that's about it.
Often this is for code that won't end up on CPAN, so adding a small dependency
doesn't matter much. I just want to be able to define these classes FAST.
By which I mean LESS typing than writing them by hand, not more. And I don't
need all those weird complex features that bloat out the code and take over the
whole way I build modules.
And so, I present yet another member of the Tiny family of modules,
Object::Tiny.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Object-Tiny>0:devel/p5-Object-Tiny
- To install the port:
- cd /usr/ports/devel/p5-Object-Tiny/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Object-Tiny
- pkg install p5-Object-Tiny
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Object-Tiny
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1542045806
SHA256 (Object-Tiny-1.09.tar.gz) = 7819ccdd18ee18b0e5ce660c084e4e04be3f2f34341302925581d21b53cac6bd
SIZE (Object-Tiny-1.09.tar.gz) = 28377
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- archivers/p5-Archive-Extract-Libarchive
- devel/p5-Avro
- devel/p5-Data-Rand-Obscure
- devel/p5-File-Assets
- www/p5-Pod-Site
- for Run
-
- archivers/p5-Archive-Extract-Libarchive
- devel/p5-Avro
- devel/p5-Data-Rand-Obscure
- devel/p5-File-Assets
- www/p5-Pod-Site
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Object-Tiny
- 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 |
1.09 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.09 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.09 12 Nov 2018 21:27:58 |
sunpoet |
Update to 1.09
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
- Take maintainership
Changes: https://metacpan.org/changes/distribution/Object-Tiny |
1.08_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 |
1.08_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.08_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 ) |
1.08 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.08 30 Oct 2013 15:19:24 |
vanilla |
support STAGEDIR. |
1.08 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.08 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
1.08 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.08 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
1.08 25 Mar 2011 11:44:28 |
bapt |
- update to 1.08
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/Object-Tiny-1.08/Changes |
1.06 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
1.06 25 Aug 2008 08:58:01 |
leeym |
- update to 1.06 |
1.04 22 Dec 2007 07:49:06 |
clsung |
- Update to 1.04
PR: ports/118649
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.03 20 Sep 2007 03:17:09 |
clsung |
There's a whole bunch of class builders out there. In fact, creating a
class builder seems to be something of a rite of passage (this is my
fifth, at least).
Unfortunately, most of the time I want a class builder I'm in a hurry
and sketching out lots of fairly simple data classes with fairly
simple structure, mostly just read-only accessors, and that's about it.
Often this is for code that won't end up on CPAN, so adding a small
dependency doesn't matter much. I just want to be able to define these
classes FAST.
By which I mean LESS typing than writing them by hand, not more. And I
don't need all those weird complex features that bloat out the code
and take over the whole way I build modules.
And so, I present yet another member of the Tiny family of modules,
Object::Tiny.
WWW: http://search.cpan.org/dist/Object-Tiny/
PR: ports/116101
Submitted by: Gea-Suan Lin <gslin at gslin.org> |