| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
| 3 |
<pkgmetadata>
|
| 4 |
<maintainer>
|
| 5 |
<email>vapier@gentoo.org</email>
|
| 6 |
</maintainer>
|
| 7 |
<longdescription>
|
| 8 |
GNU nano - an enhanced clone of the Pico text editor.
|
| 9 |
|
| 10 |
The nano project was started because of a few "problems" with the
|
| 11 |
wonderfully easy-to-use and friendly Pico text editor.
|
| 12 |
|
| 13 |
First and foremost is its license: the Pine suite does not use the
|
| 14 |
GPL or a GPL-friendly license, and has unclear restrictions on
|
| 15 |
redistribution. Because of this, Pine and Pico are not included with
|
| 16 |
many GNU/Linux distributions. Also, other features (like goto line
|
| 17 |
number or search and replace) were unavailable until recently or
|
| 18 |
require a command line flag. Yuck.
|
| 19 |
|
| 20 |
nano aims to solve these problems by emulating the functionality of
|
| 21 |
Pico as closely as possible while addressing the problems above and
|
| 22 |
perhaps providing other extra functionality.
|
| 23 |
</longdescription>
|
| 24 |
<use>
|
| 25 |
<flag name='justify'>Enable justify/unjustify functions for text formatting.</flag>
|
| 26 |
<flag name='debug'>
|
| 27 |
Enable debug messages and assert warnings. Note that these will all be sent
|
| 28 |
straight to stderr rather than some logging facility.
|
| 29 |
</flag>
|
| 30 |
<flag name='magic'>
|
| 31 |
Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting
|
| 32 |
</flag>
|
| 33 |
<flag name='minimal'>
|
| 34 |
Disable all fancy features, including ones that otherwise have a dedicated
|
| 35 |
USE flag (such as spelling).
|
| 36 |
</flag>
|
| 37 |
</use>
|
| 38 |
</pkgmetadata>
|