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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup legacysupport 1.1 |
---|
5 | |
---|
6 | name snac |
---|
7 | version 2.12 |
---|
8 | revision 0 |
---|
9 | distname ${version} |
---|
10 | categories net |
---|
11 | license MIT |
---|
12 | maintainers {@artkiver gmail.com:artkiver} openmaintainer |
---|
13 | description A simple, minimalistic ActivityPub instance |
---|
14 | long_description snac2 Social Networks Are Crap \ |
---|
15 | implemented in C (the original snac was Python). \ |
---|
16 | From the README.md: \ |
---|
17 | Simple but effective web interface. \ |
---|
18 | Easily-accessed MUTE button to silence morons \ |
---|
19 | Tested interoperability with related software \ |
---|
20 | No database needed \ |
---|
21 | Totally JavaScript-free \ |
---|
22 | No cookies either \ |
---|
23 | Not much bullshit |
---|
24 | |
---|
25 | homepage https://codeberg.org/grunfink/snac2 |
---|
26 | master_sites ${homepage}archive/ |
---|
27 | checksums rmd160 c601ba29e7cb71a84508ae4ca34e208925805513 \ |
---|
28 | sha256 2422b5fc7000c675063f43e3800d2cee84a7347ac2dd2dc1b7c257f64fe07620 \ |
---|
29 | size 65818 |
---|
30 | depends_lib path:lib/libssl.dylib:openssl \ |
---|
31 | port:curl |
---|
32 | use_configure no |
---|
33 | use_parallel_build no |
---|
34 | patch.args -p1 |
---|
35 | patchfiles Makefile.patch |
---|
36 | post-patch {reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile} |
---|