diff options
author | danilo <danilo@FreeBSD.org> | 2014-03-23 08:52:57 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-03-23 08:52:57 +0800 |
commit | 60138d3c9dde421dcf5340c5cbd08f932a5ee362 (patch) | |
tree | b61f60f7daaeb3345429dea3ad25a063480a165c | |
parent | 69d16d923b9d609a7def42c7924e5162eaf77d18 (diff) | |
download | freebsd-ports-gnome-60138d3c9dde421dcf5340c5cbd08f932a5ee362.tar.gz freebsd-ports-gnome-60138d3c9dde421dcf5340c5cbd08f932a5ee362.tar.zst freebsd-ports-gnome-60138d3c9dde421dcf5340c5cbd08f932a5ee362.zip |
- Add the new port: deskutils/note
- Pass maintainership to submitter
This is a small console program written in
perl, which allows you to manage notes similar
to programs like "knotes" from commandline.
PR: ports/187821
Submitted by: Matthias Fechner <idefix@fechner.net>
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/note/Makefile | 16 | ||||
-rw-r--r-- | deskutils/note/distinfo | 2 | ||||
-rw-r--r-- | deskutils/note/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/note/pkg-plist | 22 |
5 files changed, 46 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index ff6e43dc628f..6f0646eada20 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -151,6 +151,7 @@ SUBDIR += nautilus-locked-folder SUBDIR += nautilus-open-terminal SUBDIR += nautilus-sendto + SUBDIR += note SUBDIR += notecase SUBDIR += notification-daemon SUBDIR += notify-osd diff --git a/deskutils/note/Makefile b/deskutils/note/Makefile new file mode 100644 index 000000000000..08599effab18 --- /dev/null +++ b/deskutils/note/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= note +PORTVERSION= 1.3.18 +CATEGORIES= deskutils perl5 +MASTER_SITES= http://www.daemon.de/idisk/Apps/note/ + +MAINTAINER= idefix@fechner.net +COMMENT= Console based tool to handle encrypted notes + +LICENSE= GPLv1 + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/deskutils/note/distinfo b/deskutils/note/distinfo new file mode 100644 index 000000000000..c3f3529dff91 --- /dev/null +++ b/deskutils/note/distinfo @@ -0,0 +1,2 @@ +SHA256 (note-1.3.18.tar.gz) = ba3b4db2709ce4e662b205254dfc83a27ff6912316e80a8ed1e3b52a14847071 +SIZE (note-1.3.18.tar.gz) = 52108 diff --git a/deskutils/note/pkg-descr b/deskutils/note/pkg-descr new file mode 100644 index 000000000000..dce9427b9bdc --- /dev/null +++ b/deskutils/note/pkg-descr @@ -0,0 +1,5 @@ +This is a small console program written in +perl, which allows you to manage notes similar +to programs like "knotes" from commandline. + +WWW: http://www.daemon.de/NOTE diff --git a/deskutils/note/pkg-plist b/deskutils/note/pkg-plist new file mode 100644 index 000000000000..4a885ef3e2f2 --- /dev/null +++ b/deskutils/note/pkg-plist @@ -0,0 +1,22 @@ +bin/note +%%PERL5_MAN3%%/NOTEDB::binary.3.gz +%%PERL5_MAN3%%/NOTEDB::dbm.3.gz +%%PERL5_MAN3%%/NOTEDB::dumper.3.gz +%%PERL5_MAN3%%/NOTEDB::general.3.gz +%%PERL5_MAN3%%/NOTEDB::mysql.3.gz +%%PERL5_MAN3%%/NOTEDB::pwsafe3.3.gz +%%PERL5_MAN3%%/NOTEDB::text.3.gz +%%PERL5_MAN3%%/note.3.gz +%%SITE_PERL%%/NOTEDB.pm +%%SITE_PERL%%/NOTEDB/README +%%SITE_PERL%%/NOTEDB/binary.pm +%%SITE_PERL%%/NOTEDB/dbm.pm +%%SITE_PERL%%/NOTEDB/dumper.pm +%%SITE_PERL%%/NOTEDB/general.pm +%%SITE_PERL%%/NOTEDB/mysql.pm +%%SITE_PERL%%/NOTEDB/pwsafe3.pm +%%SITE_PERL%%/NOTEDB/text.pm +%%SITE_PERL%%/mach/auto/NOTEDB/.packlist +%%SITE_PERL%%/note.pod +@dirrm %%SITE_PERL%%/mach/auto/NOTEDB +@dirrm %%SITE_PERL%%/NOTEDB |