notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
p5-Convert-UU Perl5 module for uuencode and uudecode
0.52.01_1 converters on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.52.01_1Version of this port present on the latest quarterly branch.
Maintainer: demon@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python-doc-html, mscompress, pdflib
Also Listed In: perl5
License: not specified in port
WWW:
https://metacpan.org/release/Convert-UU
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. bin/puudecode
  2. bin/puuencode
  3. lib/perl5/site_perl/man/man1/puudecode.1.gz
  4. lib/perl5/site_perl/man/man1/puuencode.1.gz
  5. lib/perl5/site_perl/man/man3/Convert::UU.3.gz
  6. lib/perl5/site_perl/Convert/UU.pm
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • p5-Convert-UU>0:converters/p5-Convert-UU
To install the port:
cd /usr/ports/converters/p5-Convert-UU/ && make install clean
To add the package, run one of these commands:
  • pkg install converters/p5-Convert-UU
  • pkg install p5-Convert-UU
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Convert-UU
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (Convert-UU-0.5201.tar.gz) = 92329ce1c32b5952c48e1223db018c8c58ceafef03bfa0fd4817cd89c355a3bd SIZE (Convert-UU-0.5201.tar.gz) = 7048

Packages (timestamps in pop-ups are UTC):
p5-Convert-UU
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.52.01_10.52.01_10.52.01_10.52.01_10.52.01_1-0.52.01_1-
FreeBSD:13:quarterly0.52.01_10.52.01_10.52.01_10.52.01_10.52.01_10.52.01_10.52.01_10.52.01_1
FreeBSD:14:latest0.52.01_10.52.01_10.52.01_10.52.01_10.52.01_10.52.01_1-0.52.01_1
FreeBSD:14:quarterly0.52.01_10.52.01_1-0.52.01_10.52.01_10.52.01_10.52.01_10.52.01_1
FreeBSD:15:latest0.52.01_10.52.01_1n/a0.52.01_1n/a0.52.01_10.52.01_10.52.01_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
converters_p5-Convert-UU
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Convert/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Convert/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Convert/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Convert/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Convert/
  7. http://backpan.perl.org/modules/by-module/Convert/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Convert/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Convert/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Convert/
  12. https://www.cpan.org/modules/by-module/Convert/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.52.01_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.52.01_1
20 Jul 2022 14:21:03
commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.52.01_1
10 Jun 2021 14:46:21
commit hash: ef13e4eacea2486944a2f426144da1d6c98cdeb0commit hash: ef13e4eacea2486944a2f426144da1d6c98cdeb0commit hash: ef13e4eacea2486944a2f426144da1d6c98cdeb0commit hash: ef13e4eacea2486944a2f426144da1d6c98cdeb0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
converters/p5-Convert-UU: Add NO_ARCH

Approved by:	portmgr (blanket)
0.52.01_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.52.01_1
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
0.52.01_1
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- 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
0.52.01_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.52.01
20 Oct 2014 09:37:01
Revision:371249Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.52.01
05 Feb 2014 13:11:05
Revision:342693Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging.
0.52.01
20 Sep 2013 16:05:25
Revision:327715Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
0.52.01
10 Sep 2013 07:12:35
Revision:326870Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
0.52.01
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.52.01
23 Sep 2008 13:34:07
Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.5201

PR:             127190
Submitted by:   lippe
0.52
17 Apr 2008 14:30:31
Original commit files touched by this commit
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${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)
0.52
25 Jun 2006 16:38:48
Original commit files touched by this commit
clsung search for other commits by this committer
- 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)
0.52
22 Jan 2006 08:22:34
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
0.52
18 Mar 2004 18:01:13
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
0.52
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
0.52
29 Apr 2003 15:23:55
Original commit files touched by this commit
demon search for other commits by this committer
Update to version 0.52;
Add WWW.

PR:             51561
Submitted by:   Mathieu Arnold <m@absolight.net>
0.40
07 Mar 2003 05:58:00
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
01 Mar 2001 06:39:18
commit hash: fp1.10151@dev.null.freshports.orgcommit hash: fp1.10151@dev.null.freshports.orgcommit hash: fp1.10151@dev.null.freshports.orgcommit hash: fp1.10151@dev.null.freshports.org files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
03 Jan 2001 20:13:10
commit hash: fp1.7933@dev.null.freshports.orgcommit hash: fp1.7933@dev.null.freshports.orgcommit hash: fp1.7933@dev.null.freshports.orgcommit hash: fp1.7933@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
Add a couple of @dirrms.    
13 Nov 2000 12:45:41
commit hash: fp1.6372@dev.null.freshports.orgcommit hash: fp1.6372@dev.null.freshports.orgcommit hash: fp1.6372@dev.null.freshports.orgcommit hash: fp1.6372@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
Change MAINTAINER field.   I am now at FreeBSD dot org    
24 Oct 2000 23:39:57
commit hash: fp1.5452@dev.null.freshports.orgcommit hash: fp1.5452@dev.null.freshports.orgcommit hash: fp1.5452@dev.null.freshports.orgcommit hash: fp1.5452@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Hand these ports to Dmitry Sivachenko <dima@chg.ru>.    
23 Oct 2000 22:03:12
commit hash: fp1.5413@dev.null.freshports.orgcommit hash: fp1.5413@dev.null.freshports.orgcommit hash: fp1.5413@dev.null.freshports.orgcommit hash: fp1.5413@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.    
08 Oct 2000 00:48:42
commit hash: fp1.4714@dev.null.freshports.orgcommit hash: fp1.4714@dev.null.freshports.orgcommit hash: fp1.4714@dev.null.freshports.orgcommit hash: fp1.4714@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category converters to new layout.  
17 Jun 2000 03:37:15
commit hash: fp1.1031@dev.null.freshports.orgcommit hash: fp1.1031@dev.null.freshports.orgcommit hash: fp1.1031@dev.null.freshports.orgcommit hash: fp1.1031@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
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.    

Number of commits found: 28