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

(-)Makefile (-3 / +1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	monkeysphere
8
PORTNAME=	monkeysphere
9
PORTVERSION=	0.24
9
PORTVERSION=	0.24
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
12
MASTER_SITES=	http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
12
# hack for debian orig tarballs
13
# hack for debian orig tarballs
Lines 69-75 Link Here
69
	@${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
70
	@${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
70
.endif
71
.endif
71
72
72
post-deinstall:
73
	@${SETENV} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
74
75
.include <bsd.port.mk>
73
.include <bsd.port.mk>
(-)pkg-plist (-34 / +34 lines)
Lines 1-36 Link Here
1
sbin/monkeysphere-host
1
sbin/monkeysphere-host
2
sbin/monkeysphere-authentication
2
sbin/monkeysphere-authentication
3
share/doc/monkeysphere/TODO
3
%%DOCSDIR%%/TODO
4
share/doc/monkeysphere/MonkeySpec
4
%%DOCSDIR%%/MonkeySpec
5
share/doc/monkeysphere/getting-started-user.mdwn
5
%%DOCSDIR%%/getting-started-user.mdwn
6
share/doc/monkeysphere/getting-started-admin.mdwn
6
%%DOCSDIR%%/getting-started-admin.mdwn
7
bin/openpgp2ssh
7
bin/openpgp2ssh
8
bin/pem2openpgp
8
bin/pem2openpgp
9
bin/monkeysphere
9
bin/monkeysphere
10
share/monkeysphere/mh/publish_key
10
%%DATADIR%%/mh/publish_key
11
share/monkeysphere/mh/import_key
11
%%DATADIR%%/mh/import_key
12
share/monkeysphere/mh/set_expire
12
%%DATADIR%%/mh/set_expire
13
share/monkeysphere/mh/diagnostics
13
%%DATADIR%%/mh/diagnostics
14
share/monkeysphere/mh/add_hostname
14
%%DATADIR%%/mh/add_hostname
15
share/monkeysphere/mh/add_revoker
15
%%DATADIR%%/mh/add_revoker
16
share/monkeysphere/mh/revoke_hostname
16
%%DATADIR%%/mh/revoke_hostname
17
share/monkeysphere/mh/revoke_key
17
%%DATADIR%%/mh/revoke_key
18
share/monkeysphere/keytrans
18
%%DATADIR%%/keytrans
19
share/monkeysphere/defaultenv
19
%%DATADIR%%/defaultenv
20
share/monkeysphere/VERSION
20
%%DATADIR%%/VERSION
21
share/monkeysphere/transitions/0.23
21
%%DATADIR%%/transitions/0.23
22
share/monkeysphere/transitions/README.txt
22
%%DATADIR%%/transitions/README.txt
23
share/monkeysphere/ma/list_certifiers
23
%%DATADIR%%/ma/list_certifiers
24
share/monkeysphere/ma/add_certifier
24
%%DATADIR%%/ma/add_certifier
25
share/monkeysphere/ma/update_users
25
%%DATADIR%%/ma/update_users
26
share/monkeysphere/ma/setup
26
%%DATADIR%%/ma/setup
27
share/monkeysphere/ma/remove_certifier
27
%%DATADIR%%/ma/remove_certifier
28
share/monkeysphere/ma/diagnostics
28
%%DATADIR%%/ma/diagnostics
29
share/monkeysphere/common
29
%%DATADIR%%/common
30
share/monkeysphere/m/gen_subkey
30
%%DATADIR%%/m/gen_subkey
31
share/monkeysphere/m/ssh_proxycommand
31
%%DATADIR%%/m/ssh_proxycommand
32
share/monkeysphere/m/subkey_to_ssh_agent
32
%%DATADIR%%/m/subkey_to_ssh_agent
33
share/monkeysphere/m/import_subkey
33
%%DATADIR%%/m/import_subkey
34
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere.conf.sample %D/etc/monkeysphere/monkeysphere.conf; then rm -f %D/etc/monkeysphere/monkeysphere.conf; fi
34
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere.conf.sample %D/etc/monkeysphere/monkeysphere.conf; then rm -f %D/etc/monkeysphere/monkeysphere.conf; fi
35
etc/monkeysphere/monkeysphere.conf.sample
35
etc/monkeysphere/monkeysphere.conf.sample
36
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere.conf ] ; then cp -p %D/%F %B/monkeysphere.conf; fi
36
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere.conf ] ; then cp -p %D/%F %B/monkeysphere.conf; fi
Lines 40-49 Link Here
40
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere-authentication.conf.sample %D/etc/monkeysphere/monkeysphere-authentication.conf; then rm -f %D/etc/monkeysphere/monkeysphere-authentication.conf; fi
40
@unexec if cmp -s %D/etc/monkeysphere/monkeysphere-authentication.conf.sample %D/etc/monkeysphere/monkeysphere-authentication.conf; then rm -f %D/etc/monkeysphere/monkeysphere-authentication.conf; fi
41
etc/monkeysphere/monkeysphere-authentication.conf.sample
41
etc/monkeysphere/monkeysphere-authentication.conf.sample
42
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere-authentication.conf ] ; then cp -p %D/%F %B/monkeysphere-authentication.conf; fi
42
@exec if [ ! -f %D/etc/monkeysphere/monkeysphere-authentication.conf ] ; then cp -p %D/%F %B/monkeysphere-authentication.conf; fi
43
@dirrm share/doc/monkeysphere
43
@dirrm %%DOCSDIR%%
44
@dirrm share/monkeysphere/transitions
44
@dirrm %%DATADIR%%/transitions
45
@dirrm share/monkeysphere/mh
45
@dirrm %%DATADIR%%/mh
46
@dirrm share/monkeysphere/ma
46
@dirrm %%DATADIR%%/ma
47
@dirrm share/monkeysphere/m
47
@dirrm %%DATADIR%%/m
48
@dirrm share/monkeysphere
48
@dirrm %%DATADIR%%
49
@dirrm etc/monkeysphere
49
@dirrm etc/monkeysphere

Return to bug 166092