| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
add libiconv-dev to makedepends
|
|
|
|
|
|
|
|
|
| |
getmail is a mail retriever designed to allow you to get your mail
from one or more mail accounts on various mail servers to your local
machine for reading with a minimum of fuss. getmail is designed to be
secure, flexible, reliable, and easy-to-use.
http://pyropus.ca/software/getmail/
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Tig is a git repository browser that additionally can act as a pager
for output from various git commands.
When browsing repositories, it uses the underlying git commands to
present the user with various views, such as summarized revision log
and showing the commit with the log message, diffstat, and the diff.
http://jonas.nitro.dk/tig/
|
| |
|
| |
|
| |
|
|
|
|
| |
moved to github
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ref #1171
|
| |
|
|
|
|
| |
needs perl
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Proxychains forces any tcp connection made by any given tcp client to
follow through a proxy. Proxychains intercepts TCP calls and forces
them through a user defined proxy
http://proxychains.sourceforge.net
|
|
|
|
|
|
|
| |
VoIP Hopper is a VoIP infrastructure security testing tool but
also a tool that can be used to test the (in)security of VLANs.
http://voiphopper.sourceforge.net
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tcpreplay is a suite of tools for UNIX operating systems which gives you
the ability to use previously captured traffic in libpcap format to test a
variety of network devices. It allows you to classify traffic as client or
server, rewrite Layer 2, 3 and 4 headers and finally replay the traffic
back onto the network and through other devices such as switches, routers,
firewalls, NIDS and IPS's. Tcpreplay supports both single and dual NIC
modes for testing both sniffing and inline devices.
http://tcpreplay.synfin.net/
|
| |
|
|
|
|
|
|
| |
Python tail is a simple implementation of GNU tail and head
https://github.com/six8/pytailer
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Python-PostgreSQL Database Adapter
http://initd.org/psycopg/
|
|
|
|
|
|
| |
A python implementation of the Git file formats and protocols
http://www.samba.org/~jelmer/dulwich/
|
|
|
|
|
|
| |
A library to manipulate gettext files
http://polib.readthedocs.org/en/latest/index.html
|
|
|
|
|
|
| |
eGenix.com mx Base ccollection of Python extensions
http://www.egenix.com/products/python/mxBase/
|
|
|
|
|
|
|
|
| |
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML
or other textual content for output generation on the web.
http://genshi.edgewall.org/
|
|
|
|
|
|
|
|
| |
Relatorio is an OpenHex and B2CK project to easily create reports
in a variety of formats (openoffice text, PDF, XHTML) from python
objects.
http://relatorio.openhex.org/
|
|
|
|
|
|
|
|
|
|
|
|
| |
pip is a tool for installing and managing Python packages, such
as those found in the Python Package Index.
pip is a replacement for easy_install. It mostly uses the same
techniques for finding packages, so packages that are easy_installable
should be pip-installable as well. This means that you can use pip
install SomePackage instead of easy_install SomePackage.
http://www.pip-installer.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This script is intended to help you watch URLs and get notified (via
email or in your terminal) of any changes. The change notification
will include the URL that has changed and a unified diff of what has
changed.
The script supports the use of a filtering hook function to strip
trivially-varying elements of a webpage.
Basic features
* Simple configuration (text file, one URL per line)
* Easily hackable (clean Python implementation)
* Can run as a cronjob and mail changes to you
* Always outputs only plaintext - no HTML mails :)
* Supports removing noise (always-changing website parts)
* Example hooks to filter content in Python
http://thpinfo.com/2008/urlwatch/
|
|
|
|
|
|
| |
Backport of the concurrent.futures package from Python 3.2
http://code.google.com/p/pythonfutures/
|
| |
|
| |
|
|
|
|
| |
installer Makefile taken into use
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Package description:
mbuffer is a tool for buffering data streams with a large set of unique
features:
- direct support for TCP based network targets (IPv4 and IPv6)
- ability to send to multiple targets in parallel (distribution mode)
- support for multiple volumes
- I/O rate limitation
- high/low watermark based restart criteria
- configurable buffer size
- on the fly MD5 hash calculation
- highly efficient, multi-threaded implementation
Website: http://www.maier-komor.de/mbuffer.html
|
|\ |
|