git: fbca8a59b333 - main - net/sakisafe: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 02:44:00 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=fbca8a59b3336a19ebe7e9988743ca4f978c85aa commit fbca8a59b3336a19ebe7e9988743ca4f978c85aa Author: qorg11 <teru-sama@riseup.net> AuthorDate: 2022-06-20 10:47:22 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-06-21 02:43:45 +0000 net/sakisafe: New port PR: 264784 --- net/Makefile | 1 + net/sakisafecli/Makefile | 13 +++++++++++++ net/sakisafecli/distinfo | 3 +++ net/sakisafecli/pkg-descr | 3 +++ net/sakisafecli/pkg-plist | 3 +++ 5 files changed, 23 insertions(+) diff --git a/net/Makefile b/net/Makefile index 0f567ab0361a..bb6804b2201b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1391,6 +1391,7 @@ SUBDIR += ryu SUBDIR += s5cmd SUBDIR += sacc + SUBDIR += sakisafe SUBDIR += samba412 SUBDIR += samba413 SUBDIR += samplicator diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile new file mode 100644 index 000000000000..f85b3bdc8767 --- /dev/null +++ b/net/sakisafecli/Makefile @@ -0,0 +1,13 @@ +PORTNAME= sakisafe +DISTVERSION= 2.0.7 +CATEGORIES= net +MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/ +LICENSE= GPLv3 +CFLAGS= -I/usr/local/include -fPIC +LIB_DEPENDS= libconfig.so:devel/libconfig \ + libcurl.so:ftp/curl +MAINTAINER= teru-sama@ebin.city +COMMENT= Client for many file-sharing websites. +WWW= https://git.qorg11.net/sakisafe.git +.include <bsd.port.mk> + diff --git a/net/sakisafecli/distinfo b/net/sakisafecli/distinfo new file mode 100644 index 000000000000..7d79121f7ae6 --- /dev/null +++ b/net/sakisafecli/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1655721667 +SHA256 (sakisafe-2.0.7.tar.gz) = 57284067b3fa6d83360105d9d6428d44bebd4ef0025c9b8cd4d9f65570de0a97 +SIZE (sakisafe-2.0.7.tar.gz) = 131108 diff --git a/net/sakisafecli/pkg-descr b/net/sakisafecli/pkg-descr new file mode 100644 index 000000000000..27b72d1fad15 --- /dev/null +++ b/net/sakisafecli/pkg-descr @@ -0,0 +1,3 @@ +sakisafecli is a file uploader written in C which is intended for +sakisafe, but it also supports 0x0.st, i.kalli.st, up.concealed.world +and many others! diff --git a/net/sakisafecli/pkg-plist b/net/sakisafecli/pkg-plist new file mode 100644 index 000000000000..a33a9657be25 --- /dev/null +++ b/net/sakisafecli/pkg-plist @@ -0,0 +1,3 @@ +bin/sakisafecli +man/man1/sakisafecli.1.gz +man/man5/sakisafeclirc.5.gz