Package: apt-conf-vnx
Version: 1.0
Architecture: all
Maintainer: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
Installed-Size: 73
Depends: lsb-release, gnupg, apt
Conflicts: apt-conf-aptitude, apt-conf-sidux, apt-conf-venenux, massenkoh-archive-keyrings, massenkoh-keyrings, venenux-piccoro-keyrings
Replaces: apt-conf-aptitude, apt-conf-sidux, apt-conf-venenux, mintsystem
Provides: apt-conf-aptitude, apt-conf-sidux, apt-conf-venenux, debian-archive-repositories, debian-repositories, mintsystem, venenux-devel-repositories, venenux-piccoro-keyrings, venenux-repositories
Filename: all/apt-conf-vnx_1.0_all.deb
Size: 13540
MD5sum: e391eca317b75b223a7a7cdab8153f7b
SHA1: 8eb3ec92086d48a603601d25f111d8018a8a06f1
SHA256: 1b6186d7cceab3777de50b338bed8c2dd630854b593089de6bf9492838cc18ce
Section: admin
Priority: important
Description: preferencias iniciales para sistema de paquetes de software VenenuX
 This added default sources repository and configs for aptitude software package system.
 Esto agrega preferencias iniciales y onfiguraciones para aptitude el sistema de paquetes de programas.
 .
 Venenux emplea como sistema de paquetes de software y programas el programa aptitude,
 que maneja en una interfaz tanto de comandos como interfaz de usuario las relaciones y
 registros del software por medio de los paquetes debian. Es el mejor sistema de manejo
 de software en Debian y es el oficial para VenenuX.
 .
 Este paquete hace lo siguiente:
  * establece configuraciones para el sistema de paqueteria,
    impidiendo que usuarios inexpertos instalen mucha basura que perjudicaria el soporte.
  * prioritiza la instalacion de software de paquetes desde los repositorios
    ya actualizados de venenux, para las versiones tanto viejas como nuevas
  * agrega la llaves de trabajo de paqueteria,
    que permiten verificar y autenticar el software de nuestros desarrolladores.
  * agrega por defecto repositorios especiales, comunes para todas las distribuciones
    y para todas las versiones de venenux dado asi paquetes al dia a estas.
  * agrega repositorios estables de backports como repositorios normales ya que
    estos poseen paquetes mas actuales en la rama estable de debian
  * fuerza la nuevas configuraciones desde lo paquetes de lo repositorios,
    esto significa que si un novato intenta actualizar un servidor, perdera su configuracion
    dado que los paquetes nuevos pueden diferir en configuraciones establecemos la nuevas siempre.
 .
 En debian apt es un sistema demasiado facilista que no permite una buena administracion.
 apt 0.7 se convirtio en aptitude y con este paquete se devuelve su antiguo funcionamiento.
 apt 0.7 basically transforms apt into aptitude, revert to traditional apt
 behaviour as far as that is possible by disabling, among others, the
 automatic installation of recommends (and suggests), as well as disabling
 and hiding the autoremove functionality.

Package: shc
Version: 4.0.3-1
Architecture: amd64
Maintainer: Md Jahidul Hamid <jahidulhamid@yahoo.com>
Installed-Size: 82
Depends: libc6 (>= 2.7), gcc, libc6-dev, bash
Filename: amd64/shc_4.0.3-1_amd64.deb
Size: 18268
MD5sum: 7e064cacc50ec0d66a69332a76fcb540
SHA1: 9c0d7532856da7175114ab2ceb33516610cb009b
SHA256: a81dffd669e1b633bff2e3e6ae41c88a1d73924fd596159ed0669a9788b73bd8
Section: devel
Priority: optional
Homepage: http://neurobin.github.io/shc
Description: Shell script compiler
 SHC is a generic shell script compiler. It takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary.
 .
 The compiled binary will still be dependent on the shell specified in the first line of the shell code, thus shc does not create completely independent binaries.
 .
 shc itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shells' -c option.

Package: shc
Version: 4.0.3-1
Architecture: i386
Maintainer: Md Jahidul Hamid <jahidulhamid@yahoo.com>
Installed-Size: 77
Depends: libc6 (>= 2.7), gcc, libc6-dev, bash
Filename: i386/shc_4.0.3-1_i386.deb
Size: 17772
MD5sum: 5472a6e5f7506901ede40b7f1e4a757a
SHA1: 6b292265b17f0c2d29fa9677dd0f0c713cc85b76
SHA256: 0f50218b8f3ccfc12484c1013eb365c2e12219ebf1e6e592d16098d008044e28
Section: devel
Priority: optional
Homepage: http://neurobin.github.io/shc
Description: Shell script compiler
 SHC is a generic shell script compiler. It takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary.
 .
 The compiled binary will still be dependent on the shell specified in the first line of the shell code, thus shc does not create completely independent binaries.
 .
 shc itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shells' -c option.

Package: ssc
Version: 0.0.0-1
Architecture: all
Maintainer: PICCORO Lenz McKAY <mckaygerhard@gmail.com>
Installed-Size: 102
Depends: bash, binutils, gcc, perl
Filename: all/ssc_0.0.0-1_all.deb
Size: 16578
MD5sum: b0e1ebc333cfd2408faf8d612b0a4414
SHA1: 53bd738660032c070f70e4bff6ec706446f8177c
SHA256: b6b5e385064464711f5bbd29f1d1ebd88aed9561a677587a8caedecfc7a97d06
Section: devel
Priority: optional
Homepage: https://github.com/liberize/ssc
Description: Convert shell script to binary
 simple tool to turn script to binary, inspired by shc.
 .
 ssc itself is not a compiler such as cc, it rather generates c++ source code with script code,
 then uses c compiler to compile the source into a binary which behaves exactly like the original script.
 .
 Upon execution, the binary will call real script interpreter (systemwide, bundled or embeded),
 and fork a child process to pipe script code to the interpreter to execute.