You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
30 lines
1.2 KiB
Tcl
30 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup corecode rcsparse 206bca0b90
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name py-rcsparse
|
|
# the sources claim version 0.1, but there are no actual releases,
|
|
# so we are using the date as an 'artificial subversion'
|
|
version 0.1_20151027
|
|
categories-append devel textproc
|
|
license AGPL-3+
|
|
maintainers {vt.edu:jpo @jpouellet} openmaintainer
|
|
|
|
description A fast RCS file parsing library
|
|
long_description {*}${description}
|
|
|
|
# homepage http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse
|
|
# Dead, and no new home announced. That's why we're getting it from github.
|
|
# Still keeping it here though in case it comes back. I emailed the author
|
|
# and the email bounced. I pinged him on IRC and didn't hear back.
|
|
|
|
checksums rmd160 98783f8004d19a9cd7a4e9f1ba6c45b90d2a7d05 \
|
|
sha256 d0f7f05ec0e0c15e2ae60ba15489f9aa030edba7a9703939269bf8a0ef88481b
|
|
|
|
python.versions 27
|