View | Details | Raw Unified | Return to bug 185093
Collapse All | Expand All

(-)Makefile (-9 / +4 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	kc
4
PORTNAME=	kc
5
PORTVERSION=	2.3.0
5
PORTVERSION=	2.3.2
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	http://keychain.googlecode.com/files/
7
MASTER_SITES=	http://github.com/levaidaniel/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
8
8
9
MAINTAINER=	leva@ecentrum.hu
9
MAINTAINER=	leva@ecentrum.hu
10
COMMENT=	Console based password storing application
10
COMMENT=	Console based password storing application
Lines 13-20 Link Here
13
13
14
LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2 \
14
LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2 \
15
		libpcre.so:${PORTSDIR}/devel/pcre
15
		libpcre.so:${PORTSDIR}/devel/pcre
16
RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
17
16
17
FETCH_ARGS=	-Fpr
18
USES=		pkgconfig
18
USES=		pkgconfig
19
19
20
MAN1=		kc.1
20
MAN1=		kc.1
Lines 21-28 Link Here
21
MANCOMPRESSED=	yes
21
MANCOMPRESSED=	yes
22
22
23
PLIST_DIRS=	share/kc
23
PLIST_DIRS=	share/kc
24
PLIST_FILES=	bin/kc \
24
PLIST_FILES=	bin/kc
25
		share/kc/pwsafe_to_kc.pl
26
25
27
MAKE_ENV+=	HAVE_PCRE=yes
26
MAKE_ENV+=	HAVE_PCRE=yes
28
27
Lines 30-37 Link Here
30
post-patch:
29
post-patch:
31
	@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
30
	@${REINPLACE_CMD} -e 's|pkg-config|${LOCALBASE}/bin/pkgconf|' ${WRKSRC}/Makefile
32
31
33
post-install:
34
	${INSTALL} -d ${PREFIX}/share/kc
35
	${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
36
37
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (kc-2.3.0.tar.gz) = 48da7dabc4da317ec00902cdd811b0b04008923a18b2f2a21948c0410356b2ae
1
SHA256 (kc-2.3.2.tar.gz) = d40a7be30079e4cfc423e1aa2b5dbb0e6f0b3489f1d0e090cd66728bc328fcd8
2
SIZE (kc-2.3.0.tar.gz) = 43625
2
SIZE (kc-2.3.2.tar.gz) = 44779
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Console based password storing application using an encrypted XML
1
Console based password storing application using an encrypted XML
2
document as its database.
2
document as its database.
3
3
4
WWW: http://keychain.googlecode.com
4
WWW: https://github.com/levaidaniel/kc

Return to bug 185093