aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Search-Estraier
Commit message (Collapse)AuthorAgeFilesLines
* - Fix shebangsDmitry Marakasov2015-04-231-2/+3
| | | | | | | | MFH: 2015Q2 Approved by: portmgr blanket Notes: svn path=/head/; revision=384566
* 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
* Support STAGEDIR.Vanilla I. Shu2013-11-072-6/+4
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - 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
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* - Add TEST_DEPENDSSteve Wills2012-04-101-3/+3
| | | | | | | | | | | - Avoid duplicate DEPENDS - Avoid use of SITE_PERL in DEPENDS PR: ports/166133 Approved by: maintainer timeout (clsung, >2 weeks) Notes: svn path=/head/; revision=294475
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-2/+2
| | | | | | | | | (part 7). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248607
* - Update to 0.09Cheng-Lung Sung2008-01-242-7/+6
| | | | | | | Changes: http://search.cpan.org/dist/Search-Estraier/Changes Notes: svn path=/head/; revision=206102
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.08Cheng-Lung Sung2006-11-213-5/+15
| | | | | | | | | | - Transfer maintainership to perl@ PR: ports/105593 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=177718
* - update to 0.07Cheng-Lung Sung2006-08-082-4/+4
| | | | | | | | | PR: ports/101628 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170061
* Add p5-Search-Estraier 0.06, pure perl module to use Hyper EstraierRong-En Fan2006-07-114-0/+55
search engine. PR: ports/100073 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167489