mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
cvs2darcs is a script to check out a CVS repository module and convert it to
use the Darcs version control system. WWW: http://ab-initio.mit.edu/cvs2darcs/
This commit is contained in:
parent
d8737589d7
commit
7a77d626fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186310
4 changed files with 37 additions and 0 deletions
|
@ -192,6 +192,7 @@
|
||||||
SUBDIR += cutils
|
SUBDIR += cutils
|
||||||
SUBDIR += cvs+ipv6
|
SUBDIR += cvs+ipv6
|
||||||
SUBDIR += cvs2cl
|
SUBDIR += cvs2cl
|
||||||
|
SUBDIR += cvs2darcs
|
||||||
SUBDIR += cvs2html
|
SUBDIR += cvs2html
|
||||||
SUBDIR += cvs2p4
|
SUBDIR += cvs2p4
|
||||||
SUBDIR += cvs2svn
|
SUBDIR += cvs2svn
|
||||||
|
|
29
devel/cvs2darcs/Makefile
Normal file
29
devel/cvs2darcs/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# New ports collection makefile for: cvs2darcs
|
||||||
|
# Date created: 1 March 2007
|
||||||
|
# Whom: Oliver Braun <obraun@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= cvs2darcs
|
||||||
|
PORTVERSION= 0.7.1
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/
|
||||||
|
|
||||||
|
MAINTAINER= haskell@FreeBSD.org
|
||||||
|
COMMENT= Convert cvs module to darcs repository
|
||||||
|
|
||||||
|
BUILD_DEPENDS= darcs:${PORTSDIR}/devel/darcs \
|
||||||
|
cvsps:${PORTSDIR}/devel/cvsps \
|
||||||
|
${SITE_PERL}/HTTP/Date.pm:${PORTSDIR}/www/p5-libwww
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_PERL5= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
MAN1= cvs2darcs.1
|
||||||
|
PLIST_FILES= bin/cvs2darcs share/cvs2darcs/cvs_convert.pl \
|
||||||
|
share/cvs2darcs/branch_detect.pl
|
||||||
|
PLIST_DIRS= share/cvs2darcs
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/cvs2darcs/distinfo
Normal file
3
devel/cvs2darcs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (cvs2darcs-0.7.1.tar.gz) = 71a03498c5f9a8478d1e57d87a018132
|
||||||
|
SHA256 (cvs2darcs-0.7.1.tar.gz) = 5c89f3e4e7d415d2e79642a11477866aa70403d7d9aea202f08a704616264d43
|
||||||
|
SIZE (cvs2darcs-0.7.1.tar.gz) = 61420
|
4
devel/cvs2darcs/pkg-descr
Normal file
4
devel/cvs2darcs/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
cvs2darcs is a script to check out a CVS repository module and convert it to
|
||||||
|
use the Darcs version control system.
|
||||||
|
|
||||||
|
WWW: http://ab-initio.mit.edu/cvs2darcs/
|
Loading…
Add table
Reference in a new issue