SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/cvs2gitdump/Makefile
Normal file
28
devel/cvs2gitdump/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT = import cvs tree into git or subversion
|
||||
|
||||
DISTNAME = cvs2gitdump-20210221
|
||||
GH_ACCOUNT = yasuoka
|
||||
GH_PROJECT = cvs2gitdump
|
||||
GH_COMMIT = 8f24e311be56028303b8ee7910b76eb77130ee27
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
RUN_DEPENDS = devel/py-rcsparse${MODPY_FLAVOR}
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
MODPY_ADJ_FILES= *.py
|
||||
|
||||
do-install:
|
||||
.for i in git svn
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cvs2$idump.py ${PREFIX}/bin/cvs2$idump
|
||||
.endfor
|
||||
${INSTALL_MAN} ${WRKSRC}/*.1 ${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/cvs2gitdump/distinfo
Normal file
2
devel/cvs2gitdump/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cvs2gitdump-20210221-8f24e311.tar.gz) = Gu6qR7kfzTvlUwTn/LOHtDfD3csZz1aWMxHKkwUrMZg=
|
||||
SIZE (cvs2gitdump-20210221-8f24e311.tar.gz) = 10935
|
3
devel/cvs2gitdump/pkg/DESCR
Normal file
3
devel/cvs2gitdump/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
A small python script which imports a cvs tree into a git or svn repository.
|
||||
It has a small footprint, is fast, and supports incremental import, but does
|
||||
not support branches.
|
4
devel/cvs2gitdump/pkg/PLIST
Normal file
4
devel/cvs2gitdump/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/cvs2gitdump
|
||||
bin/cvs2svndump
|
||||
@man man/man1/cvs2gitdump.1
|
||||
@man man/man1/cvs2svndump.1
|
Loading…
Add table
Add a link
Reference in a new issue