1 | --- Portfile.orig 2023-02-25 03:15:05 |
---|
2 | +++ Portfile 2023-02-25 03:24:26 |
---|
3 | @@ -4,7 +4,7 @@ |
---|
4 | PortGroup legacysupport 1.1 |
---|
5 | |
---|
6 | name snac |
---|
7 | -version 2.18 |
---|
8 | +version 2.23 |
---|
9 | revision 0 |
---|
10 | distname ${version} |
---|
11 | categories net |
---|
12 | @@ -14,19 +14,22 @@ |
---|
13 | long_description snac2 Social Networks Are Crap \ |
---|
14 | implemented in C (the original snac was Python). \ |
---|
15 | From the README.md: \ |
---|
16 | - Simple but effective web interface. \ |
---|
17 | - Easily-accessed MUTE button to silence morons. \ |
---|
18 | - Tested interoperability with related software. \ |
---|
19 | - No database needed. \ |
---|
20 | - Totally JavaScript-free. \ |
---|
21 | - No cookies either. \ |
---|
22 | - Not much bullshit. |
---|
23 | - |
---|
24 | + - Lightweight, minimal dependencies \ |
---|
25 | + - Extensive support of ActivityPub operations, e.g. write public notes, follow users, be followed, reply to the notes of others, admire wonderful content (like or boost), write private messages... \ |
---|
26 | + - Simple but effective web interface \ |
---|
27 | + - Multiuser \ |
---|
28 | + - Easily-accessed MUTE button to silence morons \ |
---|
29 | + - Tested interoperability with related software \ |
---|
30 | + - No database needed \ |
---|
31 | + - Totally JavaScript-free \ |
---|
32 | + - No cookies either \ |
---|
33 | + - Not much bullshit |
---|
34 | + |
---|
35 | homepage https://codeberg.org/grunfink/snac2/ |
---|
36 | master_sites ${homepage}archive/ |
---|
37 | -checksums rmd160 fc3f76b557b640a669b269a7acfa7e07609574c1 \ |
---|
38 | - sha256 086fd229242dd766f1853d1a6996f81549f116a4a355e86dda3781d36839e7d0 \ |
---|
39 | - size 78216 |
---|
40 | +checksums rmd160 12b5fdde6c17ef90e96229b83aa9eaf1394ec5f4 \ |
---|
41 | + sha256 16232c121ca862e5597c49bd7fba9ac6ba6fb3d31eb978a6d750c62249a0f72f \ |
---|
42 | + size 85756 |
---|
43 | depends_lib path:lib/libssl.dylib:openssl \ |
---|
44 | port:curl |
---|
45 | |
---|