from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

85668

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tutorials per portage category->net-misc->ntp


ntp is the Network Time Protocol suite.

Installing ntpd

First, make sure ntp/ntpdate are installed. The package is by default installed on Mandrake Linux and Redhat. If you do not have ntp installed you will find packages on your distributions install-cd(s).

On Gentoo Linux, install by typing --- emerge ntp

Configuration files for running ntp as daemon

ntpd manpage

Client Setup

Now, edit the following files:

--- /etc/ntp.conf

The only important thing is that the line contains server some.thing.org.

Example:

--- server ntp.uio.no driftfile /etc/ntp/drift broadcastdelay 0.008 authenticate no ---

Make sure you add ntpd as a boot (init) service.

Gentoo Linux: `rc-update add ntpd default` , `/etc/init.d/ntpd start`

(LAN) Server setup

To run a ntp server to sync the clocks on your lan, edit

--- /etc/ntp.conf

Example:

--- server fartein.ifi.uio.no prefer server ntp.uio.no server ntp.eunet.no

fudge 10.0.0.50 stratum 10

driftfile /etc/ntp/drift broadcastdelay 0.008

authenticate no ---

fudge tells the server to pass on the correct time to the given network interface. stratum is the level of time servers, 10 being the lowest. You only need a higher number if you will be acting as a public internet timeserver with fast bandwidth.

It makes sence to add a few servers. Select the best as prefer

Make sure you add ntpd as a boot (init) service.

Gentoo Linux: `rc-update add ntpd default` , `/etc/init.d/ntpd start`

Firewalls

ntp uses port 123, both UDP and TCP. Make sure this port is not blocked by a firewall.

If you are using iptables, you can open this port with

--- $IPTABLES -A INPUT -j ACCEPT -p tcp --dport 123

Known valid and working ntp servers

server adress Location
ntp.ipv6.viagenie.qc.ca IPV6 ONLY
clock.via.net
server fartein.ifi.uio.no Norway
server ntp.uio.no Norway
server ntp.eunet.no Norway
ntp.demon.co.uk UK
ntp.nasa.gov USA
bigben.cac.washington.edu USA
time-b.nist.gov USA
montpelier.ilan.caltech.edu USA
nist1.aol-ca.truetime.com USA
nist1.datum.com USA
time-a.timefreq.bldrdoc.gov USA
time-b.timefreq.bldrdoc.gov USA
time-c.timefreq.bldrdoc.gov USA
time.nist.gov USA
utcnist.colorado.edu USA
tick.usno.navy.mil USA
tock.usno.navy.mil USA
mizbeaver.udel.edu USA

Server List

Setting the clock at boot or using cron

I good idea is _not_ to run the ntpd daemon on clients as it uses about 1,7 MB memory, unless you are a server or have a box with a broken clock. Many boxes clocks do drift along on their own, a check every hour or day is generally a good idea.

rdate

rdate is a simple 3 kB tool for syncing the system clock to a server. It's options are `-p` to print the date on the given server, `-s` to set the system clock according to it (must be done as root) and `-u` to use the UDP protocol. Example:

`rdate -p sntp.lth.se`

rdate manual page

clockspeed

clockspeed is a very small tool for setting the clock and is, for clients, a much better alternative than installing the 4+ MB ntp package.

cron & ntp

You can simply add ntpdate as a cron job every now and then:

--- echo 'ntpdate -b server.dot.com' > /etc/cron.hourly/time.cron --- chmod a+x /etc/cron.hourly/time.cron

Most distributions come with a cron. dcron and Vixie cron are nice.

Gentoo & ntp-client

You can set the clock using ntp at boot (without starting the daemon) on Gentoo Linux by editing:

--- /etc/conf.d/ntp-client

The file should contain:

--- NTPDATE_CMD="ntpdate" NTPDATE_OPTS="-b your.server.here" ---

Then add ntp-client to the services started at boot:

--- rc-update add ntp-client default

You can check what services are started at boot with `rc-status`.


Page source:

Copyright (c) 2000-2004 Øyvind Sæther. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2026-06-07
ParmEd - 4.3.1
Ebuild name:

sci-chemistry/ParmEd-4.3.1

Description

Parameter and topology file editor and molecular mechanical simulator en

Added to portage

2026-06-07

flask-cors - 6.0.3
Ebuild name:

