View | Details | Raw Unified | Return to bug 227298 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/note/Makefile (-4 / +23 lines)
Lines 1-20 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	note
3
PORTNAME=	note
4
PORTVERSION=	1.3.18
4
DISTVERSION=	1.3.22
5
PORTREVISION=	2
6
CATEGORIES=	deskutils perl5
5
CATEGORIES=	deskutils perl5
7
MASTER_SITES=	http://www.daemon.de/idisk/Apps/note/
6
MASTER_SITES=	http://www.daemon.de/idisk/Apps/note/
8
7
9
MAINTAINER=	idefix@fechner.net
8
MAINTAINER=	lebarondemerde@privacychain.ch
10
COMMENT=	Console based tool to handle encrypted notes
9
COMMENT=	Console based tool to handle encrypted notes
11
10
12
LICENSE=	GPLv1
11
LICENSE=	GPLv1
13
12
14
RUN_DEPENDS=	p5-YAML>=0.1:textproc/p5-YAML \
13
RUN_DEPENDS=	p5-YAML>=0.1:textproc/p5-YAML \
15
		p5-Crypt-IDEA>=1.0:security/p5-Crypt-IDEA
14
		p5-Config-General>0:devel/p5-Config-General
15
#		p5-Getopt-Long>0:devel/p5-Getopt-Long
16
16
17
USES=		perl5
17
USES=		perl5
18
USE_PERL5=	configure
18
USE_PERL5=	configure
19
19
20
OPTIONS_DEFINE=		CRYPTO MYSQL PWSAFE3
21
OPTIONS_DEFAULT=	CRYPTO MYSQL PWSAFE3
22
23
CRYPTO_DESC=		Encryption support
24
CRYPTO_RUN_DEPENDS=	p5-Crypt-CBC>0:security/p5-Crypt-CBC \
25
			p5-Crypt-DES>0:security/p5-Crypt-DES \
26
			p5-Crypt-IDEA>0:security/p5-Crypt-IDEA \
27
			p5-Crypt-Rijndael>0:security/p5-Crypt-Rijndael
28
29
MYSQL_RUN_DEPENDS=	p5-DBD-mysql>0:databases/p5-DBD-mysql \
30
			p5-DBI>0:databases/p5-DBI
31
32
PWSAFE3_DESC=		Password Safe v3 backend
33
PWSAFE3_RUN_DEPENDS=	p5-Crypt-PWSafe3>0:security/p5-Crypt-PWSafe3
34
35
post-patch:
36
	@${REINPLACE_CMD} -e 's|{{(|{\\{(|g' \
37
		${WRKSRC}/bin/note
38
20
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)deskutils/note/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (note-1.3.18.tar.gz) = ba3b4db2709ce4e662b205254dfc83a27ff6912316e80a8ed1e3b52a14847071
1
TIMESTAMP = 1522908300
2
SIZE (note-1.3.18.tar.gz) = 52108
2
SHA256 (note-1.3.22.tar.gz) = d8821168ca6266c443d01a286ba3f410c8330d55abf9f9a993ea8950eeb31478
3
SIZE (note-1.3.22.tar.gz) = 52827
(-)deskutils/note/pkg-descr (-3 / +4 lines)
Lines 1-5 Link Here
1
This is a small console program written in
1
Console based tool to handle encrypted notes
2
perl, which allows you to manage notes similar
3
to programs like "knotes" from commandline.
4
2
3
This is a small console program written in perl, which allows you to manage
4
notes similar to programs like "knotes" from command line.
5
5
WWW: http://www.daemon.de/NOTE
6
WWW: http://www.daemon.de/NOTE

Return to bug 227298