Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2000 00:01:31 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c
Message-ID:  <200010230701.AAA40130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2000/10/23 00:01:31 PDT

  Modified files:
    usr.sbin/pkg_install/create create.h main.c perform.c 
                                pkg_create.1 
    usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 
                              show.c 
  Log:
  Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
  a path of the port from which package has been created within FreeBSD Ports
  Collection and will be used to improve pkg_version(1) and similar tools.
  
  Reviewed by:	ports@FreeBSD.org, jkh
  Approved by:	jkh
  
  Revision  Changes    Path
  1.16      +2 -1      src/usr.sbin/pkg_install/create/create.h
  1.22      +9 -4      src/usr.sbin/pkg_install/create/main.c
  1.51      +6 -2      src/usr.sbin/pkg_install/create/perform.c
  1.36      +9 -1      src/usr.sbin/pkg_install/create/pkg_create.1
  1.14      +3 -1      src/usr.sbin/pkg_install/info/info.h
  1.26      +7 -3      src/usr.sbin/pkg_install/info/main.c
  1.32      +3 -1      src/usr.sbin/pkg_install/info/perform.c
  1.27      +9 -2      src/usr.sbin/pkg_install/info/pkg_info.1
  1.18      +16 -1     src/usr.sbin/pkg_install/info/show.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010230701.AAA40130>