#839 closed defect (fixed)
NEW: cvsdelta-1.6.5
Reported by: | mich@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
cvsdelta-1.6.5
the portfile can be found here: INLINE
Description: cvsdelta summarizes the difference between a CVS project and its local 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.
Homepage: http://cvsdelta.sourceforge.net
Comments: none
================INLINE CONTENT================ # $Id: $
PortSystem 1.0 name cvsdelta version 1.6.5 platforms darwin categories devel maintainers mich@… description Cvsdelta summarizes differences between local and in-cvs files long_description \
cvsdelta summarizes the difference between a CVS project and its local \ 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.
homepage http://cvsdelta.sourceforge.net master_sites \
http://unc.dl.sourceforge.net/sourceforge/${name}/ \ http://telia.dl.sourceforge.net/sourceforge/${name}/ \ http://easynews.dl.sourceforge.net/sourceforge/${name}/ \ http://umn.dl.sourceforge.net/sourceforge/${name}/ \ http://twtelecom.dl.sourceforge.net/sourceforge/${name}/ \ http://belnet.dl.sourceforge.net/sourceforge/${name}/ \ http://switch.dl.sourceforge.net/sourceforge/${name}/ \ http://cesnet.dl.sourceforge.net/sourceforge/${name}/
checksums md5 c8812977529470c2c0aab003e1c2f452 use_configure no destroot {
system "cd ${worksrcpath} && \
install ${name} ${destroot}${prefix}/bin && \ install ${name}.1 ${destroot}${prefix}/man/man1"
}
committed. adjusted the master_sites to the new mirror_sites style. (see portfile(7))
-fkr