diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-22 22:04:21 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-22 22:04:21 +0800 |
commit | c1c7e3e6660a713fc9ab0a73903038c12d8307a5 (patch) | |
tree | 5be30e0f8fd699a67e3324b8c570ab2afbefce97 /www | |
parent | 361a51ab34ebfbeb4daded383d6bc39a9466a9a4 (diff) | |
download | freebsd-ports-gnome-c1c7e3e6660a713fc9ab0a73903038c12d8307a5.tar.gz freebsd-ports-gnome-c1c7e3e6660a713fc9ab0a73903038c12d8307a5.tar.zst freebsd-ports-gnome-c1c7e3e6660a713fc9ab0a73903038c12d8307a5.zip |
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
Diffstat (limited to 'www')
-rw-r--r-- | www/dojo/pkg-descr | 2 | ||||
-rw-r--r-- | www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr | 2 | ||||
-rw-r--r-- | www/pear-Services_Google/pkg-descr | 18 | ||||
-rw-r--r-- | www/php-plurk-api/pkg-descr | 2 | ||||
-rw-r--r-- | www/py-django-profiles/pkg-descr | 2 | ||||
-rw-r--r-- | www/py-django-threaded-multihost/pkg-descr | 2 |
6 files changed, 12 insertions, 16 deletions
diff --git a/www/dojo/pkg-descr b/www/dojo/pkg-descr index 686668e77ebe..b88bef7193d5 100644 --- a/www/dojo/pkg-descr +++ b/www/dojo/pkg-descr @@ -4,4 +4,4 @@ which is why we refer to it sometimes as a "unified" toolkit. Dojo aims to solve some long-standing historical problems with DHTML which prevented mass adoption of dynamic web application development. -WWW: http://dojotoolkit.org/ +WWW: http://dojotoolkit.org/ diff --git a/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr b/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr index 1d0f962fef18..dae2e7f2e681 100644 --- a/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr +++ b/www/p5-LWP-ConnCache-MaxKeepAliveRequests/pkg-descr @@ -5,4 +5,4 @@ a limited number of requests (in Apache 2 this is achieved with the MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server. -WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/ +WWW: http://search.cpan.org/dist/LWP-ConnCache-MaxKeepAliveRequests/ diff --git a/www/pear-Services_Google/pkg-descr b/www/pear-Services_Google/pkg-descr index 378a4a0cfb05..0784ca1574c2 100644 --- a/www/pear-Services_Google/pkg-descr +++ b/www/pear-Services_Google/pkg-descr @@ -1,13 +1,9 @@ -pear-Services_Google is a pear class that -provides access to the Google SOAP Web APIs. -It allows easy access to the Google SOAP -Web APIs for the search engine, spelling -suggestions, and cache. +pear-Services_Google is a pear class that provides access to the Google +SOAP Web APIs. It allows easy access to the Google SOAP Web APIs for the +search engine, spelling suggestions, and cache. -Please note that as of December 5, 2006 -Google is no longer issuing new API keys -for the SOAP search API, so this package -is only for developers which has an API -key already. +Please note that as of December 5, 2006 Google is no longer issuing new +API keys for the SOAP search API, so this package is only for developers +which has an API key already. -WWW: http://pear.php.net/package/Services_Google/ +WWW: http://pear.php.net/package/Services_Google/ diff --git a/www/php-plurk-api/pkg-descr b/www/php-plurk-api/pkg-descr index 84829480128e..0c296b28b1bd 100644 --- a/www/php-plurk-api/pkg-descr +++ b/www/php-plurk-api/pkg-descr @@ -4,4 +4,4 @@ designed for Plurk, including mobile and desktop applications. This is the PHP Plurk API client for interacting with the Plurk Internet service. -WWW: http://code.google.com/p/php-plurk-api/ +WWW: http://code.google.com/p/php-plurk-api/ diff --git a/www/py-django-profiles/pkg-descr b/www/py-django-profiles/pkg-descr index 673ac93db987..a15e4e7b62dd 100644 --- a/www/py-django-profiles/pkg-descr +++ b/www/py-django-profiles/pkg-descr @@ -1,3 +1,3 @@ A user-profile application for Django. -WWW: http://bitbucket.org/ubernostrum/django-profiles/ +WWW: http://bitbucket.org/ubernostrum/django-profiles/ diff --git a/www/py-django-threaded-multihost/pkg-descr b/www/py-django-threaded-multihost/pkg-descr index e90bf5592ca9..e0c4cb36a3ff 100644 --- a/www/py-django-threaded-multihost/pkg-descr +++ b/www/py-django-threaded-multihost/pkg-descr @@ -2,4 +2,4 @@ This small app provides multi-host utilities to Django projects by using threadlocals, middleware and simple utilities. Using the middleware provided, you can "easily" provide multi-site awareness to any project. -WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/ +WWW: http://bitbucket.org/bkroeze/django-threaded-multihost/ |