remove iso-8859-1 chars that display badly with a utf-8 terminal.

pointed out by Anthony J. Bentley
This commit is contained in:
sthen 2011-03-14 08:51:25 +00:00
parent 213ced970b
commit 068496c57a
14 changed files with 42 additions and 38 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2011/01/06 04:24:22 jeremy Exp $
# $OpenBSD: Makefile,v 1.7 2011/03/14 08:51:25 sthen Exp $
COMMENT = command-line utility for POSIX tar(1) archive files
DISTNAME = archive-tar-minitar-0.5.2
REVISION = 3
REVISION = 4
CATEGORIES = archivers
HOMEPAGE = http://ruwiki.rubyforge.org/

View File

@ -1,5 +1,5 @@
Archive::Tar::Minitar is a pure-Ruby library and command-line utility
that provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Fernández's implementation
implementation is based heavily on Mauricio Fernandez's implementation
in rpa-base, but has been reorganised to promote reuse in other
projects.

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2011/01/03 11:11:43 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.64 2011/03/14 08:51:25 sthen Exp $
# $NetBSD: Makefile,v 1.37 2004/10/03 00:13:16 tv Exp $
COMMENT= tools to connect your PalmOS® compatible handheld
@ -7,7 +7,7 @@ DISTNAME= pilot-link-0.12.5
SHARED_LIBS += pisock 11.0 # .9.2
SHARED_LIBS += pisync 2.0 # .0.3
REVISION= 0
REVISION= 1
CATEGORIES= comms palm

View File

@ -1,12 +1,13 @@
pilot-link is a suite of tools used to connect your Palm or PalmOS® compatible
handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link
works with all PalmOS® handhelds, including those made by Handspring, Sony, and
Palm, as well as others.
pilot-link is a suite of tools used to connect your Palm or PalmOS(R)
compatible handheld with Unix, Linux, and any other POSIX-compatible
machine. pilot-link works with all PalmOS(R) handhelds, including those
made by Handspring, Sony, and Palm, as well as others.
pilot-link includes userspace "conduits" that allow you to synchronize
information to and from your Palm device, as well as libraries of
Palm-compatible functions that allow other applications to take advantage of the
code included in pilot-link.
information to and from your Palm device, as well as libraries of Palm-
compatible functions that allow other applications to take advantage
of the code included in pilot-link.
There are also several language "bindings" that allow you to use your favorite
development language with pilot-link, such as Java, Tcl, Perl, and Python.
There are also several language "bindings" that allow you to use your
favorite development language with pilot-link, such as Java, Tcl, Perl,
and Python.

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:45:57 espie Exp $
# $OpenBSD: Makefile,v 1.12 2011/03/14 08:51:26 sthen Exp $
NOT_FOR_ARCHS = arm mips64 mips64el sparc64
COMMENT = library for efficient computations
DISTNAME = cln-1.3.1
REVISION = 0
REVISION = 1
SHARED_LIBS += cln 1.0 # .5.2
CATEGORIES = devel

View File

@ -15,7 +15,7 @@ CLN is a C++ library providing the following features:
o Automatic, non-interruptive garbage collection.
* Speed efficiency:
o Assembly language kernel for some CPUs,
o Karatsuba and Schönhage-Strassen multiplication.
o Karatsuba and Schoenhage-Strassen multiplication.
* Interoperability:
o Garbage collection with no burden on the main application,
o hooks for memory allocation and exceptions.

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2011/03/07 19:16:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.39 2011/03/14 08:51:25 sthen Exp $
COMMENT= perl-compatible regular expression library
DISTNAME= pcre-8.12
REVISION= 0
SHARED_LIBS += pcre 2.4 # 0.1
SHARED_LIBS += pcreposix 1.5 # 0.0

View File

@ -1,5 +1,5 @@
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. PCRE has
pattern matching using the same syntax and semantics as Perl 5. PCRE has
its own native API, as well as a set of wrapper functions that correspond
to the POSIX regular expression API. The PCRE library is free, even for
building commercial software.

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.74 2010/10/18 19:59:16 espie Exp $
# $OpenBSD: Makefile,v 1.75 2011/03/14 08:51:26 sthen Exp $
COMMENT= IMAP/POP3/SDPS mail retriever
MODPY_EGG_VERSION= 4.20.0
REVISION= 0
DISTNAME= getmail-${MODPY_EGG_VERSION}
CATEGORIES= mail

View File

@ -1,7 +1,6 @@
getmail can retrieve messages from POP3, IMAP4, and SDPS
mailboxes. SSL-wrapped POP3 and IMAP are also supported.
Single-user and domain (multi-drop) mailboxes are sup­
ported.
getmail can retrieve messages from POP3, IMAP4, and SDPS mailboxes.
SSL-wrapped POP3 and IMAP are also supported. Single-user and domain
(multi-drop) mailboxes are supported.
getmail has built-in support for delivering to maildirs,
mboxrd-format mbox files, and external MDAs.
getmail has built-in support for delivering to maildirs, mboxrd-format
mbox files, and external MDAs.

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2010/10/18 19:59:20 espie Exp $
# $OpenBSD: Makefile,v 1.11 2011/03/14 08:51:26 sthen Exp $
COMMENT= spam relay database
DISTNAME= relaydb-1.7
REVISION= 0
CATEGORIES= mail
MASTER_SITES= http://www.benzedrine.cx/
@ -15,6 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
USE_GROFF = Yes

View File

@ -1,10 +1,10 @@
relaydb is a mail header analyzer that builds a database of IP addresses
either known as legitimate senders or spammers.
relaydb doesn't itself classify mails as legitimate or spam, that deci­
sion needs to be reached through other means. Neither does relaydb block
spam itself. It merely provides a list of IP addresses to block through
other means, like spamd(8) and pf(4).
relaydb doesn't itself classify mails as legitimate or spam; that decision
needs to be reached through other means. Neither does relaydb block spam
itself. It merely provides a list of IP addresses to block through other
means, like spamd(8) and pf(4).
relaydb reads a single mail from stdin, analyzes the Received: header
lines and updates blacklist and whitelist counters for each IP address.

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2010/10/24 21:15:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2011/03/14 08:51:26 sthen Exp $
COMMENT= Motif-based table widget
DISTNAME= xbae-4.60.4
REVISION= 6
REVISION= 7
SHARED_LIBS= Xbae 4.60

View File

@ -1,5 +1,5 @@
XbaeMatrix is a free Motif® table widget (also compatible with the
free LessTif) which presents an editable array of string data to
the user in a scrollable table similar to a spreadsheet. The rows
and columns of the Matrix may optionally be labelled. A number of
"fixed" and "trailing fixed" rows or columns may be specified.
XbaeMatrix is a free Motif(R) table widget (also compatible with
the free LessTif) which presents an editable array of string data
to the user in a scrollable table similar to a spreadsheet. The
rows and columns of the Matrix may optionally be labelled. A number
of "fixed" and "trailing fixed" rows or columns may be specified.