aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-UU
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.mat2015-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
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+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
* Cleanup plistbapt2014-10-201-3/+0
|
* Support staging.ehaupt2014-02-052-4/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | converters)
* - convert to the new perl5 frameworkaz2013-09-101-6/+3
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Update to version 0.5201demon2008-09-232-4/+5
| | | | | PR: 127190 Submitted by: lippe
* - 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)
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
| | | | | | | | | - this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* utilize SITE_PERLijliao2003-10-241-5/+5
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to version 0.52;demon2003-04-293-2/+4
| | | | | | | Add WWW. PR: 51561 Submitted by: Mathieu Arnold <m@absolight.net>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-5/+1
|
* Add a couple of @dirrms.demon2001-01-041-0/+2
| | | | Obtained from: bento
* Change MAINTAINER field.demon2000-11-131-1/+1
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Hand these ports to Dmitry Sivachenko <dima@chg.ru>.will2000-10-251-1/+1
|
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-241-1/+1
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-6/+5
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Update to version 0.40fenner1999-06-132-5/+5
|
* Unbreak.jseger1999-02-161-6/+2
|
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-111-2/+2
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for current:jseger1998-10-121-1/+6
| | | | The path for perl man pages is incorrect
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Unbreak after the perl upgrade.steve1998-08-302-7/+5
|
* Manpages? What manpages?hoek1998-08-171-3/+0
|
* Mark this port broken, didn't survive the perl upgrade.asami1998-08-081-1/+3
|
* Upgrade to 0.20.vanilla1998-02-193-8/+6
|
* Upgrade to 0.05.vanilla1997-12-223-5/+7
|
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-06-251-3/+2
| | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
* Upgrade all ports requiring perl5.003 to perl5.004jfitz1997-05-241-3/+3
| | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
* Move p5-Convert-UU to converters.asami1997-04-271-2/+2
| | | | Submitted by: jfitz
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵jfitz1997-04-212-5/+5
| | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE
* Add virtual category 'perl5'.wosch1997-04-201-2/+2
|
* Update to take advantage of new features in bsd.port.mk rev. 1.237.asami1996-12-111-8/+3
|
* Converted to MAN[1-8]obrien1996-11-171-13/+8
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* CATEGORIES+= --> CATEGORIES=obrien1996-11-111-2/+2
| | | | Misc variable reordering, cleaning up, etc.
* Add RUN_DEPENDS to all perl5 ports, to make packages install perl.jfitz1996-10-241-1/+2
| | | | Submitted by: asami@freebsd.org
* perl5 module for uuencode and uudecode.jfitz1996-10-245-0/+68