aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite2
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.38Sunpoet Po-Chuan Hsieh2018-10-082-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBD-SQLite2 Notes: svn path=/head/; revision=481567
* 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
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.37Sunpoet Po-Chuan Hsieh2016-01-122-6/+11
| | | | | | | | | | - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/DBD-SQLite2/Changes Notes: svn path=/head/; revision=405931
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-1/+1
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+0
| | | | Notes: svn path=/head/; revision=371255
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Support STAGEDIR.Vanilla I. Shu2013-11-032-4/+2
| | | | 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
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.36Philippe Audeoud2013-06-102-8/+4
| | | | Notes: svn path=/head/; revision=320488
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-031-2/+2
| | | | Notes: svn path=/head/; revision=298106
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Remove 4.x workaroundErwin Lansing2007-06-151-12/+4
| | | | Notes: svn path=/head/; revision=193600
* Remove whitespace from line endings in pkg-plist files.Vasil Dimov2006-05-121-2/+2
| | | | | | | | | | | | | Those spaces used to hinder searching for the corresponding files with portsearch -f '/FILENAME$' for obvious reasons. Although currently portsearch removes those spaces itself remove them anyway. Inspired by: ports/94078 Approved by: portmgr (during freeze: krion, then kris advised to wait; at present: erwin) Notes: svn path=/head/; revision=162181
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2.Norikatsu Shigemura2004-10-125-40/+20
| | | | | | | | | | | o Update to 0.33. o Remove unnecessary perl script. o Remove a patch which was already merged. Repo copied by: marcus (pcvs) Notes: svn path=/head/; revision=119057
* Change MAINTAINER to perl@.Norikatsu Shigemura2004-08-131-1/+1
| | | | | | | | | I welcome bsd.port.mk introduced soon. Inspired by: freebsd-perl@ Notes: svn path=/head/; revision=116116
* Fix a crash problem.Norikatsu Shigemura2004-06-112-0/+23
| | | | | | | | | | PR: ports/63233 [1] Reported by: Stefan `Sec` Zehl <sec@42.org> [1] Submitted by: kuriyama Obtained from: DBD::SQLite cvs repository Notes: svn path=/head/; revision=111278
* Update to 0.30 (based of SQLite 2.8.12).Norikatsu Shigemura2004-02-162-3/+3
| | | | Notes: svn path=/head/; revision=101009
* Update to 0.30 (Based on SQLite 2.8.11).Norikatsu Shigemura2004-02-132-2/+3
| | | | Notes: svn path=/head/; revision=100826
* Update to 0.29 (based on SQLite 2.8.7).Norikatsu Shigemura2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98274
* utilize SITE_PERLYing-Chieh Liao2003-10-242-9/+8
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-09-161-4/+11
| | | | | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89001
* Update to 0.28 (based on SQLite 2.8.6).Norikatsu Shigemura2003-08-282-2/+2
| | | | Notes: svn path=/head/; revision=87890
* Update to 0.25 (based on SQLite 2.8.0).Norikatsu Shigemura2003-03-232-2/+2
| | | | Notes: svn path=/head/; revision=77222
* De-pkg-comment.Norikatsu Shigemura2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76167
* Update to 0.24 (based on SQLite 2.7.6).Norikatsu Shigemura2003-02-052-2/+2
| | | | Notes: svn path=/head/; revision=74816
* Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:.Norikatsu Shigemura2003-01-013-6/+8
| | | | Notes: svn path=/head/; revision=72119
* Update to 0.21 (based on SQLite 2.7.2)Norikatsu Shigemura2002-10-312-2/+2
| | | | Notes: svn path=/head/; revision=69186
* Update to 0.19 (based on SQLite 2.6.3)Norikatsu Shigemura2002-08-142-2/+2
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=64510
* Update to 0.18 (based on SQLite 2.5.6)Norikatsu Shigemura2002-08-063-4/+4
| | | | | | | Approved by: knu (mentor) Notes: svn path=/head/; revision=64087
* Update to 0.16 (based on SQLite 2.5.0)Norikatsu Shigemura2002-07-022-2/+2
| | | | | | | | Reviewed by: knu (mentor) Approved by: knu (mentor) Notes: svn path=/head/; revision=62316
* Reviewed by: knu (mentor)Norikatsu Shigemura2002-04-065-0/+48
Import of a perl5 module for accessing SQLite2 databases through the DBI Notes: svn path=/head/; revision=57388