diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-18 18:36:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-18 18:36:31 +0000 |
commit | cf42384c4e884460852fe2cc6fd191b007afd3f4 (patch) | |
tree | e15389771cb39b6ccd9fd9b88b59cd230ff47c37 /security | |
parent | 64fae2a028cf51fbb4314bba8de4b65daa07ea0e (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/shishi/Makefile | 16 | ||||
-rw-r--r-- | security/shishi/Makefile.man | 5 | ||||
-rw-r--r-- | security/shishi/distinfo | 4 | ||||
-rw-r--r-- | security/shishi/pkg-message | 2 | ||||
-rw-r--r-- | security/shishi/pkg-plist | 3 |
5 files changed, 22 insertions, 8 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 27b4194e21f7..99bd36473be2 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -7,8 +7,7 @@ # PORTNAME= shishi -PORTVERSION= 0.0.14 -PORTREVISION= 1 +PORTVERSION= 0.0.15 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ @@ -19,7 +18,6 @@ LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn \ tasn1.2:${PORTSDIR}/security/libtasn1 USE_PERL5_BUILD= yes -USE_GETTEXT= yes USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -31,11 +29,21 @@ INSTALLS_SHLIB= yes INFO= shishi +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +SED_SCRIPT+= -e 's,%%PREFIX%%,${PREFIX},g' + post-extract: @${RM} -f ${WRKSRC}/doc/shishi.info* post-install: - @${SED} 's:/usr/local:${PREFIX}:g' ${PKGMESSAGE} + @${SED} ${SED_SCRIPT} < ${PKGMESSAGE} .include "Makefile.man" .include <bsd.port.mk> diff --git a/security/shishi/Makefile.man b/security/shishi/Makefile.man index bf52d3edd30f..923656308490 100644 --- a/security/shishi/Makefile.man +++ b/security/shishi/Makefile.man @@ -164,6 +164,9 @@ MAN3+= shishi_authenticator_print.3 MAN3+= shishi_authenticator_read.3 MAN3+= shishi_authenticator_remove_subkey.3 MAN3+= shishi_authenticator_save.3 +MAN3+= shishi_authenticator_seqnumber_get.3 +MAN3+= shishi_authenticator_seqnumber_remove.3 +MAN3+= shishi_authenticator_seqnumber_set.3 MAN3+= shishi_authenticator_set_cksum.3 MAN3+= shishi_authenticator_set_cname.3 MAN3+= shishi_authenticator_set_crealm.3 @@ -246,6 +249,8 @@ MAN3+= shishi_encapreppart_print.3 MAN3+= shishi_encapreppart_read.3 MAN3+= shishi_encapreppart_save.3 MAN3+= shishi_encapreppart_seqnumber_get.3 +MAN3+= shishi_encapreppart_seqnumber_remove.3 +MAN3+= shishi_encapreppart_seqnumber_set.3 MAN3+= shishi_encapreppart_time_copy.3 MAN3+= shishi_encapreppart_to_file.3 MAN3+= shishi_enckdcreppart_flags_set.3 diff --git a/security/shishi/distinfo b/security/shishi/distinfo index ed2e98db350f..cc3d812fff0e 100644 --- a/security/shishi/distinfo +++ b/security/shishi/distinfo @@ -1,2 +1,2 @@ -MD5 (shishi-0.0.14.tar.gz) = 3801d2e8ca23b3ee8d72903e0be22a2f -SIZE (shishi-0.0.14.tar.gz) = 2598488 +MD5 (shishi-0.0.15.tar.gz) = 8ac3ef47d3a4536f893c5dec5516f50e +SIZE (shishi-0.0.15.tar.gz) = 2648726 diff --git a/security/shishi/pkg-message b/security/shishi/pkg-message index 0751a284df9e..a70c92fe1ffb 100644 --- a/security/shishi/pkg-message +++ b/security/shishi/pkg-message @@ -3,5 +3,5 @@ NOTE: To finish installing this port, you need to execute the following commands: # mkdir -m 0700 -p /var/shishi -# /usr/local/bin/shisa -a > /usr/local/etc/shishi/shishi.keys +# %%PREFIX%%/bin/shisa -a > %%PREFIX%%/etc/shishi/shishi.keys ================================================================= diff --git a/security/shishi/pkg-plist b/security/shishi/pkg-plist index 4e4a8aaeeed3..96810b29f7ce 100644 --- a/security/shishi/pkg-plist +++ b/security/shishi/pkg-plist @@ -14,5 +14,6 @@ lib/libshishi.so lib/libshishi.so.0 libdata/pkgconfig/shishi.pc sbin/shishid -share/locale/sv/LC_MESSAGES/shishi.mo +%%NLS%%share/locale/pl/LC_MESSAGES/shishi.mo +%%NLS%%share/locale/sv/LC_MESSAGES/shishi.mo @unexec rmdir %D/etc/shishi 2>/dev/null || true |