Feed aggregator

php-translit

Arch Linux Packages - Wed, 2013-05-15 12:11
Transliterates non-latin character sets to latin
Categories: Package Releases

rss2email-wking

Arch Linux Packages - Wed, 2013-05-15 11:47
A tool for delivering news from RSS feeds to your email program
Categories: Package Releases

Recent Rawhide Packages: devassistant-0.3.1-1.fc20.src

fedora packages - Wed, 2013-05-15 07:52

devassistant - Developer tool for setting up projects quickly

Developer assistant is a tool for all developers using (not-only) Fedora.
It helps with creating and setting up basic projects in many languages,
setting up development environment, setting up source control and
installing dependencies.

Change Log:

Wed, 15 May 2013 GMT - Bohuslav Kabrda <bkabrda@redhat.com> - 0.3.1-1 - Update to 0.3.1. - Remove no longer needed dependencies (jinja2, plumbum). Wed, 20 Mar 2013 GMT - Bohuslav Kabrda <bkabrda@redhat.com> - 0.2.2-1 - Update to 0.2.2 because of minor bug in 0.2.1. Wed, 20 Mar 2013 GMT - Bohuslav Kabrda <bkabrda@redhat.com> - 0.2.1-1 - Update to devassistant 0.2.1. - Introduce bash completion script. ...
Categories: Package Releases

Recent Rawhide Packages: libkkc-0.2.3-1.fc20.src

fedora packages - Wed, 2013-05-15 07:43

libkkc - Japanese Kana Kanji conversion library

libkkc provides a converter from Kana-string to
Kana-Kanji-mixed-string. It was named after kkc.el in GNU Emacs, a
simple Kana Kanji converter, while libkkc tries to convert sentences
in a bit more complex way using N-gram language models.

Change Log:

Wed, 15 May 2013 GMT - Daiki Ueno <ueno@localhost.localdomain> - 0.2.3-1 - new upstream release Wed, 08 May 2013 GMT - Daiki Ueno <dueno@redhat.com> - 0.2.2-1 - new upstream release Wed, 01 May 2013 GMT - Daiki Ueno <dueno@redhat.com> - 0.2.1-1 - new upstream release ...
Categories: Package Releases

libc++-dev

debian packages sid - Wed, 2013-05-15 07:43
LLVM C++ Standard library (development files)
Categories: Package Releases

libc++-src

debian packages sid - Wed, 2013-05-15 07:43
LLVM C++ Standard library (source and test cases)
Categories: Package Releases

libc++1

debian packages sid - Wed, 2013-05-15 07:43
LLVM C++ Standard library
Categories: Package Releases

libc++abi-dev

debian packages sid - Wed, 2013-05-15 07:43
LLVM low level support for a standard C++ library (development files)
Categories: Package Releases

libc++abi-src

debian packages sid - Wed, 2013-05-15 07:43
libc++abi source and test cases
Categories: Package Releases

libc++abi1

debian packages sid - Wed, 2013-05-15 07:43
LLVM low level support for a standard C++ library
Categories: Package Releases

libsnmp30

debian packages sid - Wed, 2013-05-15 07:43
SNMP (Simple Network Management Protocol) library
Categories: Package Releases

libsnmp30-dbg

debian packages sid - Wed, 2013-05-15 07:43
SNMP (Simple Network Management Protocol) library debug
Categories: Package Releases

python-netsnmp

debian packages sid - Wed, 2013-05-15 07:43
SNMP (Simple Network Management Protocol) Python support
Categories: Package Releases

python3-morse-simulator

debian packages sid - Wed, 2013-05-15 07:43
Multi-OpenRobot Simulation Engine
Categories: Package Releases

Recent Rawhide Packages: dnsmasq-2.67-0.1.test4.fc20.src

fedora packages - Wed, 2013-05-15 07:37

dnsmasq - A lightweight DHCP/caching DNS server

Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server.
It is designed to provide DNS and, optionally, DHCP, to a small network.
It can serve the names of local machines which are not in the global
DNS. The DHCP server integrates with the DNS server and allows machines
with DHCP-allocated addresses to appear in the DNS with names configured
either in each host or in a central configuration file. Dnsmasq supports
static and dynamic DHCP leases and BOOTP for network booting of diskless
machines.

Change Log:

