aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Dancer-Plugin-Email
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0400Sunpoet Po-Chuan Hsieh2015-04-263-13/+12
| | | | | | | | | | | - Fix *_DEPENDS - Reformat pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES Notes: svn path=/head/; revision=384795
* Back to the pool.Grzegorz Blach2015-04-161-1/+1
| | | | | | | | Currently and in near future I don't have time to be responsible for any port. Notes: svn path=/head/; revision=384126
* Update to 1.0300Grzegorz Blach2015-02-082-4/+4
| | | | Notes: svn path=/head/; revision=378641
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* - Update to 1.0201Grzegorz Blach2014-06-032-3/+3
| | | | Notes: svn path=/head/; revision=356300
* - Update to 1.0101Grzegorz Blach2014-02-212-4/+3
| | | | Notes: svn path=/head/; revision=345540
* - Support stagingGrzegorz Blach2013-10-082-3/+1
| | | | Notes: svn path=/head/; revision=329844
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326265
* - Fix RUN_DEPENDSGrzegorz Blach2013-07-161-7/+4
| | | | | | | | | - Bump PORTREVISION Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=323099
* - Update to 1.0100Grzegorz Blach2013-03-132-3/+3
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=314097
* - Change my email address to gblach@FreeBSD.orgGrzegorz Blach2012-11-041-1/+1
| | | | | | | | | - Change Makefile headers to shorter form Feature safe: yes Notes: svn path=/head/; revision=306964
* - Update to 1.0000Frederic Culot2012-09-273-11/+4
| | | | | | | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES PR: ports/172094 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=304952
* - 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
* - Update to 0.1300 [1]Frederic Culot2011-07-203-4/+9
| | | | | | | | | | | | - Add LICENSE (Artistic 1 & GPLv1) - Add Dancer::Plugin::README to MAN3 and pkg-plist Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES PR: ports/159041 [1] Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=277999
* - Update to 0.1203 [1]Frederic Culot2011-06-032-6/+6
| | | | | | | | | | | | - Make use of the CPAN:USER macro - Pet portlint(1) using tabs instead of spaces Changes: http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES PR: ports/157541 [1] Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=275010
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* Dancer::Plugin::Email provides an easy way of handling text orWen Heping2010-12-314-0/+48
html email messages with or without attachments. Simply define how you wish to send the email in your application's YAML configuration file, then call the email keyword passing the necessary parameters. WWW: http://search.cpan.org/~ironcamel/Dancer-Plugin-Email/ PR: ports/153545 Submitted by: Grzegorz Blach <magik@roorback.net> Notes: svn path=/head/; revision=267195