Path to this page:
./
net/csup,
Rewrite of the CVSup file updating client in C
Branch: CURRENT,
Version: 20100404nb3,
Package name: csup-20100404nb3,
Maintainer: imilCsup is a rewrite of CVSup in C.
CVSup(R) is a software for distributing and updating collections of files
across a network. It can efficiently and accurately mirror all types of files,
including sources, binaries, hard links, symbolic links, and even device nodes.
In addition to being a great general-purpose mirroring tool, CVSup includes
special features and optimizations specifically tailored to CVS repositories.
It is being used as the preferred way to update sources within the FreeBSD,
NetBSD and OpenBSD projects and more.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 05598a6a56c15b86a7b3e6658ddf5b144d662867
RMD160: d78906c6dbc110f828ea3848df84a569aec43733
Filesize: 121.437 KB
Version history: (Expand)
- (2016-03-05) Updated to version: csup-20100404nb3
- (2014-02-12) Updated to version: csup-20100404nb2
- (2013-02-12) Updated to version: csup-20100404nb1
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2010-04-20) Updated to version: csup-20100404
CVS history: (Expand)
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-03-05 12:29:49 by Jonathan Perkin | Files touched by this commit (1813) |  |
Log message:
Bump PKGREVISION for security/openssl ABI bump.
|
2016-02-25 17:20:53 by Jonathan Perkin | Files touched by this commit (47) |
Log message:
Use OPSYSVARS.
|
2015-11-04 01:35:47 by Alistair G. Crooks | Files touched by this commit (748) |
Log message:
Add SHA512 digests for distfiles for net category
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) |  |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2010-11-11 02:01:36 by Simon Burge | Files touched by this commit (1) |
Log message:
Fix a tyop.
|