# HG changeset patch # User Samuel Trassare # Date 1330414514 28800 # Node ID 67f9f7889c21d386dcfc02e3967c2a0b8180b6a6 # Parent a1ba07a3f4cbf34cda9d20085b53ac652fa23a2a up yaws 1.91 diff -r a1ba07a3f4cb -r 67f9f7889c21 tor/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tor/description.txt Mon Feb 27 23:35:14 2012 -0800 @@ -0,0 +1,4 @@ +Tor is free software and an open network that helps you defend against a form of +network surveillance that threatens personal freedom and privacy, confidential +business activities and relationships, and state security known as traffic +analysis. diff -r a1ba07a3f4cb -r 67f9f7889c21 yaws/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/yaws/description.txt Mon Feb 27 23:35:14 2012 -0800 @@ -0,0 +1,10 @@ +Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for +dynamic-content web applications. Two separate modes of operations are +supported: + + Standalone mode where Yaws runs as a regular webserver daemon. This is the default mode. + + Embedded mode where Yaws runs as an embedded webserver in another Erlang application. + +Yaws is entirely written in Erlang, and furthermore it is a multithreaded +webserver where one Erlang lightweight process is used to handle each client. diff -r a1ba07a3f4cb -r 67f9f7889c21 yaws/receipt --- a/yaws/receipt Mon Feb 27 23:19:14 2012 -0800 +++ b/yaws/receipt Mon Feb 27 23:35:14 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yaws" -VERSION="1.84" +VERSION="1.91" CATEGORY="development" SHORT_DESC="http webserver written in erlang" MAINTAINER="allan316@gmail.com" diff -r a1ba07a3f4cb -r 67f9f7889c21 zbar/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zbar/description.txt Mon Feb 27 23:35:14 2012 -0800 @@ -0,0 +1,4 @@ +ZBar is an open source software suite for reading bar codes from various +sources, such as video streams, image files and raw intensity sensors. It +supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, +UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.