Wed, 15 May 2013 GMT - Tomas Hozza <thozza@redhat.com> - 2.67-0.1.test4 - update to the latest testing release 2.67test4 (#962246) - drop mergerd patches Tue, 30 Apr 2013 GMT - Tomas Hozza <thozza@redhat.com> - 2.66-5 - dnsmasq unit file cleanup - drop forking Type and PIDfile and rather start dnsmasq with "-k" option - drop After syslog.target as this is by default Thu, 25 Apr 2013 GMT - Tomas Hozza <thozza@redhat.com> - 2.66-4 - include several fixes from upstream repo: - Send TCP DNS messages in one packet - Fix crash on SERVFAIL when using --conntrack option - Fix regression in dhcp_lease_time utility - Man page typos fixes - Note that dhcp_lease_time and dhcp_release work only for IPv4 - Fix for --dhcp-match option to work also with BOOTP protocol ...
Categories: Package Releases

Recent Rawhide Packages: libyubikey-1.10-1.fc20.src

fedora packages - Wed, 2013-05-15 06:38

libyubikey - C library for decrypting and parsing Yubikey One-time passwords

This package holds a low-level C software development kit for the Yubico
authentication device, the Yubikey.

Change Log:

Mon, 13 May 2013 GMT - - Maxim Burgerhout <wzzrd@fedoraproject.org> - 1.10-1 - New upstream release 1.10; enables build warnings Thu, 14 Feb 2013 GMT - Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild Mon, 01 Oct 2012 GMT - - Maxim Burgerhout <wzzrd@fedoraproject.org> - 1.9-1 - New upstream release 1.9 with memory leak and rpath fixes, gnulib update ...
Categories: Package Releases

Recent Rawhide Packages: perl-Net-SSH-Expect-1.09-13.fc20.src

fedora packages - Wed, 2013-05-15 03:38

perl-Net-SSH-Expect - Net-SSH-Expect - SSH wrapper to execute remote commands

This module is a wrapper to the *ssh* executable that is available in
your system's *$PATH*. Use this module to execute commands on the
remote SSH server. It authenticates with the user and password you
passed in the constructor's attributes "user" and "password".

Once an ssh connection was started using the "connect()" method it will
remain open until you call the "close()" method. This allows you execute
as many commands as you want with the "exec()" method using only one
connection. This is a better approach over other ssh wrapper
implementations, i.e: Net::SCP, Net::SSH and Net::SCP::Expect, that
start a new ssh connection each time a remote command is issued or a
file is transfered.

It uses *Expect.pm* module to interact with the SSH server. A
"get_expect()" method is provided so you can obtain the internal
"Expect" object connected to the SSH server. Use this only if you have
some special need that you can't do with the "exec()" method.

This module was inspired by Net::SCP::Expect
<http:>
and by Net::Telnet and some of its methods work the same as these two
modules.

Change Log:

Tue, 14 May 2013 GMT - Carl Thopmson <fedora@red-dragon.com> - 1.09-13 - added ownership to directories Thu, 14 Feb 2013 GMT - Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild Fri, 20 Jul 2012 GMT - Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild ...
Categories: Package Releases

Recent Rawhide Packages: mate-file-manager-1.6.1-2.fc20.src

fedora packages - Wed, 2013-05-15 02:18

mate-file-manager - File manager for MATE

Caja (mate-file-manager) is the file manager and graphical shell
for the MATE desktop,
that makes it easy to manage your files and the rest of your system.
It allows to browse directories on local and remote file systems, preview
files and launch applications associated with them.
It is also responsible for handling the icons on the MATE desktop.

Change Log:

Tue, 14 May 2013 GMT - Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.1-2 - Own libdir/caja (961992) Thu, 11 Apr 2013 GMT - Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.1-1 - Update to latest upstream release. Wed, 03 Apr 2013 GMT - Dan Mashal <dan.mashal@fedoraproject.org> - 1.6.0-1 - Update to latest 1.6.0 stable release. ...
Categories: Package Releases

Recent Rawhide Packages: lua-rex-2.7.2-1.fc20.src

fedora packages - Wed, 2013-05-15 02:14

lua-rex - Regular expression handling library for Lua

Lrexlib are bindings of five regular expression library APIs (POSIX, PCRE
GNU, TRE, and Oniguruma) to Lua.

Change Log:

Sun, 12 May 2013 GMT - Tom Callaway <spot@fedoraproject.org> - 2.7.2-1 - update to 2.7.2 Thu, 14 Feb 2013 GMT - Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild Thu, 19 Jul 2012 GMT - Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild ...
Categories: Package Releases

Pages