summaryrefslogtreecommitdiff
path: root/databases/p5-HTML-FormHandler-Model-DBIC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/p5-HTML-FormHandler-Model-DBIC: update to 0.29Steve Wills2019-01-052-9/+16
| | | | | | | | While here, give maintainership to submitter PR: 229084 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Approved by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
* 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)
* 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | - 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
* 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
* Cleanup plistBaptiste Daroussin2014-10-201-11/+0
|
* - Stage supportAntoine Brodin2014-01-252-11/+6
| | | | - Remove inexistent directory from plist
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | databases)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Update to 0.19Martin Wilke2012-05-032-3/+3
| | | | | | PR: 167443 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer
* - Update to 0.18Sunpoet Po-Chuan Hsieh2012-03-142-4/+4
| | | | | | | | Changes: http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/Changes PR: ports/165999 Submitted by: sunpoet (myself) Approved by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer) Feature safe: yes
* - Update to 0.16Sunpoet Po-Chuan Hsieh2011-10-102-9/+10
| | | | | | | Changes: http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/Changes PR: ports/161448 Submitted by: sunpoet (myself) Approved by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
* - Update to 0.14Frederic Culot2010-11-073-7/+14
| | | | | | | | - TEST_DEPENDS added PR: ports/151977 Submitted by: Vladimir Timofeev <vovkasm at gmail.com> Approved by: sahil@/wen@ (mentors, implicit)
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - Update to 0.12Sylvio Cesar Teixeira2010-07-262-5/+5
| | | | | PR: ports/148752 Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
* - Update to 0.11Wen Heping2010-06-223-7/+12
| | | | | | PR: ports/147962 Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer) Feature safe: yes
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* This is a separate DBIx::Class model class for HTML::FormHandlerMartin Wilke2010-02-084-0/+49
WWW: http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/ PR: ports/143523 Submitted by: Vladimir Timofeev <vovkasm at gmail.com>