mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
841 B
Tcl
24 lines
841 B
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 github 1.0
|
|
|
|
github.setup williamh dotconf 1.3 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories devel
|
|
license LGPL-2.1
|
|
maintainers nomaintainer
|
|
|
|
description C-based configuration parser for .conf files
|
|
|
|
long_description dot.conf is a C-based configuration parser for .conf files.
|
|
|
|
master_sites gentoo
|
|
|
|
checksums md5 2c4316f63bb63c38b7f4eb7416cac0df \
|
|
sha1 7eb6ca4be7ff3a2aaedb0b46b6d82af7021eb1e8 \
|
|
rmd160 4fee58bf0695660fd3921af46e4ddceba5ef97c7
|
|
|
|
patchfiles patch-src-dotconf.c.diff
|