wok rev 11864

up vsftpd 2.3.5. Added description files
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Feb 27 12:41:31 2012 -0800 (2012-02-27)
parents cc29898c3261
children 3e02d42f429d
files aterm/description.txt atftp/description.txt fltk/description.txt osmo/description.txt vsftpd/description.txt vsftpd/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/aterm/description.txt	Mon Feb 27 12:41:31 2012 -0800
     1.3 @@ -0,0 +1,3 @@
     1.4 +aterm is designed to provide pleasing visual effects, while performing such a 
     1.5 +mundane function as terminal emulation under X. It is largely based on rxvt 
     1.6 +code.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/atftp/description.txt	Mon Feb 27 12:41:31 2012 -0800
     2.3 @@ -0,0 +1,4 @@
     2.4 +atftp is a client/server implementation of the TFTP protocol that implements 
     2.5 +RFCs 1350, 2090, 2347, 2348, and 2349. The server is multi-threaded and the 
     2.6 +client presents a friendly interface using libreadline. The current server 
     2.7 +implementation lacks IPv6 support.
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/fltk/description.txt	Mon Feb 27 12:41:31 2012 -0800
     3.3 @@ -0,0 +1,4 @@
     3.4 +FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux 
     3.5 +(X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality 
     3.6 +without the bloat and supports 3D graphics via OpenGL and its built-in GLUT 
     3.7 +emulation.
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/osmo/description.txt	Mon Feb 27 12:41:31 2012 -0800
     4.3 @@ -0,0 +1,3 @@
     4.4 +Osmo is a handy personal organizer, which includes calendar, tasks manager, 
     4.5 +address book and notes modules. It was designed to be a small, easy to use and 
     4.6 +good looking PIM tool to help to manage personal information.
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/vsftpd/description.txt	Mon Feb 27 12:41:31 2012 -0800
     5.3 @@ -0,0 +1,2 @@
     5.4 +vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is 
     5.5 +secure and extremely fast. It is stable.
     6.1 --- a/vsftpd/receipt	Mon Feb 27 20:16:43 2012 +0100
     6.2 +++ b/vsftpd/receipt	Mon Feb 27 12:41:31 2012 -0800
     6.3 @@ -1,14 +1,14 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="vsftpd"
     6.7 -VERSION="2.2.0"
     6.8 +VERSION="2.3.5"
     6.9  CATEGORY="network"
    6.10  SHORT_DESC="Secure FTP server"
    6.11  MAINTAINER="erjo@slitaz.org"
    6.12  DEPENDS=""
    6.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.14  WEB_SITE="http://vsftpd.beasts.org/"
    6.15 -WGET_URL="ftp://vsftpd.beasts.org/users/cevans/$TARBALL"
    6.16 +WGET_URL="https://security.appspot.com/downloads/$TARBALL"
    6.17  
    6.18  # Rules to configure and make the package.
    6.19  compile_rules()