Commits
Ken Cunningham authored and Ken committed 5c9671c014e
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | |
7 7 | # Tiger: add missing PTHREAD_RWLOCK_INITIALIZER definition for pthread.h |
8 8 | PortGroup legacysupport 1.0 |
9 9 | |
10 10 | github.setup cmus cmus 2.8.0 v |
11 - | revision 0 |
11 + | revision 1 |
12 12 | categories audio |
13 13 | maintainers {@g5pw g5pw} \ |
14 14 | {@Traace hotmail.de:xxtraacexx} \ |
15 15 | openmaintainer |
16 16 | license GPL-2+ |
17 17 | description ncurses based music player |
18 18 | long_description cmus is a small and fast text mode music player for Linux \ |
19 19 | and many other UNIX like operating systems. |
20 20 | homepage https://cmus.github.io/ |
21 21 | platforms darwin |