---
name: star
version: 1.5.2
origin: archivers/star
comment: Unique standard tape archiver with many enhancements
arch: freebsd:9:x86:64
www: http://cdrecord.berlios.de/old/private/star.html
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 617218
desc: "Star is the fastest known implementation of a tar archiver.\n\nMain advantages
  over other tar implementations:\n\tfifo\t\t\t- Keeps the tape streaming.\n\tpattern
  matcher\t\t- For a convenient user interface.\n\tsophisticated diff\t- User tailorable
  interface for comparing tar\n\t\t\t\t  archives against file trees.\n\tno namelen
  limitation\t- Pathnames up to 1024 Bytes may be archived.\n\tdeals with all 3 times\t-
  Stores/restores all 3 times of a file.\n\tdoes not clobber files\t- More recent
  copies on disk will not be\n\t\t\t\t  clobbered from tape.\n\tautomatic byte swap\t-
  star automatically detects swapped archives.\n\tautomatic format detect\t- Automatically
  detects archive formats:\n\t\t\t\t  old tar, gnu tar, ansi tar, star.\n\tfully ansi
  compatible\t- star is fully ANSI/Posix 1003.1 compatible.\n\nPlease mail bugs and
  suggestions to:\nAuthor: Joerg Schilling <js@cs.tu-berlin.de>\nWWW: http://cdrecord.berlios.de/old/private/star.html\n"
deps:
  gettext: {origin: devel/gettext, version: 0.18.1.1_1}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories: [archivers]
files:
  /usr/local/bin/scpio: '-'
  /usr/local/bin/spax: '-'
  /usr/local/bin/star: 40ec16b54d2b8fc74dd5cd8c2e5bc48deb772cbf11d7d4ea9033c2d4e522c3be
  /usr/local/bin/suntar: '-'
  /usr/local/bin/tartest: e087386fae1568947f5a37c511ddc3f089213eb881132d7a081a1d0e53202cd5
  /usr/local/bin/ustar: '-'
  /usr/local/etc/rmt.sample: 7563df14349ef9bffa33a9869ed2a4a95e731d27d8903a2859a1e49b7ee53989
  /usr/local/etc/star.sample: debf53e4861b0bf5ea9ffb1d68c2c503ee7a1fa6ec3c6dc1090f59f9c794e893
  /usr/local/man/man1/scpio.1.gz: 1761edac5b784a3fed86a6f0c133e664b406db7e347aafed47bfb95b624e03f6
  /usr/local/man/man1/spax.1.gz: 1f9cfcc797a3cb61e9d18a6a04db887840c1b323e8905e174f8f292fe76e0df6
  /usr/local/man/man1/srmt.1.gz: 701d08fe53ce40e3c25a9d5d57d19e4fc571014a8e7f0e72578b4952db7de4b6
  /usr/local/man/man1/star.1.gz: 96ee1ca107cd5018ef812bfaf55a8a20a9c5f6a5d4fa6f1809ecc3188fedd337
  /usr/local/man/man1/suntar.1.gz: 6771e6842d1bba2850d3e0b98f2642cbb9b5e226348c36b0dc7eb029b608cbcc
  /usr/local/man/man1/tartest.1.gz: 4f9bc1d14fa4a809517560fd68fd19ec0723f8e440d970e0171edcec96ae72d9
  /usr/local/man/man1/ustar.1.gz: '-'
  /usr/local/man/man5/star.5.gz: 7542650f21bbc6c6c4dc7b2aa605fd58b29b48368d713bf9df62d556925bff7c
  /usr/local/man/man5/ustar.5.gz: '-'
  /usr/local/sbin/srmt: 1a8cfb9e2788b4b2ef3087e32d3da1884f990aad236c83d9098dcacf5d9c60df
  /usr/local/share/doc/star/README: 0c873d8264dcd7756dfce7ce5d955c3cb6d7f6153cf8303ed6a7d870bb839ea1
  /usr/local/share/doc/star/README.ACL: 80fc21f0f06e02e821e67a3c2975c53f176767a93e6d538e772219b5d528e67c
  /usr/local/share/doc/star/README.crash: e1c7fbdb48d6b5a28c466bcbb06c5204ce5863b578b194ac9f09131c8abbfabe
  /usr/local/share/doc/star/README.largefiles: aedcf31f56ef8a67f94f3612139f6879696eefd80cda483f0f5a352965aedff9
  /usr/local/share/doc/star/README.mtio: 2c152b6b7ba6e58c43f638fca978de74494069573f91bf4665a42c4c6d2e7c44
  /usr/local/share/doc/star/README.otherbugs: 80d7e017e62d7fafdf56ba020dc1ab62d9ce63165ab4314278f16f0da17ad287
  /usr/local/share/doc/star/README.pattern: 242006f2b10d24e9099d5ed7cfd54b1052b5e5bf4f15e84254b758bc6246c0c7
  /usr/local/share/doc/star/README.posix-2001: 3fef192bfbe7b5b9ff8f27525a3aa80e56cb7eddbee23db45812725b1423ae1d
  /usr/local/share/doc/star/STARvsGNUTAR: 9dc8d991fb6dc8f66665df7e87deed34dd9737864ac6a98723dac3b03695e602
directories:
  /usr/local/share/doc/star/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/rmt ] || cp /usr/local/etc/rmt.sample /usr/local/etc/rmt
    [ -f /usr/local/etc/star ] || cp /usr/local/etc/star.sample /usr/local/etc/star
  pre-deinstall: |
    if cmp -s /usr/local/etc/rmt /usr/local/etc/rmt.sample; then rm -f /usr/local/etc/rmt; fi
    if cmp -s /usr/local/etc/star /usr/local/etc/star.sample; then rm -f /usr/local/etc/star; fi
