---
name: cvsd
version: 1.0.18
origin: devel/cvsd
comment: CVS pserver daemon
arch: freebsd:9:x86:64
www: http://arthurdejong.org/cvsd
maintainer: bu7cher@yandex.ru
prefix: /usr/local
licenselogic: single
flatsize: 110130
desc: |
  cvsd is a wrapper program for cvs in pserver mode. It will run 'cvs pserver'
  under a special uid/gid in a chroot jail.

  cvsd is run as a daemon and is controlled through a configuration file. It
  is relatively easy to configure and tools are provided for easily setting up
  a rootjail.

  This server can be useful if you want to run a public cvs pserver. You should
  however be aware of the security limitations of running a cvs pserver. If you
  want any kind of authentication you should really consider using secure shell
  as a secure authentication mechanism and transport. Passwords used in cvs
  pserver are transmitted in plaintext and this wrapper won't change that.

  This server adds a layer of security to cvs. cvs is a very powerful tool and
  is capable of running scripts and other things. By running cvs in a rootjail
  it is possible to limit the amount of "damage" cvs can do if it is exploited.
  It is generally a good idea to run cvsd without any write permissions to any
  directory on the system.

  WWW: http://arthurdejong.org/cvsd
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
categories:
- devel
files:
  /usr/local/etc/cvsd/cvsd.conf.sample: 994299010c18cf89be316e4dfef4c4ac27e48f77cc5d40124d5d76a2a170540e
  /usr/local/etc/rc.d/cvsd: 8b19208077c22034051ffab4e43d89e1893673d0a9bc62b519b4c793e3cc8d50
  /usr/local/man/man5/cvsd.conf.5.gz: 0b443680ee11bddfb03cad9658a9a37151a08c1deedc3078f0b605d772b42806
  /usr/local/man/man8/cvsd-buginfo.8.gz: 888fcf9f5be7ac30b0ed4d89c710b7a8e1e18d61fe4a1772b5e69235298bb2b3
  /usr/local/man/man8/cvsd-buildroot.8.gz: 8d81fc05dd6a00d5f3d7ab0da51909d413d0022c742d8793b8c2d34376e068b7
  /usr/local/man/man8/cvsd-passwd.8.gz: 409c2387473bcb9c0de4940ccb2a30a638a343f0650fb16fb9f0fbe4c42521f7
  /usr/local/man/man8/cvsd.8.gz: 0955bf6f93ec85efeca1dddcb7a266ee22da7a895a6a4d6303c9b9512b32de44
  /usr/local/sbin/cvsd: f543417b9e30f81e330a2560cf1162c86e44e2bc0e06d5d84097ab9cce81adc1
  /usr/local/sbin/cvsd-buginfo: 911be3d7d05baccf73ebb277bf5979ee6d864cd09b11be28ff37ae5805d8e04e
  /usr/local/sbin/cvsd-buildroot: e5e705d0c602b9880d4803732bb9ed8aefcd9c548520060acbabd4709a504249
  /usr/local/sbin/cvsd-passwd: 84df55d4900db3836ae67f134a18169fd365b830b67778f497bf0b2c0e830335
  /usr/local/share/doc/cvsd/FAQ: 1c69ba0bbe410cfa98ae786ac01822f406aaf78ea5b81ed77b6dd8e9a831b7db
  /usr/local/share/doc/cvsd/NEWS: 960fa6b121e587fc4ad1e8121ecd4da7e4a79a9b26c595fcab939c08d11d47d5
  /usr/local/share/doc/cvsd/README: e4788b24f267d73387cdd9d42e36998fc3a1b48710c8b20c7ecedaa723a37e1a
directories:
  /usr/local/share/doc/cvsd/: n
  /usr/local/etc/cvsd/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  ************************************************************
  You should set up user and group ids for cvsd, create a
  chrooted filesystem and create repositories.
  ************************************************************
