1.\" $OpenBSD: outdated-perl-ports.1,v 1.4 2018/11/30 15:06:47 danj Exp $ 2.\" 3.\" Copyright (c) 2011 Jasper Lievisse Adriaanse <jasper@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: November 30 2018 $ 18.Dt OUTDATED-PERL-PORTS 1 19.Os 20.Sh NAME 21.Nm outdated-perl-ports 22.Nd compare CPAN releases and the ports tree 23.Sh SYNOPSIS 24.Nm outdated-perl-ports 25.Op Fl d 26.Op Fl m Ar maintainer 27.Sh DESCRIPTION 28.Nm 29retrieves and compares the packages list provided by CPAN with the ports 30recorded in 31.Pa ${LOCALBASE}/share/ports-INDEX 32and reports which ports have a newer version available upstream. 33Note that the portslist package must be installed. 34.Pp 35Options are as follows: 36.Bl -tag -width maintainer 37.It Fl d 38Causes 39.Nm 40to show the path (relative to ${PORTSDIR}) for the outdated port. 41.It Fl m Ar maintainer 42Only display ports that are being maintained by 43.Ar maintainer . 44This can be specified as name or e-mail address. 45.El 46