Ticket #49032: Portfile

File Portfile, 859 bytes (added by jpo@…, 8 years ago)
Line 
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
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           github 1.0
7
8github.setup        ustuehler git-cvs d068834563
9version             20150817
10categories          devel textproc python
11license             ISC
12maintainers         vt.edu:jpo openmaintainer
13platforms           darwin
14
15description         incrementally import changesets from CVS to Git
16long_description    git-cvs is a tool to incrementally import changesets \
17                    from CVS into a Git repository with stable commit hashes.
18
19checksums           rmd160  77aa12c3c861c3f986d837f4e4a9bfbd10c43e2b \
20                    sha256  c9bf13b9dceb315625034e60727850250f67973e055ff764987a726283c4eba6
21
22python.default_version  27