The FreeBSD Ports Archive
FreeBSD converters : p5-Convert-UU4>
Perl5 module for uuencode and uudecode
SYNOPSIS
use Convert::UU qw(uudecode uuencode);
$encoded_string = uuencode($string,[$filename],[$mode]);
($string,$filename,$mode) = uudecode($string);
$string = uudecode($string); # in scalar context
DESCRIPTION
uuencode() takes as the first argument a scalar that is to
be uuencoded. Alternatively a filehandle may be passed
that must be opened for reading. It returns the uuencoded
string including begin and end. Second and third argument
are optional and specify filename and mode. If unspecified
these default to "uuencode.uu" and 644.
uudecode() takes a string as argument which will be
uudecoded. If the argument is a filehandle this will be
read instead. Leading and trailing garbage will be
ignored. The function returns the uudecoded string for the
first begin/end pair. In array context it returns an array
whose first element is the uudecoded string, the second is
the filename and the third is the mode.
http://search.cpan.org/dist/Convert-UU/
|
p5-Convert-UU history
v. 1.30
date: 2006/06/25 16:38:39; author: clsung; state: Exp; lines: +0 -1
- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@, so approved by
portmgr (erwin) first.
PR: ports/98755
Submitted by: rafan
Approved by: portmgr (erwin)
v. 1.29
date: 2003/04/29 15:23:55; author: demon; state: Exp; lines: +1 -1
Update to version 0.52;
Add WWW.
PR: 51561
Submitted by: Mathieu Arnold
v. 1.28
date: 2003/03/07 05:57:58; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.27
date: 2001/03/01 06:37:12; author: vanilla; state: Exp; lines: +2 -6
Remove do-configure section, use PERL_CONFIGURE now.
v. 1.26
date: 2000/11/13 12:43:03; author: demon; state: Exp; lines: +2 -2
Change MAINTAINER field.
I am now at FreeBSD dot org
Approved by: sobomax
v. 1.25
date: 2000/10/24 22:39:49; author: will; state: Exp; lines: +2 -2
Hand these ports to Dmitry Sivachenko .
v. 1.24
date: 2000/10/23 21:02:42; author: will; state: Exp; lines: +2 -2
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.
v. 1.23
date: 2000/06/17 02:36:28; author: will; state: Exp; lines: +6 -7
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
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
v. 1.22
date: 2000/04/08 23:24:35; author: mharo; state: Exp; lines: +4 -4
update with the new PORTNAME/PORTVERSION variables
v. 1.21
date: 1999/08/31 06:41:02; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.20
date: 1999/08/25 05:16:26; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.19
date: 1999/06/12 21:31:06; author: fenner; state: Exp; lines: +4 -4
Update to version 0.40
v. 1.18
date: 1999/02/16 13:43:03; author: jseger; state: Exp; lines: +2 -6
Unbreak.
v. 1.17
date: 1998/11/11 05:37:06; author: asami; state: Exp; lines: +4 -3
Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include to before.
(This is not by any means the complete list but just the ones I've noticed
recently.)
v. 1.16
date: 1998/10/12 02:59:12; author: jseger; state: Exp; lines: +6 -1
Mark BROKEN for current:
The path for perl man pages is incorrect
v. 1.15
date: 1998/09/15 21:31:30; author: asami; state: Exp; lines: +2 -2
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
v. 1.14
date: 1998/08/30 15:49:41; author: steve; state: Exp; lines: +2 -4
Unbreak after the perl upgrade.
v. 1.13
date: 1998/08/07 18:44:26; author: asami; state: Exp; lines: +3 -1
Mark this port broken, didn't survive the perl upgrade.
v. 1.12
date: 1998/02/18 18:16:01; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.20.
v. 1.11
date: 1997/12/21 21:49:20; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.05.
v. 1.10
date: 1997/06/24 18:43:08; author: jfitz; state: Exp; lines: +2 -3
Make all p5- ports use USE_PERL instead of explicitly stating the version 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.)
v. 1.9
date: 1997/05/24 13:16:58; author: jfitz; state: Exp; lines: +3 -3
Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.8
date: 1997/04/27 00:14:27; author: asami; state: Exp; lines: +2 -2
Move p5-Convert-UU to converters.
Submitted by: jfitz
v. 1.7
date: 1997/04/20 21:26:38; author: jfitz; state: Exp; lines: +4 -4
Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
v. 1.6
date: 1997/04/20 13:52:43; author: wosch; state: Exp; lines: +2 -2
Add virtual category 'perl5'.
v. 1.5
date: 1996/12/11 10:18:38; author: asami; state: Exp; lines: +3 -8
Update to take advantage of new features in bsd.port.mk rev. 1.237.
v. 1.4
date: 1996/11/17 09:06:24; author: obrien; state: Exp; lines: +8 -13
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
v. 1.3
date: 1996/11/11 05:49:57; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
v. 1.2
date: 1996/10/24 09:58:09; author: jfitz; state: Exp; lines: +2 -1
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by: asami@freebsd.org
v. 1.1
date: 1996/10/24 08:25:20; author: jfitz; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/10/24 08:25:20; author: jfitz; state: Exp; lines: +0 -0
perl5 module for uuencode and uudecode.
=============================================================================
|
| |

|