Browse Source

ASCII'ze port descriptions which were (ab)using UTF-8 punctuation

While here, run these files through a spell-checker and wrap some
overly long lines and/or dangling prepositions (when appropriate).
Alexey Dokuchaev 2 years ago
parent
commit
fa4ecd821f
  1. 11
      deskutils/presage/pkg-descr
  2. 16
      devel/py-azure-batch/pkg-descr
  3. 19
      devel/py-cli-helpers/pkg-descr
  4. 3
      devel/py-enum-compat/pkg-descr
  5. 2
      devel/py-first/pkg-descr
  6. 2
      devel/py-kaitaistruct/pkg-descr
  7. 4
      devel/py-python-editor/pkg-descr
  8. 2
      devel/py-tzdata/pkg-descr
  9. 4
      emulators/qemu/pkg-descr-ga
  10. 2
      games/openbor/pkg-descr
  11. 14
      games/renpy/pkg-descr
  12. 11
      graphics/meh/pkg-descr
  13. 4
      graphics/py-pytesseract/pkg-descr
  14. 2
      mail/py-python-slimta/pkg-descr
  15. 12
      mail/rubygem-mailboxer/pkg-descr
  16. 2
      misc/susv4/pkg-descr
  17. 2
      security/py-yara-python-dex/pkg-descr
  18. 6
      textproc/p5-Text-Unaccent-PurePerl/pkg-descr
  19. 12
      textproc/py-chameleon/pkg-descr
  20. 2
      textproc/write-good/pkg-descr
  21. 4
      www/py-dj-database-url/pkg-descr
  22. 2
      www/py-dj40-django-rich/pkg-descr
  23. 2
      www/py-dj41-django-rich/pkg-descr
  24. 2
      www/py-requests/pkg-descr
  25. 6
      www/py-selector/pkg-descr
  26. 8
      www/rubygem-stimulus-rails/pkg-descr
  27. 4
      x11-fonts/iosevka/pkg-descr
  28. 2
      x11/cliphist/pkg-descr

11
deskutils/presage/pkg-descr

@ -2,8 +2,9 @@ Presage is an intelligent predictive text entry system.
Presage (formerly known as Soothsayer) generates predictions by modelling
natural language as a combination of redundant information sources. Presage
computes probabilities for words which are most likely to be entered next by
merging predictions generated by the different predictive algorithms. Presage’s
modular and extensible architecture allows its language model to be extended
and customized to utilize statistical, syntactic, and semantic predictive
algorithms.
computes probabilities for words which are most likely to be entered next
by merging predictions generated by the different predictive algorithms.
Presage's modular and extensible architecture allows its language model to
be extended and customized to utilize statistical, syntactic, and semantic
predictive algorithms.

16
devel/py-azure-batch/pkg-descr

@ -1,10 +1,10 @@
This is the Microsoft Azure Batch Client Library.
Batch processing began with mainframe computers and punch cards. Today, it still
plays a central role in business, engineering, science, and other areas that
require running lots of automated tasks—processing bills and payroll,
calculating portfolio risk, designing new products, rendering animated films,
testing software, searching for energy, predicting the weather, and finding new
cures for disease. Previously, few people had access to the computing power for
these scenarios. With Azure Batch, that power is available to you when you need
it, without any capital investment.
Batch processing began with mainframe computers and punch cards. Today, it
still plays a central role in business, engineering, science, and other
areas that require running lots of automated tasks-processing bills and
payroll, calculating portfolio risk, designing new products, rendering
animated films, testing software, searching for energy, predicting the
weather, and finding new cures for disease. Previously, few people had
access to the computing power for these scenarios. With Azure Batch, that
power is available to you when you need it, without any capital investment.

19
devel/py-cli-helpers/pkg-descr

@ -1,14 +1,15 @@
CLI Helpers is a Python package that makes it easy to perform common tasks when
building command-line apps. It’s a helper library for command-line interfaces.
CLI Helpers is a Python package that makes it easy to perform common tasks
when building command-line apps. It's a helper library for command-line
interfaces.
Libraries like Click and Python Prompt Toolkit are amazing tools that help you
create quality apps. CLI Helpers complements these libraries by wrapping up
common tasks in simple interfaces.
Libraries like Click and Python Prompt Toolkit are amazing tools that help
you create quality apps. CLI Helpers complements these libraries by wrapping
up common tasks in simple interfaces.
CLI Helpers is not focused on your app’s design pattern or framework – you can
use it on its own or in combination with other libraries. It’s lightweight and
easy to extend.
CLI Helpers is not focused on your app's design pattern or framework -- you
can use it on its own or in combination with other libraries. It is
lightweight and easy to extend.
Whats included in CLI Helpers?
What's included in CLI Helpers?
- Prettyprinting of tabular data with custom pre-processing
- [in progress] config file reading/writing