dev-python/flask-cors-6.0.3

Description

A Flask extension for Cross Origin Resource Sharing (CORS)

Added to portage

2026-06-07

gap - 4.16.0
Ebuild name:

sci-mathematics/gap-4.16.0

Description

System for computational discrete algebra (core functionality)

Added to portage

2026-06-07

gcc - 15.2.1_p20260605
Ebuild name:

sys-devel/gcc-15.2.1_p20260605

Description

The GNU Compiler Collection

Added to portage

2026-06-07

gcc - 16.1.1_p20260606
Ebuild name:

sys-devel/gcc-16.1.1_p20260606

Description

The GNU Compiler Collection

Added to portage

2026-06-07

gopls - 0.22.0
Ebuild name:

dev-go/gopls-0.22.0

Description

Added to portage

2026-06-07

highs - 1.14.0-r3
Ebuild name:

sci-mathematics/highs-1.14.0-r3

Description

Modern solver for linear, quadratic, and mixed-integer programs

Added to portage

2026-06-07

hydrus - 670
Ebuild name:

media-gfx/hydrus-670

Description

A booru-like media organizer for the desktop

Added to portage

2026-06-07

kid3 - 3.10.0
Ebuild name:

media-sound/kid3-3.10.0

Description

Simple tag editor based on Qt

Added to portage

2026-06-07

kitty - 0.47.2
Ebuild name:

x11-terms/kitty-0.47.2

Description

Fast, feature-rich, GPU-based terminal

Added to portage

2026-06-07

kitty-shell-integration - 0.47.2
Ebuild name:

x11-terms/kitty-shell-integration-0.47.2

Description

Shell integration scripts for kitty, a GPU-based terminal

Added to portage

2026-06-07

kitty-terminfo - 0.47.2
Ebuild name:

x11-terms/kitty-terminfo-0.47.2

Description

Terminfo for kitty, a GPU-based terminal emulator

Added to portage

2026-06-07

less - 704
Ebuild name:

sys-apps/less-704

Description

Excellent text file viewer

Added to portage

2026-06-07

logrotate - 3.22.0-r1
Ebuild name:

app-admin/logrotate-3.22.0-r1

Description

Rotates, compresses, and mails system logs

Added to portage

2026-06-07

logrotate - 9999
Ebuild name:

app-admin/logrotate-9999

Description

Rotates, compresses, and mails system logs

Added to portage

2026-06-07

mapserver - 8.6.4
Ebuild name:

sci-geosciences/mapserver-8.6.4

Description

Development environment for building spatially enabled webapps

Added to portage

2026-06-07

markdown-mode - 2.8
Ebuild name:

app-emacs/markdown-mode-2.8

Description

Major mode for editing Markdown-formatted text files

Added to portage

2026-06-07

mastodon - 2.0.7
Ebuild name:

app-emacs/mastodon-2.0.7

Description

Emacs client for Mastodon, federated microblogging social network

Added to portage

2026-06-07

moto - 5.2.2
Ebuild name:

dev-python/moto-5.2.2

Description

Mock library for boto

Added to portage

2026-06-07

mutter - 49.6
Ebuild name:

x11-wm/mutter-49.6

Description

GNOME compositing window manager based on Clutter

Added to portage

2026-06-07

phpBB - 3.3.17
Ebuild name:

www-apps/phpBB-3.3.17

Description

An open-source PHP-based bulletin board package

Added to portage

2026-06-07

plplot - 5.15.0_p15-r2
Ebuild name:

sci-libs/plplot-5.15.0_p15-r2

Description

Multi-language scientific plotting library

Added to portage

2026-06-07

propka - 3.5.1-r1
Ebuild name:

sci-chemistry/propka-3.5.1-r1

Description

pKa-value prediction of ionizable groups in protein and protein-ligan

Added to portage

2026-06-07

protobuf-go - 1.36.11
Ebuild name:

dev-go/protobuf-go-1.36.11

Description

Go support for Google's protocol buffers

Added to portage

2026-06-07

pysam - 0.24.0
Ebuild name:

sci-biology/pysam-0.24.0

Description

Python interface for the SAM/BAM sequence alignment and mapping format

Added to portage

2026-06-07

pysiril - 0.0.17
Ebuild name:

sci-astronomy/pysiril-0.0.17

Description

Python library to interface Python to a SiriL script

