aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-SNPP
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-6/+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
* Support STAGEDIR.vanilla2013-11-062-8/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Fix leftoversaz2013-07-261-0/+2
|
* - switch simple inline replacement from perl to sedaz2013-07-261-7/+2
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checkspgollucci2009-07-231-8/+1
| | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
* Reassign my p5-* ports to perl@ so more than one personerwin2009-01-301-1/+1
| | | | can look at them.
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵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)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-271-0/+1
| | | | Approved by: maintainer
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* Update to 1.17erwin2004-04-142-3/+3
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Update to 1.16erwin2003-12-042-3/+2
|
* utilize SITE_PERLijliao2003-10-242-9/+9
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.15aerwin2003-10-054-3/+39
|
* Change to my FreeBSD.org addresserwin2003-06-131-1/+1
|
* maintainer-update net/p5-Net-SNPP to 1.14edwin2003-05-092-2/+2
| | | | | | | update to 1.14 PR: ports/51968 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Conditionalize dependencies for moudules included in perl 5.8edwin2003-04-131-5/+8
| | | | | | | | | | | Make dependencies on modules included in the perl 5.8 distribution conditional on the perl version installed. While I'm here, remove SITE_PERL and MAN(3)PREFIX. 17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself! PR: ports/50588 Submitted by: Erwin Lansing <erwin@lansing.dk>
* maintainer-update WWW for cpan from /search?dist=module to /dist/moduleedwin2003-04-131-1/+1
| | | | | | | | | | portsurvey seems to time out on the old style http://search.cpan.org/search?dist=module, so this is a good time to convert all my ports to the new http://search.cpan.org/dist/module format. PR: ports/50686 Submitted by: Erwin Lansing <erwin@lansing.dk>
* De-pkg-comment.knu2003-02-212-1/+1
|
* - Update to 1.13pat2002-07-273-3/+5
| | | | | | | | - Add WWW tag to pkg-descr - Give maintainership to submitter PR: ports/41023 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Add p5-Net-SNPP 1.12, Perl Simple Network Pager Protocol Client.tobez2002-06-135-0/+37
PR: 38936 Submitted by: devin@spamcop.net