Changes between Version 3 and Version 4 of jazz/09-09-11


Ignore:
Timestamp:
Sep 11, 2009, 8:48:43 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-09-11

    v3 v4  
    3232drbl:~# dsh -a grep trac.nchc.org.tw /home/hadooper/.mozilla/firefox/yq376prp.default/prefs.js
    3333}}}
     34
     35== Open Source : Perl ==
     36
     37 * [http://search.cpan.org/~hayashi/Term-ReadLine-Gnu-1.19/eg/perlsh perlsh]
     38 * [http://debian.pkgs.cpan.org/ CPAN 額外的 Debian 套件庫]
     39
     40== Open Source : Python ==
     41
     42 * [討論] [http://www.mail-archive.com/debian-python@lists.debian.org/msg05583.html from python egg to debian package : a good example ?]
     43 * [http://ghantoos.org/2008/10/19/creating-a-deb-package-from-a-python-setuppy/ Creating a .deb package from a python setup.py]
     44 * [http://packages.qa.debian.org/p/python-debian.html python-debian]
     45 * [http://packages.qa.debian.org/p/python-apt.html python-apt]
     46   * [http://juliank.wordpress.com/2009/04/15/python-apt-to-become-first-debian-package-to-support-python-3/ python-apt to become first Debian package to support Python 3]
     47 * [http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html Debian Python Policy]
     48 * [http://blog.bytecraft.com.my/blog/kamal/2009/08/14/build-debian-package-python-modules Build Debian package for Python modules]
     49 
     50 * [http://ascendwiki.cheme.cmu.edu/Building_a_Debian_package_from_a_source_tarball Building a Debian package from a source tarball] - dtar 是用 python-apt 和 python-debian 寫的打包工具。從文章裡面可以知道如果要打包rpm的話,只要有 .spec 檔。而要打包deb的話,必須寫好 .debian 目錄的 control, rule 等。
     51{{{
     52The only requirement for the 'rpmbuild -ta' command is that the tarball contain a 'myprog.spec' file inside.
     53Any source-code tarball that includes the 'debian/*' files should be able to be built directly with it.
     54}}}
     55 
     56== Message Queue ==
     57
     58 * 目前在評估兩種實作 drbl-agent 的 Message Queue,其一是 POE::Component::MessageQueue 另一個則是先前測試過的 Orbited
     59 * 關於 POE::Component::MessageQueue
     60  * [http://poe.perl.org/ POE: Perl Object Environment]
     61  * [http://search.cpan.org/~rcaputo/POE-1.267/lib/POE.pm POE]
     62  * [http://packages.debian.org/search?suite=all&section=all&arch=any&searchon=names&keywords=libpoe Perl Object Environment 相關 Debian 套件]
     63  * [http://search.cpan.org/~dsnopek/POE-Component-MessageQueue-0.2.6/lib/POE/Component/MessageQueue.pm POE::Component::MessageQueue]
     64  * [http://search.cpan.org/~aimass/POE-Component-Server-AsyncEndpoint-0.10_a/lib/POE/Component/Server/AsyncEndpoint/ChannelAdapter/Stomp.pm POE::Component::Server::AsyncEndpoint::ChannelAdapter::Stomp]
     65 * 關於 Orbited
     66  * 2009-09-10 - [http://groups.google.com/group/orbited-users/browse_thread/thread/f42e3c96cdd81b5e?hl=en      Orbited debian packages available]
     67{{{
     68  dget -u http://mentors.debian.net/debian/pool/main/o/orbited/orbited_0.7.10-1.dsc
     69  dget -u http://mentors.debian.net/debian/pool/main/r/rabbitmq-stomp/rabbitmq-stomp_1.6.0-1.dsc
     70}}}
     71
     72== Torque ==
     73
     74 * [http://debianclusters.cs.uni.edu/index.php/Resource_Manager:_Torque Resource Manager: Torque]
     75 * [http://debianclusters.cs.uni.edu/index.php/Torque_Queue_Configuration Torque Queue Configuration]
     76 * [http://debianclusters.cs.uni.edu/index.php/Torque_Queues_Example Torque Queues Example]