aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-ORLite
Commit message (Collapse)AuthorAgeFilesLines
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Reassign databases/ perl modules to perl@.Adam Weinberger2015-05-091-4/+5
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=385904
* - Add LICENSESunpoet Po-Chuan Hsieh2015-01-011-2/+3
| | | | | | | - Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.59+ is already in all supported Perl releases Notes: svn path=/head/; revision=375991
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371255
* Reset maintainershipBaptiste Daroussin2014-10-171-1/+1
| | | | Notes: svn path=/head/; revision=371040
* - add stage supportAndrej Zverev2014-01-292-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341762
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326896
* - Trim Makefile headerAndrej Zverev2013-06-071-13/+1
| | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178919 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320165
* - Update MAINTAINER email address for all my portsPo-Chien Lin2013-02-131-1/+1
| | | | | | | | | - Convert Makefile header to new style if needed Approved by: swills (mentor) Notes: svn path=/head/; revision=312143
* - Update to 1.98Steve Wills2013-01-012-7/+8
| | | | | | | | | | - Give maintainership to submitter PR: ports/174882 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=309781
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-151-6/+2
| | | | | | | | | Approved by: portmgr (implicit) Feature safe: yes Redports: ignore Notes: svn path=/head/; revision=305921
* - Update to 1.97Steve Wills2012-09-062-3/+3
| | | | | | | | PR: ports/170873 Approved by: maintainer timeout (bill.brinzer@gmail.com, >2 weeks) Notes: svn path=/head/; revision=303769
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+13
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-13/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Update to 1.51Sunpoet Po-Chuan Hsieh2012-01-072-7/+21
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=288702
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-1/+1
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - Update to 1.47Philip M. Gollucci2010-12-212-4/+3
| | | | | | | | | | | - Remove MD5 PR: ports/153279 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Changes: http://search.cpan.org/dist/ORLite/Changes Notes: svn path=/head/; revision=266681
* - Update to 1.45Wen Heping2010-11-012-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/src/ADAMK/ORLite-1.45/Changes PR: ports/151817 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=263871
* - Update to 1.43Philip M. Gollucci2010-06-082-4/+4
| | | | | | | | | | PR: ports/147358 Approved by: cm@therek.net (maintainer) Submitted by: myself (pgollucci@) Changes: http:/search.cpan.org/dist/ORLite/Changes Notes: svn path=/head/; revision=256147
* - Update to 1.42Sylvio Cesar Teixeira2010-04-172-4/+4
| | | | | | | | | PR: ports/145785 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252824
* - Update to 1.40Wen Heping2010-02-022-4/+4
| | | | | | | | PR: ports/143434 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=249065
* - Update to 1.31Philip M. Gollucci2010-01-312-4/+4
| | | | | | | | | PR: ports/142632 Submitted by: myself (pgollucci@) Approved by: maintainer timeout (cm@therek.net; > 2 weeks) Notes: svn path=/head/; revision=248883
* - Update to 1.28Martin Wilke2009-09-302-7/+8
| | | | | | | | PR: 139179 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=242288
* - Update to 1.25.Felippe de Meirelles Motta2009-08-232-4/+4
| | | | | | | | PR: ports/138076 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=240230
* - Update to 1.23Martin Wilke2009-07-012-4/+4
| | | | | | | | PR: 136143 Submitted by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=236844
* - Update to 1.22Philip M. Gollucci2009-06-212-4/+4
| | | | | | | | | PR: ports/135729 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=236427
* ORLite is an object-relation system specifically tailored for SQLite thatMartin Wilke2009-03-154-0/+38
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> Notes: svn path=/head/; revision=230131