From 5a10b6f87e839b5e2dd760b8c54853ea30c4374f Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 13 Jul 2009 22:21:10 +0000 Subject: - Update to 0.4 PR: 136694 Submitted by: Rafael Ostertag (maintainer) --- security/yapet/Makefile | 16 ++++++++++++++-- security/yapet/distinfo | 6 +++--- security/yapet/pkg-plist | 3 +++ 3 files changed, 20 insertions(+), 5 deletions(-) (limited to 'security/yapet') diff --git a/security/yapet/Makefile b/security/yapet/Makefile index 650ce75f7e9e..8e8706bb10f8 100644 --- a/security/yapet/Makefile +++ b/security/yapet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yapet -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= security MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ http://homepage.hispeed.ch/rostertag/yapet/ @@ -19,12 +19,24 @@ MANCOMPRESSED= no USE_OPENSSL= yes GNU_CONFIGURE= yes -OPTIONS= TTITLE "Enable Terminal Title" ON +OPTIONS= TTITLE "Enable Terminal Title" ON \ + CSV2YAPET "Build csv2yapet" ON .include .if defined(WITH_TTITLE) CONFIGURE_ARGS+= --enable-terminal-title +.else +CONFIGURE_ARGS+= --disable-terminal-title +.endif + +.if defined(WITH_CSV2YAPET) +CONFIGURE_ARGS+= --enable-csv2yapet +MAN1+= csv2yapet.1 +PLIST_SUB+= CSV2YAPET="" +.else +CONFIGURE_ARGS+= --disable-csv2yapet +PLIST_SUB+= CSV2YAPET="@comment " .endif .if !defined(WITHOUT_NLS) diff --git a/security/yapet/distinfo b/security/yapet/distinfo index 3c2b84f93fd2..9dd0d4156f87 100644 --- a/security/yapet/distinfo +++ b/security/yapet/distinfo @@ -1,3 +1,3 @@ -MD5 (yapet-0.3.tar.gz) = 4aeef814ea613178b0b5075ef2f44c17 -SHA256 (yapet-0.3.tar.gz) = 60b54f179783315351bce26d92a34974889d92dbfa2a936bdb1b9e74cabd8580 -SIZE (yapet-0.3.tar.gz) = 859076 +MD5 (yapet-0.4.tar.gz) = 9efad0e6b5337b0171d77ee2bf9cecc9 +SHA256 (yapet-0.4.tar.gz) = ae758cd0778e6f55e0dca63f22ce8bca3a77860646324d43ff09539d667d3ae2 +SIZE (yapet-0.4.tar.gz) = 535666 diff --git a/security/yapet/pkg-plist b/security/yapet/pkg-plist index b9da00b48f73..de28aefa027d 100644 --- a/security/yapet/pkg-plist +++ b/security/yapet/pkg-plist @@ -1,12 +1,15 @@ bin/yapet +%%CSV2YAPET%%bin/csv2yapet share/applications/yapet.desktop %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING %%DOCSDIR%%/DESIGN %%DOCSDIR%%/README +%%DOCSDIR%%/LICENSE %%DOCSDIR%%/html/DESIGN.html %%DOCSDIR%%/html/README.html %%DOCSDIR%%/html/yapet.html +%%CSV2YAPET%%%%DOCSDIR%%/html/csv2yapet.html %%NLS%%share/locale/de_AT/LC_MESSAGES/yapet.mo %%NLS%%share/locale/de_CH/LC_MESSAGES/yapet.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/yapet.mo -- cgit