diff options
| author | Simeon Simeonov | 2023-01-13 08:37:35 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2023-01-13 08:37:35 +0100 |
| commit | 248b7c6ae7a5fe370cc1f4ac032c5138110599a2 (patch) | |
| tree | e0b04af4125e4057269c98b5fc4166476fc676d7 | |
| parent | 2c863a5548c9a11846b81581a87775f444aeab7b (diff) | |
Update README.md
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
| @@ -10,20 +10,30 @@ Gentoo GNU/Linux. | |||
| 10 | 10 | ||
| 11 | The following ports are currently available: | 11 | The following ports are currently available: |
| 12 | 12 | ||
| 13 | * dev-python/etoolkit - a simple toolkit for defining and setting environment | ||
| 14 | variables in a flexible and secure way - https://github.com/blackm0re/etoolkit | ||
| 15 | |||
| 13 | * dev-python/pyotp2289 - a pure Python 3 implementation of "A One-Time | 16 | * dev-python/pyotp2289 - a pure Python 3 implementation of "A One-Time |
| 14 | Password System" - RFC-2289. - https://github.com/blackm0re/pyotp2289 | 17 | Password System" - RFC-2289. - https://github.com/blackm0re/pyotp2289 |
| 15 | 18 | ||
| 16 | * mail-client/sylpheed - Sylpheed fork that implements features and fixes not | 19 | * mail-client/sylpheed - Sylpheed fork that implements features and fixes not |
| 17 | present in the official Sylpheed release - https://github.com/blackm0re/sylpheed | 20 | present in the official Sylpheed release - https://github.com/blackm0re/sylpheed |
| 18 | 21 | ||
| 22 | * www-servers/ngus - is a minimalist HTTP server written in pure Python and | ||
| 23 | intended for receiving file uploads - https://github.com/blackm0re/ngus | ||
| 24 | |||
| 19 | * x11-misc/i3lock-extended - a fork of i3lock offering some additional features | 25 | * x11-misc/i3lock-extended - a fork of i3lock offering some additional features |
| 20 | and niceties - https://github.com/blackm0re/i3lock-extended | 26 | and niceties - https://github.com/blackm0re/i3lock-extended |
| 21 | 27 | ||
| 28 | * x11-terms/terminator - contains a "single tab patch" that propagates events | ||
| 29 | like 'next_tab', 'swicth_tab', etc instead of consuming them when only a single | ||
| 30 | tab is used on the terminal | ||
| 31 | |||
| 22 | 32 | ||
| 23 | ## Setup | 33 | ## Setup |
| 24 | 34 | ||
| 25 | ```bash | 35 | ```bash |
| 26 | layman -a sgs | 36 | eselect repository add sgs |
| 27 | ``` | 37 | ``` |
| 28 | 38 | ||
| 29 | 39 | ||
