2011-01-15 13:56:07 +00:00
|
|
|
# Template file for 'cvs'
|
|
|
|
pkgname=cvs
|
2013-10-14 15:03:12 +00:00
|
|
|
version=1.12.13
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-10-14 15:11:59 +00:00
|
|
|
configure_args="--with-editor=/usr/bin/vi --with-external-zlib
|
|
|
|
cvs_cv_func_printf_ptr=yes ac_cv_func_malloc_0_nonnull=yes"
|
|
|
|
hostmakedepends="nvi openssh"
|
|
|
|
makedepends="mit-krb5-devel openssh"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="openssh>=6.1p1"
|
2011-01-15 13:56:07 +00:00
|
|
|
short_desc="Concurrent Versions System"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-07-31 06:45:09 +00:00
|
|
|
homepage="http://www.nongnu.org/cvs/"
|
|
|
|
license="GPL-1, LGPL-2"
|
2013-10-14 15:03:12 +00:00
|
|
|
distfiles="http://ftp.gnu.org/non-gnu/cvs/source/feature/$version/cvs-$version.tar.bz2"
|
|
|
|
checksum=78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
|
2011-01-15 13:56:07 +00:00
|
|
|
long_desc="
|
2011-01-15 13:58:59 +00:00
|
|
|
CVS is a version control system, an important component of Source
|
|
|
|
Configuration Management (SCM). Using it, you can record the history of
|
|
|
|
sources files, and documents. It fills a similar role to the free software
|
|
|
|
RCS, PRCS, and Aegis packages.
|
|
|
|
|
|
|
|
CVS is a production quality system in wide use around the world, including
|
|
|
|
many free software projects."
|