Ports Search

Results 1,7611,770 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
security/pam_yubico-2.16 (Score: 0.0016544999)
PAM module for authenticating with a Yubico YubiKey
The Yubico authentication device Yubikey generates one-time passwords that can be used for authentication. This module allows you to use the Yubikey device to authenticate to the PAM system.
security/python-social-auth-0.2.14 (Score: 0.0016544999)
Python Social Auth is a social authentication/registration mechanism
Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
sysutils/linuxfdisk-2.11z (Score: 0.0016544999)
Fdisk, a partition tables manipulator, from util-linux
This is fdisk from util-linux package, common on Linux systems. It allows interactive manipulation of partitions including logical ones from MS-DOS partitioning scheme.
sysutils/wmupmon-0.1.3 (Score: 0.0016544999)
Uptime showing dockapp with a similar look to wmcpuload
WindowMaker dockapp that displays your system uptime
sysutils/u-boot-2016.07 (Score: 0.0016544999)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for Banana Pi M2. To install this bootloader, follow the instructions in http://linux-sunxi.org/Bootable_SD_card#Bootloader This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Banana Pi, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
sysutils/u-boot-2016.07 (Score: 0.0016544999)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for OrangePi One. To install this bootloader on an sdcard just do : dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr.bin using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
sysutils/u-boot-2016.07 (Score: 0.0016544999)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for Olinuxino Lime. To install this bootloader on an sdcard just do : dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr.bin using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
sysutils/u-boot-2016.07 (Score: 0.0016544999)
Cross-build U-Boot loader for olimex-a20-som-evb
U-Boot loader for pcDuino3 To install this bootloader on an sdcard just do : dd if=/usr/local/share/u-boot/u-boot-boardname/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=notrunc,sync This version is patched so that: * ELF and API features are enabled. * The default environment is trimmed to just what's needed to boot. * The saveenv command writes to the file u-boot.env on the FAT partition. * The DTB file name is chosen based on the board model and passed to ubldr.bin using the fdtfile env variable. ubldr.bin loads the DTB from /boot/dtb/ on the FreeBSD partition. * By default, it loads PIE ubldr.bin from file ubldr.bin on the FAT partition to address 0x42000000, and launches it. For information about running FreeBSD on Allwinner boards, see https://wiki.freebsd.org/FreeBSD/arm/Allwinner For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
textproc/Perl-Critic-Swift-1.0.3 (Score: 0.0016544999)
A set of additional policies for Perl::Critic
Some Perl::Critic policies to make your code more clean.
textproc/Perl-MinimumVersion-1.38 (Score: 0.0016544999)
Find a minimum required version of perl for Perl code
Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code.