summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-08-25 16:30:23 +0000
committerjperkin <jperkin@pkgsrc.org>2017-08-25 16:30:23 +0000
commit3da14940dde047bd30d6cae5bf428067635c30af (patch)
treedeb57805ef3e5bab4f96a9d5375c00b9a936855a
parent9e66262b4e67b4256e5e676548f91babc90fbeaa (diff)
downloadpkgsrc-3da14940dde047bd30d6cae5bf428067635c30af.tar.gz
Fix formatting of go DESCR files. Some of the contents still leave a lot to be
desired.
-rw-r--r--databases/go-etcd/DESCR4
-rw-r--r--devel/go-afero/DESCR18
-rw-r--r--devel/go-amber/DESCR3
-rw-r--r--devel/go-blackfriday/DESCR8
-rw-r--r--devel/go-buffruneio/DESCR3
-rw-r--r--devel/go-cast/DESCR2
-rw-r--r--devel/go-cobra/DESCR3
-rw-r--r--devel/go-consul-api/DESCR3
-rw-r--r--devel/go-errors/DESCR5
-rw-r--r--devel/go-gitmap/DESCR7
-rw-r--r--devel/go-golang-lru/DESCR3
-rw-r--r--devel/go-goorgeous/DESCR7
-rw-r--r--devel/go-homedir/DESCR13
-rw-r--r--devel/go-i18n/DESCR15
-rw-r--r--devel/go-immutable-radix/DESCR14
-rw-r--r--devel/go-jwalterweatherman/DESCR16
-rw-r--r--devel/go-mapstructure/DESCR9
-rw-r--r--devel/go-nitro/DESCR4
-rw-r--r--devel/go-osext/DESCR6
-rw-r--r--devel/go-pflag/DESCR10
-rw-r--r--devel/go-properties/DESCR17
-rw-r--r--devel/go-purell/DESCR3
-rw-r--r--devel/go-sanitized_anchor_name/DESCR6
-rw-r--r--devel/go-shuffle/DESCR3
-rw-r--r--lang/go-hcl/DESCR9
-rw-r--r--math/go-stats/DESCR7
-rw-r--r--net/go-websocket/DESCR3
-rw-r--r--security/go-sftp/DESCR3
-rw-r--r--textproc/go-md2man/DESCR4
-rw-r--r--textproc/go-mmark/DESCR4
-rw-r--r--textproc/go-prose/DESCR5
-rw-r--r--www/go-ace/DESCR3
-rw-r--r--www/go-gohtml/DESCR3
-rw-r--r--www/go-toml-burntsushi/DESCR6
-rw-r--r--www/go-toml-pelletier/DESCR6
35 files changed, 164 insertions, 71 deletions
diff --git a/databases/go-etcd/DESCR b/databases/go-etcd/DESCR
index a76de828db4..0bd416c3e8f 100644
--- a/databases/go-etcd/DESCR
+++ b/databases/go-etcd/DESCR
@@ -2,4 +2,6 @@ Go client for etcd.
etcd now has an official Go client, which has a nicer API and better support.
-We strongly suggest you use the official Go client instead of go-etcd in your new projects. For existing projects, we suggest you migrate to the official Go client.
+We strongly suggest you use the official Go client instead of go-etcd in your
+new projects. For existing projects, we suggest you migrate to the official Go
+client.
diff --git a/devel/go-afero/DESCR b/devel/go-afero/DESCR
index ad92ea5b0af..2ef380188c8 100644
--- a/devel/go-afero/DESCR
+++ b/devel/go-afero/DESCR
@@ -1,7 +1,17 @@
-Afero is an filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods.
+Afero is an filesystem framework providing a simple, uniform and universal API
+interacting with any filesystem, as an abstraction layer providing interfaces,
+types and methods. Afero has an exceptionally clean interface and simple design
+without needless constructors or initialization methods.
-Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages.
+Afero is also a library providing a base set of interoperable backend
+filesystems that make it easy to work with afero while retaining all the power
+and benefit of the os and ioutil packages.
-Afero provides significant improvements over using the os package alone, most notably the ability to create mock and testing filesystems without relying on the disk.
+Afero provides significant improvements over using the os package alone, most
+notably the ability to create mock and testing filesystems without relying on
+the disk.
-It is suitable for use in a any situation where you would consider using the OS package as it provides an additional abstraction that makes it easy to use a memory backed file system during testing. It also adds support for the http filesystem for full interoperability.
+It is suitable for use in a any situation where you would consider using the OS
+package as it provides an additional abstraction that makes it easy to use a
+memory backed file system during testing. It also adds support for the http
+filesystem for full interoperability.
diff --git a/devel/go-amber/DESCR b/devel/go-amber/DESCR
index 518110e69a1..e96942e252e 100644
--- a/devel/go-amber/DESCR
+++ b/devel/go-amber/DESCR
@@ -1 +1,2 @@
-Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade
+Amber is an elegant templating engine for Go Programming Language. It is
+inspired from HAML and Jade
diff --git a/devel/go-blackfriday/DESCR b/devel/go-blackfriday/DESCR
index 0c850f98697..7967128529e 100644
--- a/devel/go-blackfriday/DESCR
+++ b/devel/go-blackfriday/DESCR
@@ -1,5 +1,9 @@
-Blackfriday is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input.
+Blackfriday is a Markdown processor implemented in Go. It is paranoid about its
+input (so you can safely feed it user-supplied data), it is fast, it supports
+common extensions (tables, smart punctuation substitutions, etc.), and it is
+safe for all utf-8 (unicode) input.
-HTML output is currently supported, along with Smartypants extensions. An experimental LaTeX output engine is also included.
+HTML output is currently supported, along with Smartypants extensions. An
+experimental LaTeX output engine is also included.
It started as a translation from C of Sundown.
diff --git a/devel/go-buffruneio/DESCR b/devel/go-buffruneio/DESCR
index b610ffd24f9..51e11823f8d 100644
--- a/devel/go-buffruneio/DESCR
+++ b/devel/go-buffruneio/DESCR
@@ -1 +1,2 @@
-Buffruneio is a wrapper around bufio to provide buffered runes access with unlimited unreads.
+Buffruneio is a wrapper around bufio to provide buffered runes access with
+unlimited unreads.
diff --git a/devel/go-cast/DESCR b/devel/go-cast/DESCR
index b73bba0853d..934707434d5 100644
--- a/devel/go-cast/DESCR
+++ b/devel/go-cast/DESCR
@@ -1,3 +1 @@
Easy and safe casting from one type to another in Go
-
-Don’t Panic! ... Cast
diff --git a/devel/go-cobra/DESCR b/devel/go-cobra/DESCR
index df7b88d20d0..cbd788e380f 100644
--- a/devel/go-cobra/DESCR
+++ b/devel/go-cobra/DESCR
@@ -1 +1,2 @@
-Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
+Cobra is both a library for creating powerful modern CLI applications as well
+as a program to generate applications and command files.
diff --git a/devel/go-consul-api/DESCR b/devel/go-consul-api/DESCR
index b1982e96c85..eef18c1e815 100644
--- a/devel/go-consul-api/DESCR
+++ b/devel/go-consul-api/DESCR
@@ -1,3 +1,4 @@
-This package provides the consulapi package which attempts to provide programmatic access to the full Consul API.
+This package provides the consulapi package which attempts to provide
+programmatic access to the full Consul API.
Currently, all of the Consul APIs included in version 0.4 are supported.
diff --git a/devel/go-errors/DESCR b/devel/go-errors/DESCR
index b18f2927ebd..e171dddc54c 100644
--- a/devel/go-errors/DESCR
+++ b/devel/go-errors/DESCR
@@ -6,4 +6,7 @@ if err != nil {
return err
}
-which applied recursively up the call stack results in error reports without context or debugging information. The errors package allows programmers to add context to the failure path in their code in a way that does not destroy the original value of the error.
+which applied recursively up the call stack results in error reports without
+context or debugging information. The errors package allows programmers to add
+context to the failure path in their code in a way that does not destroy the
+original value of the error.
diff --git a/devel/go-gitmap/DESCR b/devel/go-gitmap/DESCR
index e32f23c5c84..50b02ff546e 100644
--- a/devel/go-gitmap/DESCR
+++ b/devel/go-gitmap/DESCR
@@ -1,3 +1,6 @@
-A fairly fast way to create a map from all the filenames to info objects for a given revision of a Git repo.
+A fairly fast way to create a map from all the filenames to info objects for a
+given revision of a Git repo.
-This library uses os/exec to talk to Git. There are faster ways to do this by using some Go Git-lib or C bindings, but that adds dependencies I really don't want or need.
+This library uses os/exec to talk to Git. There are faster ways to do this by
+using some Go Git-lib or C bindings, but that adds dependencies I really don't
+want or need.
diff --git a/devel/go-golang-lru/DESCR b/devel/go-golang-lru/DESCR
index 9f3b58b9b56..e03ae7ca7cd 100644
--- a/devel/go-golang-lru/DESCR
+++ b/devel/go-golang-lru/DESCR
@@ -1 +1,2 @@
-This provides the lru package which implements a fixed-size thread safe LRU cache. It is based on the cache in Groupcache.
+This provides the lru package which implements a fixed-size thread safe LRU
+cache. It is based on the cache in Groupcache.
diff --git a/devel/go-goorgeous/DESCR b/devel/go-goorgeous/DESCR
index dafc9e6e07e..da22098b1e0 100644
--- a/devel/go-goorgeous/DESCR
+++ b/devel/go-goorgeous/DESCR
@@ -2,7 +2,10 @@ goorgeous is a Go Org to HTML Parser.
Pronounced: Go? Org? Yes!
- "Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system."
+ "Org mode is for keeping notes, maintaining TODO lists, planning projects,
+ and authoring documents with a fast and effective plain-text system."
orgmode.org
-The purpose of this package is to come as close as possible as parsing an *.org document into HTML, the same way one might publish with org-publish-html from Emacs.
+The purpose of this package is to come as close as possible as parsing an
+*.org document into HTML, the same way one might publish with org-publish-html
+from Emacs.
diff --git a/devel/go-homedir/DESCR b/devel/go-homedir/DESCR
index 3cce38eedae..bbb9dbe963c 100644
--- a/devel/go-homedir/DESCR
+++ b/devel/go-homedir/DESCR
@@ -1,5 +1,12 @@
-This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments.
+This is a Go library for detecting the user's home directory without the use of
+cgo, so the library can be used in cross-compilation environments.
-Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory.
+Usage is incredibly simple, just call homedir.Dir() to get the home directory
+for a user, and homedir.Expand() to expand the ~ in a path to the home
+directory.
-Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation.
+Why not just use os/user? The built-in os/user package requires cgo on Darwin
+systems. This means that any Go code that uses that package cannot cross
+compile. But 99% of the time the use for os/user is just to retrieve the home
+directory, which we can do for the current user without cgo. This library does
+that, enabling cross-compilation.
diff --git a/devel/go-i18n/DESCR b/devel/go-i18n/DESCR
index 70eda1d0773..e18d00dcbea 100644
--- a/devel/go-i18n/DESCR
+++ b/devel/go-i18n/DESCR
@@ -1,8 +1,9 @@
-go-i18n is a Go package and a command that helps you translate Go programs into multiple languages.
-
- Supports pluralized strings for all 200+ languages in the Unicode Common Locale Data Repository (CLDR).
- Code and tests are automatically generated from CLDR data
- Supports strings with named variables using text/template syntax.
- Translation files are simple JSON, TOML or YAML.
- Documented and tested!
+go-i18n is a Go package and a command that helps you translate Go programs into
+multiple languages.
+ * Supports pluralized strings for all 200+ languages in the Unicode Common
+ Locale Data Repository (CLDR).
+ * Code and tests are automatically generated from CLDR data
+ * Supports strings with named variables using text/template syntax.
+ * Translation files are simple JSON, TOML or YAML.
+ * Documented and tested!
diff --git a/devel/go-immutable-radix/DESCR b/devel/go-immutable-radix/DESCR
index 46f54aef0c1..e6a9f5b5076 100644
--- a/devel/go-immutable-radix/DESCR
+++ b/devel/go-immutable-radix/DESCR
@@ -1,11 +1,15 @@
-Provides the iradix package that implements an immutable radix tree. The package only provides a single Tree implementation, optimized for sparse nodes.
+Provides the iradix package that implements an immutable radix tree. The
+package only provides a single Tree implementation, optimized for sparse nodes.
As a radix tree, it provides the following:
- O(k) operations. In many cases, this can be faster than a hash table since the hash function is an O(k) operation, and hash tables have very poor cache locality.
- Minimum / Maximum value lookups
- Ordered iteration
+ * O(k) operations. In many cases, this can be faster than a hash table since
+ the hash function is an O(k) operation, and hash tables have very poor cache
+ locality.
+ * Minimum / Maximum value lookups
+ * Ordered iteration
-A tree supports using a transaction to batch multiple updates (insert, delete) in a more efficient manner than performing each operation one at a time.
+A tree supports using a transaction to batch multiple updates (insert, delete)
+in a more efficient manner than performing each operation one at a time.
For a mutable variant, see go-radix.
diff --git a/devel/go-jwalterweatherman/DESCR b/devel/go-jwalterweatherman/DESCR
index 2d8ab35250d..4f58598f3f4 100644
--- a/devel/go-jwalterweatherman/DESCR
+++ b/devel/go-jwalterweatherman/DESCR
@@ -1,19 +1,23 @@
jWalterWeatherman
-Seamless printing to the terminal (stdout) and logging to a io.Writer (file) that’s as easy to use as fmt.Println.
+Seamless printing to the terminal (stdout) and logging to a io.Writer (file)
+that's as easy to use as fmt.Println.
-JWW is primarily a wrapper around the excellent standard log library. It provides a few advantages over using the standard log library alone.
+JWW is primarily a wrapper around the excellent standard log library. It
+provides a few advantages over using the standard log library alone.
1. Ready to go out of the box.
2. One library for both printing to the terminal and logging (to files).
3. Really easy to log to either a temp file or a file you specify.
-I really wanted a very straightforward library that could seamlessly do the following things.
+I really wanted a very straightforward library that could seamlessly do the
+following things.
-1. Replace all the println, printf, etc statements thought my code with something more useful
+1. Replace all the println, printf, etc statements thought my code with
+ something more useful
2. Allow the user to easily control what levels are printed to stdout
3. Allow the user to easily control what levels are logged
-4. Provide an easy mechanism (like fmt.Println) to print info to the user which can be easily logged as well
+4. Provide an easy mechanism (like fmt.Println) to print info to the user
+ which can be easily logged as well
5. Due to 2 & 3 provide easy verbose mode for output and logs
6. Not have any unnecessary initialization cruft. Just use it.
-
diff --git a/devel/go-mapstructure/DESCR b/devel/go-mapstructure/DESCR
index 01804feb771..f757245c5ca 100644
--- a/devel/go-mapstructure/DESCR
+++ b/devel/go-mapstructure/DESCR
@@ -1,3 +1,8 @@
-mapstructure is a Go library for decoding generic map values to structures and vice versa, while providing helpful error handling.
+mapstructure is a Go library for decoding generic map values to structures and
+vice versa, while providing helpful error handling.
-This library is most useful when decoding values from some data stream (JSON, Gob, etc.) where you don't quite know the structure of the underlying data until you read a part of it. You can therefore read a map[string]interface{} and use this library to decode it into the proper underlying native Go structure.
+This library is most useful when decoding values from some data stream (JSON,
+Gob, etc.) where you don't quite know the structure of the underlying data
+until you read a part of it. You can therefore read a map[string]interface{}
+and use this library to decode it into the proper underlying native Go
+structure.
diff --git a/devel/go-nitro/DESCR b/devel/go-nitro/DESCR
index 48e21c1939d..a0b02cad4bf 100644
--- a/devel/go-nitro/DESCR
+++ b/devel/go-nitro/DESCR
@@ -1 +1,3 @@
-Nitro is a quick and easy performance analyzer library for golang. It is useful for comparing A/B against different drafts of functions or different functions.
+Nitro is a quick and easy performance analyzer library for golang. It is
+useful for comparing A/B against different drafts of functions or different
+functions.
diff --git a/devel/go-osext/DESCR b/devel/go-osext/DESCR
index 54b54f6044a..50d3e2afdcd 100644
--- a/devel/go-osext/DESCR
+++ b/devel/go-osext/DESCR
@@ -1,7 +1,11 @@
Extensions to the "os" package.
Find the current Executable and ExecutableFolder.
-There is sometimes utility in finding the current executable file that is running. This can be used for upgrading the current executable or finding resources located relative to the executable file. Both working directory and the os.Args[0] value are arbitrary and cannot be relied on; os.Args[0] can be "faked".
+There is sometimes utility in finding the current executable file that is
+running. This can be used for upgrading the current executable or finding
+resources located relative to the executable file. Both working directory and
+the os.Args[0] value are arbitrary and cannot be relied on; os.Args[0] can be
+"faked".
Multi-platform and supports:
diff --git a/devel/go-pflag/DESCR b/devel/go-pflag/DESCR
index 28a22fb2e85..3b04bd1dcbf 100644
--- a/devel/go-pflag/DESCR
+++ b/devel/go-pflag/DESCR
@@ -1,5 +1,9 @@
-pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
+pflag is a drop-in replacement for Go's flag package, implementing
+POSIX/GNU-style --flags.
-pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options. For a more precise description, see the "Command-line flag syntax" section below.
+pflag is compatible with the GNU extensions to the POSIX recommendations for
+command-line options. For a more precise description, see the "Command-line
+flag syntax" section below.
-pflag is available under the same style of BSD license as the Go language, which can be found in the LICENSE file.
+pflag is available under the same style of BSD license as the Go language,
+which can be found in the LICENSE file.
diff --git a/devel/go-properties/DESCR b/devel/go-properties/DESCR
index 437df378e6d..0398db2d87a 100644
--- a/devel/go-properties/DESCR
+++ b/devel/go-properties/DESCR
@@ -1,11 +1,20 @@
properties is a Go library for reading and writing properties files.
-It supports reading from multiple files or URLs and Spring style recursive property expansion of expressions like ${key} to their corresponding value. Value expressions can refer to other keys like in ${key} or to environment variables like in ${USER}. Filenames can also contain environment variables like in /home/${USER}/myapp.properties.
+It supports reading from multiple files or URLs and Spring style recursive
+property expansion of expressions like ${key} to their corresponding value.
+Value expressions can refer to other keys like in ${key} or to environment
+variables like in ${USER}. Filenames can also contain environment variables
+like in /home/${USER}/myapp.properties.
-Properties can be decoded into structs, maps, arrays and values through struct tags.
+Properties can be decoded into structs, maps, arrays and values through struct
+tags.
-Comments and the order of keys are preserved. Comments can be modified and can be written to the output.
+Comments and the order of keys are preserved. Comments can be modified and can
+be written to the output.
The properties library supports both ISO-8859-1 and UTF-8 encoded data.
-Starting from version 1.3.0 the behavior of the MustXXX() functions is configurable by providing a custom ErrorHandler function. The default has changed from panic to log.Fatal but this is configurable and custom error handling functions can be provided. See the package documentation for details.
+Starting from version 1.3.0 the behavior of the MustXXX() functions is
+configurable by providing a custom ErrorHandler function. The default has
+changed from panic to log.Fatal but this is configurable and custom error
+handling functions can be provided. See the package documentation for details.
diff --git a/devel/go-purell/DESCR b/devel/go-purell/DESCR
index 3a601b64ade..25c571e8e77 100644
--- a/devel/go-purell/DESCR
+++ b/devel/go-purell/DESCR
@@ -1 +1,2 @@
-Purell is a tiny Go library to normalize URLs. It returns a pure URL. Pure-ell. Sanitizer and all. Yeah, I know...
+Purell is a tiny Go library to normalize URLs. It returns a pure URL. Pure-ell.
+Sanitizer and all. Yeah, I know...
diff --git a/devel/go-sanitized_anchor_name/DESCR b/devel/go-sanitized_anchor_name/DESCR
index e6a74d79851..6980777976c 100644
--- a/devel/go-sanitized_anchor_name/DESCR
+++ b/devel/go-sanitized_anchor_name/DESCR
@@ -1,5 +1,7 @@
Package sanitized_anchor_name provides a func to create sanitized anchor names.
-Its logic can be reused by multiple packages to create interoperable anchor names and links to those anchors.
+Its logic can be reused by multiple packages to create interoperable anchor
+names and links to those anchors.
-At this time, it does not try to ensure that generated anchor names are unique, that responsibility falls on the caller.
+At this time, it does not try to ensure that generated anchor names are unique,
+that responsibility falls on the caller.
diff --git a/devel/go-shuffle/DESCR b/devel/go-shuffle/DESCR
index c755bf4cfbf..323a6f7adb1 100644
--- a/devel/go-shuffle/DESCR
+++ b/devel/go-shuffle/DESCR
@@ -1 +1,2 @@
-Package shuffle provides primitives for shuffling slices and user-defined collections.
+Package shuffle provides primitives for shuffling slices and user-defined
+collections.
diff --git a/lang/go-hcl/DESCR b/lang/go-hcl/DESCR
index 29845bf520e..c13f711dba6 100644
--- a/lang/go-hcl/DESCR
+++ b/lang/go-hcl/DESCR
@@ -1,5 +1,10 @@
-HCL (HashiCorp Configuration Language) is a configuration language built by HashiCorp. The goal of HCL is to build a structured configuration language that is both human and machine friendly for use with command-line tools, but specifically targeted towards DevOps tools, servers, etc.
+HCL (HashiCorp Configuration Language) is a configuration language built by
+HashiCorp. The goal of HCL is to build a structured configuration language that
+is both human and machine friendly for use with command-line tools, but
+specifically targeted towards DevOps tools, servers, etc.
-HCL is also fully JSON compatible. That is, JSON can be used as completely valid input to a system expecting HCL. This helps makes systems interoperable with other systems.
+HCL is also fully JSON compatible. That is, JSON can be used as completely
+valid input to a system expecting HCL. This helps makes systems interoperable
+with other systems.
HCL is heavily inspired by libucl, nginx configuration, and others similar.
diff --git a/math/go-stats/DESCR b/math/go-stats/DESCR
index 9715f4855d1..4210faa2e7a 100644
--- a/math/go-stats/DESCR
+++ b/math/go-stats/DESCR
@@ -1,4 +1,3 @@
-A statistics package with many functions missing from the Golang standard library. See the CHANGELOG.md for API changes and tagged releases you can vendor into your projects.
-
- Statistics are used much like a drunk uses a lamppost: for support, not illumination. - Vin Scully
-
+A statistics package with many functions missing from the Golang standard
+library. See the CHANGELOG.md for API changes and tagged releases you can
+vendor into your projects.
diff --git a/net/go-websocket/DESCR b/net/go-websocket/DESCR
index 712054b2055..d56236b83f3 100644
--- a/net/go-websocket/DESCR
+++ b/net/go-websocket/DESCR
@@ -1 +1,2 @@
-The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
+The Gorilla WebSocket package provides a complete and tested implementation of
+the WebSocket protocol. The package API is stable.
diff --git a/security/go-sftp/DESCR b/security/go-sftp/DESCR
index b5c358fa70b..0fb6fe2ba1b 100644
--- a/security/go-sftp/DESCR
+++ b/security/go-sftp/DESCR
@@ -1 +1,2 @@
-The sftp package provides support for file system operations on remote ssh servers using the SFTP subsystem.
+The sftp package provides support for file system operations on remote ssh
+servers using the SFTP subsystem.
diff --git a/textproc/go-md2man/DESCR b/textproc/go-md2man/DESCR
index 817e1f51984..751c9d53656 100644
--- a/textproc/go-md2man/DESCR
+++ b/textproc/go-md2man/DESCR
@@ -1,10 +1,10 @@
go-md2man
-** Work in Progress ** This still needs a lot of help to be complete, or even usable!
+** Work in Progress ** This still needs a lot of help to be complete, or even
+usable!
Uses blackfriday to process markdown into man pages.
Usage
./md2man -in /path/to/markdownfile.md -out /manfile/output/path
-
diff --git a/textproc/go-mmark/DESCR b/textproc/go-mmark/DESCR
index e538c459286..fd935051d4b 100644
--- a/textproc/go-mmark/DESCR
+++ b/textproc/go-mmark/DESCR
@@ -1 +1,3 @@
-Mmark is a powerful markdown processor Go geared towards writing IETF document.s It is, however, also suited for writing books and other technical documentation.
+Mmark is a powerful markdown processor Go geared towards writing IETF
+documents. It is, however, also suited for writing books and other technical
+documentation.
diff --git a/textproc/go-prose/DESCR b/textproc/go-prose/DESCR
index c3c0462dff2..d629418fd55 100644
--- a/textproc/go-prose/DESCR
+++ b/textproc/go-prose/DESCR
@@ -1 +1,4 @@
-prose is Go library for text (primarily English at the moment) processing that supports tokenization, part-of-speech tagging, named-entity extraction, and more. The library's functionality is split into subpackages designed for modular use. See the documentation for more information.
+prose is Go library for text (primarily English at the moment) processing that
+supports tokenization, part-of-speech tagging, named-entity extraction, and
+more. The library's functionality is split into subpackages designed for
+modular use. See the documentation for more information.
diff --git a/www/go-ace/DESCR b/www/go-ace/DESCR
index 9721290747d..840d70cc9b2 100644
--- a/www/go-ace/DESCR
+++ b/www/go-ace/DESCR
@@ -1 +1,2 @@
-Ace is an HTML template engine for Go. This is inspired by Slim and Jade. This is a refinement of Gold.
+Ace is an HTML template engine for Go. This is inspired by Slim and Jade. This
+is a refinement of Gold.
diff --git a/www/go-gohtml/DESCR b/www/go-gohtml/DESCR
index 25b871683c0..35322bf3b53 100644
--- a/www/go-gohtml/DESCR
+++ b/www/go-gohtml/DESCR
@@ -1 +1,2 @@
-GoHTML is an HTML formatter for Go. You can format HTML source codes by using this package.
+GoHTML is an HTML formatter for Go. You can format HTML source codes by using
+this package.
diff --git a/www/go-toml-burntsushi/DESCR b/www/go-toml-burntsushi/DESCR
index 3dbc3cc8d7f..f4910da2718 100644
--- a/www/go-toml-burntsushi/DESCR
+++ b/www/go-toml-burntsushi/DESCR
@@ -1 +1,5 @@
-TOML stands for Tom's Obvious, Minimal Language. This Go package provides a reflection interface similar to Go's standard library json and xml packages. This package also supports the encoding.TextUnmarshaler and encoding.TextMarshaler interfaces so that you can define custom data representations.
+TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
+reflection interface similar to Go's standard library json and xml packages.
+This package also supports the encoding.TextUnmarshaler and
+encoding.TextMarshaler interfaces so that you can define custom data
+representations.
diff --git a/www/go-toml-pelletier/DESCR b/www/go-toml-pelletier/DESCR
index 3dbc3cc8d7f..f4910da2718 100644
--- a/www/go-toml-pelletier/DESCR
+++ b/www/go-toml-pelletier/DESCR
@@ -1 +1,5 @@
-TOML stands for Tom's Obvious, Minimal Language. This Go package provides a reflection interface similar to Go's standard library json and xml packages. This package also supports the encoding.TextUnmarshaler and encoding.TextMarshaler interfaces so that you can define custom data representations.
+TOML stands for Tom's Obvious, Minimal Language. This Go package provides a
+reflection interface similar to Go's standard library json and xml packages.
+This package also supports the encoding.TextUnmarshaler and
+encoding.TextMarshaler interfaces so that you can define custom data
+representations.