diff options
author | 2018-06-24 01:08:29 +0700 | |
---|---|---|
committer | 2018-07-07 07:22:11 +0700 | |
commit | 5adebb3a6b67eab70a4f8dd66fcc3c207b0d56f5 (patch) | |
tree | 36440aaa530cea0217bbac42cdd6bf9d7fd4c452 | |
parent | f26763db9a63bcfd7d15764969c406ac2d368f1b (diff) | |
download | slackbuilds-pasture.tar.gz slackbuilds-pasture.tar.xz |
system/openstego: Removed (No maintainer).pasture
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/openstego/README | 26 | ||||
-rw-r--r-- | system/openstego/doinst.sh | 3 | ||||
-rw-r--r-- | system/openstego/openstego.SlackBuild | 67 | ||||
-rw-r--r-- | system/openstego/openstego.desktop | 11 | ||||
-rw-r--r-- | system/openstego/openstego.info | 10 | ||||
-rw-r--r-- | system/openstego/openstego.png | bin | 1747 -> 0 bytes | |||
-rw-r--r-- | system/openstego/openstego.sh | 2 | ||||
-rw-r--r-- | system/openstego/slack-desc | 19 |
8 files changed, 0 insertions, 138 deletions
diff --git a/system/openstego/README b/system/openstego/README deleted file mode 100644 index 5f232531a4..0000000000 --- a/system/openstego/README +++ /dev/null @@ -1,26 +0,0 @@ -OpenStego is a tool implemented in Java for generic steganography, -with support for password-based encryption of the data. - -Features: - - - OpenStego is written in pure Java and should run on all platforms - supported by java. It has been tested on MS Windows and Linux, - but should not have any problem on other platforms too. Please - report bugs if you find any. - - It supports password-based encryption of data for additional - layer of security. DES algorithm is used for data encryption, - along with MD5 hashing to derive the DES key from the password - provided. - - It uses a plugin based architecture, where various plugins can - be created for different kind of Steganographic algorithms. - Currently, it supports two plugins - LSB (Using Least Significant - Bit of Image Pixels) and RandomLSB (Randomized LSB), but new - plugins can be created for other algorithms like DCT, FFT, etc. - Plugins can also be easily added for other type of cover files - like Audio files. - - LSB plugins support only 24 bpp images. Support for additional - image formats (like BMP, TIF, etc.) could be added by installing - Java Advanced Imaging (JAI). - - LSB plugins also support generation of random images containing - noise to be used as cover file. The size of the generated random - image is the minimum possible size required to embed the given data. diff --git a/system/openstego/doinst.sh b/system/openstego/doinst.sh deleted file mode 100644 index 5fb28930db..0000000000 --- a/system/openstego/doinst.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi diff --git a/system/openstego/openstego.SlackBuild b/system/openstego/openstego.SlackBuild deleted file mode 100644 index 28ed888872..0000000000 --- a/system/openstego/openstego.SlackBuild +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh - -# Slackware build script for OpenStego - -# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com> -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=openstego -VERSION=${VERSION:-0.6.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -ARCH=noarch - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION.zip -cd $PRGNAM-$VERSION -chown -R root:root . - -mkdir -p $PKG/usr/share/$PRGNAM -mv lib/$PRGNAM.jar $PKG/usr/share/$PRGNAM - -mkdir -p $PKG/usr/bin -cat $CWD/$PRGNAM.sh > $PKG/usr/bin/$PRGNAM -chmod 755 $PKG/usr/bin/$PRGNAM - -mkdir -p $PKG/usr/share/applications $PKG/usr/share/pixmaps -cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop -cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/openstego/openstego.desktop b/system/openstego/openstego.desktop deleted file mode 100644 index 7f34ea9797..0000000000 --- a/system/openstego/openstego.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Terminal=false -Name=OpenStego -GenericName= -Comment=Steganography tool -Icon=openstego -Exec=openstego -Categories=System; -MimeType= diff --git a/system/openstego/openstego.info b/system/openstego/openstego.info deleted file mode 100644 index bd1285886d..0000000000 --- a/system/openstego/openstego.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="openstego" -VERSION="0.6.1" -HOMEPAGE="http://openstego.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/openstego/openstego-0.6.1.zip" -MD5SUM="86879a53207c78b0c2443df2538b4cf3" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="jdk" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere.com" diff --git a/system/openstego/openstego.png b/system/openstego/openstego.png Binary files differdeleted file mode 100644 index 8f64ff961d..0000000000 --- a/system/openstego/openstego.png +++ /dev/null diff --git a/system/openstego/openstego.sh b/system/openstego/openstego.sh deleted file mode 100644 index 395074dae3..0000000000 --- a/system/openstego/openstego.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec java -Xmx512m -jar /usr/share/openstego/openstego.jar "$@" diff --git a/system/openstego/slack-desc b/system/openstego/slack-desc deleted file mode 100644 index 9936263a99..0000000000 --- a/system/openstego/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -openstego: openstego (the free steganography solution) -openstego: -openstego: OpenStego is a tool implemented in Java for generic steganography, -openstego: with support for password-based encryption of the data. -openstego: -openstego: Homepage: http://openstego.sourceforge.net -openstego: -openstego: -openstego: -openstego: -openstego: |