summaryrefslogtreecommitdiff
path: root/security/snow
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-10-29 09:57:28 +0000
committeragc <agc@pkgsrc.org>2007-10-29 09:57:28 +0000
commitfebcc845a2c252db4d2117cbcfc79f025e2de292 (patch)
treef239990324b12a56ac387207329a6600a7fa41df /security/snow
parent4d511276dcac24a7ae3498278b01bd36fc5d730c (diff)
downloadpkgsrc-febcc845a2c252db4d2117cbcfc79f025e2de292.tar.gz
Initial import of snow-20060213 into the Packages Collection.
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? snow exploits the steganographic nature of whitespace. Locating trailing whitespace in text is like finding a polar bear in a snowstorm (which, by the way, explains the logo). And it uses the ICE encryption algorithm, so the name is thematically consistent.
Diffstat (limited to 'security/snow')
-rw-r--r--security/snow/DESCR14
-rw-r--r--security/snow/Makefile22
-rw-r--r--security/snow/PLIST3
-rw-r--r--security/snow/distinfo5
4 files changed, 44 insertions, 0 deletions
diff --git a/security/snow/DESCR b/security/snow/DESCR
new file mode 100644
index 00000000000..5391303aad5
--- /dev/null
+++ b/security/snow/DESCR
@@ -0,0 +1,14 @@
+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?
+
+snow exploits the steganographic nature of whitespace. Locating
+trailing whitespace in text is like finding a polar bear in a
+snowstorm (which, by the way, explains the logo). And it uses the ICE
+encryption algorithm, so the name is thematically consistent.
diff --git a/security/snow/Makefile b/security/snow/Makefile
new file mode 100644
index 00000000000..faad46b5fec
--- /dev/null
+++ b/security/snow/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $
+
+DISTNAME= snow
+PKGNAME= snow-20060213
+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
+
+WRKSRC= ${WRKDIR}/snow
+BUILD_TARGET= snow
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/snow ${DESTDIR}${PREFIX}/bin/snow
+ ${INSTALL_MAN} ${WRKSRC}/snow.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/snow.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/snow/PLIST b/security/snow/PLIST
new file mode 100644
index 00000000000..1ecf871f051
--- /dev/null
+++ b/security/snow/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $
+bin/snow
+${PKGMANDIR}/man1/snow.1
diff --git a/security/snow/distinfo b/security/snow/distinfo
new file mode 100644
index 00000000000..fa8b4dfb4b0
--- /dev/null
+++ b/security/snow/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/29 09:57:28 agc Exp $
+
+SHA1 (snow.tar.gz) = 36bab642862630761a98a48d35b1582548272758
+RMD160 (snow.tar.gz) = b3fe3a274f1f10411eb948d1662907627c2b76c2
+Size (snow.tar.gz) = 12184 bytes