Added to portage

2026-06-07

rebar - 3.27.0
Ebuild name:

dev-util/rebar-3.27.0

Description

A sophisticated build-tool for Erlang projects that follows OTP principles

Added to portage

2026-06-07

sh - 2.2.4
Ebuild name:

dev-python/sh-2.2.4

Description

Python subprocess interface

Added to portage

2026-06-07

shotwell - 0.32.16
Ebuild name:

media-gfx/shotwell-0.32.16

Description

Open source photo manager for GNOME

Added to portage

2026-06-07

soundfile - 0.14.0
Ebuild name:

dev-python/soundfile-0.14.0

Description

audio library based on libsndfile, CFFI and NumPy

Added to portage

2026-06-07

structlog - 26.1.0
Ebuild name:

dev-python/structlog-26.1.0

Description

Structured Logging for Python

Added to portage

2026-06-07

zensical - 0.0.41
Ebuild name:

dev-python/zensical-0.0.41

Description

A modern static site generator by the Material for MkDocs team

Added to portage

2026-06-07

2026-06-06
arno-iptables-firewall - 2.1.1a-r1
Ebuild name:

net-firewall/arno-iptables-firewall-2.1.1a-r1

Description

Arno's iptables firewall script

Added to portage

2026-06-06

arno-iptables-firewall - 2.1.2a-r1
Ebuild name:

net-firewall/arno-iptables-firewall-2.1.2a-r1

Description

Arno's iptables firewall script

Added to portage

2026-06-06

awscli - 1.45.24
Ebuild name:

app-admin/awscli-1.45.24

Description

Universal Command Line Environment for AWS

Added to portage

2026-06-06

bleach - 6.4.0
Ebuild name:

dev-python/bleach-6.4.0

Description

An easy whitelist-based HTML-sanitizing tool

Added to portage

2026-06-06

boto3 - 1.43.24
Ebuild name:

dev-python/boto3-1.43.24

Description

The AWS SDK for Python

Added to portage

2026-06-06

botocore - 1.43.24
Ebuild name:

dev-python/botocore-1.43.24

Description

Low-level, data-driven core of boto 3

Added to portage

2026-06-06

breezy - 3.3.22-r1
Ebuild name:

dev-vcs/breezy-3.3.22-r1

Description

Distributed Version Control System with a Friendly UI

Added to portage

2026-06-06

buildah - 1.44.0
Ebuild name:

app-containers/buildah-1.44.0

Description

A tool that facilitates building OCI images

Added to portage

2026-06-06

clang - 23.0.0_pre20260605
Ebuild name:

dev-python/clang-23.0.0_pre20260605

Description

Python bindings for llvm-core/clang

Added to portage

2026-06-06

clang - 23.0.0_pre20260605
Ebuild name:

llvm-core/clang-23.0.0_pre20260605

Description

C language family frontend for LLVM

Added to portage

2026-06-06

clang-common - 23.0.0_pre20260605
Ebuild name:

llvm-core/clang-common-23.0.0_pre20260605

Description

Common files shared between multiple slots of clang

Added to portage

2026-06-06

cmd2 - 4.0.0
Ebuild name:

dev-python/cmd2-4.0.0

Description

Extra features for standard library's cmd module

Added to portage

2026-06-06

cni-plugins - 1.9.1
Ebuild name:

app-containers/cni-plugins-1.9.1

Description

Standard networking plugins for container networking

Added to portage

2026-06-06

compiler-rt - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/compiler-rt-23.0.0_pre20260605

Description

Compiler runtime library for clang (built-in part)

Added to portage

2026-06-06

compiler-rt-sanitizers - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/compiler-rt-sanitizers-23.0.0_pre20260605

Description

Compiler runtime libraries for clang (sanit

Added to portage

2026-06-06

conmon - 2.2.1
Ebuild name:

app-containers/conmon-2.2.1

Description

An OCI container runtime monitor

Added to portage

2026-06-06

coreutils - 9.11-r1
Ebuild name:

sys-apps/coreutils-9.11-r1

Description

Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)

Added to portage

2026-06-06

cri-o - 1.36.1
Ebuild name:

app-containers/cri-o-1.36.1

Description

OCI-based implementation of Kubernetes Container Runtime Interface

Added to portage

2026-06-06

dbus-fast - 5.0.22
Ebuild name:

