aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Server
Commit message (Collapse)AuthorAgeFilesLines
* net/p5-Net-Server: Update to 2.010Po-Chuan Hsieh2021-05-302-7/+8
| | | | Changes: https://metacpan.org/changes/distribution/Net-Server
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Update to 2.009Sunpoet Po-Chuan Hsieh2017-08-112-5/+7
| | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=447800
* - Add missing dependency for IPV6 optionSunpoet Po-Chuan Hsieh2016-11-251-3/+5
| | | | | | | | | | - Bump PORTREVISION for dependency change PR: 214826 Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com> Notes: svn path=/head/; revision=427117
* Fix comparing versions.Mathieu Arnold2016-10-122-1/+18
| | | | | | | | | | | | In Perl, versions are not numbers. While they may look like numbers, they are not, they are kind of special strings and should be treated as such. Reported by: bjornr isnic is Sponsored by: Absolight Notes: svn path=/head/; revision=423845
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Sort PLISTSunpoet Po-Chuan Hsieh2015-11-151-21/+21
| | | | Notes: svn path=/head/; revision=401650
* 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
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-6/+2
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-9/+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 2.008Frederic Culot2014-05-152-3/+6
| | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=354134
* Support STAGEDIR.Vanilla I. Shu2013-11-052-25/+23
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Update to 2.007.Anton Berezin2013-01-133-33/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=310319
* Fix spurious warnings triggered under certain conditionsAnton Berezin2013-01-092-5/+31
| | | | | | | | | | (see https://rt.cpan.org/Public/Bug/Display.html?id=78828). PR: 174930 Submitted by: Takefu <takefu at airport.fm> Notes: svn path=/head/; revision=310143
* - Update to 2.006Sunpoet Po-Chuan Hsieh2012-06-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=299748
* - Update to 2.005Sunpoet Po-Chuan Hsieh2012-06-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=299233
* - Update to 2.004Sunpoet Po-Chuan Hsieh2012-06-104-8/+15
| | | | | | | | | | | | | | - Remove MAKE_JOBS_UNSAFE - Add CPAN as primary WWW Note that the upcoming release 2.005 will change the default ipv value to * meaning it will attempt to bind IPv4 and IPv6 if they are available when you pass a hostname. Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=298912
* - Cleanup Makefile and remove unneeded extra patchSunpoet Po-Chuan Hsieh2012-06-042-1389/+0
| | | | Notes: svn path=/head/; revision=298381
* - Remove unneeded patch which doesn't apply anymore anywaySteve Wills2012-06-031-1/+3
| | | | | | | - Mark MAKE_JOBS_UNSAFE since it's tests aren't JOBS safe Notes: svn path=/head/; revision=298150
* - Update to 2.002Sunpoet Po-Chuan Hsieh2012-06-033-12/+16
| | | | | | | Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=298108
* Convert to new options frameworkBaptiste Daroussin2012-05-311-3/+3
| | | | Notes: svn path=/head/; revision=297871
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2012-03-282-4/+11
| | | | | | | | | | - Cleanup .orig files when WITH_IPV6 is set - Fix PLIST: these directories are also used by p5-Net-Server-* ports Feature safe: yes Notes: svn path=/head/; revision=293933
* Add p5-Socket6 to RUN_DEPENDS if using WITH_IPV6Martin Matuska2012-03-161-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293414
* Fix patch pathnameChris Rees2012-02-061-7/+7
| | | | Notes: svn path=/head/; revision=290506
* Add OPTION for ipv6 support from DebianChris Rees2012-02-062-0/+1392
| | | | | | | Suggested by: Niclas Zeising (zeising@daemonic.se) Notes: svn path=/head/; revision=290505
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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
* - 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 0.99Philip M. Gollucci2010-08-314-8/+10
| | | | | | | | | | PR: ports/149494 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer timeout (clsung) Changes: http://seamons.com/projects/Changes Notes: svn path=/head/; revision=260246
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - Update to 0.97Cheng-Lung Sung2007-07-262-5/+5
| | | | Notes: svn path=/head/; revision=196293
* - Update to 0.96Cheng-Lung Sung2007-03-273-4/+5
| | | | | | | | PR: ports/110882 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=188437
* - update to 0.95Yen-Ming Lee2007-02-043-17/+9
| | | | | | | - assign to perl@ Notes: svn path=/head/; revision=184080
* - Update to 0.94Cheng-Lung Sung2006-07-123-25/+4
| | | | | | | | | | - remove unneeded patch file PR: ports/100159 Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw> Notes: svn path=/head/; revision=167574
* net/p5-Net-Server requires dependency on p5-IO-MultiplexEdwin Groothuis2006-04-231-0/+3
| | | | | | | | | | | | When use Net::Server::Multiplex, IO::Multiplex is required: [~/postgresql-postfix] edwin@k7>./test.pl Module IO::Multiplex is required for Multiplex. at /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Multiplex.pm line 32. PR: ports/96175 Notes: svn path=/head/; revision=160195
* Update to 0.93Emanuel Haupt2006-04-052-5/+4
| | | | Notes: svn path=/head/; revision=158880
* Fix tainting and path manipulationsVasil Dimov2006-01-262-1/+21
| | | | | | | | | PR: ports/91872 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> Approved by: garga (mentor) Notes: svn path=/head/; revision=154502
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 0.90Yen-Ming Lee2005-12-072-4/+4
| | | | Notes: svn path=/head/; revision=150615
* - update to 0.89Yen-Ming Lee2005-11-283-17/+5
| | | | Notes: svn path=/head/; revision=149756
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Delete *.orig after patching (fixes pkg-plist)Sam Lawrance2005-09-081-0/+3
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=142244
* Fix a bug which causes Net::Server based programs to break when restartedSam Lawrance2005-09-062-0/+13
| | | | | | | | | | | | | with the HUP signal. Submitter sent a patch upstream as rt.cpan.org ticket 14155 PR: ports/84904 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer of munin-node, which is affected by this bug) Notes: svn path=/head/; revision=142046