SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (cvs2gitdump-20210221-8f24e311.tar.gz) = Gu6qR7kfzTvlUwTn/LOHtDfD3csZz1aWMxHKkwUrMZg=
SIZE (cvs2gitdump-20210221-8f24e311.tar.gz) = 10935

View 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.

View file

@ -0,0 +1,4 @@
bin/cvs2gitdump
bin/cvs2svndump
@man man/man1/cvs2gitdump.1
@man man/man1/cvs2svndump.1