From 4edd6846c700b028565a811c3b830f0986a0a267 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Fri, 17 Nov 2006 09:43:45 +0000 Subject: [PATCH] Stefan Fiedler: add pycrypto, zopeinterface, twisted [2006111522404119303] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8007 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/public/pycrypto/pycrypto.desc | 52 +++++++++++++++++++ package/public/twisted/twisted.desc | 46 ++++++++++++++++ .../public/zopeinterface/zopeinterface.desc | 42 +++++++++++++++ 3 files changed, 140 insertions(+) create mode 100644 package/public/pycrypto/pycrypto.desc create mode 100644 package/public/twisted/twisted.desc create mode 100644 package/public/zopeinterface/zopeinterface.desc diff --git a/package/public/pycrypto/pycrypto.desc b/package/public/pycrypto/pycrypto.desc new file mode 100644 index 000000000..4cabf2d47 --- /dev/null +++ b/package/public/pycrypto/pycrypto.desc @@ -0,0 +1,52 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/public/pycrypto/pycrypto.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] a collection of cryptographic algorithms and protocols in Python + +[T] The Toolkit is a collection of cryptographic algorithms and protocols, +[T] implemented for use from Python. The current release is 2.0.1. Among the +[T] contents of the package: +[T] - Hash functions: MD2, MD4, RIPEMD, SHA256. +[T] - Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES, +[T] IDEA, RC5. +[T] - Stream encryption algorithms: ARC4, simple XOR. +[T] - Public-key algorithms: RSA, DSA, ElGamal, qNEW. +[T] - Protocols: All-or-nothing transforms, chaffing/winnowing. +[T] - Miscellaneous: RFC1751 module for converting 128-key keys into a set of +[T] English words, primality testing. +[T] - Some demo programs (currently all quite old and outdated). + +[U] http://www.amk.ca/python/code/crypto.html + +[A] many { see ACKS file } +[M] The ROCK Linux Project + +[C] extra/development extra/security + +[L] Unknown +[S] Stable +[V] 2.0.1 +[P] X -----5---9 197.400 + +[D] 294201368 pycrypto-2.0.1.tar.gz http://www.amk.ca/files/python/crypto/ + diff --git a/package/public/twisted/twisted.desc b/package/public/twisted/twisted.desc new file mode 100644 index 000000000..f4ac6a9a7 --- /dev/null +++ b/package/public/twisted/twisted.desc @@ -0,0 +1,46 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/public/twisted/twisted.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] an event-driven networking framework written in Python + +[T] Twisted is an event-driven networking framework written in Python and +[T] licensed under the MIT license. See the FAQ for commonly asked questions +[T] about Twisted. +[T] Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix +[T] sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH, +[T] IRC, FTP, and others), and much more. + +[U] http://twistedmatrix.com/trac/ + +[A] Twisted Matrix Laboratories +[M] The ROCK Linux Project + +[C] extra/development extra/network + +[L] MIT +[S] Stable +[V] 2.4.0 +[P] X -----5---9 800.000 + +[D] 332744535 Twisted-2.4.0.tar.bz2 http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/ + diff --git a/package/public/zopeinterface/zopeinterface.desc b/package/public/zopeinterface/zopeinterface.desc new file mode 100644 index 000000000..e53b9b931 --- /dev/null +++ b/package/public/zopeinterface/zopeinterface.desc @@ -0,0 +1,42 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/public/zopeinterface/zopeinterface.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] zope.interface package from Zope 3 + +[T] This is a separate distribution of the zope.interface package used in +[T] Zope 3, along with the packages it depends on. + +[U] http://www.zope.org/Products/ZopeInterface + +[A] Zope Corporation +[M] The ROCK Linux Project + +[C] extra/development extra/network + +[L] Unknown +[S] Beta +[V] 3.1.0c1 +[P] X -----5---9 800.000 + +[D] 4015767281 ZopeInterface-3.1.0c1.tgz http://www.zope.org/Products/ZopeInterface/3.1.0c1/ +