Gentoo: My portage overlay
I've my own portage overlay, which you can install using layman utility.
Installation
Install layman if you doesn't have it yet:
# emerge layman
Next you should fetch list of available overlays and add my overlay:
# layman -L
# layman -a powerman
To sync my overlay you can either manually run
# layman -S each time you run # emerge --sync or
you can use eix utility.
Install eix if you doesn't have it yet:
# emerge eix
Configure eix to sync all layman's overlays automatically:
# echo "*" >> /etc/eix-sync.conf
Now you can sync portage, sync layman overlays and update eix database
with single command:
# eix-sync
Packages in my overlay
Modified packages from main portage tree
- mail-client/mutt-1.5.16
- Added patch to support signin and signoff commands.
- net-ftp/twoftpd-1.21
- Added patch which block TELNET_IAC support to allow using character with code 255 in file names (required to support Cyrillic file names in Windows CP1251 encoding).
- sys-libs/gpm-1.20.1-r6
- Added my XCaP patch.
- sys-process/runit-2.0.0
- Version bump. Added /etc/cron.hourly/runit-zombie-fix.sh as workaround for zombie issue.
Updates for packages in main portage tree
- app-forensics/chkrootkit-0.48
- Version bump. bug 204419
- app-text/asciidoc-8.2.7
- Version bump.
New packages, absent from main portage tree
- app-misc/mc-mp-4.1.40_pre9-r2
- Fork of Midnight Commander 4.1.X, with goal to create a stable, well-working, useful console-only version of well-known Midnight Commander, without bugs and garbage, like tk, xv and gnome. (This is app-misc/mc-mp-4.1.40_pre9 ebuild from sunrise, patched to compile with LINGUAS="en ru" - see bug 35032.)
- media-libs/mac-3.99.4.5
- Unix port of Monkey's Audio codec (for *.ape files).
Init scripts and services for runit
- power-misc/runit-scripts
- Replacement for SysV init scripts to use with runit.
- runit-service/setupservices
- Setup system to use runit services
- runit-service/service-3proxy
- Service for net-proxy/3proxy
- runit-service/service-acpid
- Service for sys-power/acpid
- runit-service/service-adsl
- Service for net-dialup/rp-pppoe
- runit-service/service-agetty
- Service for agetty
- runit-service/service-apache2
- Service for www-servers/apache-2
- runit-service/service-dcron
- Service for sys-process/dcron
- runit-service/service-djbdns
- Service for net-dns/djbdns
- runit-service/service-expirelog
- Service for cleaning runsvdir's title
- runit-service/service-gpm
- Service for sys-libs/gpm
- runit-service/service-log-all
- Catch-all log with most important data from all other logs
- runit-service/service-mysql
- Service for dev-db/mysql
- runit-service/service-notify
- Process system log on-the-fly, detect events and run actions
- runit-service/service-qmail
- Service for virtual/qmail
- runit-service/service-qpopper
- Service for net-mail/qpopper
- runit-service/service-samba
- Service for net-fs/samba
- runit-service/service-socklog
- Service for app-admin/socklog
- runit-service/service-ssh
- Service for net-misc/openssh
- runit-service/service-twoftpd
- Service for net-ftp/twoftpd
My software
- media-fonts/developer-font-1.0
- Cyrillic fonts for X and console (ISO10646-1, KOI8-R, MICROSOFT-CP1251). More information about these fonts and screenshots available here.
- media-fonts/russify-2.7
- Contains unknown (but very nice) Cyrillic console font (both for text mode and framebuffer@1280 mode), consoletrans tables for dos/koi/win encodings, keymaps for dos/koi/win (2 variants - one for AltGr eng/rus switching and second for Ctrl+Shift switching).
- power-misc/asdfDict-1.50
- Search dictionary located in MySQL database.
- power-misc/deliver-2.00
- Control email delivery (for .qmail only). Documentation.
- power-misc/greysmtpd-0.1.4
- Soft greylisting for qmail. Documentation.
- power-misc/input_event-0.2.1
- Enable the use and configuration of special keyboard keys. Documentation.
- power-misc/librev-1.0
- Library for fake access to files from external app. Documentation.
- power-misc/powerbackup-0.1.0
- Simple and flexible incremental backup. Documentation.
- power-misc/powerutils-2.0.0
- A bundle of useful small utilities. Documentation.
- power-misc/powerwatchdog-0.1.2
- Simple watchdogs for server and service monitoring.
- power-misc/pproxy-3.0.3-r1
- HTTP proxy with cache-only mode and ability to cache CGI.
- power-misc/remote-2.0.0
- Ease to use wrapper tools for ssh and scp. Documentation.
Internal asdf software
- power-misc/asdfBackup
- Prepare full project backup in .lib/tmp/backup.tar.
- power-misc/asdfMysql
- Start mysql client using db/user/pass from .lib/.db.
- power-misc/asdfPatchSystem
- Generate, distribute and apply patches to project.