summaryrefslogtreecommitdiff
path: root/devel/cvsync
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-11-21Needs c99; fixes Solaris build, from yamt in PR 37617.dholland1-1/+2
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-05-09PR pkg/38615: Hasso Tepper: Fix build on DragonFlyBSD > 1.11.tnn2-1/+14
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-02-17Add "scm" to CATEGORIES to make it easy to find source control managementwiz1-2/+2
related packages.
2006-11-03DESTDIR support.joerg4-8/+38
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-04Use PKG_SYSCONFDIR as the prefix of default configuration files instead.gehenna1-1/+3
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-20Add RMD160 checksum.wiz1-1/+2
2005-10-01Fix a typoagc1-2/+2
2005-09-20CVSync 0.24.19 is released.gehenna2-6/+5
Changes from 0.24.18: * Fix various build problems. * Support TIGER/192 and RIPEMD160.
2005-09-13Add missing include for zlib. From pancake in PR 31305.wiz1-1/+2
2005-07-28Use PKG_SUGGESTED_OPTIONS instead of a hack.wiz1-5/+5
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-11-26CVSync 0.24.18gehenna2-5/+5
ChangesLog: * Fix buffer overrun. (client/server)
2004-10-30CVSync 0.24.17gehenna2-6/+5
From ChangesLog: * Improve robustness. (client/server) Make this more friendly to userlevel POSIX thread libraries. * Improve performance to parse rcsfile(5) based files. * When -u/-g is specified, drop the privilege. (server) * Update scanfiles when changes anything only.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-15The hash function type can be selected among native, openssl,minskim1-1/+22
libgcrypt, and mhash. Suggested by gehenna@.
2004-08-12Use openssl hash functions on platforms that don't provide native hashminskim1-1/+9
functions.
2004-08-12Honor *OWN, *GRP, and *MODE.minskim1-1/+4
Bump PKGREVISION due to file permission changes.
2004-06-20cvsync 0.24.16 is available.gehenna3-6/+8
Changes: * Improve performance to parse rcsfile(5) based files with many revisions. * Make this compile on Interix.
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-04-28Enable pkgviews installation.uebayasi1-1/+5
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-17cvsync 0.24.15gehenna3-9/+8
Changes: * Make this compile with TenDRA. * Make this compile on Solaris7. * New utility: cvsync2cvsup This converts a scanfile from the cvsync style to the CVSup(R) style. It is useful for mirror maintainers to distribute the CVS repositories via both CVSup and CVSync protocols. * Improve robustness. (client)
2004-04-09Bump PKGREVISION. noticed by agc@gehenna1-1/+2
2004-04-07Fix a tarball hash value.gehenna1-3/+3
2004-04-05cvsync 0.24.14gehenna2-5/+5
* Fix a bug to do munmap() with size 0. (client/server) * Get rid of sched_yield(). (client/server) * Improve robustness. (server) * Improve robustness. (client) * Fix a dead lock problem. (client/server)
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-11-28cvsync 0.24.13gehenna2-5/+5
Changes: * Improve the performance. (client/server) It's 4 - 30% faster than 0.24.12. (of course, depends on disk I/O, network connectivity, and so on.) Have fun! * Fix a bug to remain temporary files. (client) To remove that files, remove scanfiles and re-run cvsync client. * Option (server) -l: Specifies the file to write the system log. * New feature: base (client/server/cvscan) Specifies a prefix used for relative pathnames in all of the keyword 'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
2003-11-05cvsync 0.24.12gehenna2-5/+5
Changes: * Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD. (cvscan/client/server) * Fix a bug to require the existence of 'prefix' when the release type is 'list'. (client)
2003-11-03cvsync 0.24.11gehenna2-5/+5
Changes: New keyword: base-prefix (client) Specifies a prefix used for relative pathnames in all of the keyword 'prefix'. It must be an absolute path.
2003-10-29cvsync 0.24.10gehenna2-5/+5
Changes: * Fix a bug to uninitialize an interger constant. (cvsup2cvsync)
2003-10-29cvsync 0.24.9gehenna3-6/+8
Changes: * New utility: cvsup2cvsync This converts a scanfile from the CVSup(R) style to the cvsync style. It is useful for mirror maintainers to distribute the CVS repositries via both CVSup and CVSync protocols. * Use poll() instead of select() if available. (server/client) * New feature: refuse (client) It provides the way to refuse to add/update/remove files or directories.
2003-10-08cvsync 0.24.8gehenna2-5/+5
Changes: * Fix a bug to create a wrong pid file when a relative path is specified by using an option -p.
2003-09-16CVSync 0.24.7gehenna2-6/+5
Changes: * Fix a bug to fail to run with GNU Pth/PTL. (cvsyncd) * Fix compile problems on OSes without a pthread library support. (cvscan/rcscmp)
2003-09-10cvsync 0.24.6 tarball is regenerated.gehenna2-4/+5
Bump PKGREVISION.
2003-09-09cvsync 0.24.6gehenna1-1/+3
Changes: * New feature: specify configurations in command line. (client) URI Syntax: cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]] Samples: cvsync://some.where/ Retrieves the collections list. cvsync://some.where/foo/rcs/?prefix=/localsrc Retrieves the collection foo/rcs under /localsrc. The documentation is not prepared yet. * Fix a bug to fail to execute in background when use an option -p to specify a file name to store a PID number and it is a relative path. (server) * Add samples to distribute NetBSD/OpenBSD CVS repositories.
2003-09-09cvsync 0.24.6gehenna2-5/+7
Changes: * New feature: specify configurations in command line. (client) URI Syntax: cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]] Samples: cvsync://some.where/ Retrieves the collections list. cvsync://some.where/foo/rcs/?prefix=/localsrc Retrieves the collection foo/rcs under /localsrc. The documentation is not prepared yet. * Fix a bug to fail to execute in background when use an option -p to specify a file name to store a PID number and it is a relative path. (server) * Add samples to distribute NetBSD/OpenBSD CVS repositories.
2003-08-30CVSync 0.24.5gehenna2-5/+5
Changes: * Fix a bug to fail to replace files in top directory when use a feature 'scanfile'. (server)
2003-08-27cvsync 0.24.4gehenna2-5/+5
Changes: * Fix a bug to fail to replace files in some cases. (server) * Fix a double free bug. (server)
2003-08-03CVSync 0.24.3gehenna2-5/+5
Changes: * Fix a bug to fail to update a symlink status. (client) * New keyword: nordiff (server) On updating a regular file, a server send a whole file instead of using rdiff algorithm. It is efficient to update tarballs or similar. * Improve a rdiff performance slightly. (server)
2003-08-01fix makesum.gehenna1-3/+3