3
devel/py-enum-compat/pkg-descr

@ -1,3 +1,2 @@
This is a virtual package, its whole purpose is to install enum34
on Python older than 3.4.
On Python 3.4+ it’s a no-op.
on Python older than 3.4. On Python 3.4+ it's a no-op.

2
devel/py-first/pkg-descr

@ -1,4 +1,4 @@
first is an MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need more
power, you can also supply a key function that is used to judge the truth value
of the element or a default value if None doesnt fit your use case.
of the element or a default value if None doesn't fit your use case.

2
devel/py-kaitaistruct/pkg-descr

@ -4,7 +4,7 @@ Kaitai Struct is a declarative language used for describe various binary
data structures, laid out in files or in memory: i.e. binary file
formats, network stream packet formats, etc.
It is similar to Pythons [construct] and [Construct3], but it is
It is similar to Python's [construct] and [Construct3], but it is
language-agnostic. The format description is done in YAML-based .ksy
format, which then can be compiled into a wide range of target
languages.

4
devel/py-python-editor/pkg-descr

@ -1,2 +1,2 @@
python-editor is a library that provides the editor module for programmatically
interfacing with your system’s $EDITOR.
python-editor is a library that provides the editor module for
programmatically interfacing with your system's $EDITOR.

2
devel/py-tzdata/pkg-descr

