aboutsummaryrefslogtreecommitdiff
path: root/www/p5-MediaWiki-API
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.40Sunpoet Po-Chuan Hsieh2015-01-123-7/+8
| | | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Use single space after WWW: Changes: http://search.cpan.org/dist/MediaWiki-API/Changes Notes: svn path=/head/; revision=376872
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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
* Take miwi's old perl ports into perl@'s fold.Mathieu Arnold2014-11-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=372712
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* - stage supportAndrej Zverev2014-01-052-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338763
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325984
* - Update to 0.39Martin Wilke2012-06-092-4/+3
| | | | Notes: svn path=/head/; revision=298868
* - Add missing BUILD_DEPENDSMartin Wilke2012-04-101-2/+5
| | | | | | | | | | | - Add TEST_DEPENDS - Avoid use of SITE_PERL in DEPENDS PR: 166376 Submitted by: swills Notes: svn path=/head/; revision=294507
* - Update to 0.37Martin Wilke2012-01-282-3/+3
| | | | Notes: svn path=/head/; revision=289920
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.35Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264068
* - Update top 0.34Martin Wilke2010-08-022-4/+4
| | | | | | | | PR: 149164 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=258635
* - Update to 0.33Martin Wilke2010-07-102-4/+4
| | | | Notes: svn path=/head/; revision=257584
* - Update to 0.30Martin Wilke2010-04-252-4/+4
| | | | Notes: svn path=/head/; revision=253211
* - Update to 0.29Martin Wilke2010-01-212-5/+4
| | | | Notes: svn path=/head/; revision=248337
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-201-2/+2
| | | | | | | | | (part 1). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248185
* - Update to 0.28Martin Wilke2009-10-102-4/+4
| | | | Notes: svn path=/head/; revision=242618
* - Update to 0.27Martin Wilke2009-05-282-4/+4
| | | | Notes: svn path=/head/; revision=234728
* - Update to 0.25Martin Wilke2009-05-012-4/+4
| | | | Notes: svn path=/head/; revision=233054
* - Update to 0.24Martin Wilke2009-02-032-4/+4
| | | | Notes: svn path=/head/; revision=227529
* - Update to 0.23Martin Wilke2008-12-112-4/+4
| | | | Notes: svn path=/head/; revision=224124
* - Update to 0.22Martin Wilke2008-11-222-4/+4
| | | | Notes: svn path=/head/; revision=223192
* - Update to 0.21Martin Wilke2008-11-222-4/+4
| | | | Notes: svn path=/head/; revision=223168
* - Update to 0.19Martin Wilke2008-11-042-4/+4
| | | | Notes: svn path=/head/; revision=222378
* - Update to 0.17Martin Wilke2008-11-012-4/+4
| | | | Notes: svn path=/head/; revision=222308
* - Update to 0.16Martin Wilke2008-10-182-4/+4
| | | | Notes: svn path=/head/; revision=221753
* - Update to 0.14Martin Wilke2008-09-242-4/+4
| | | | Notes: svn path=/head/; revision=220678
* This module provides an interface between Perl and the MediaWiki APIMartin Wilke2008-09-234-0/+39
allowing creation of scripts to automate editing and extraction of data from MediaWiki driven sites like Wikipedia. WWW: http://search.cpan.org/dist/MediaWiki-API/ Notes: svn path=/head/; revision=220559