aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Server
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 0.88.Dejan Lesjak2005-06-283-31/+3
| | | | | | | Among other, this fixes UID/GID bugs during daemonization, so remove patch. Notes: svn path=/head/; revision=138125
* - remove .orig file after patch and unbreak buildYen-Ming Lee2005-06-231-0/+3
| | | | Notes: svn path=/head/; revision=137940
* Bump PORTREVISION for Net::Server::Daemonize::set_[ug]id() patch.Dag-Erling Smørgrav2005-06-201-0/+1
| | | | Notes: svn path=/head/; revision=137748
* In Net::Server::Daemonize::set_uid(), call POSIX::setuid() whenDag-Erling Smørgrav2005-06-201-0/+24
| | | | | | | | | | "$< = $> = $uid" fails, not when it succeeds (it's a fallback in the former case, a no-op in the latter) Similar fix for Net::Server::Daemonize::set_gid(). Notes: svn path=/head/; revision=137747
* Update to 0.87Mathieu Arnold2004-02-172-3/+3
| | | | Notes: svn path=/head/; revision=101195
* Update to 0.86Mathieu Arnold2004-02-112-4/+12
| | | | | | | reset maintainership to ports@ (maintainer timeout over 6 months) Notes: svn path=/head/; revision=100667
* Add missed manpage.Maxim Sobolev2003-10-291-0/+1
| | | | Notes: svn path=/head/; revision=92586
* utilize SITE_PERLYing-Chieh Liao2003-10-242-22/+21
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Upgrade to 0.85.Vanilla I. Shu2003-07-102-2/+2
| | | | | | | No response by: maintainer. Notes: svn path=/head/; revision=84596
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 0.83Patrick Li2002-04-132-3/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=57647
* Update to 0.82Patrick Li2002-03-133-4/+22
| | | | | | | | PR: 35852 Submitted by: maintainer Notes: svn path=/head/; revision=56041
* A configurable base class for writing internet servers in PerlVanilla I. Shu2001-05-115-0/+51
PR: ports/26852 Submitted by: Jesse McConnell <jesse_mcconnell@hotmail.com> Notes: svn path=/head/; revision=42522