Skip to content

Commit

Permalink
www/shiori: Add new port
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nivit committed Aug 13, 2023
1 parent 493a1a0 commit 164f817
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2255,6 +2255,7 @@
SUBDIR += sfeed
SUBDIR += sfnt2woff
SUBDIR += shellinabox
SUBDIR += shiori
SUBDIR += silicon
SUBDIR += simple-web-server
SUBDIR += sitecopy
Expand Down
19 changes: 19 additions & 0 deletions www/shiori/Makefile
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions www/shiori/distinfo
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions www/shiori/pkg-descr
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 164f817

Please sign in to comment.