dev-python/dbus-fast-5.0.22

Description

A faster version of dbus-next

Added to portage

2026-06-06

django-timezone-field - 7.2.2
Ebuild name:

dev-python/django-timezone-field-7.2.2

Description

A Django app providing database and form fields for timezone

Added to portage

2026-06-06

docker-credential-helpers - 0.9.7
Ebuild name:

app-containers/docker-credential-helpers-0.9.7

Description

Suite of programs to use native stores to keep Docke

Added to portage

2026-06-06

elixir - 1.20.0
Ebuild name:

dev-lang/elixir-1.20.0

Description

Elixir programming language

Added to portage

2026-06-06

esptool - 5.3.0
Ebuild name:

dev-embedded/esptool-5.3.0

Description

Serial utility for flashing and interacting with Espressif ESP8266 and E

Added to portage

2026-06-06

flang - 23.0.0_pre20260605
Ebuild name:

llvm-core/flang-23.0.0_pre20260605

Description

LLVM's Fortran frontend

Added to portage

2026-06-06

flang-rt - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/flang-rt-23.0.0_pre20260605

Description

LLVM's Fortran runtime

Added to portage

2026-06-06

gpyutils - 0.15.6
Ebuild name:

app-portage/gpyutils-0.15.6

Description

Utitilies for maintaining Python packages

Added to portage

2026-06-06

hypothesis - 6.155.2
Ebuild name:

dev-python/hypothesis-6.155.2

Description

A library for property based testing

Added to portage

2026-06-06

inline-snapshot - 0.34.1
Ebuild name:

dev-python/inline-snapshot-0.34.1

Description

Create and update inline snapshots in your Python tests

Added to portage

2026-06-06

ipython - 9.14.1
Ebuild name:

dev-python/ipython-9.14.1

Description

Advanced interactive shell for Python

Added to portage

2026-06-06

jdk - 28
Ebuild name:

virtual/jdk-28

Description

Virtual for Java Development Kit (JDK)

Added to portage

2026-06-06

jre - 28
Ebuild name:

virtual/jre-28

Description

Virtual for Java Runtime Environment (JRE)

Added to portage

2026-06-06

jscheme - 7.2-r3
Ebuild name:

dev-scheme/jscheme-7.2-r3

Description

A Scheme dialect with a simple Java interface called Javadot notation

Added to portage

2026-06-06

jupyter-client - 8.9.0
Ebuild name:

dev-python/jupyter-client-8.9.0

Description

Jupyter protocol implementation and client libraries

Added to portage

2026-06-06

k3d - 5.9.0
Ebuild name:

app-containers/k3d-5.9.0

Description

k3d creates k3s clusters in docker

Added to portage

2026-06-06

libclc - 23.0.0_pre20260605
Ebuild name:

llvm-core/libclc-23.0.0_pre20260605

Description

OpenCL C library

Added to portage

2026-06-06

libcxx - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/libcxx-23.0.0_pre20260605

Description

New implementation of the C++ standard library, targeting C

Added to portage

2026-06-06

libcxxabi - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/libcxxabi-23.0.0_pre20260605

Description

Low level support for a standard C++ library

Added to portage

2026-06-06

libgcc - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/libgcc-23.0.0_pre20260605

Description

Compiler runtime library for clang, compatible with libgcc_

Added to portage

2026-06-06

libtorrent - 0.16.13
Ebuild name:

net-libs/libtorrent-0.16.13

Description

BitTorrent library written in C++ for *nix

Added to portage

2026-06-06

libunwind - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/libunwind-23.0.0_pre20260605

Description

C++ runtime stack unwinder from LLVM

Added to portage

2026-06-06

lit - 23.0.0_pre20260605
Ebuild name:

dev-python/lit-23.0.0_pre20260605

Description

A stand-alone install of the LLVM suite testing tool

Added to portage

2026-06-06

lld - 23.0.0_pre20260605
Ebuild name:

llvm-core/lld-23.0.0_pre20260605

Description

The LLVM linker (link editor)

Added to portage

2026-06-06

lldb - 23.0.0_pre20260605
Ebuild name:

llvm-core/lldb-23.0.0_pre20260605

Description

The LLVM debugger

Added to portage

2026-06-06

llvm - 23.0.0_pre20260605
Ebuild name:

dev-ml/llvm-23.0.0_pre20260605

