aboutsummaryrefslogtreecommitdiffstats
path: root/print/p5-Net-Printer
Commit message (Collapse)AuthorAgeFilesLines
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
| | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | Approved by: bapt
* Update "BSD" license in print categoryMark Felder2014-12-071-1/+1
|
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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
* - state supportAndrej Zverev2014-01-063-3/+3
| | | | Approved by: portmgr (blanket infrastructure)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | print)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+2
| | | | Approved by: portmgr (bapt@, blanket)
* Update to 1.12.Raphael Kubo da Costa2013-05-122-3/+3
| | | | | PR: ports/178518 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Update to 1.11 [1]Frederic Culot2013-01-182-4/+6
| | | | | | | | - Add LICENSE (BSD) Changes: http://search.cpan.org/dist/Net-Printer/ChangeLog PR: ports/175348 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-251-6/+2
|
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
|
* - Update to 1.05Li-Wen Hsu2008-10-022-4/+4
| | | | | | PR: ports/127748 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: Andrew McNaughton <andrew AT scoop.co.nz> (maintainer)
* - 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)
* 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
* - Update to 1.04Marcus Alves Grando2006-06-163-10/+7
| | | | | | PR: 98319 Submitted by: Rong-En Fan <rafan___infor.org> Approved by: maintainer timeout (14 days)
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-11-011-1/+1
| | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
|
* Add p5-Net-Printer 0.32, perl extension for direct-to-lpd printing.Erwin Lansing2003-08-294-0/+54
Perl module for directly printing to a print server/printer without having to create a pipe to either lpr or lp. This essentially mimics what the BSD LPR program does by connecting directly to the line printer printer port (almost always 515), and transmitting the data and control information to the print server. PR: 55577 Submitted by: andrew@scoop.co.nz