aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Socket-GetAddrInfo
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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
* - Add LICENSEDmitry Marakasov2018-03-101-0/+5
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=464053
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-2/+2
| | | | | | | | | | | | | | | | | | | - 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-132-23/+7
| | | | | | | | | | | | | | | | | | | - 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-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Stage supportMartin Wilke2014-01-312-9/+6
| | | | Notes: svn path=/head/; revision=341948
* 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
* Really correct plist.Mathieu Arnold2013-09-062-16/+32
| | | | | | | | From perl 5.16 onwards, it doesn't need any .xs because Perl already has a version of Socket::getaddrinfo. Notes: svn path=/head/; revision=326508
* - Fix pkg-plistAndrej Zverev2013-09-052-27/+16
| | | | | | | Submitted by: sahil@ Notes: svn path=/head/; revision=326383
* - Convert to the new perl5 frameworkAndrej Zverev2013-09-021-6/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=326069
* - Update to 0.22Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326064
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-4/+0
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+5
| | | | | | | | | | | | 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-5/+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
* - Correct PLIST for PERL_LEVEL >= 501400Sahil Tandon2011-11-272-9/+22
| | | | | | | | | PR: ports/162875 Submitted by: sunpoet Feature safe: yes Notes: svn path=/head/; revision=286475
* - Update to 0.21Sahil Tandon2011-05-072-3/+3
| | | | Notes: svn path=/head/; revision=273728
* - Update to 0.20Sahil Tandon2011-03-193-6/+17
| | | | Notes: svn path=/head/; revision=271325
* - Update to 0.19Sahil Tandon2010-10-172-4/+4
| | | | Notes: svn path=/head/; revision=263163
* - Update to 0.18Sahil Tandon2010-09-182-4/+4
| | | | | | | - Changes: http://search.cpan.org/dist/Socket-GetAddrInfo/Changes Notes: svn path=/head/; revision=261366
* - Update to 0.16Sahil Tandon2010-07-222-5/+5
| | | | | | | - Changes: http://search.cpan.org/dist/Socket-GetAddrInfo/Changes Notes: svn path=/head/; revision=258046
* - Change '=' to '+=' when conditionally augmenting BUILD_DEPENDS [1]Sahil Tandon2010-06-201-2/+2
| | | | | | | | | | | | - Update my email to @FreeBSD.org PR: ports/147893 [1] Submitted by: Maxim Dounin <mdounin@mdounin.ru> Approved by: itetcu@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=256768
* - Update to 0.15Ion-Mihai Tetcu2010-03-042-4/+6
| | | | | | | | | PR: 144198 Submitted by: Sahil Tandon Feature safe: yes Notes: svn path=/head/; revision=250574
* - Update to 0.14Philip M. Gollucci2010-01-122-4/+4
| | | | | | | | | PR: ports/142666 Approved by: sahil@tandon.net (maintainer) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=247651
* Socket::GetAddrInfo - RFC 2553's getaddrinfo and getnameinfoMartin Wilke2009-12-254-0/+41
functions. WWW: http://search.cpan.org/dist/Socket-GetAddrInfo/ PR: ports/140993 Submitted by: Sahil Tandon <sahil at tandon.net> Notes: svn path=/head/; revision=246625