Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2005 20:10:06 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src MAINTAINERS src/etc Makefile portsnap.conf src/etc/mtree BSD.var.dist src/share/man/man5 Makefile portsnap.conf.5 src/usr.sbin Makefile src/usr.sbin/portsnap Makefile Makefile.inc src/usr.sbin/portsnap/make_index Makefile ...
Message-ID:  <200508082010.j78KA6OX047034@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2005-08-08 20:10:06 UTC

  FreeBSD src repository

  Modified files:
    .                    MAINTAINERS 
    etc                  Makefile 
    etc/mtree            BSD.var.dist 
    share/man/man5       Makefile 
    usr.sbin             Makefile 
  Added files:
    etc                  portsnap.conf 
    share/man/man5       portsnap.conf.5 
    usr.sbin/portsnap    Makefile Makefile.inc 
    usr.sbin/portsnap/make_index Makefile make_index.c 
    usr.sbin/portsnap/phttpget Makefile phttpget.c 
    usr.sbin/portsnap/portsnap Makefile portsnap.8 portsnap.sh 
  Log:
  Add portsnap to the base system.  This is a secure, easy to use,
  fast, lightweight, and generally good way for users to keep their
  ports trees up to date.
  
  This is version 0.9.4 from the ports tree (sysutils/portsnap) with
  the following changes:
  1. The experimental pipelined http code is enabled.  No seatbelts
  in -CURRENT. (^_^)
  2. The working directory has moved from /usr/local/portsnap to
  /var/db/portsnap (as discussed on -arch two days ago).
  3. Portsnap now fetches a list of mirrors (distributed as DNS SRV
  records) and selects one randomly.  This should help to avoid the
  uneven loading which plagues the cvsup mirror network.
  4. The license is now 2-clause BSD instead of 3-clause BSD.
  5. Various incidental changes to make portsnap fit into the base
  system's build mechanics.
  
  X-MFC-After:    6.0-RELEASE
  X-MFC-Before:   5.5-RELEASE
  X-MFC-To:       RELENG_6, RELENG_5, ports
  discussed on:   -arch and several other places
  "yes please" from:      simon, remko, flz, Diane Bruce
  thinks this is a great idea:    bsdimp
  Hopes he didn't forget any files:       cperciva
  
  Revision  Changes    Path
  1.124     +1 -0      src/MAINTAINERS
  1.346     +1 -1      src/etc/Makefile
  1.72      +2 -0      src/etc/mtree/BSD.var.dist
  1.1       +18 -0     src/etc/portsnap.conf (new)
  1.60      +1 -0      src/share/man/man5/Makefile
  1.1       +102 -0    src/share/man/man5/portsnap.conf.5 (new)
  1.335     +1 -0      src/usr.sbin/Makefile
  1.1       +5 -0      src/usr.sbin/portsnap/Makefile (new)
  1.1       +5 -0      src/usr.sbin/portsnap/Makefile.inc (new)
  1.1       +9 -0      src/usr.sbin/portsnap/make_index/Makefile (new)
  1.1       +491 -0    src/usr.sbin/portsnap/make_index/make_index.c (new)
  1.1       +9 -0      src/usr.sbin/portsnap/phttpget/Makefile (new)
  1.1       +598 -0    src/usr.sbin/portsnap/phttpget/phttpget.c (new)
  1.1       +6 -0      src/usr.sbin/portsnap/portsnap/Makefile (new)
  1.1       +208 -0    src/usr.sbin/portsnap/portsnap/portsnap.8 (new)
  1.1       +901 -0    src/usr.sbin/portsnap/portsnap/portsnap.sh (new)



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