Ticket #49030: Portfile

File Portfile, 1.1 KB (added by jpo@…, 9 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        corecode rcsparse 60871fde79
9version             20140224
10categories          devel textproc python
11license             AGPL-3+
12maintainers         vt.edu:jpo openmaintainer
13platforms           darwin
14
15description         A fast RCS file parsing library
16long_description    ${description}
17
18homepage            http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse
19# Dead, and no new home announced. That's why we're getting it from github.
20# Still keeping it here though in case it comes back. I emailed the author
21# and the email bounced. I pinged him on IRC and didn't hear back.
22# This project seems abandoned.
23
24checksums           rmd160 c08f5751c19ec8c135f755a53ff203b524d1f00e \
25                    sha256 d7a35d0c4088cb9f6940f6b2e03401ed3e99f83656515f5dea85cb8f8b96164d
26
27patchfiles          patch-rcsparse_c.diff patch-py-rcsparse_c.diff
28
29python.versions     27