Description

OCaml bindings for LLVM

Added to portage

2026-06-06

llvm - 23.0.0_pre20260605
Ebuild name:

llvm-core/llvm-23.0.0_pre20260605

Description

Low Level Virtual Machine

Added to portage

2026-06-06

llvm-common - 23.0.0_pre20260605
Ebuild name:

llvm-core/llvm-common-23.0.0_pre20260605

Description

Common files shared between multiple slots of LLVM

Added to portage

2026-06-06

loop-aes-losetup - 2.40.2
Ebuild name:

app-crypt/loop-aes-losetup-2.40.2

Description

Loop-AES losetup utility

Added to portage

2026-06-06

luajit - 2.1.1780076327
Ebuild name:

dev-lang/luajit-2.1.1780076327

Description

Just-In-Time Compiler for the Lua programming language

Added to portage

2026-06-06

mariadb - 10.11.18
Ebuild name:

dev-db/mariadb-10.11.18

Description

An enhanced, drop-in replacement for MySQL

Added to portage

2026-06-06

mariadb - 10.6.27
Ebuild name:

dev-db/mariadb-10.6.27

Description

An enhanced, drop-in replacement for MySQL

Added to portage

2026-06-06

markdown-mode - 2.8
Ebuild name:

app-emacs/markdown-mode-2.8

Description

Major mode for editing Markdown-formatted text files

Added to portage

2026-06-06

marknote - 1.6.0
Ebuild name:

app-text/marknote-1.6.0

Description

Markdown editor with a wide range of formating options for everyday notes

Added to portage

2026-06-06

mastodon - 9999
Ebuild name:

app-emacs/mastodon-9999

Description

Emacs client for Mastodon, federated microblogging social network

Added to portage

2026-06-06

math-symbol-lists - 1.3
Ebuild name:

app-emacs/math-symbol-lists-1.3

Description

Lists of Unicode mathematical symbols and latex commands

Added to portage

2026-06-06

matlab - 6.1_p20241107
Ebuild name:

app-emacs/matlab-6.1_p20241107

Description

Major modes for MATLAB .m and .tlc files

Added to portage

2026-06-06

matlab - 8.2.0
Ebuild name:

app-emacs/matlab-8.2.0

Description

Major modes for MATLAB .m and .tlc files

Added to portage

2026-06-06

matlab - 9999
Ebuild name:

app-emacs/matlab-9999

Description

Major modes for MATLAB .m and .tlc files

Added to portage

2026-06-06

mediawiki - 2.3.1
Ebuild name:

app-emacs/mediawiki-2.3.1

Description

MediaWiki client for Emacs

Added to portage

2026-06-06

mgorny-dev-scripts - 77
Ebuild name:

app-portage/mgorny-dev-scripts-77

Description

Handy scripts for ebuild development and more

Added to portage

2026-06-06

mgorny-dev-scripts - 78
Ebuild name:

app-portage/mgorny-dev-scripts-78

Description

Handy scripts for ebuild development and more

Added to portage

2026-06-06

mlir - 23.0.0_pre20260605
Ebuild name:

llvm-core/mlir-23.0.0_pre20260605

Description

Multi-Level Intermediate Representation (library only)

Added to portage

2026-06-06

mod_nss - 1.0.18-r1
Ebuild name:

www-apache/mod_nss-1.0.18-r1

Description

SSL/TLS module for the Apache HTTP server

Added to portage

2026-06-06

mod_qos - 11.79
Ebuild name:

www-apache/mod_qos-11.79

Description

A QOS module for the apache webserver

Added to portage

2026-06-06

narwhals - 2.22.1
Ebuild name:

dev-python/narwhals-2.22.1

Description

Extremely lightweight compatibility layer between dataframe libraries

Added to portage

2026-06-06

nbclient - 0.11.0
Ebuild name:

dev-python/nbclient-0.11.0

Description

A client library for executing Jupyter notebooks

Added to portage

2026-06-06

nerdctl - 2.3.1
Ebuild name:

app-containers/nerdctl-2.3.1

Description

Docker-compatible CLI for containerd, with support for Compose

Added to portage

2026-06-06

nmapsi - 0.5_alpha2_p20240407-r1
Ebuild name:

net-analyzer/nmapsi-0.5_alpha2_p20240407-r1

Description

Qt frontend to nmap

Added to portage

