aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Prophet
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports affected by the fix the last commit.Mathieu Arnold2017-01-311-1/+1
| | | | | | | | Done with: Tools/scripts/bump-revision.sh Sponsored by: Absolight Notes: svn path=/head/; revision=432932
* Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real namesMathieu Arnold2016-06-211-1/+1
| | | | | | | | | | | | | | | | p5-Term-ReadLine-(Gnu,Perl,TTYtter). I can't find any reason for p5-ReadLine-Gnu to have been added as ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago. devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back where it should not have, so change its maintainer to be perl@ like devel/p5-ReadLine-Perl had. Sponsored by: Absolight Notes: svn path=/head/; revision=417207
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-28/+28
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* 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 Notes: svn path=/head/; revision=396892
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-122-90/+90
| | | | | | | | | | | | | | | | - 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-261-0/+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-27/+0
| | | | Notes: svn path=/head/; revision=371255
* Support STAGEDIR.Vanilla I. Shu2013-11-032-181/+180
| | | | Notes: svn path=/head/; revision=332592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - 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
* - Do not remove directories not created by this portMartin Wilke2013-06-121-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320689
* Update to 0.751.Mathieu Arnold2013-06-103-39/+85
| | | | Notes: svn path=/head/; revision=320485
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-8/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309074
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update *_DEPENDS:Sunpoet Po-Chuan Hsieh2011-12-181-7/+12
| | | | | | | | | | - Digest::SHA is in core since 5.9.3 - Module::Pluggable is in core since 5.8.9 - Use TEST_DEPENDS for Test::Exception - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=287611
* - Update *_DEPENDS: p5-ExtUtils-MakeMaker>=6.11 is already in all supported ↵Sunpoet Po-Chuan Hsieh2011-12-121-4/+4
| | | | | | | | | | | | | | | Perl releases and it is not a runtime dependency - Pass maintainership to perl@ - Pet portlint - Bump PORTREVISION for dependency change Submitted by: sunpoet (myself) Approved by: bapt (maintainer, via IRC) Feature safe: yes Notes: svn path=/head/; revision=287238
* - update 0.750Baptiste Daroussin2011-07-103-4/+7
| | | | | | | - changes: http://cpansearch.perl.org/src/SPANG/Prophet-0.750/Changes Notes: svn path=/head/; revision=277476
* - update to 0.743Baptiste Daroussin2011-04-303-3/+23
| | | | | | | - changes: http://cpansearch.perl.org/src/SPANG/Prophet-0.743/Changes Notes: svn path=/head/; revision=273374
* Prophet is a distributed database system designed for small to medium scaleBaptiste Daroussin2011-04-054-0/+220
social database applications. WWW: http://search.cpan.org/dist/Prophet/ Notes: svn path=/head/; revision=272252