summaryrefslogtreecommitdiff
path: root/devel/cvsdelta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
|
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Update to -> 1.7.0Michael Landin2004-06-242-6/+3
| | | | | | - Fixed handling of newly added files. - Fix file removal - Other bugfixing
* Update to 1.6.9Michael Landin2004-04-292-3/+3
| | | | Bugfix.
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | Submitted by: trevor
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
|
* Update to -> 1.6.8Michael Landin2004-01-212-2/+2
| | | | - Fixed to comply with changes in Ruby 1.8.1
* Update to > 1.6.7Michael Landin2003-11-122-2/+2
| | | | | | - Bugfixing Approved by: roberto (mentor)
* Update to latest release. (bugfix)Michael Landin2003-05-072-2/+2
| | | | Approved by: roberto (mentor)
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-072-2/+2
| | | | Approved by: roberto(mentor)
* Update port: [Maintainer Update]: devel/cvsdeltaEdwin Groothuis2003-04-182-2/+2
| | | | | | | - Update to latest release. (bugfix) PR: ports/51088 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
* update cvsdelta to 1.6.3Yen-Ming Lee2003-04-162-3/+3
| | | | | PR: 51018 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
* Update to 1.6.2 (bugfix)Yen-Ming Lee2003-04-042-2/+2
| | | | | PR: 50592 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
* Update to 1.6.0Kevin Lo2003-03-252-2/+2
| | | | | PR: 50244 Submitted by: MAINTAINER
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* update to cvsdelta-1.5.2Yen-Ming Lee2003-02-162-2/+2
| | | | | PR: ports/48034 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
* Update to 1.5.1Norikatsu Shigemura2003-01-282-2/+2
| | | | | PR: ports/47584 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer)
* Fix fetch for devel/cvsdeltaEdwin Groothuis2002-12-111-0/+1
| | | | | PR: ports/46053 Submitted by: Mark Linimon <linimon@lonesome.com>
* Update to 1.5.0.Christian Weisgerber2002-08-152-2/+2
| | | | | PR: 41622 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Update to 1.4.2Patrick Li2002-08-072-2/+2
| | | | | PR: ports/41407 Submitted by: maintainer
* Update to 1.4.1Patrick Li2002-08-022-2/+2
| | | | | PR: ports/41239 Submitted by: maintainer
* cvsdelta summarizes the difference between a CVS project and its localOllivier Robert2002-08-015-0/+46
version. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally. Requires ruby. WWW: http://cvsdelta.sourceforge.net/ AUTHOR: Jeff Pace <jpace@incava.org> PR: ports/40947 (modified to put cvsdelta into devel/). Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)