Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2001 15:46:14 -0700 (PDT)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200109212246.f8LMkEt21062@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/09/21 15:46:14 PDT

  Modified files:
    sysutils/portupgrade Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 20010922, with some brand new functionalities.
  
  overall:
  
    - Implement new package glob patterns: {<|<=|>=|>}{date|pkgname_glob}.
  
      For example, you can rebuild and reinstall all the dependent
      packages of png that had been installed prior to png this way:
  
        portupgrade -fr png -x '>=png'
  
    - Introduce the packages database, which is currently a simple hash
      that maps file paths to package names.
  
      Inspired by:	NetBSD
  
  pkgdb(1): (new)
  
    - A command to create/update the packages database.
  
  pkg_which(1): (new)
  
    - A command to check which package a file came from quickly.
  
  portsclean(1):
  
    - Suppress "can't cd" error messages.
  
      Submitted by:	Jos Backus <josb@cncdsl.com>
  
  ports_glob(1): (new)
  
    - Give portsdb(1)'s ports glob expanding feature a suitable name.
  
  Revision  Changes    Path
  1.78      +9 -5      ports/sysutils/portupgrade/Makefile
  1.68      +1 -1      ports/sysutils/portupgrade/distinfo
  1.16      +6 -6      ports/sysutils/portupgrade/pkg-descr
  1.18      +4 -1      ports/sysutils/portupgrade/pkg-plist


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?200109212246.f8LMkEt21062>