Port details |
- note Console based tool to handle encrypted notes
- 1.3.26_1 deskutils =2 1.3.26_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2014-03-23 00:53:14
- Last Update: 2024-04-07 09:36:13
- Commit Hash: 92a030d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: GPLv1
- WWW:
- https://www.daemon.de/NOTE
- Description:
- Console based tool to handle encrypted notes
This is a small console program written in perl, which allows you to manage
notes similar to programs like "knotes" from command line.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/deskutils/note/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/note
- pkg install note
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: note
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1542824911
SHA256 (note-1.3.26.tar.gz) = 38cbbcc47cfffb68ef123c11dccb4c6e31ced9b9fb7be610d1f5eeb26c2ec4c0
SIZE (note-1.3.26.tar.gz) = 53485
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-YAML>=0.1 : textproc/p5-YAML
- p5-Config-General>0 : devel/p5-Config-General
- p5-Crypt-Blowfish>0 : security/p5-Crypt-Blowfish
- p5-Crypt-CBC>0 : security/p5-Crypt-CBC
- p5-Crypt-Rijndael>0 : security/p5-Crypt-Rijndael
- p5-Crypt-DES>0 : security/p5-Crypt-DES
- p5-Crypt-CBC>0 : security/p5-Crypt-CBC
- p5-Crypt-Rijndael>0 : security/p5-Crypt-Rijndael
- p5-Crypt-IDEA>0 : security/p5-Crypt-IDEA
- p5-Crypt-CBC>0 : security/p5-Crypt-CBC
- p5-Crypt-Rijndael>0 : security/p5-Crypt-Rijndael
- p5-DBD-mysql>=0 : databases/p5-DBD-mysql
- p5-DBI>0 : databases/p5-DBI
- p5-Crypt-PWSafe3>0 : security/p5-Crypt-PWSafe3
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for note-1.3.26_1:
EXAMPLES=on: Build and/or install examples
MYSQL=on: MySQL database support
PWSAFE3=on: Password Safe v3 backend
====> Encryption support
DES=on: DES block cipher support
IDEA=on: IDEA block cipher support
BLOWFISH=on: BlowFish block cipher support
===> Use 'make config' to modify these settings
- Options name:
- deskutils_note
- USES:
- perl5 mysql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.26_1 07 Apr 2024 09:36:13 |
Florian Smeets (flo) |
databases/p5-DBD-mysql: Fix for MariaDB users
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.
In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.
In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.
DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This (Only the first 15 lines of the commit message are shown above ) |
1.3.26 10 Sep 2023 23:13:40 |
Alexandre C. Guimarães (rigoletto) |
Returning all my ports to the pool.
- Unfortunately I have no time to maintain them anymore. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.26 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.26 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.26 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.26 22 Nov 2018 19:59:47 |
rigoletto |
deskutils/note: Update to version 1.3.26.
PR: 233387
Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by: tcberner (mentor) |
1.3.22_1 07 Oct 2018 17:30:10 |
rigoletto |
Update maintainer eMail address.
Reviewed by: mat (mentor)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17399 |
1.3.22_1 10 Sep 2018 13:15:48 |
mat |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.3.22_1 18 May 2018 13:07:23 |
fernape |
Fix deskutils/note dependencies for crypto options
PR: 228208
Submitted by: lebarondemerde@privacychain.ch (maintainer)
Approved by: tcberner (mentor)
MFH: 2014Q2
Differential Revision: https://reviews.freebsd.org/D15457 |
1.3.22 15 Apr 2018 11:10:28 |
krion |
Update to version 1.3.22
Pass maintainership to submitter as agreed with previous maintainer
PR: 227298
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by: idefix@fechner.net |
1.3.18_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3.18_2 12 Nov 2015 00:33:40 |
junovitch |
deskutils/note: Remove BROKEN
- Remove BROKEN, make fetch works with both MASTER_SITE and distcache
PR: 204365
Submitted by: idefix@fechner.net (maintainer) |
1.3.18_2 24 Oct 2015 00:41:00 |
bapt |
Mark as broken: does not fetch |
1.3.18_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.3.18_1 20 Oct 2014 11:52:39 |
bapt |
Cleanup plist |
1.3.18_1 26 Jun 2014 21:30:05 |
rakuco |
Add missing runtime dependencies to the port.
PR: 190872
Submitted by: idefix@fechner.net (maintainer) |
1.3.18 23 Mar 2014 00:52:58 |
danilo |
- 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> |