|
NAMEportcvsweb —
a tool to instantly browse a history via CVSweb or
FreshPorts.org
SYNOPSIS
DESCRIPTIONTheportcvsweb command invokes the first available web
browser in w3m , lynx ,
links , firefox ,
mozilla and netscape (or the
ones listed in BROWSER if set) to view the CVS history
of a given port, file, directory, or module via the CVSweb or FreshPorts.org.
If no file is given, the current directory is assumed.
To detect which repository the file/directory belongs and what
revision it is, If the given path does not exist in the first place,
Currently OPTIONSThe following command line arguments are supported:
EXAMPLES OF FRESHPORTS MODEWhen invoked with-F option, view CVS history via
FreshPorts.org instead of CVSweb.
% portcvsweb -F =>
http://www.FreshPorts.org/ % portcvsweb -F
japanese/kterm =>
http://www.FreshPorts.org/japanese/kterm When % portcvsweb -F
--datespec=0405 =>
http://www.FreshPorts.org/date.php?date=2005/04/05 % portcvsweb -F
--datespec=04/05 =>
http://www.FreshPorts.org/date.php?date=2005/04/05 % portcvsweb -F
--datespec=20030405 =>
http://www.FreshPorts.org/date.php?date=2003/04/05 % portcvsweb -F
--datespec=2003/04/05 =>
http://www.FreshPorts.org/date.php?date=2003/04/05 % portcvsweb -F
--datespec=2003-04-05 =>
http://www.FreshPorts.org/date.php?date=2003/04/05 Without DATESPEC , view the commits of today. % date -u Sun Jan 1 03:47:59 UTC
2006 % portcvsweb -F
--datespec =>
http://www.FreshPorts.org/date.php?date=2006/01/01 When DATESPEC is a negative value, view the commits of DATESPEC days before. % portcvsweb -F
--datespec=-3 =>
http://www.FreshPorts.org/date.php?date=2005/12/29 ENVIRONMENT
SEE ALSOpkgtools.conf(5), ports(7)AUTHORSAkinori MUSHA ⟨knu@iDaemons.org⟩BUGSSince a NetBSD or OpenBSD tag does not contain a path component, whenportcvsweb
detects a NetBSD or OpenBSD
tag but there is no CVS/* files in the directory, it
assumes that it belongs to NetBSD pkgsrc or
OpenBSD ports.
Visit the GSP FreeBSD Man Page Interface. |