aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-MogileFS-Server
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-3/+3
| | | | | | | | | | | | | | | | | | | - 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
* - Drop @dirrm* from plistDmitry Marakasov2015-07-131-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=391936
* Update to 2.72.Mikolaj Golub2015-01-113-77/+3
| | | | Notes: svn path=/head/; revision=376737
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-13/+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
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* Fix a regression introduce in 2.70 when the mogilefs server wasMikolaj Golub2013-11-222-0/+74
| | | | | | | | | | rewritten to be non-blocking: immediate write after connect may fail if the connection is not ready yet. Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=334606
* Support staging.Mikolaj Golub2013-10-202-34/+26
| | | | | | | Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=330982
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327370
* Update to 2.70.Mikolaj Golub2013-08-213-3/+7
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=325165
* Update to 2.68.Mikolaj Golub2013-08-123-3/+5
| | | | | | | Approved by: bdrewery Notes: svn path=/head/; revision=324637
* - Update to 2.67Frederic Culot2013-02-094-24/+4
| | | | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES PR: ports/175796 Submitted by: trociny@ (maintainer) Notes: svn path=/head/; revision=311984
* sysutils/p5-MogileFS-Server: fix issues with with daemon startup.Anton Berezin2013-01-164-1/+24
| | | | | | | | | | | Assign maintainership of this and related ports to the submitter - he can take better care of these ports than perl@. PR: 171691 Submitted by: trociny Notes: svn path=/head/; revision=310494
* Update to 2.66.Anton Berezin2013-01-092-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=310140
* Cleanup supporting perl version 5.8 and 5.10,Andrej Zverev2012-12-171-7/+1
| | | | | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon. Notes: svn path=/head/; revision=309105
* - Update to 2.65Sunpoet Po-Chuan Hsieh2012-08-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=302516
* - Update to 2.64Sunpoet Po-Chuan Hsieh2012-06-222-4/+9
| | | | | | | | | - Convert to new options framework Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=299775
* - Update to 2.63Frederic Culot2012-06-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=298019
* - Update to 2.62Sunpoet Po-Chuan Hsieh2012-05-212-7/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=297069
* - Update to 2.61Sunpoet Po-Chuan Hsieh2012-05-203-5/+15
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=296996
* - Update to 2.60Sunpoet Po-Chuan Hsieh2012-04-023-4/+8
| | | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Feature safe: yes Notes: svn path=/head/; revision=294108
* - Update to 2.59Sunpoet Po-Chuan Hsieh2012-03-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=292942
* - Update to 2.58Sunpoet Po-Chuan Hsieh2012-03-012-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=292471
* Fix rc.d scriptsDoug Barton2012-02-143-11/+17
| | | | Notes: svn path=/head/; revision=291329
* - Add rc.d filesPhilip M. Gollucci2012-02-113-0/+40
| | | | | | | | | | | - Bump PORTREVISION PR: ports/164876 Submitted by: Gea-Suan Lin <gslin@gslin.org> With Hat: perl@ Notes: svn path=/head/; revision=290954
* - Update to 2.57Sunpoet Po-Chuan Hsieh2012-02-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=290221
* - Update to 2.56Sunpoet Po-Chuan Hsieh2012-01-293-70/+6
| | | | | | | | | | - Add BUILD_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=289999
* - Update to 2.55Sunpoet Po-Chuan Hsieh2011-11-152-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Feature safe: yes Notes: svn path=/head/; revision=285860
* - Update to 2.54Cheng-Lung Sung2011-10-302-3/+3
| | | | Notes: svn path=/head/; revision=284689
* - Update to 2.53Sunpoet Po-Chuan Hsieh2011-08-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=279679
* - Update to 2.52Sunpoet Po-Chuan Hsieh2011-08-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=279234
* - Update to 2.51Sunpoet Po-Chuan Hsieh2011-07-314-29/+38
| | | | | | | | | | | - Change PORTNAME: prepare for repocopy to sysutils/p5-MogileFS-Server - Sort PLIST - Update WWW Changes: http://search.cpan.org/dist/MogileFS-Server/CHANGES Notes: svn path=/head/; revision=278613
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275887
* - Update to 2.46Steve Wills2011-01-152-3/+3
| | | | | | | | Approved by: wxs@ and pgolluci@ (mentor implicit) Feature safe: yes Notes: svn path=/head/; revision=267824
* - Update to 2.45Wen Heping2011-01-103-11/+8
| | | | | | | ChangLog: http://search.cpan.org/src/DORMANDO/MogileFS-Server-2.45/CHANGES Notes: svn path=/head/; revision=267570
* With portmgr hat, reassign some ports from clsung to perl, since clsungMark Linimon2010-12-071-1/+1
| | | | | | | is apparently having some trouble with email. Notes: svn path=/head/; revision=265814
* - Update to 2.37Philip M. Gollucci2010-10-102-4/+4
| | | | | | | | | | PR: ports/150591 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: maintainer timeout (clsung ; 24 days) Changes: http://search.cpan.org/dist/mogilefs-server/Changes Notes: svn path=/head/; revision=262731
* - 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
* - Update to 2.36Philip M. Gollucci2010-08-232-6/+7
| | | | | | | | | | Changes: http://search.cpan.org/dist/mogilefs-server/Changes PR: ports/147623 Submitted by: pgollucci (myself) Approved by: maintainer timeout (clsung; > 2.5 months) Notes: svn path=/head/; revision=259801
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-231-1/+1
| | | | | | | | | (part 3). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248395
* - Update to 2.34Cheng-Lung Sung2009-12-123-25/+4
| | | | Notes: svn path=/head/; revision=245586
* - update to 2.32Cheng-Lung Sung2009-11-163-4/+22
| | | | Notes: svn path=/head/; revision=244320
* - Update to 2.30Cheng-Lung Sung2009-06-243-14/+96
| | | | | | | | PR: ports/135842 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=236569
* - Add missing dependenciesCheng-Lung Sung2008-07-311-0/+3
| | | | | | | | | | - bump PORTREVISION PR: ports/126103 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=217871
* - Update to 2.17Cheng-Lung Sung2007-09-083-5/+9
| | | | | | | | PR: ports/116013 Submitted by: Tomoyuki Sakurai <cherry_AT_trombik dot org> Notes: svn path=/head/; revision=199090
* - Update to 2.16Cheng-Lung Sung2007-07-043-13/+23
| | | | | | | | | | - give up maintainership PR: ports/113982 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=194840
* Add p5-mogilefs-server 2.10.919, mogileFS (distributed filesystem)Cheng-Lung Sung2007-05-044-0/+114
server. PR: ports/111996 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=191518