@ -1,4 +1,4 @@
This is a Python package containing zic-compiled binaries for the IANA time
zone database. It is intended to be a fallback for systems that do not have
system time zone data installed (or dont have it installed in a standard
system time zone data installed (or don't have it installed in a standard
location), as a part of PEP 615.

4
emulators/qemu/pkg-descr-ga

@ -3,9 +3,9 @@ It allows the hypervisor host to perform various operations in the guest,
such as:
* get information from the guest
* set the guests system time
* set the guest's system time
* read/write a file
* sync and freeze the filesystems
* suspend the guest
* reconfigure guest local processors
* set users password
* set user's password

2
games/openbor/pkg-descr

@ -1,7 +1,7 @@
OpenBOR is a royalty free sprite-based side scrolling gaming
engine. From humble beginnings in 2004, it has since grown into the
most versatile, easy to use, and powerful engine of its type you will
find anywhere. OpenBOR is optimized for side scrolling beat em’ up
find anywhere. OpenBOR is optimized for side-scrolling "beat 'em up"
style games (Double Dragon, Streets of Rage, Final Fight), but easily
accommodates any sort of gameplay style and feature set you can
imagine.

14
games/renpy/pkg-descr

@ -1,7 +1,7 @@
Ren'Py is a visual novel engine used by thousands of creators from
around the world that helps you use words, images, and sounds to
tell interactive stories that run on computers and mobile
devices. These can be both visual novels and life simulation
games. The easy to learn script language allows anyone to efficiently
write large visual novels, while its Python scripting is enough for
complex simulation games.
Ren'Py is a visual novel engine -- used by thousands of creators from
around the world -- that helps you use words, images, and sounds to
tell interactive stories that run on computers and mobile devices.
These can be both visual novels and life simulation games. The easy
to learn script language allows anyone to efficiently write large
visual novels, while its Python scripting is enough for complex
simulation games.

11
graphics/meh/pkg-descr

@ -1,8 +1,9 @@
meh is a small, simple, super fast image viewer using raw XLib. It is similar
to feh, but faster and simpler.
meh is a small, simple, super fast image viewer using raw XLib. It is
similar to feh, but faster and simpler.
meh can use ImageMagick’s convert to view almost 200 file formats, though it is
slower for these formats. Built in formats are JPEG, PNG, BMP, and netpbm.
meh can use ImageMagick's convert to view almost 200 file formats, though
it is slower for these formats. Built-in formats are JPEG, PNG, BMP, and
netpbm.
Features:
- Fast
@ -11,7 +12,7 @@ Features:
- Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
- ImageMagick support by calling convert
- All ImageMagick formats (almost 200)
- This allows limited support for PDF’s and SVG’s
- This allows limited support for PDF's and SVG's
- Scales images to window size
- Preserves aspect ratio (either via EWMH hints or by padding the window)
- XSHM Support

4
graphics/py-pytesseract/pkg-descr

@ -1,7 +1,7 @@
Python-tesseract is an optical character recognition (OCR) tool for python.
That is, it will recognize and “read” the text embedded in images.
That is, it will recognize and "read" the text embedded in images.
Python-tesseract is a wrapper for Googles Tesseract-OCR Engine. It is also
Python-tesseract is a wrapper for Google's Tesseract-OCR Engine. It is also
useful as a stand-alone invocation script to tesseract, as it can read all
image types supported by the Pillow and Leptonica imaging libraries, including
jpeg, png, gif, bmp, tiff, and others. Additionally, if used as a script,

2
mail/py-python-slimta/pkg-descr

@ -2,4 +2,4 @@ The python-slimta project is a Python library offering the building blocks
necessary to create a full-featured MTA. An MTA built with python-slimta can
incorporate any protocol or policy - custom or built-in. An MTA built with
python-slimta can integrate with other Python libraries and take advantage
of Pythons great community.
of Python's great community.

12
mail/rubygem-mailboxer/pkg-descr

@ -6,13 +6,13 @@ After looking for a good gem to use we noticed the lack of messaging gems and
functionality in them. Mailboxer tries to fill this void delivering a powerful
and flexible message system. It supports the use of conversations with two or
more participants, sending notifications to recipients (intended to be used as
system notifications “Your picture has new comments”, “John Doe has updated his
document, etc.), and emailing the messageable model (if configured to do so).
system notifications "Your picture has new comments", "John Doe has updated his
document", etc.), and emailing the messageable model (if configured to do so).
It has a complete implementation of a Mailbox object for each messageable with
inbox, sentbox and trash.
inbox, sentbox, and trash.
The gem is constantly growing and improving its functionality. As it is used
with our parallel development ging / social_stream we are finding and fixing
bugs continously. If you want some functionality not supported yet or marked as
TODO, you can create an issue to ask for it. It will be great feedback for us,
and we will know what you may find useful in the gem.
bugs continuously. If you want some functionality not supported yet or marked
as TODO, you can create an issue to ask for it. It will be great feedback for
us, and we will know what you may find useful in the gem.

2
misc/susv4/pkg-descr

@ -6,7 +6,7 @@ reference T101. Technically identical to IEEE Std 1003.1-2017 and ISO/IEC
It is simultaneously The Open Group Base Specifications Issue 7.
POSIX.1-2017 defines a standard operating system interface and environment,
including a command interpreter (or “shell”), and common utility programs to
including a command interpreter (or "shell"), and common utility programs to
support applications portability at the source code level. POSIX.1-2017 is
intended to be used by both application developers and system implementors.

2
security/py-yara-python-dex/pkg-descr

@ -1,3 +1,3 @@
With this library you can use YARA from your Python programs. It covers all
YARAs features, from compiling, saving and loading rules to scanning files,
YARA's features, from compiling, saving and loading rules to scanning files,
strings and processes.

6
textproc/p5-Text-Unaccent-PurePerl/pkg-descr

@ -1,4 +1,4 @@
Text::Unaccent::PurePerl is a module for “unaccenting” characters, i.e.,
Text::Unaccent::PurePerl is a module for "unaccenting" characters, i.e.,
removing accents and other diacritic marks from characters. Here, the term
unaccenting has a rather loose meaning, since this module does a lot more than
just removing accents.
unaccenting has a rather loose meaning, since this module does a lot more
than just removing accents.

12
textproc/py-chameleon/pkg-descr

@ -1,7 +1,7 @@
Chameleon is an HTML/XML template engine for Python. It uses the page templates
language.
Chameleon is an HTML/XML template engine for Python. It uses the page
templates language.
Its designed to generate the document output of a web application, typicay
HTML markup or XML. The language used is page templates, originally a Zope
invention, but available here as a standalone library that you can use in any
script or application running Python.
It is designed to generate the document output of a web application,
typical HTML markup, or XML. The language used is page templates,
originally a Zope invention, but available here as a standalone library
that you can use in any script or application running Python.

2
textproc/write-good/pkg-descr

@ -2,7 +2,7 @@ write-good is a naive linter for English prose. For example,
it is able to check for the following issues in text:
- passive voice
- lexical illusions cases where a word is repeated
- lexical illusions -- cases where a word is repeated
- "so" at the beginning of the sentence
- "there is" or "there are" at the beginning of the sentence
- weasel words

4
www/py-dj-database-url/pkg-descr

@ -3,9 +3,9 @@ DATABASE_URL environment variable to configure your Django application.
The dj_database_url.config method returns a Django database connection
dictionary, populated with all the data specified in your URL. There is
also a conn_max_age argument to easily enable Djangos connection pool.
also a conn_max_age argument to easily enable Django's connection pool.
If youd rather not use an environment variable, you can pass a URL in
If you'd rather not use an environment variable, you can pass a URL in
directly instead to dj_database_url.parse.
Supported Databases:

2
www/py-dj40-django-rich/pkg-descr

@ -3,7 +3,7 @@ This package provides Extensions for using Rich with the Django framework.
These extensions consist of the following subclasses:
* django_rich.management.RichCommand:
Subclass of Djangos BaseCommand class that sets its self.console to a
Subclass of Django's BaseCommand class that sets its self.console to a
Rich Console.
* django_rich.test.RichRunner:

2
www/py-dj41-django-rich/pkg-descr

@ -3,7 +3,7 @@ This package provides Extensions for using Rich with the Django framework.
These extensions consist of the following subclasses:
* django_rich.management.RichCommand:
Subclass of Djangos BaseCommand class that sets its self.console to a
Subclass of Django's BaseCommand class that sets its self.console to a
Rich Console.
* django_rich.test.RichRunner:

2
www/py-requests/pkg-descr

@ -2,7 +2,7 @@ Requests is an elegant and simple HTTP library for Python, built for human
beings.
Beloved Features:
- Requests is ready for today’s web.
- Requests is ready for today's web
- Keep-Alive & Connection Pooling
- International Domains and URLs
- Sessions with Cookie Persistence

6
www/py-selector/pkg-descr

@ -1,11 +1,11 @@
WSGI request delegation. (AKA routing.)
This distribution provides WSGI middleware for “RESTful” mapping of URL paths to
WSGI applications. Selector now also comes with components for environ based
This distribution provides WSGI middleware for "RESTful" mapping of URL paths
to WSGI applications. Selector now also comes with components for environ based
dispatch and on-the-fly middleware composition. There is a very simple optional
mini-language for path expressions. Alternately we can easily use regular
expressions directly or even create our own mini-language. There is a simple
“mapping file” format that can be used. There are no architecture specific
"mapping file" format that can be used. There are no architecture specific
features (to MVC or whatever). Neither are there any framework specific
features.

8
www/rubygem-stimulus-rails/pkg-descr

@ -1,7 +1,7 @@
Stimulus is a JavaScript framework with modest ambitions. It doesnt seek to
take over your entire front-end in fact, its not concerned with rendering HTML
at all. Instead, its designed to augment your HTML with just enough behavior to
make it shine. Stimulus pairs beautifully with Turbo to provide a complete
Stimulus is a JavaScript framework with modest ambitions. It doesn't seek to
take over your entire front-end in fact, it's not concerned with rendering HTML
at all. Instead, it's designed to augment your HTML with just enough behavior
to make it shine. Stimulus pairs beautifully with Turbo to provide a complete
solution for fast, compelling applications with a minimal amount of effort.
Together they form the core of Hotwire.

4
x11-fonts/iosevka/pkg-descr

@ -1,3 +1,3 @@
Iosevka is an open-source, sans-serif + slab-serif, monospace +
quasiproportional typeface family, designed for writing code, using in
terminals, and preparing technical documents.
quasi-proportional typeface family, designed for writing code, using
in terminals, and preparing technical documents.

2
x11/cliphist/pkg-descr

@ -6,6 +6,6 @@ cliphist is clipboard history "manager" for wayland
- clipboard is preserved byte-for-byte
- leading / trailing whitespace / no whitespace or newlines are
preserved
- wont break fancy editor selections like vim wordwise, linewise,
- won't break fancy editor selections like vim wordwise, linewise,
block mode
- no concept of a picker, only pipes

Loading…
Cancel
Save