diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-01 18:08:31 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-01 18:09:49 +0300 |
commit | 7b4d1f0b36f88f7fee1898a9cc10c2acf261a123 (patch) | |
tree | 2abf1c896f8e1fd58b9c4e767d74a5ba36df7259 /devel | |
parent | UPDATING: fix trailing whitespace (diff) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket
Diffstat (limited to 'devel')
39 files changed, 71 insertions, 71 deletions
diff --git a/devel/arduino-builder/pkg-descr b/devel/arduino-builder/pkg-descr index 5ed7eb011a65..76ce360675cc 100644 --- a/devel/arduino-builder/pkg-descr +++ b/devel/arduino-builder/pkg-descr @@ -1,5 +1,5 @@ arduino-builder is a command line tool for compiling Arduino sketches. It is used by newer versions of the Arduino IDE, and may also be used -standalone if provided hardware definitions and a tools directory. +standalone if provided hardware definitions and a tools directory. WWW: https://github.com/arduino/arduino-builder diff --git a/devel/cltune/pkg-descr b/devel/cltune/pkg-descr index 67b09133d772..a54196be4d9d 100644 --- a/devel/cltune/pkg-descr +++ b/devel/cltune/pkg-descr @@ -1,5 +1,5 @@ CLTune is a C++ library which can be used to automatically tune your OpenCL -and CUDA kernels. The only thing you'll need to provide is a tuneable kerne +and CUDA kernels. The only thing you'll need to provide is a tuneable kerne and a list of allowed parameters and values. WWW: https://github.com/CNugteren/CLTune diff --git a/devel/dcd-server/pkg-descr b/devel/dcd-server/pkg-descr index 149a394e75b1..7d703ec42e3b 100644 --- a/devel/dcd-server/pkg-descr +++ b/devel/dcd-server/pkg-descr @@ -2,8 +2,8 @@ DCD is not an IDE. DCD is designed to provide autocompletion for your favorite text editor. If you are looking for an IDE, try one of these. DCD consists of a client and a server. The client (dcd-client) is almost always -used through a text editor script or plugin, though it can be used from the -command line. The server (dcd-server) is responsible for caching imported +used through a text editor script or plugin, though it can be used from the +command line. The server (dcd-server) is responsible for caching imported files, calculating autocomplete information, and sending it back to the client. WWW: https://github.com/dlang-community/DCD diff --git a/devel/derelict-sdl2/pkg-descr b/devel/derelict-sdl2/pkg-descr index d673eb2993d0..873c96a7d8be 100644 --- a/devel/derelict-sdl2/pkg-descr +++ b/devel/derelict-sdl2/pkg-descr @@ -1,4 +1,4 @@ -Dynamic bindings to SDL 2 version 2.0.5, SDL2_image, SDL2_mixer, SDL2_ttf, and +Dynamic bindings to SDL 2 version 2.0.5, SDL2_image, SDL2_mixer, SDL2_ttf, and SDL2_net for the D Programming Language. WWW: https://github.com/DerelictOrg/DerelictSDL2 diff --git a/devel/dlib/pkg-descr b/devel/dlib/pkg-descr index 2e6fe576f836..e71dae690c9e 100644 --- a/devel/dlib/pkg-descr +++ b/devel/dlib/pkg-descr @@ -1,6 +1,6 @@ dlib is a growing collection of native D language libraries useful for various -higher-level projects - such as game engines, rendering pipelines and -multimedia applications. It is written in D2 and has no external dependencies +higher-level projects - such as game engines, rendering pipelines and +multimedia applications. It is written in D2 and has no external dependencies aside D's standard library, Phobos. WWW: https://github.com/gecko0307/dlib diff --git a/devel/dub/pkg-descr b/devel/dub/pkg-descr index f5573c94ab3d..4fe14cf3d55e 100644 --- a/devel/dub/pkg-descr +++ b/devel/dub/pkg-descr @@ -1,15 +1,15 @@ -DUB emerged as a more general replacement for vibe.d's package manager. It does -not imply a dependency to vibe.d for packages and was extended to not only -directly build projects, but also to generate project files (currently VisualD). +DUB emerged as a more general replacement for vibe.d's package manager. It does +not imply a dependency to vibe.d for packages and was extended to not only +directly build projects, but also to generate project files (currently VisualD). -Mono-D also supports the use of dub.json (dub's package description) as the +Mono-D also supports the use of dub.json (dub's package description) as the project file. -The project's philosophy is to keep things as simple as possible. All that is -needed to make a project a dub package is to write a short dub.json file and -put the source code into a source subfolder. It can then be registered on the -public package registry to be made available for everyone. Any dependencies -specified in dub.json are automatically downloaded and made available to the +The project's philosophy is to keep things as simple as possible. All that is +needed to make a project a dub package is to write a short dub.json file and +put the source code into a source subfolder. It can then be registered on the +public package registry to be made available for everyone. Any dependencies +specified in dub.json are automatically downloaded and made available to the project during the build process. WWW: https://github.com/dlang/dub diff --git a/devel/git-lab/pkg-descr b/devel/git-lab/pkg-descr index 688a3e54b634..37f1e9d5b8f9 100644 --- a/devel/git-lab/pkg-descr +++ b/devel/git-lab/pkg-descr @@ -1,7 +1,7 @@ git-lab is an extension for the git command-line tool that helps with interacting with a gitlab instance (e.g. gitlab.com, -or GNOME or KDE gitlab instances). It adds a `git lab` -subcommand to git, which allows you to manage issues, +or GNOME or KDE gitlab instances). It adds a `git lab` +subcommand to git, which allows you to manage issues, merge requests and more from the command-line. WWW: https://invent.kde.org/sdk/git-lab diff --git a/devel/inifiled/pkg-descr b/devel/inifiled/pkg-descr index c8379c5c5609..69ac14944314 100644 --- a/devel/inifiled/pkg-descr +++ b/devel/inifiled/pkg-descr @@ -1,5 +1,5 @@ -A compile time ini file parser and writter generator for D. inifile.d takes -annotated structs and create ini file parser and writer. The ini file format +A compile time ini file parser and writter generator for D. inifile.d takes +annotated structs and create ini file parser and writer. The ini file format always comments and section and to some degree nesting. WWW: https://github.com/burner/inifiled diff --git a/devel/inilike/pkg-descr b/devel/inilike/pkg-descr index d00770906cb9..8f5734686511 100644 --- a/devel/inilike/pkg-descr +++ b/devel/inilike/pkg-descr @@ -1,5 +1,5 @@ -Inilike is D library for parsing .ini-like files used in Freedesktop systems -in various places (.desktop files, icon themes, mimeapps.list, mimeinfo.cache, +Inilike is D library for parsing .ini-like files used in Freedesktop systems +in various places (.desktop files, icon themes, mimeapps.list, mimeinfo.cache, trashcan files on freedesktop, etc.) WWW: https://github.com/FreeSlave/inilike diff --git a/devel/isa-l/pkg-descr b/devel/isa-l/pkg-descr index 0eecb909c697..a1cd4eb0dea8 100644 --- a/devel/isa-l/pkg-descr +++ b/devel/isa-l/pkg-descr @@ -1,4 +1,4 @@ -ISA-L is a collection of optimized low-level functions targeting storage +ISA-L is a collection of optimized low-level functions targeting storage applications. WWW: https://github.com/01org/isa-l diff --git a/devel/isfreedesktop/pkg-descr b/devel/isfreedesktop/pkg-descr index b06130e3489e..89987d222693 100644 --- a/devel/isfreedesktop/pkg-descr +++ b/devel/isfreedesktop/pkg-descr @@ -1,4 +1,4 @@ -D programming language compile-time constant to test if target platform desktop +D programming language compile-time constant to test if target platform desktop environments usually follow freedesktop specifications. WWW: https://github.com/FreeSlave/isfreedesktop diff --git a/devel/libubox/pkg-descr b/devel/libubox/pkg-descr index ab06b53081ae..9befa69c2ea3 100644 --- a/devel/libubox/pkg-descr +++ b/devel/libubox/pkg-descr @@ -1,6 +1,6 @@ libubox is a set of utilities, mostly wrappers, that are present usually in programs and that have been coded in a flexible and -reusable way to avoid wasting time. +reusable way to avoid wasting time. libubox is part of the OpenWrt project diff --git a/devel/listserialc/pkg-descr b/devel/listserialc/pkg-descr index f21b0240ddcd..2a7086156d68 100644 --- a/devel/listserialc/pkg-descr +++ b/devel/listserialc/pkg-descr @@ -1,3 +1,3 @@ Simple multi-platform program to list serial ports with vid/pid/iserial fields. -WWW: https://github.com/arduino/listSerialPortsC +WWW: https://github.com/arduino/listSerialPortsC diff --git a/devel/msgpack-d/pkg-descr b/devel/msgpack-d/pkg-descr index cce0aa1d9cf9..a10b138f3462 100644 --- a/devel/msgpack-d/pkg-descr +++ b/devel/msgpack-d/pkg-descr @@ -1,4 +1,4 @@ -MessagePack is a binary-based JSON-like serialization library. MessagePack for +MessagePack is a binary-based JSON-like serialization library. MessagePack for D is a pure D implementation of MessagePack. WWW: https://github.com/msgpack/msgpack-d diff --git a/devel/p5-Paranoid-Log-Email/pkg-descr b/devel/p5-Paranoid-Log-Email/pkg-descr index 33ecf4369f58..ae647c042f2d 100644 --- a/devel/p5-Paranoid-Log-Email/pkg-descr +++ b/devel/p5-Paranoid-Log-Email/pkg-descr @@ -1,4 +1,4 @@ -Paranoid::Log::Email provides SMTP support from within the Paranoid::Log +Paranoid::Log::Email provides SMTP support from within the Paranoid::Log framework. WWW: https://metacpan.org/release/Paranoid-Log-Email diff --git a/devel/p5-Paranoid-Log-Syslog/pkg-descr b/devel/p5-Paranoid-Log-Syslog/pkg-descr index 266b915f6440..bf31208849b2 100644 --- a/devel/p5-Paranoid-Log-Syslog/pkg-descr +++ b/devel/p5-Paranoid-Log-Syslog/pkg-descr @@ -1,4 +1,4 @@ -Paranoid::Log::Syslog provides syslog support from within the Paranoid::Log +Paranoid::Log::Syslog provides syslog support from within the Paranoid::Log framework. WWW: https://metacpan.org/release/Paranoid-Log-Syslog diff --git a/devel/papilio-loader/pkg-descr b/devel/papilio-loader/pkg-descr index 4ae786933625..317660e33e99 100644 --- a/devel/papilio-loader/pkg-descr +++ b/devel/papilio-loader/pkg-descr @@ -1,7 +1,7 @@ Papilio Loader - Current Version 2.7 -The Papilio Loader is a branch of xc3sprog (https://sourceforge.net/projects/xc3sprog/) that -is used to load bit files to the Open Source Papilio FPGA boards (http://papilio.cc) +The Papilio Loader is a branch of xc3sprog (https://sourceforge.net/projects/xc3sprog/) that +is used to load bit files to the Open Source Papilio FPGA boards (http://papilio.cc) made by Gadget Factory (http://www.gadgetfactory.net). WWW: http://papilio.cc/index.php?n=Papilio.PapilioLoaderV2 diff --git a/devel/pecl-event/pkg-descr b/devel/pecl-event/pkg-descr index fc3086b6ad84..e1da7d668cc8 100644 --- a/devel/pecl-event/pkg-descr +++ b/devel/pecl-event/pkg-descr @@ -1,5 +1,5 @@ This is an extension to efficiently schedule I/O, -time and signal based events using the best I/O +time and signal based events using the best I/O notification mechanism available for specific platform. This is a port of libevent to the PHP infrastructure. diff --git a/devel/py-azure-synapse-accesscontrol/pkg-descr b/devel/py-azure-synapse-accesscontrol/pkg-descr index fb8830371ae6..816a05d58b29 100644 --- a/devel/py-azure-synapse-accesscontrol/pkg-descr +++ b/devel/py-azure-synapse-accesscontrol/pkg-descr @@ -3,4 +3,4 @@ This is the Microsoft Azure Synapse AccessControl Client Library. Azure Synapse is a limitless analytics service that brings together enterprise data warehousing and Big Data analytics. -WWW: https://pypi.org/project/azure-synapse-accesscontrol/ +WWW: https://pypi.org/project/azure-synapse-accesscontrol/ diff --git a/devel/py-azure-synapse-spark/pkg-descr b/devel/py-azure-synapse-spark/pkg-descr index 78b7cdfc310b..e07e72af9f5d 100644 --- a/devel/py-azure-synapse-spark/pkg-descr +++ b/devel/py-azure-synapse-spark/pkg-descr @@ -3,4 +3,4 @@ This is the Microsoft Azure Synapse Spark Client Library. Azure Synapse is a limitless analytics service that brings together enterprise data warehousing and Big Data analytics. -WWW: https://pypi.org/project/azure-synapse-spark/ +WWW: https://pypi.org/project/azure-synapse-spark/ diff --git a/devel/py-cligj/pkg-descr b/devel/py-cligj/pkg-descr index be14d8c114a0..e8faa9d9891e 100644 --- a/devel/py-cligj/pkg-descr +++ b/devel/py-cligj/pkg-descr @@ -1,7 +1,7 @@ Common arguments and options for GeoJSON processing commands, using Click. cligj is for Python developers who create command line interfaces for -geospatial data. cligj allows you to quickly build consistent, well-tested +geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON. WWW: https://pypi.org/project/cligj/ diff --git a/devel/py-cluster/pkg-descr b/devel/py-cluster/pkg-descr index 9ce270a7f2dc..bdf3e1eeca0f 100644 --- a/devel/py-cluster/pkg-descr +++ b/devel/py-cluster/pkg-descr @@ -1,9 +1,9 @@ -Python-cluster is a simple package that allows to create several -groups (clusters) of objects from a list. It's meant to be flexible -and able to cluster any object. To ensure this kind of flexibility, -you need not only to supply the list of objects, but also a function -that calculates the similarity between two of those objects. -For simple datatypes, like integers, this can be as simple as a -subtraction, but more complex calculations are possible. +Python-cluster is a simple package that allows to create several +groups (clusters) of objects from a list. It's meant to be flexible +and able to cluster any object. To ensure this kind of flexibility, +you need not only to supply the list of objects, but also a function +that calculates the similarity between two of those objects. +For simple datatypes, like integers, this can be as simple as a +subtraction, but more complex calculations are possible. WWW: https://pypi.org/project/cluster/ diff --git a/devel/py-coloredlogs/pkg-descr b/devel/py-coloredlogs/pkg-descr index 72212e6677ed..c040b9cf76a6 100644 --- a/devel/py-coloredlogs/pkg-descr +++ b/devel/py-coloredlogs/pkg-descr @@ -1,5 +1,5 @@ The coloredlogs package enables colored terminal output for Python's logging -module. +module. WWW: https://coloredlogs.readthedocs.io/en/latest/ WWW: https://github.com/xolox/python-coloredlogs diff --git a/devel/py-darts.util.lru/pkg-descr b/devel/py-darts.util.lru/pkg-descr index 3b62e756726d..c07fd96865e8 100644 --- a/devel/py-darts.util.lru/pkg-descr +++ b/devel/py-darts.util.lru/pkg-descr @@ -1,5 +1,5 @@ -A LRUDict is basically a simple dictionary, which has a defined -maximum capacity, that may be supplied at construction time, or +A LRUDict is basically a simple dictionary, which has a defined +maximum capacity, that may be supplied at construction time, or modified at run-time via the capacity property: >>> cache = LRUDict(1) >>> cache.capacity diff --git a/devel/py-flufl.i18n/pkg-descr b/devel/py-flufl.i18n/pkg-descr index 3374faffd124..332da11ff585 100644 --- a/devel/py-flufl.i18n/pkg-descr +++ b/devel/py-flufl.i18n/pkg-descr @@ -1,9 +1,9 @@ -This package provides a high level, convenient API for managing -internationalization translation contexts in Python application. There is a -simple API for single-context applications, such as command line scripts which -only need to translate into one language during the entire course of their +This package provides a high level, convenient API for managing +internationalization translation contexts in Python application. There is a +simple API for single-context applications, such as command line scripts which +only need to translate into one language during the entire course of their execution. There is a more flexible, but still convenient API for multi-context -applications, such as servers, which may need to switch language contexts for +applications, such as servers, which may need to switch language contexts for different tasks. WWW: https://flufli18n.readthedocs.io diff --git a/devel/py-flufl.lock/pkg-descr b/devel/py-flufl.lock/pkg-descr index a17b5f4f4cbd..78a388c00603 100644 --- a/devel/py-flufl.lock/pkg-descr +++ b/devel/py-flufl.lock/pkg-descr @@ -1,4 +1,4 @@ -This package is called flufl.lock. It is an NFS-safe file-based lock with +This package is called flufl.lock. It is an NFS-safe file-based lock with timeouts for POSIX systems. WWW: https://flufllock.readthedocs.io diff --git a/devel/py-http-prompt/pkg-descr b/devel/py-http-prompt/pkg-descr index 09ec3a560d01..94a9828b5b3f 100644 --- a/devel/py-http-prompt/pkg-descr +++ b/devel/py-http-prompt/pkg-descr @@ -1,4 +1,4 @@ -HTTP Prompt is an interactive command-line HTTP client featuring autocomplete +HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting, built on HTTPie and prompt_toolkit. WWW: https://pypi.org/project/http-prompt/ diff --git a/devel/py-macholib/pkg-descr b/devel/py-macholib/pkg-descr index ed25f0caba91..b08249d994bf 100644 --- a/devel/py-macholib/pkg-descr +++ b/devel/py-macholib/pkg-descr @@ -1,11 +1,11 @@ -Macholib can be used to analyze and edit Mach-O headers, +Macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. -It is typically used as a dependency analysis tool, and -also to rewrite dylib references in Mach-O headers to be +It is typically used as a dependency analysis tool, and +also to rewrite dylib references in Mach-O headers to be @executable_path relative. -Though this tool targets a platform specific file format, +Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent. WWW: https://pypi.org/project/macholib/ diff --git a/devel/py-mailcap-fix/pkg-descr b/devel/py-mailcap-fix/pkg-descr index 9101fce1189f..42bfe511478e 100644 --- a/devel/py-mailcap-fix/pkg-descr +++ b/devel/py-mailcap-fix/pkg-descr @@ -1,4 +1,4 @@ -This package patches the python standard library's mailcap module in order to +This package patches the python standard library's mailcap module in order to correctly handle wildcard entries. The bug is documented on the bug tracker here: issue 14977 diff --git a/devel/py-munch/pkg-descr b/devel/py-munch/pkg-descr index 48fef78f255c..9fda9589c56d 100644 --- a/devel/py-munch/pkg-descr +++ b/devel/py-munch/pkg-descr @@ -1,5 +1,5 @@ -munch is a fork of David Schoonover's Bunch package, providing similar -functionality. 99% of the work was done by him, and the fork was made mainly +munch is a fork of David Schoonover's Bunch package, providing similar +functionality. 99% of the work was done by him, and the fork was made mainly for lack of responsiveness for fixes and maintenance on the original code. Munch is a dictionary that supports attribute-style access, a la JavaScript. diff --git a/devel/py-naiveBayesClassifier/pkg-descr b/devel/py-naiveBayesClassifier/pkg-descr index 97a0ce1cfc76..e2fa33d9b969 100644 --- a/devel/py-naiveBayesClassifier/pkg-descr +++ b/devel/py-naiveBayesClassifier/pkg-descr @@ -1,10 +1,10 @@ Yet another general purpose Naive Bayesian classifier. (under heavy development) -Naive Bayes Classifier is probably the most widely used text classifier, +Naive Bayes Classifier is probably the most widely used text classifier, it's a supervised learning algorithm. It can be used to classify blog posts or news articles into different categories like sports, entertainment and -so forth. +so forth. Naive Bayes is a simple technique for constructing classifiers: models that assign class labels to problem instances, represented as vectors of feature diff --git a/devel/py-openapi-codec/pkg-descr b/devel/py-openapi-codec/pkg-descr index ab2b53970fc6..ca52757fc971 100644 --- a/devel/py-openapi-codec/pkg-descr +++ b/devel/py-openapi-codec/pkg-descr @@ -1,3 +1,3 @@ Core API codec for the Open API schema format, also known as "Swagger". -WWW: https://github.com/core-api/python-openapi-codec +WWW: https://github.com/core-api/python-openapi-codec diff --git a/devel/py-ovs/pkg-descr b/devel/py-ovs/pkg-descr index 7673120f867b..ba9eab899902 100644 --- a/devel/py-ovs/pkg-descr +++ b/devel/py-ovs/pkg-descr @@ -1,4 +1,4 @@ Ovs is a Python library for working with Open vSwitch, a production quality, -multilayer virtual switch licensed under the open source Apache 2.0 license. +multilayer virtual switch licensed under the open source Apache 2.0 license. WWW: https://github.com/openvswitch/ovs/tree/master/python diff --git a/devel/py-pyformance/pkg-descr b/devel/py-pyformance/pkg-descr index 2945925d22c2..dc1be089bc84 100644 --- a/devel/py-pyformance/pkg-descr +++ b/devel/py-pyformance/pkg-descr @@ -1,5 +1,5 @@ -PyFormance is a toolset for performance measurement -and statistics, with a signaling mechanism that +PyFormance is a toolset for performance measurement +and statistics, with a signaling mechanism that allows to issue events in cases of unexpected behavior. WWW: https://pypi.org/project/pyformance/ diff --git a/devel/py-stopit/pkg-descr b/devel/py-stopit/pkg-descr index c0c6eda5f370..7d87278ce29a 100644 --- a/devel/py-stopit/pkg-descr +++ b/devel/py-stopit/pkg-descr @@ -1,4 +1,4 @@ -Raise asynchronous exceptions in other threads, control the timeout +Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators. WWW: https://pypi.org/project/stopit/ diff --git a/devel/rubygem-rbtree/pkg-descr b/devel/rubygem-rbtree/pkg-descr index 4e6341bddbf8..03f582e2be37 100644 --- a/devel/rubygem-rbtree/pkg-descr +++ b/devel/rubygem-rbtree/pkg-descr @@ -1,4 +1,4 @@ -A RBTree is a sorted associative collection that is implemented with a +A RBTree is a sorted associative collection that is implemented with a Red-Black Tree. It maps keys to values like a Hash, but maintains its elements in ascending key order. The interface is the almost identical to that of Hash. diff --git a/devel/rubygem-uber/pkg-descr b/devel/rubygem-uber/pkg-descr index 855af23adaba..943cecb2c9bc 100644 --- a/devel/rubygem-uber/pkg-descr +++ b/devel/rubygem-uber/pkg-descr @@ -1,4 +1,4 @@ -Gem-authoring tools like class method inheritance in modules, +Gem-authoring tools like class method inheritance in modules, dynamic options and more. WWW: https://github.com/apotonick/uber diff --git a/devel/xdgpaths/pkg-descr b/devel/xdgpaths/pkg-descr index 938490ab3f8f..4af14b25d39b 100644 --- a/devel/xdgpaths/pkg-descr +++ b/devel/xdgpaths/pkg-descr @@ -1,4 +1,4 @@ -D library for retrieving XDG base directories as described by XDG Base +D library for retrieving XDG base directories as described by XDG Base Directory Specification WWW: https://github.com/FreeSlave/xdgpaths diff --git a/devel/zapcc/pkg-descr b/devel/zapcc/pkg-descr index a2ab2e23b1ae..d94a23b74d2d 100644 --- a/devel/zapcc/pkg-descr +++ b/devel/zapcc/pkg-descr @@ -1,7 +1,7 @@ Zapcc is a caching C++ compiler based on clang, designed to perform faster compilations. zapcc uses in-memory compilation cache in client-server -architecture, remembering all compilation information between runs. -zapcc is the client while zapccs is the server. Each zapcc run will reuse +architecture, remembering all compilation information between runs. +zapcc is the client while zapccs is the server. Each zapcc run will reuse an existing server or if none was available will start a new one. WWW: https://www.zapcc.com/ |