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 corecode rcsparse 60871fde79 |
---|
9 | version 20140224 |
---|
10 | categories devel textproc python |
---|
11 | license AGPL-3+ |
---|
12 | maintainers vt.edu:jpo openmaintainer |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | description A fast RCS file parsing library |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | homepage 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 | |
---|
24 | checksums rmd160 c08f5751c19ec8c135f755a53ff203b524d1f00e \ |
---|
25 | sha256 d7a35d0c4088cb9f6940f6b2e03401ed3e99f83656515f5dea85cb8f8b96164d |
---|
26 | |
---|
27 | patchfiles patch-rcsparse_c.diff patch-py-rcsparse_c.diff |
---|
28 | |
---|
29 | python.versions 27 |
---|