aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQLite-Work
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* 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
* Add LICENSE_FILESunpoet Po-Chuan Hsieh2017-03-111-0/+1
| | | | Notes: svn path=/head/; revision=435912
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-0/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.1601Sunpoet Po-Chuan Hsieh2016-01-122-3/+5
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/SQLite-Work/Changes Notes: svn path=/head/; revision=405934
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-3/+3
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* - Update PORTSCOUTSunpoet Po-Chuan Hsieh2015-01-181-1/+1
| | | | Notes: svn path=/head/; revision=377302
* - Update to 0.16Sunpoet Po-Chuan Hsieh2015-01-133-8/+12
| | | | | | | | | | | - Add LICENSE - Add PORTSCOUT - Sort PLIST Changes: http://search.cpan.org/dist/SQLite-Work/Changes Notes: svn path=/head/; revision=376981
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-0/+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-2/+0
| | | | Notes: svn path=/head/; revision=371255
* - update to 0.14Yen-Ming Lee2014-07-152-3/+3
| | | | Notes: svn path=/head/; revision=361875
* Support STAGEDIR.Vanilla I. Shu2013-11-032-11/+9
| | | | Notes: svn path=/head/; revision=332592
* 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
* - Sort *_DEPENDS and MAN*Sunpoet Po-Chuan Hsieh2013-09-152-11/+10
| | | | | | | - Use CPAN as primary WWW Notes: svn path=/head/; revision=327328
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* Update to 0.13Mathieu Arnold2013-08-212-7/+3
| | | | Notes: svn path=/head/; revision=325101
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309071
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* SITE_PERL --> package dependencies, chunks 2-3Chris Rees2012-06-031-3/+3
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298118
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | 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-7/+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
* - 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-221-4/+0
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* - Update to 0.10.02Cheng-Lung Sung2009-02-032-5/+6
| | | | | | | | | | | - improve MASTER_SITES resilience - fix -fetch-original failure PR: ports/131267 Submitted by: lth Notes: svn path=/head/; revision=227516
* - Update to 0.1001Cheng-Lung Sung2007-08-142-4/+5
| | | | Notes: svn path=/head/; revision=197632
* - remove ".if ${PERL_LEVEL} < 500600 ..." stuff.Cheng-Lung Sung2007-05-011-4/+0
| | | | Notes: svn path=/head/; revision=191265
* - refine Makefile, pkg-plist [1]Cheng-Lung Sung2006-09-203-17/+25
| | | | | | | | | | | - buildable - I'll maintain it PR: ports/102281 [1] Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> [1] Notes: svn path=/head/; revision=173440
* Reset inactive maintainer who has not responded to email. Also mark asMark Linimon2006-09-041-1/+4
| | | | | | | | | | deprecated, since the listed version is no longer available from the mastersite. Hat: portmgr Notes: svn path=/head/; revision=172166
* Update to 0.05Erwin Lansing2006-06-062-4/+4
| | | | | | | | | PR: 97626 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=164591
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Add p5-SQLite-Work 0.03, report on and update an SQLite database.Anton Berezin2005-10-274-0/+66
PR: 88068 Submitted by: Chris Larsen <darth@vader.dk> Notes: svn path=/head/; revision=146481