Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newlines are not preserved in long description #133

Open
ryandesign opened this issue Nov 1, 2019 · 0 comments
Open

Newlines are not preserved in long description #133

ryandesign opened this issue Nov 1, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers layout Improvements of style & layout

Comments

@ryandesign
Copy link
Contributor

In port info newlines are preserved:

$ port info mongo-tools | head -n 19
mongo-tools @4.2.1 (devel)

Description:          mongo-tools is a collection of utilities for working with mongodb databases:

* bsondump: display BSON files in a human-readable format
* mongoimport: Convert data from JSON, TSV or CSV and insert them into a collection
* mongoexport: Write an existing collection to CSV or JSON format
* mongodump: Dump MongoDB backups to disk in .BSON format
* mongorestore: Restore MongoDB backups in .BSON format to a live database
* mongostat: Monitor live MongoDB servers, replica sets, or sharded clusters
* mongofiles: Read, write, delete, or update files in GridFS
* mongotop: Monitor read/write activity on a mongo server
* mongoreplay: Inspect and record commands sent to a MongoDB instance, and then replay the commands back onto another host at a later time
Homepage:             https://github.com/mongodb/mongo-tools

Build Dependencies:   go, pkgconfig
Library Dependencies: libpcap, openssl
Platforms:            darwin
License:              Apache-2

In this web app, they are not:

mongo-tools is a collection of utilities for working with mongodb databases: * bsondump: display BSON files in a human-readable format * mongoimport: Convert data from JSON, TSV or CSV and insert them into a collection * mongoexport: Write an existing collection to CSV or JSON format * mongodump: Dump MongoDB backups to disk in .BSON format * mongorestore: Restore MongoDB backups in .BSON format to a live database * mongostat: Monitor live MongoDB servers, replica sets, or sharded clusters * mongofiles: Read, write, delete, or update files in GridFS * mongotop: Monitor read/write activity on a mongo server * mongoreplay: Inspect and record commands sent to a MongoDB instance, and then replay the commands back onto another host at a later time

@mojca mojca added bug Something isn't working layout Improvements of style & layout good first issue Good for newcomers labels Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers layout Improvements of style & layout
Projects
None yet
Development

No branches or pull requests

2 participants