Next | Query returned 18 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2011-05-28 18:34:51 by Aleksey Cheusov | Files touched by this commit (4) | Package removed
Log message:

imported to pkgsrc
   2011-05-12 00:20:52 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
use pkgtools/pkg_summary-utils instead of wip/

   2011-04-28 11:48:24 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
replace "#!/usr/bin/env runawk" with "#!${prefix}/bin/runawk"

   2011-04-19 23:45:21 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

pkg_summary-utils>=0.53.2
++pkgrevision
   2011-04-05 13:12:55 by Aleksey Cheusov | Files touched by this commit (1)
Log message:

DEPENDS on pkg_summary-utils>=0.53.1
++pkgrevision
   2011-04-05 00:16:49 by Aleksey Cheusov | Files touched by this commit (2)
Log message:

Version 0.6.4

  @prefix@/sbin/pkg_add is used instead of just pkg_add.
  This fixes a problem under NetBSD (with default PATH) where
  /usr/sbin/pkg_add doesn't support flag -D needed by nih.

  ~/.nih directory is created in the very beginning.
  This fixes 'cd: ~/.nih: No such file or directory' problem
  on fresh systems.
   2011-04-02 11:39:02 by Aleksey Cheusov | Files touched by this commit (2) | Package updated
Log message:

Update to 0.6.3

  pkg_update_plan:
    - Better algorithm for resolving devendencies.  First, DEPENDS and
      CONFLICTS are analysed. Then PROVIDES/REQUIRES.  This fixes the
      problem with multiple packages with different name that PROVIDES
      the same shared library.
    - Fix (unicity problem)
    - Better error message for "l:" failures

  nih:
    - Fix (package with highest version per (PKGPATH, PKGBASE) was not
      detected correctly in some situations)
   2011-03-20 15:38:48 by Aleksey Cheusov | Files touched by this commit (2) | Package updated
Log message:

Update to 0.6.2

  Workaround for buggy /bin/sh on DragonFly and FreeBSD<=7.n.
  On these systems  the following code
    set -e; if eval false; then ...; fi; echo ok
  doesn't work properly. Due to this problem nih almost always fails.
  On these two platform you also need pkg_online-client>=0.12.1
  for 'nih search -o', 'nih info -o' and 'nih meta -o'.

  Another bug was fixed in pkg_update_plan. It caused "unicity
  problem" when package upgrade is requested.

  'pkg_add -D' is used for installing packages in order to temporarily
  (during installation process) ignore unsatisfied dependencies.
   2011-03-14 15:09:00 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

Update to 0.6

  Bug in handling flag "automatic" was fixed in pkg_update_plan(1).
  Update pkgnih to 0.6 is recomended!

  etc/nih/conf:
   - Default settings have been moved from share/examples/nih/nih.conf
     to lib/nih/nih.default.conf. Almost empty nih.conf is installed
     to share/examples/nih/nih.conf. Please update your existing
     etc/nih/config according to share/examples/nih/nih.conf.
   - Two new variables were added to nih config file: FTP_OPTIONS and
     WGET_OPTIONS for specifying extra arguments for ftp(1) or
     wget(1) commands.
   - variable PKG_SUMMARY_URL has been renamed to REPOSITORY
   - Default value for variable REPOSITORY is correct for DragonFlyBSD
     and Minix.

  New command "nih meta" was implemented that outputs meta packages.
  See the manual page for details.

  Since this release "nih install" accepts file names of binary
  packages in additiona to PKGBASEs, PKGNAMEs and PKGPATHs, for
  example
       # nih install    /path/to/file/binary-1.2.3.tgz
       # nih install   +/path/to/file/binary-1.2.3.tgz
       # nih install '*'/path/to/file/binary-1.2.3.tgz
       # nih install '?'/path/to/file/binary-1.2.3.tgz

  Manual page for pkg_update_plan was added.

  nih.1 was updated

  "nih install" uses field FILE_NAME if it is provided by
  pkg_summary.txt
   2011-03-14 00:34:46 by Aleksey Cheusov | Files touched by this commit (3)
Log message:

distbb and pkgnih: DEPENDS>=pkg_summary-utils>=0.53beta4

Next | Query returned 18 messages, browsing 1 to 10 | Previous