cvs commit: src/lib src/usr.bin src/contrib/bsdtar src/contrib/libarchive src/lib/libarchive src/lib/libarchive/patches src/usr.bin/tar src/usr.bin/tar/patches src/share/mk

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Wed Nov 10 10:03:23 PST 2004


joerg       2004/11/10 10:02:24 PST

DragonFly src repository

  Modified files:
    lib                  Makefile 
    usr.bin              Makefile 
    share/mk             bsd.libnames.mk 
  Added files:
    contrib/bsdtar       COPYING Makefile README.DELETED 
                         README.DRAGONFLY bsdtar.1 bsdtar.c 
                         bsdtar.h bsdtar_platform.h fts.c fts.h 
                         matching.c read.c util.c write.c 
    contrib/libarchive   COPYING INSTALL Makefile README 
                         README.DELETED README.DRAGONFLY 
                         archive.h.in archive_check_magic.c 
                         archive_entry.3 archive_entry.c 
                         archive_entry.h archive_platform.h 
                         archive_private.h archive_read.3 
                         archive_read.c 
                         archive_read_data_into_buffer.c 
                         archive_read_data_into_fd.c 
                         archive_read_extract.c 
                         archive_read_open_fd.c 
                         archive_read_open_file.c 
                         archive_read_support_compression_all.c 
                         archive_read_support_compression_bzip2.c 
                         archive_read_support_compression_compress.c 
                         archive_read_support_compression_gzip.c 
                         archive_read_support_compression_none.c 
                         archive_read_support_format_all.c 
                         archive_read_support_format_cpio.c 
                         archive_read_support_format_tar.c 
                         archive_string.c archive_string.h 
                         archive_string_sprintf.c archive_util.3 
                         archive_util.c archive_write.3 
                         archive_write.c archive_write_open_fd.c 
                         archive_write_open_file.c 
                         archive_write_set_compression_bzip2.c 
                         archive_write_set_compression_gzip.c 
                         archive_write_set_compression_none.c 
                         archive_write_set_format.c 
                         archive_write_set_format_by_name.c 
                         archive_write_set_format_cpio.c 
                         archive_write_set_format_pax.c 
                         archive_write_set_format_shar.c 
                         archive_write_set_format_ustar.c 
                         libarchive-formats.5 libarchive.3 tar.5 
    lib/libarchive       Makefile config.h 
    lib/libarchive/patches archive_platform.h.patch 
                           archive_read_extract.c.patch 
                           archive_string_sprintf.c.patch 
    usr.bin/tar          Makefile config.h 
    usr.bin/tar/patches  write.c.patch 
  Log:
  Import libarchive and bsdtar. The default tar (/usr/bin/tar) can be choosen
  at installworld time by setting WITH_BSDTAR. This is not the default yet.
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.8       +1 -1      src/lib/Makefile
  1.22      +1 -0      src/usr.bin/Makefile
  1.5       +1 -0      src/share/mk/bsd.libnames.mk


http://www.dragonflybsd.org/cvsweb/src/lib/Makefile.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/Makefile.diff?r1=1.21&r2=1.22&f=u
http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.libnames.mk.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list