aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-LibIDN
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* dns/libidn: Update to 1.35Yuri Victorovich2019-04-021-1/+1
| | | | | | | | | | Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048 Notes: svn path=/head/; revision=497546
* 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 LICENSESunpoet Po-Chuan Hsieh2017-09-262-2/+4
| | | | | | | | - Add LICENSE_FILE - Sort PLIST Notes: svn path=/head/; revision=450679
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-2/+0
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* Move p5- ports from ports@ to perl@.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=386075
* - Strip libraryDmitry Marakasov2015-03-171-1/+6
| | | | Notes: svn path=/head/; revision=381466
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-271-3/+0
| | | | Notes: svn path=/head/; revision=371557
* dns/libidn:Tijl Coosemans2014-08-301-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* 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
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-211-2/+5
| | | | | | | | - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ARGS Notes: svn path=/head/; revision=334523
* Support STAGEDIR.Vanilla I. Shu2013-11-032-5/+3
| | | | Notes: svn path=/head/; revision=332593
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-12-291-6/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=309602
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Bump PORTREVISION to chase the update of dns/libidnWen Heping2011-03-141-1/+2
| | | | Notes: svn path=/head/; revision=270856
* - 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.12Philip M. Gollucci2009-07-142-5/+4
| | | | | | | | | PR: ports/136536 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237834
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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.10Martin Wilke2008-02-072-5/+5
| | | | | | | | | | | - Update maintainer mail adress PR: ports/120108 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=206847
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 0.09Cheng-Lung Sung2006-08-153-9/+10
| | | | | | | | | PR: ports/102004 Submitted by: Jin-Shan Tseng <tjs at cdpa dot nsysu dot edu dot tw> Approved by: maintainer (Dominik Brettnacher) Notes: svn path=/head/; revision=170643
* eplace 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=154134
* Move IDN related ports from devel to dns category:Pav Lucistnik2005-11-121-2/+2
| | | | | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus Notes: svn path=/head/; revision=148048
* - Update to 0.08Pav Lucistnik2005-11-102-4/+4
| | | | | | | Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer) Notes: svn path=/head/; revision=147818
* search.cpan.org redirect reduction canonicalization project, pass 2:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing. Notes: svn path=/head/; revision=143305
* Now builds on sparc64Kris Kennaway2005-04-101-4/+0
| | | | Notes: svn path=/head/; revision=132943
* Chase libraries for new devel/libidn version.Kirill Ponomarev2004-10-261-2/+2
| | | | Notes: svn path=/head/; revision=120238
* Chase libraries for new devel/libidn versionKirill Ponomarev2004-06-281-1/+1
| | | | Notes: svn path=/head/; revision=112449
* - Chase libraries for new devel/libidn versionKirill Ponomarev2004-05-221-1/+2
| | | | Notes: svn path=/head/; revision=109689
* - Update to version 0.07Kirill Ponomarev2004-05-162-3/+3
| | | | | | | | PR: ports/66670 Submitted by: maintainer Notes: svn path=/head/; revision=109243
* BROKEN on sparc64: Does not compileKris Kennaway2004-05-131-0/+4
| | | | Notes: svn path=/head/; revision=109065
* Add p5-Net-LibIDN 0.04, this module provides access to the libidnErwin Lansing2004-04-054-0/+45
library. PR: ports/63931 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=106225