diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-14 06:21:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-14 06:21:10 +0800 |
commit | 5a10b6f87e839b5e2dd760b8c54853ea30c4374f (patch) | |
tree | 9475f53e52054f70d8133e047d198dc61f49cb65 /security/yapet | |
parent | f1cdf599cac515c9f2ee561ce909f9d11494c78e (diff) | |
download | freebsd-ports-gnome-5a10b6f87e839b5e2dd760b8c54853ea30c4374f.tar.gz freebsd-ports-gnome-5a10b6f87e839b5e2dd760b8c54853ea30c4374f.tar.zst freebsd-ports-gnome-5a10b6f87e839b5e2dd760b8c54853ea30c4374f.zip |
- Update to 0.4
PR: 136694
Submitted by: Rafael Ostertag <rafi@guengel.ch> (maintainer)
Diffstat (limited to 'security/yapet')
-rw-r--r-- | security/yapet/Makefile | 16 | ||||
-rw-r--r-- | security/yapet/distinfo | 6 | ||||
-rw-r--r-- | security/yapet/pkg-plist | 3 |
3 files changed, 20 insertions, 5 deletions
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 <bsd.port.pre.mk> .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 |