aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-XHTML_Table
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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
* Update to 1.49Sunpoet Po-Chuan Hsieh2017-01-052-3/+4
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-XHTML_Table/Changes Notes: svn path=/head/; revision=430655
* 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 1.48.Adam Weinberger2016-02-192-3/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/DBIx-XHTML_Table Notes: svn path=/head/; revision=409184
* - Update to 1.47Sunpoet Po-Chuan Hsieh2016-01-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-XHTML_Table/Changes Notes: svn path=/head/; revision=405932
* - Update to 1.46Sunpoet Po-Chuan Hsieh2015-08-132-3/+6
| | | | | | | | | | - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/DBIx-XHTML_Table/Changes Notes: svn path=/head/; revision=394109
* - Update to 1.45Sunpoet Po-Chuan Hsieh2015-05-212-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/DBIx-XHTML_Table/Changes Notes: svn path=/head/; revision=386968
* - Update to 1.43Wen Heping2015-05-192-4/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/JEFFA/DBIx-XHTML_Table-1.43/Changes Notes: svn path=/head/; revision=386753
* 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-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-3/+0
| | | | Notes: svn path=/head/; revision=371255
* Support STAGEDIR.Vanilla I. Shu2013-11-032-5/+3
| | | | 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-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - 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-11/+4
| | | | Notes: svn path=/head/; revision=193620
* 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
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* Update to 1.36. Assign maintainer to perl@.Anton Berezin2005-09-232-4/+4
| | | | Notes: svn path=/head/; revision=143405
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-201-1/+1
| | | | | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self) Notes: svn path=/head/; revision=143208
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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 1.32Erwin Lansing2003-08-204-10/+8
| | | | | | | | | PR: 55388 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=87395
* Update p5-DBIx-XHTML_Table 1.18 -> 1.22Michael Landin2003-06-043-4/+4
| | | | | | | | | PR: 52759 Submitted by: maintainer Approved by: roberto (mentor) Notes: svn path=/head/; revision=82262
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* databases/p5-XHTML_Table 1.14 -> 1.18Edwin Groothuis2003-03-293-2/+3
| | | | | | | | | PR: ports/47621 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=77662
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Update to 1.14.Christian Weisgerber2002-11-122-2/+2
| | | | | | | | PR: 44898 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=69968
* Update to 1.10.Pete Fritchman2002-06-092-2/+2
| | | | | | | | PR: 39069 Submitted by: maintainer Notes: svn path=/head/; revision=60987
* Update to 1.00Patrick Li2002-04-122-2/+2
| | | | | | | | PR: 37008 Submitted by: maintainer Notes: svn path=/head/; revision=57595
* Update to version 0.99Kevin Lo2002-02-152-3/+3
| | | | | | | | PR: 34926 Submitted by: MAINTAINER Notes: svn path=/head/; revision=54722
* Add p5-DBIx-XHTML_Table 0.97, create XHTML tables from SQL queries.Pete Fritchman2002-02-085-0/+45
PR: 33414 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=54353