svn commit: r565314 - in head/textproc: . textnote

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Feb 15 14:38:13 UTC 2021


Author: 0mp
Date: Mon Feb 15 14:38:12 2021
New Revision: 565314
URL: https://svnweb.freebsd.org/changeset/ports/565314

Log:
  Add textproc/textnote
  
  textnote is a command line tool for quickly creating and managing daily plain
  text notes. It is designed for ease of use to encourage the practice of daily,
  organized note taking. textnote intentionally facilitates only the management
  (creation, opening, organizing, and consolidated archiving) of notes, following
  the philosophy that notes are best written in a text editor and not via a CLI.
  
  All note files are stored locally on the file system in a single directory.
  Notes can easily be synced to a remote server or cloud service if so desired by
  ensuring the application directory is remotely synced.
  
  WWW: https://github.com/dkaslovsky/textnote#installation

Added:
  head/textproc/textnote/
  head/textproc/textnote/Makefile   (contents, props changed)
  head/textproc/textnote/distinfo   (contents, props changed)
  head/textproc/textnote/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Feb 15 14:30:09 2021	(r565313)
+++ head/textproc/Makefile	Mon Feb 15 14:38:12 2021	(r565314)
@@ -1808,6 +1808,7 @@
     SUBDIR += texi2db
     SUBDIR += texi2html
     SUBDIR += texi2mdoc
+    SUBDIR += textnote
     SUBDIR += textogif
     SUBDIR += textql
     SUBDIR += the_silver_searcher

Added: head/textproc/textnote/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/textnote/Makefile	Mon Feb 15 14:38:12 2021	(r565314)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME=	textnote
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.0
+CATEGORIES=	textproc
+
+MAINTAINER=	0mp at FreeBSD.org
+COMMENT=	Tool for creating and organizing daily notes on the command line
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		go:modules
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+USE_GITHUB=	yes
+GH_TUPLE=       \
+                BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
+                davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
+                go-edn:edn:93e3b8dd0e24:go_edn_edn/vendor/olympos.io/encoding/edn \
+                go-yaml:yaml:9f266ea9e77c:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \
+                go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
+                ilyakaznacheev:cleanenv:v1.2.5:ilyakaznacheev_cleanenv/vendor/github.com/ilyakaznacheev/cleanenv \
+                inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
+                joho:godotenv:v1.3.0:joho_godotenv/vendor/github.com/joho/godotenv \
+                pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
+                pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
+                spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \
+                spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
+                stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify
+GH_ACCOUNT=	dkaslovsky
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/textproc/textnote/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/textnote/distinfo	Mon Feb 15 14:38:12 2021	(r565314)
@@ -0,0 +1,29 @@
+TIMESTAMP = 1613399336
+SHA256 (dkaslovsky-textnote-v1.0.0_GH0.tar.gz) = a59c6c1a830ea9417e118d5bd260ade24f482145b1a216a78fcfa38391b80aa6
+SIZE (dkaslovsky-textnote-v1.0.0_GH0.tar.gz) = 42600
+SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
+SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
+SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
+SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
+SHA256 (go-edn-edn-93e3b8dd0e24_GH0.tar.gz) = 6b1c2a407e9b50a34587f1a352dd69684273045420be4406db756e9e9726f47e
+SIZE (go-edn-edn-93e3b8dd0e24_GH0.tar.gz) = 56779
+SHA256 (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 63efc9aabcbb56b2c9469927784fd67ecb3a79720c4fa754c511335a04156d04
+SIZE (go-yaml-yaml-9f266ea9e77c_GH0.tar.gz) = 86898
+SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
+SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209
+SHA256 (ilyakaznacheev-cleanenv-v1.2.5_GH0.tar.gz) = be2dbac883643533322bf6de918d11ce921bde7d1fbcfcd986dd86b0c786c836
+SIZE (ilyakaznacheev-cleanenv-v1.2.5_GH0.tar.gz) = 176149
+SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
+SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
+SHA256 (joho-godotenv-v1.3.0_GH0.tar.gz) = 07beb0bae964dbe37442603a404196111dbbbaaa986fc179d5d5fdc46ed6a189
+SIZE (joho-godotenv-v1.3.0_GH0.tar.gz) = 9941
+SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
+SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415
+SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
+SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
+SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d
+SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402
+SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808
+SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796
+SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5aa2beb58ef7a94530d7724b5739a8d6
+SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073

Added: head/textproc/textnote/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/textnote/pkg-descr	Mon Feb 15 14:38:12 2021	(r565314)
@@ -0,0 +1,11 @@
+textnote is a command line tool for quickly creating and managing daily plain
+text notes. It is designed for ease of use to encourage the practice of daily,
+organized note taking. textnote intentionally facilitates only the management
+(creation, opening, organizing, and consolidated archiving) of notes, following
+the philosophy that notes are best written in a text editor and not via a CLI.
+
+All note files are stored locally on the file system in a single directory.
+Notes can easily be synced to a remote server or cloud service if so desired by
+ensuring the application directory is remotely synced.
+
+WWW: https://github.com/dkaslovsky/textnote#installation


More information about the svn-ports-all mailing list