2026-06-06

nmbscan - 1.2.5-r2
Ebuild name:

net-analyzer/nmbscan-1.2.5-r2

Description

Scans the shares of a SMB/NetBIOS network

Added to portage

2026-06-06

openjdk - 25.0.4_beta4
Ebuild name:

dev-java/openjdk-25.0.4_beta4

Description

Open source implementation of the Java programming language

Added to portage

2026-06-06

openjdk - 27_beta25
Ebuild name:

dev-java/openjdk-27_beta25

Description

Open source implementation of the Java programming language

Added to portage

2026-06-06

openjdk - 28_alpha1
Ebuild name:

dev-java/openjdk-28_alpha1

Description

Open source implementation of the Java programming language

Added to portage

2026-06-06

openmp - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/openmp-23.0.0_pre20260605

Description

OpenMP runtime libraries for LLVM/clang compiler

Added to portage

2026-06-06

openmp-amdgcn-amd-amdhsa - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/openmp-amdgcn-amd-amdhsa-23.0.0_pre20260605

Description

OpenMP target library for amdgcn devices

Added to portage

2026-06-06

openmp-nvptx64-nvidia-cuda - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/openmp-nvptx64-nvidia-cuda-23.0.0_pre20260605

Description

OpenMP target library for nvptx64 devic

Added to portage

2026-06-06

openmp-spirv64-intel - 23.0.0_pre20260605
Ebuild name:

llvm-runtimes/openmp-spirv64-intel-23.0.0_pre20260605

Description

OpenMP target library for spirv64 Intel devic

Added to portage

2026-06-06

openpgp-keys-zulucrypt - 20170817
Ebuild name:

sec-keys/openpgp-keys-zulucrypt-20170817

Description

OpenPGP keys used by the zuluCrypt developer

Added to portage

2026-06-06

openssl-ccm - 1.3.0-r1
Ebuild name:

dev-ruby/openssl-ccm-1.3.0-r1

Description

OpenSSL CBC-MAC (CCM) ruby gem

Added to portage

2026-06-06

pdm-backend - 2.4.9
Ebuild name:

dev-python/pdm-backend-2.4.9

Description

A PEP 517 backend for PDM that supports PEP 621 metadata

Added to portage

2026-06-06

pecl-mailparse - 3.2.0
Ebuild name:

dev-php/pecl-mailparse-3.2.0

Description

PHP extension for parsing and working with RFC822 and MIME compliant m

Added to portage

2026-06-06

phonenumbers - 9.0.32
Ebuild name:

dev-python/phonenumbers-9.0.32

Description

Python port of Google's libphonenumber

Added to portage

2026-06-06

pikepdf - 10.7.3
Ebuild name:

dev-python/pikepdf-10.7.3

Description

Python library to work with pdf files based on qpdf

Added to portage

2026-06-06

pkixssh - 18.0.3
Ebuild name:

net-misc/pkixssh-18.0.3

Description

OpenSSH fork with X.509 v3 certificate support

Added to portage

2026-06-06

poco - 1.15.3
Ebuild name:

dev-libs/poco-1.15.3

Description

C++ libraries for building network-based applications

Added to portage

2026-06-06

podman-compose - 1.6.0
Ebuild name:

app-containers/podman-compose-1.6.0

Description

A script to run docker-compose.yml using Podman

Added to portage

2026-06-06

polly - 23.0.0_pre20260605
Ebuild name:

llvm-core/polly-23.0.0_pre20260605

Description

Polyhedral optimizations for LLVM

Added to portage

2026-06-06

prek - 0.4.4
Ebuild name:

dev-util/prek-0.4.4

Description

Better `pre-commit`, re-engineered in Rust

Added to portage

2026-06-06

pypdf - 6.13.0
Ebuild name:

dev-python/pypdf-6.13.0

Description

Python library to work with PDF files

Added to portage

2026-06-06

pythonnet - 3.0.5-r2
Ebuild name:

dev-python/pythonnet-3.0.5-r2

Description

Nearly seamless integration with the .NET Common Language Runtime

Added to portage

2026-06-06

qbe - 1.3
Ebuild name:

sys-devel/qbe-1.3

Description

Pure-C embeddable compiler backend

Added to portage

2026-06-06

quassel - 0.14.50_pre20260525
Ebuild name:

net-irc/quassel-0.14.50_pre20260525

