diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-16 18:02:55 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-16 18:02:55 +0000 |
commit | 475aacb07ed4c827d0b49927892de48b6d960721 (patch) | |
tree | 2fb0e92425a5b97c0b424e41e009e018f574532c /security/snow | |
parent | b8304fbdfc9244379f8bcf6a061339fafbd6714e (diff) | |
download | pkgsrc-475aacb07ed4c827d0b49927892de48b6d960721.tar.gz |
CONFLICTS with STk-[0-9]*; ++pkgrevision
Set LICENSE
Fix pkglint warnings
Diffstat (limited to 'security/snow')
-rw-r--r-- | security/snow/DESCR | 14 | ||||
-rw-r--r-- | security/snow/Makefile | 6 | ||||
-rw-r--r-- | security/snow/PLIST | 4 |
3 files changed, 14 insertions, 10 deletions
diff --git a/security/snow/DESCR b/security/snow/DESCR index 5391303aad5..eff85387a64 100644 --- a/security/snow/DESCR +++ b/security/snow/DESCR @@ -1,10 +1,10 @@ -Whitespace steganography - -The program snow is used to conceal messages in ASCII text by -appending whitespace to the end of lines. Because spaces and tabs are -generally not visible in text viewers, the message is effectively -hidden from casual observers. And if the built-in encryption is used, -the message cannot be read even if it is detected. +Whitespace steganography + +The program snow is used to conceal messages in ASCII text by +appending whitespace to the end of lines. Because spaces and tabs are +generally not visible in text viewers, the message is effectively +hidden from casual observers. And if the built-in encryption is used, +the message cannot be read even if it is detected. What's in a name? diff --git a/security/snow/Makefile b/security/snow/Makefile index faad46b5fec..8af4f7bb944 100644 --- a/security/snow/Makefile +++ b/security/snow/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/16 18:02:55 cheusov Exp $ DISTNAME= snow PKGNAME= snow-20060213 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.darkside.com.au/snow/ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.darkside.com.au/snow/index.html COMMENT= Whitespace steganography program +LICENSE= gnu-gpl-v2 + +CONFLICTS+= STk-[0-9]* WRKSRC= ${WRKDIR}/snow BUILD_TARGET= snow diff --git a/security/snow/PLIST b/security/snow/PLIST index 1ecf871f051..db37e3744b8 100644 --- a/security/snow/PLIST +++ b/security/snow/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/09/16 18:02:55 cheusov Exp $ bin/snow -${PKGMANDIR}/man1/snow.1 +man/man1/snow.1 |