1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup ustuehler git-cvs d068834563 |
---|
9 | version 20150817 |
---|
10 | categories devel textproc python |
---|
11 | license ISC |
---|
12 | maintainers vt.edu:jpo openmaintainer |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description incrementally import changesets from CVS to Git |
---|
16 | long_description git-cvs is a tool to incrementally import changesets \ |
---|
17 | from CVS into a Git repository with stable commit hashes. |
---|
18 | |
---|
19 | checksums rmd160 77aa12c3c861c3f986d837f4e4a9bfbd10c43e2b \ |
---|
20 | sha256 c9bf13b9dceb315625034e60727850250f67973e055ff764987a726283c4eba6 |
---|
21 | |
---|
22 | python.default_version 27 |
---|