Port details |
- p5-ORLite Perl5 extremely light weight SQLite-specific ORM
- 1.98_1 databases =3 1.98_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-03-15 17:11:41
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Devel-LexAlias, p5-PPIx-EditorTools, p5-Thread-Suspend, p5-CGI-FormBuilder, wipe
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/ORLite
- Description:
- ORLite is an object-relation system specifically tailored for SQLite that
follows many of the same principles as the ::Tiny series of modules and has
a design and feature set that aligns directly to the capabilities of SQLite.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-ORLite>0:databases/p5-ORLite
- To install the port:
- cd /usr/ports/databases/p5-ORLite/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/p5-ORLite
- pkg install p5-ORLite
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-ORLite
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ORLite-1.98.tar.gz) = 79e9ef07dee7feb7cafdea1a9c0432e12587fc350707a6bc72fd29502b87d021
SIZE (ORLite-1.98.tar.gz) = 67402
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-DBD-SQLite>=1.27 : databases/p5-DBD-SQLite
- p5-DBI>=1.60.7 : databases/p5-DBI
- p5-File-Remove>=1.40 : devel/p5-File-Remove
- p5-Params-Util>=0.33 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-DBD-SQLite>=1.27 : databases/p5-DBD-SQLite
- p5-DBI>=1.60.7 : databases/p5-DBI
- p5-File-Remove>=1.40 : devel/p5-File-Remove
- p5-Params-Util>=0.33 : devel/p5-Params-Util
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- databases/p5-ORLite-Migrate
- for Run
-
- databases/p5-ORLite-Migrate
Configuration Options:
- No options to configure
- Options name:
- databases_p5-ORLite
- 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) |
1.98_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 ) |
1.98_1 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
1.98_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.98_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.98_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.98_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.98_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.98_1 09 May 2015 16:50:00 |
adamw |
Reassign databases/ perl modules to perl@.
Also:
- Sort plists
- Sort DEPENDS
- Add TEST_DEPENDS where necessary
- p5-Class-DBI-DDL: switch to USE_PERL5=configure
- Remove unnecessary or unusual stuff from pkg-descr's
- Regenerate patches using makepatch where necessary
- Based on the description from p5-DBIx-Password (most of which I've
excised), it isn't clear whether this module even works when it's
built non-interactive
- p5-DBIx-Simple: Make all the OPTIONS dependencies BUILD_DEPENDS
as well
- p5-T2: Fails 'make test' (as it did before). The module isn't even
present on CPAN or Meta::CPAN, and should probably be considered
for deletion |
1.98_1 01 Jan 2015 16:25:56 |
sunpoet |
- Add LICENSE
- Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.59+ is already in all supported
Perl releases |
1.98_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.98 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.98 17 Oct 2014 10:23:35 |
bapt |
Reset maintainership |
1.98 29 Jan 2014 17:18:46 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.98 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.98 10 Sep 2013 12:14:21 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.98 07 Jun 2013 07:32:23 |
az |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178919
Submitted by: az
Approved by: maintainer (timeout) |
1.98 13 Feb 2013 06:04:09 |
pclin |
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed
Approved by: swills (mentor) |
1.98 01 Jan 2013 19:55:17 |
swills |
- Update to 1.98
- Give maintainership to submitter
PR: ports/174882
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
1.97 15 Oct 2012 16:21:12 |
tabthorpe |
- Reassign to the heap at maintainer's request
Approved by: portmgr (implicit)
Feature safe: yes
Redports: ignore |
1.97 06 Sep 2012 15:49:20 |
swills |
- Update to 1.97
PR: ports/170873
Approved by: maintainer timeout (bill.brinzer@gmail.com, >2 weeks) |
1.51 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) |
1.51 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 |
1.51 07 Jan 2012 20:54:51 |
sunpoet |
- Update to 1.51
- Add TEST_DEPENDS
- Pet portlint
Changes: http://search.cpan.org/dist/ORLite/Changes
PR: ports/163852
Submitted by: sunpoet (myself)
Approved by: Cezary Morga <cm@therek.net> (maintainer) |
1.47 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 |
1.47 21 Dec 2010 03:07:00 |
pgollucci |
- Update to 1.47
- Remove MD5
PR: ports/153279
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
Changes: http://search.cpan.org/dist/ORLite/Changes |
1.45 01 Nov 2010 02:57:53 |
wen |
- Update to 1.45
Changes: http://search.cpan.org/src/ADAMK/ORLite-1.45/Changes
PR: ports/151817
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
1.43 08 Jun 2010 22:20:05 |
pgollucci |
- Update to 1.43
PR: ports/147358
Approved by: cm@therek.net (maintainer)
Submitted by: myself (pgollucci@)
Changes: http:/search.cpan.org/dist/ORLite/Changes |
1.42 17 Apr 2010 19:54:53 |
sylvio |
- Update to 1.42
PR: ports/145785
Submitted by: Cezary Morga <cm@therek.net> (maintainer)
Approved by: itetcu (mentor, implicit) |
1.40 02 Feb 2010 04:31:51 |
wen |
- Update to 1.40
PR: ports/143434
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
1.31 31 Jan 2010 01:04:56 |
pgollucci |
- Update to 1.31
PR: ports/142632
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (cm@therek.net; > 2 weeks) |
1.28 30 Sep 2009 14:05:02 |
miwi |
- Update to 1.28
PR: 139179
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
1.25 23 Aug 2009 23:17:57 |
lippe |
- Update to 1.25.
PR: ports/138076
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
1.23 01 Jul 2009 08:50:24 |
miwi |
- Update to 1.23
PR: 136143
Submitted by: Cezary Morga <cm@therek.net> (maintainer) |
1.22 21 Jun 2009 19:13:17 |
pgollucci |
- Update to 1.22
PR: ports/135729
Approved by: maintainer
Submitted by: myself (pgollucci@) |
1.20 15 Mar 2009 17:11:19 |
miwi |
ORLite is an object-relation system specifically tailored for SQLite that
follows many of the same principles as the ::Tiny series of modules and has
a design and feature set that aligns directly to the capabilities of SQLite.
WWW: http://search.cpan.org/dist/ORLite/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net> |