-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c84f2a
commit 912b18b
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# -*- 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 | ||
PortGroup cmake 1.1 | ||
|
||
github.setup HardySimpson zlog 1.2.18 | ||
github.tarball_from archive | ||
revision 0 | ||
categories devel | ||
license Apache-2 | ||
maintainers {@sikmir disroot.org:sikmir} openmaintainer | ||
description Reliable, high-performance, thread safe, flexible, clear-model, pure C logging library | ||
long_description {*}${description} | ||
|
||
checksums rmd160 f9969c546b2008b5aa9e3fdb01afb1facb8f239b \ | ||
sha256 3977dc8ea0069139816ec4025b320d9a7fc2035398775ea91429e83cb0d1ce4e \ | ||
size 130997 |