diff options
author | danfe <danfe@FreeBSD.org> | 2017-03-19 17:21:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-03-19 17:21:01 +0800 |
commit | f226e6b13f2ca285a19e8bd04d6b6d684165f6d3 (patch) | |
tree | 415d1e745b622b5f245211f3abfe12feccd75c38 /editors/Makefile | |
parent | 8d93b9546f45a1f8f13c1f674b44a4f2246b4db0 (diff) | |
download | freebsd-ports-gnome-f226e6b13f2ca285a19e8bd04d6b6d684165f6d3.tar.gz freebsd-ports-gnome-f226e6b13f2ca285a19e8bd04d6b6d684165f6d3.tar.zst freebsd-ports-gnome-f226e6b13f2ca285a19e8bd04d6b6d684165f6d3.zip |
Add new port `editors/encryptpad', a minimalist secure text editor and
binary encryptor.
WWW: http://evpo.net/encryptpad/
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484432907 which corresponds to commit c9e6636 tagged
as this release.
PR: 215639
Submitted by: Dmitri Goutnik
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index b4d22f83abc4..e80b51ce7cfa 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -53,6 +53,7 @@ SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += emacs-nox11 + SUBDIR += encryptpad SUBDIR += fileobj SUBDIR += flim SUBDIR += focuswriter |