Description

Qt/KDE IRC client supporting a remote daemon for 24/7 connectiv

Added to portage

2026-06-06

rbot - 0.9.15_p20210609-r1
Ebuild name:

net-irc/rbot-0.9.15_p20210609-r1

Description

A ruby IRC bot

Added to portage

2026-06-06

redis - 7.4.1
Ebuild name:

dev-python/redis-7.4.1

Description

Python client for Redis key-value store

Added to portage

2026-06-06

rq - 2.9.1
Ebuild name:

dev-python/rq-2.9.1

Description

Simple, lightweight library for creating and processing background jobs

Added to portage

2026-06-06

rtorrent - 0.16.13
Ebuild name:

net-p2p/rtorrent-0.16.13

Description

BitTorrent Client using libtorrent

Added to portage

2026-06-06

sh - 2.2.3
Ebuild name:

dev-python/sh-2.2.3

Description

Python subprocess interface

Added to portage

2026-06-06

snapraid - 14.6
Ebuild name:

sys-fs/snapraid-14.6

Description

Backup program with disk array for cold data on existing filesystems

Added to portage

2026-06-06

sonarr-bin - 4.0.17.2969
Ebuild name:

www-apps/sonarr-bin-4.0.17.2969

Description

Sonarr is a Smart PVR for newsgroup and bittorrent users

Added to portage

2026-06-06

sshfs - 3.7.6
Ebuild name:

net-fs/sshfs-3.7.6

Description

Fuse-filesystem utilizing the sftp service

Added to portage

2026-06-06

tbb - 2020.3
Ebuild name:

dev-cpp/tbb-2020.3

Description

High level abstract threading library

Added to portage

2026-06-06

tbb - 2021.12.0
Ebuild name:

dev-cpp/tbb-2021.12.0

Description

High level abstract threading library

Added to portage

2026-06-06

tbb - 2021.13.0
Ebuild name:

dev-cpp/tbb-2021.13.0

Description

High level abstract threading library

Added to portage

2026-06-06

tbb - 2021.7.0-r1
Ebuild name:

dev-cpp/tbb-2021.7.0-r1

Description

High level abstract threading library

Added to portage

2026-06-06

tbb - 2021.9.0
Ebuild name:

dev-cpp/tbb-2021.9.0

Description

High level abstract threading library

Added to portage

2026-06-06

tbb - 2022.0.0-r1
Ebuild name:

dev-cpp/tbb-2022.0.0-r1

Description

High level abstract threading library

Added to portage

2026-06-06

tbb - 2022.3.0
Ebuild name:

dev-cpp/tbb-2022.3.0

Description

High level abstract threading library

Added to portage

2026-06-06

tiny-proxy - 0.3.0
Ebuild name:

dev-python/tiny-proxy-0.3.0

Description

Simple proxy server (SOCKS4(a), SOCKS5(h), HTTP tunnel)

Added to portage

2026-06-06

tqdm - 4.68.1
Ebuild name:

dev-python/tqdm-4.68.1

Description

Add a progress meter to your loops in a second

Added to portage

2026-06-06

umoci - 0.6.0
Ebuild name:

app-containers/umoci-0.6.0

Description

Manipulation tool for OCI images

Added to portage

2026-06-06

vcsgraph - 0.3.0
Ebuild name:

dev-python/vcsgraph-0.3.0

Description

Graph algorithms for version control systems

Added to portage

2026-06-06

vdr - 2.8.1
Ebuild name:

media-video/vdr-2.8.1

Description

Video Disk Recorder - turns a pc into a powerful set top box for DVB

Added to portage

2026-06-06

vdr - 2.8.2
Ebuild name:

media-video/vdr-2.8.2

Description

Video Disk Recorder - turns a pc into a powerful set top box for DVB

Added to portage

2026-06-06

wcwidth - 0.8.0
Ebuild name:

dev-python/wcwidth-0.8.0

Description

Measures number of Terminal column cells of wide-character codes

Added to portage

2026-06-06

with-editor - 3.5.1-r1
Ebuild name:

app-emacs/with-editor-3.5.1-r1

Description

Use the Emacsclient as the of child processes

Added to portage

2026-06-06

rdf newsfeed | rss newsfeed | Atom newsfeed
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
- Copyright and legal notices -
Time to create this page: 24.8 ms