Index: head/devel/codeville/Makefile =================================================================== --- head/devel/codeville/Makefile (revision 510256) +++ head/devel/codeville/Makefile (revision 510257) @@ -1,31 +1,27 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= codeville PORTVERSION= 0.1.17 CATEGORIES= devel python MASTER_SITES= http://bsdforge.com/projects/source/devel/codeville/ MAINTAINER= portmaster@bsdforge.com COMMENT= Anarchic control version system without unnecessary re-merges LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes USES= python:2.7 tar:xz USE_PYTHON= distutils autoplist +NO_ARCH= yes -PORTDOCS= LICENSE.txt PORTEXAMPLES= cdvserver.conf.sample -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES -post-install: -# examples +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} -# documentation - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/codeville/pkg-descr =================================================================== --- head/devel/codeville/pkg-descr (revision 510256) +++ head/devel/codeville/pkg-descr (revision 510257) @@ -1,16 +1,16 @@ Codeville is a distributed Version Control System. It began with a novel idea for a merge algorithm, and has grown from there. It is designed to be easy to use, and scale from small personal projects, to very large distributed ones. If you'd like to know why there's need for new merge algorithms, consider what the lead monotone developer had to say: http://article.gmane.org/gmane.comp.version-control.monotone.devel/3264 Codeville works by creating an identifier for each change that is done, and remembering the list of all changes which have been applied to each file, and the last change which modified each line in each file. When there's a conflict, it checks to see if one of the two sides has already been applied to the other one, and if so, makes the other side win automatically. When there's a non automatically mergeable version conflict, Codeville behaves in almost exactly the same way as CVS. -WWW: http://bsdforge.com/projects/devel/codeville/ +WWW: https://bsdforge.com/projects/devel/codeville/