diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cvschangelogbuilder/Makefile | 38 | ||||
-rw-r--r-- | devel/cvschangelogbuilder/distinfo | 3 | ||||
-rw-r--r-- | devel/cvschangelogbuilder/pkg-descr | 10 |
4 files changed, 52 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ef05f9ce7018..35a29187dbb2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -181,6 +181,7 @@ SUBDIR += cvs2svn SUBDIR += cvsadmin SUBDIR += cvsbook + SUBDIR += cvschangelogbuilder SUBDIR += cvschk SUBDIR += cvsd SUBDIR += cvsdadm diff --git a/devel/cvschangelogbuilder/Makefile b/devel/cvschangelogbuilder/Makefile new file mode 100644 index 000000000000..45077542c956 --- /dev/null +++ b/devel/cvschangelogbuilder/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: cvschangelogbuilder +# Date created: Sun Mar 5 16:43:25 EST 2006 +# Whom: Matthew Will <mwill@spingen.com> +# +# $FreeBSD$ +# + +PORTNAME= cvschangelogbuilder +PORTVERSION= 2.2 +CATEGORIES= devel +MASTER_SITES= http://cvschangelogb.sourceforge.net/files/ \ + http://mirror.spingen.com/cvschangelogbuilder/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= mwill@spingen.com +COMMENT= Utility to generate changelogs and reports from a CVS repository + +RUN_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph + +NO_BUILD= yes +USE_PERL5= yes + +PLIST_FILES= bin/cvschangelogbuilder +PORTDOCS= * + +post-patch: + ${REINPLACE_CMD} -e '1s|/usr/bin/perl|${PERL}|' ${WRKSRC}/${PORTNAME}.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR}/images + ${INSTALL_DATA} ${WRKSRC}/docs/*.* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/images/* ${DOCSDIR}/images +.endif + +.include <bsd.port.mk> diff --git a/devel/cvschangelogbuilder/distinfo b/devel/cvschangelogbuilder/distinfo new file mode 100644 index 000000000000..0c8c2f75c300 --- /dev/null +++ b/devel/cvschangelogbuilder/distinfo @@ -0,0 +1,3 @@ +MD5 (cvschangelogbuilder-2.2.tar.gz) = edceda7beee3a22039e8792d58053783 +SHA256 (cvschangelogbuilder-2.2.tar.gz) = 3852be57e0a8934c18a5886e48860ead8da627241706f344b816aea08e6cb637 +SIZE (cvschangelogbuilder-2.2.tar.gz) = 31825 diff --git a/devel/cvschangelogbuilder/pkg-descr b/devel/cvschangelogbuilder/pkg-descr new file mode 100644 index 000000000000..632bbfdfd56c --- /dev/null +++ b/devel/cvschangelogbuilder/pkg-descr @@ -0,0 +1,10 @@ +cvschangelogbuilder is an Perl utility to generate ChangeLogs or CVS reports +for a project hosted on a CVS server. + +Features include the ability to work with a remote cvs repository, detailed +reporting, graphical HTML reports and building changelogs. + +WWW: http://cvschangelogb.sourceforge.net/ +Author: Laurent Destailleur + +- Matthew Will <mwill@spingen.com> |