summaryrefslogtreecommitdiff
path: root/security/snow
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-09-16 18:02:55 +0000
committercheusov <cheusov@pkgsrc.org>2012-09-16 18:02:55 +0000
commit56539b1eafbe8f8858b42723d122a655897eb942 (patch)
tree2fb0e92425a5b97c0b424e41e009e018f574532c /security/snow
parent7392cce5d3509319dbcde8e920da845e58417fa9 (diff)
downloadpkgsrc-56539b1eafbe8f8858b42723d122a655897eb942.tar.gz
CONFLICTS with STk-[0-9]*; ++pkgrevision
Set LICENSE Fix pkglint warnings
Diffstat (limited to 'security/snow')
-rw-r--r--security/snow/DESCR14
-rw-r--r--security/snow/Makefile6
-rw-r--r--security/snow/PLIST4
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