www/shiori: Add new port

Shiori is a simple bookmarks manager written in the Go language.
Intended as a simple clone of Pocket. You can use it as a command line
application or as a web application. This application is distributed as
a single binary, which means it can be installed and used easily.

https://github.com/go-shiori/shiori
This commit is contained in:
Nicola Vitale 2023-08-13 14:17:59 +02:00
parent 493a1a00b7
commit 164f817254
No known key found for this signature in database
GPG key ID: A51E190C4C0808D0
4 changed files with 29 additions and 0 deletions

View file

@ -2255,6 +2255,7 @@
SUBDIR += sfeed
SUBDIR += sfnt2woff
SUBDIR += shellinabox
SUBDIR += shiori
SUBDIR += silicon
SUBDIR += simple-web-server
SUBDIR += sitecopy

19
www/shiori/Makefile Normal file
View file

@ -0,0 +1,19 @@
PORTNAME= shiori
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.5
CATEGORIES= www
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple bookmark manager built with Go
WWW= https://github.com/go-shiori/shiori
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/go-shiori/shiori
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
www/shiori/distinfo Normal file
View file

@ -0,0 +1,5 @@
TIMESTAMP = 1691919246
SHA256 (go/www_shiori/shiori-v1.5.5/v1.5.5.mod) = 669d714319d041150a4a9c714497f20534b20a7c69e43ece1e6a8c9023df533e
SIZE (go/www_shiori/shiori-v1.5.5/v1.5.5.mod) = 2674
SHA256 (go/www_shiori/shiori-v1.5.5/v1.5.5.zip) = daedd766e7d8ec555cda183ce25a0dbdd14b6bdf6312fe1b333c419c0f1587d9
SIZE (go/www_shiori/shiori-v1.5.5/v1.5.5.zip) = 6913098

4
www/shiori/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
Shiori is a simple bookmarks manager written in the Go language. Intended as a
simple clone of Pocket. You can use it as a command line application or as a
web application. This application is distributed as a single binary, which
means it can be installed and used easily.