upgrade to 0.4.3:

added:
      - pkg_list_all_pkgs.1
      - pkg_refresh_summary.1
This commit is contained in:
Aleksey Cheusov 2008-04-12 15:06:01 +00:00 committed by Thomas Klausner
parent 64e75700d6
commit 28e4efdf71
7 changed files with 101 additions and 4 deletions

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2008/04/05 10:14:15 cheusov Exp $
@comment $NetBSD: PLIST,v 1.2 2008/04/12 15:06:01 cheusov Exp $
bin/pkg_cmp_summary
bin/pkg_list_all_pkgs
bin/pkg_micro_src_summary
@ -9,7 +9,9 @@ bin/pkg_summary4view
bin/pkg_update_src_summary
bin/pkg_update_summary
man/man1/pkg_cmp_summary.1
man/man1/pkg_list_all_pkgs.1
man/man1/pkg_micro_src_summary.1
man/man1/pkg_refresh_summary.1
man/man1/pkg_src_summary.1
man/man1/pkg_summary4view.1
man/man1/pkg_update_src_summary.1

View file

@ -19,6 +19,7 @@ SCRIPTS+= pkg_update_summary
MAN= pkg_cmp_summary.1 pkg_micro_src_summary.1
MAN+= pkg_src_summary.1 pkg_update_src_summary.1
MAN+= pkg_summary4view.1 pkg_update_summary.1
MAN+= pkg_refresh_summary.1 pkg_list_all_pkgs.1
BIRTHDAY= 2008-04-06

View file

@ -1 +1 @@
VERSION= 0.4.2
VERSION= 0.4.3

View file

@ -1,3 +1,9 @@
Version 0.4.3, by Aleksey Cheusov, Sat, 12 Apr 2008 18:00:50 +0300
added:
- pkg_list_all_pkgs.1
- pkg_refresh_summary.1
Version 0.4.2, by Aleksey Cheusov, Wed, 9 Apr 2008 00:34:58 +0300
pkg_src_fetch_var:

View file

@ -3,7 +3,6 @@ existing tools:
pkg_cmp_summary:
pkg_list_all_pkgs:
man page
add -h|--help option
pkg_micro_src_summary:
@ -12,7 +11,6 @@ existing tools:
add -h|--help option
pkg_refresh_summary:
man page
pkg_src_fetch_var:
man page

View file

@ -0,0 +1,50 @@
.\" $NetBSD: pkg_list_all_pkgs.1,v 1.1 2008/04/12 15:06:02 cheusov Exp $
.\"
.\" Copyright (c) 2008 by Aleksey Cheusov (vle@gmx.net)
.\" Absolutely no warranty.
.\"
.Dd Jan 29, 2008
.Dt PKG_LIST_ALL_PKGS 1
.Sh NAME
.Nm pkg_list_all_pkgs
.Nd list all packages in pkgsrc source tree
.Sh SYNOPSIS
.Nm
.Op Ar OPTIONS
.Ar summary_filename
.Sh DESCRIPTION
.Nm
analyses /usr/pkgsrc/Makefile files and especially SUBDIR
variable defined there and list all available packages
in category/directory format. One package per line.
.Pp
The options are as follows:
.Bl -tag -width indent
.It Fl h
display help message
.El
.Sh ENVIRONMENT
.Bd -literal
.Bl -tag -width Cm
.It Cm PKGSRCDIR
pkgsrc root directory, defaults to /usr/pkgsrc
.It Cm BMAKE
path to pkgsrc friendly make utility, defaults to make
.El
.Ed
.Sh EXAMPLES
.Bd -literal
pkg_list_all_pkgs
.Ed
.Sh SEE ALSO
.Xr pkg_summary 5 ,
.Xr pkg_info 1 ,
.Xr pkg_src_summary 1 ,
.Xr pkg_update_summary 1 ,
.Xr pkg_micro_src_summary 1 ,
.Xr pkg_cmp_summary 1 ,
.Xr pkg_update_src_summary 1 ,
.Xr pkg_summary4view 1 ,
.Sh AUTHOR
.An Aleksey Cheusov
.Aq vle@gmx.net

View file

@ -0,0 +1,40 @@
.\" $NetBSD: pkg_refresh_summary.1,v 1.1 2008/04/12 15:06:02 cheusov Exp $
.\"
.\" Copyright (c) 2008 by Aleksey Cheusov (vle@gmx.net)
.\" Absolutely no warranty.
.\"
.Dd Jan 29, 2008
.Dt PKG_REFRESH_SUMMARY 1
.Sh NAME
.Nm pkg_refresh_summary
.Nd refreshes the pkg_summary
.Sh SYNOPSIS
.Nm
.Op Ar files ...
.Sh DESCRIPTION
.Nm
refreshes pkg_summary, that is
for each pkgpath:pkgbase pair present in summary it outputs
the information only about newest version.
.Pp
The options are as follows:
.Bl -tag -width indent
.It Fl h
display help message
.El
.Sh EXAMPLES
.Bd -literal
pkg_refresh_summary /usr/pkgsrc/packages/pkg_summary.txt
.Ed
.Sh SEE ALSO
.Xr pkg_summary 5 ,
.Xr pkg_info 1 ,
.Xr pkg_src_summary 1 ,
.Xr pkg_update_summary 1 ,
.Xr pkg_micro_src_summary 1 ,
.Xr pkg_cmp_summary 1 ,
.Xr pkg_update_src_summary 1 ,
.Xr pkg_summary4view 1 ,
.Sh AUTHOR
.An Aleksey Cheusov
.Aq vle@gmx.net