aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-24 20:29:39 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-24 20:29:39 +0000
commit74aada477d30000e6ac65f94700daee685b344f1 (patch)
tree8798e94ceb4f68b1b53e875dab5a73858dd90fd7 /devel
parent5c70394af027233ca67119795afddb7e9e3ae14e (diff)
downloadports-74aada477d30000e6ac65f94700daee685b344f1.tar.gz
ports-74aada477d30000e6ac65f94700daee685b344f1.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IPC-Shareable/pkg-descr2
-rw-r--r--devel/p5-Religion/pkg-descr2
-rw-r--r--devel/stlport/pkg-descr2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-IPC-Shareable/pkg-descr b/devel/p5-IPC-Shareable/pkg-descr
index 15324807aa3b..89d607563572 100644
--- a/devel/p5-IPC-Shareable/pkg-descr
+++ b/devel/p5-IPC-Shareable/pkg-descr
@@ -1,4 +1,4 @@
- IPC::Shareable allows you to tie a a variable to shared memory making
+ IPC::Shareable allows you to tie a variable to shared memory making
it easy to share the contents of that variable with other Perl
processes. Currently either scalars or hashes can be tied; tying of
arrays remains a work in progress. However, the variable being tied may
diff --git a/devel/p5-Religion/pkg-descr b/devel/p5-Religion/pkg-descr
index 9033ea4b345e..db4706160beb 100644
--- a/devel/p5-Religion/pkg-descr
+++ b/devel/p5-Religion/pkg-descr
@@ -1,7 +1,7 @@
This is a second go at a module to simplify installing die() and warn()
handlers, and to make such handlers easier to write and control.
-For most people, this just means that if use use Religion; then you'll get
+For most people, this just means that if use Religion; then you'll get
noticably better error reporting from warn() and die(). This is especially
useful if you are using eval().
diff --git a/devel/stlport/pkg-descr b/devel/stlport/pkg-descr
index 8751c6e4946d..7a5e985b1758 100644
--- a/devel/stlport/pkg-descr
+++ b/devel/stlport/pkg-descr
@@ -1,4 +1,4 @@
-STLport is an an adaptation of SGI's Standard Template Library.
+STLport is an adaptation of SGI's Standard Template Library.
The goal of the STLport effort is to make SGI's STL
implementation usable with most compilers while retaining full
functionality.