Trailing whitespace.

This commit is contained in:
ajacoutot 2014-10-08 12:06:21 +00:00
parent 45a49fe1c8
commit 5a17b870f2
14 changed files with 39 additions and 34 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.179 2014/09/08 09:41:31 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.180 2014/10/08 12:06:21 ajacoutot Exp $
# XXX add libphonenumber support when a cpp release is out
@ -8,6 +8,7 @@ COMMENT= unified backend for PIM programs
GNOME_PROJECT= evolution-data-server
GNOME_VERSION= 3.12.6
REVISION= 0
CATEGORIES= databases productivity

View File

@ -1,7 +1,7 @@
The Evolution Data Server package provides a unified backend for
programs that work with contacts, tasks, and calendar information. It
was originally developed for Evolution (hence the name), but is now used
by other packages as well.
by other packages as well.
The Evolution Data Server provides a single database for common,
desktop-wide information, such as a user's address book or calendar

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2014/09/23 05:49:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2014/10/08 12:06:21 ajacoutot Exp $
COMMENT= humanist sans-serif font family
GNOME_VERSION= 0.0.16
GNOME_PROJECT= cantarell-fonts
REVISION= 0
CATEGORIES= fonts x11

View File

@ -1,5 +1,5 @@
The Cantarell typeface family is a contemporary Humanist sans serif, and
is used by the GNOME project for its user interface.
The Regular font fully supports the following writing systems:
Basic Latin, Western European, Catalan, Baltic, Turkish, Central
The Regular font fully supports the following writing systems:
Basic Latin, Western European, Catalan, Baltic, Turkish, Central
European, Dutch and Afrikaans.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2014/08/30 09:37:50 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2014/10/08 12:06:21 ajacoutot Exp $
COMMENT = digital camera command-line interface
CATEGORIES = graphics
@ -8,6 +8,7 @@ MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
VERSION = 2.5.5
DISTNAME = gphoto2-${VERSION}
PKGNAME = gphoto-${VERSION}
REVISION = 0
HOMEPAGE = http://gphoto.sourceforge.net/

View File

@ -1,5 +1,5 @@
gphoto2 is a command line client to libgphoto2. It allows almost everything
that libgphoto2 can do. With it, one may use gPhoto from a terminal or
from a shell script to perform any camera operation that can be done.
that libgphoto2 can do. With it, one may use gPhoto from a terminal or
from a shell script to perform any camera operation that can be done.
gphoto2 is the canonical user interface to libgphoto2.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2014/09/04 10:43:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.37 2014/10/08 12:06:21 ajacoutot Exp $
COMMENT = digital camera library
CATEGORIES = graphics devel
@ -8,6 +8,7 @@ MAINTAINER = Antoine Jacoutot <ajacoutot@openbsd.org>
VERSION = 2.5.5.1
DISTNAME = libgphoto2-${VERSION}
PKGNAME = libgphoto-${VERSION}
REVISION = 0
SHARED_LIBS += gphoto2_port 7.0 # 11.1
SHARED_LIBS += gphoto2 4.2 # 6.0

View File

@ -1,7 +1,7 @@
This library is the core of the gphoto2 software. It gives access to
almost 300 digital cameras
(see http://gphoto.sourceforge.net/proj/libgphoto2/support.php for a
almost 300 digital cameras
(see http://gphoto.sourceforge.net/proj/libgphoto2/support.php for a
list of supported cameras).
It uses abstractions to handle the communication port (serial/usb
It uses abstractions to handle the communication port (serial/usb
protocols) and the camera model separately.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.186 2014/09/21 12:14:45 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.187 2014/10/08 12:06:21 ajacoutot Exp $
COMMENT-main= Common Unix Printing System
COMMENT-libs= CUPS libraries and headers
@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.bz2
PKGNAME-main= cups-${VERSION}
PKGNAME-libs= cups-libs-${VERSION}
REVISION-main= 1
REVISION-main= 2
CATEGORIES= print sysutils

View File

@ -1,4 +1,4 @@
$OpenBSD: README-main,v 1.13 2014/08/28 17:51:43 ajacoutot Exp $
$OpenBSD: README-main,v 1.14 2014/10/08 12:06:21 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -73,25 +73,25 @@ the following commands as root or a member of the wheel group:
Printer Sharing across subnets using DNS-SD
===========================================
In general multicast DNS can only advertise shared printers on the local
subnet. This can be problematic if some clients are on a different
In general multicast DNS can only advertise shared printers on the local
subnet. This can be problematic if some clients are on a different
segment (e.g. wireless tablet devices).
Also some users may prefer to avoid the multicast traffic generated by
Also some users may prefer to avoid the multicast traffic generated by
mDNS or prefer not to rely on avahi.
In such cases 'wide area' DNS service discovery (DNS-SD) can provide an
elegant solution. The administrator simply adds specially-formatted
static records to the DNS server used by the clients, that advertise the
address and capabilities of the print server. See http://www.dns-sd.org
In such cases 'wide area' DNS service discovery (DNS-SD) can provide an
elegant solution. The administrator simply adds specially-formatted
static records to the DNS server used by the clients, that advertise the
address and capabilities of the print server. See http://www.dns-sd.org
for details.
DNS service discovery involves only the DNS records - there is no need
for the print server to run Avahi or for mDNS to be implemented. DNS-SD
DNS service discovery involves only the DNS records - there is no need
for the print server to run Avahi or for mDNS to be implemented. DNS-SD
and mDNS may however be used simultaneously if desired.
Sample extract from a DNS zone file:
; zone file for the 'wlan' sub-domain of 'example.com.'
;
$ORIGIN wlan.example.com.
@ -141,8 +141,8 @@ Sample extract from a DNS zone file:
[... regular resource records ...]
Note: the fields and values encoded in the TXT record replicate those
that would appear in the mDNS announcement for the CUPS shared printer
- these can be determined for example with Tim Fontaine's
Note: the fields and values encoded in the TXT record replicate those
that would appear in the mDNS announcement for the CUPS shared printer
- these can be determined for example with Tim Fontaine's
'airprint-generate' script. Using "URF=DM3" appears to provide the best
support for Apple iOS clients such as the iPad.

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.37 2014/09/18 06:15:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2014/10/08 12:06:21 ajacoutot Exp $
COMMENT= crypto library based on code used in GnuPG
DISTNAME= libgcrypt-1.6.2
CATEGORIES= security
REVISION= 0
REVISION= 1
SHARED_LIBS += gcrypt 19.2 # 20.2

View File

@ -1,5 +1,5 @@
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptographic
code from GnuPG. It provides functions for all cryptographic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2014/09/16 05:51:21 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2014/10/08 12:06:21 ajacoutot Exp $
COMMENT= Abstract Syntax Notation One structure parser library
DISTNAME= libtasn1-4.2
CATEGORIES= security
REVISION= 0
SHARED_LIBS += tasn1 3.3 # 9.1

View File

@ -1,2 +1,2 @@
The libtasn1 library is part of GnuTLS and was developed for ASN1
(Abstract Syntax Notation One) structures management.
The libtasn1 library is part of GnuTLS and was developed for ASN1
(Abstract Syntax Notation One) structures management.