pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mldonkey Grammar fixes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98e23d3d2301
branches:  trunk
changeset: 486245:98e23d3d2301
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 25 19:19:21 2004 +0000

description:
Grammar fixes.

diffstat:

 net/mldonkey/DESCR            |  15 ++++++++-------
 net/mldonkey/MESSAGE          |   4 ++--
 net/mldonkey/distinfo         |   8 ++++----
 net/mldonkey/patches/patch-aa |  22 +++++++++++-----------
 4 files changed, 25 insertions(+), 24 deletions(-)

diffs (75 lines):

diff -r 71e5f0a5995f -r 98e23d3d2301 net/mldonkey/DESCR
--- a/net/mldonkey/DESCR        Sat Dec 25 19:17:20 2004 +0000
+++ b/net/mldonkey/DESCR        Sat Dec 25 19:19:21 2004 +0000
@@ -1,8 +1,9 @@
-mldonkey is a client to access the eDonkey network, a peer-to-peer network
-particularly efficient for big files thanks to a multi-sources download
-protocol.  It is written in Objective-Caml, and comes with its own GTK GUI,
-an HTTP interface and a telnet interface.  It works on most UNIX platforms.
+mldonkey is a client to access the eDonkey network, a peer-to-peer
+network particularly efficient for big files thanks to a multi-sources
+download protocol.  It is written in Objective-Caml, and comes with
+its own GTK GUI, an HTTP interface and a telnet interface.  It
+works on most UNIX platforms.
 
-This package provides the mldonkey's core, which can be accessed through a
-web browser.  You may want to install the mldonkey-gui package which provides
-a nice graphical interface to handle it.
+This package provides mldonkey's core, which can be accessed through
+a web browser.  You may want to install the mldonkey-gui package
+which provides a nice graphical interface for mldonkey.
diff -r 71e5f0a5995f -r 98e23d3d2301 net/mldonkey/MESSAGE
--- a/net/mldonkey/MESSAGE      Sat Dec 25 19:17:20 2004 +0000
+++ b/net/mldonkey/MESSAGE      Sat Dec 25 19:19:21 2004 +0000
@@ -1,8 +1,8 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/12/25 19:13:34 jmmv Exp $
+$NetBSD: MESSAGE,v 1.3 2004/12/25 19:19:21 wiz Exp $
 
 This package only installs mldonkey's core program, which does not have a
-GUI frontend.  To ease its management, it includes a rc.d startup script
+GUI frontend.  To ease its management, it includes an rc.d startup script
 that will safely start the daemon as an independent and unprivileged user.
 Once started, you will be able to access it at a later time by accessing
 http://localhost:4080/.
diff -r 71e5f0a5995f -r 98e23d3d2301 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo     Sat Dec 25 19:17:20 2004 +0000
+++ b/net/mldonkey/distinfo     Sat Dec 25 19:19:21 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2004/05/25 10:38:18 wiz Exp $
+$NetBSD: distinfo,v 1.14 2004/12/25 19:19:21 wiz Exp $
 
-SHA1 (mldonkey-2.5.21.tar.gz) = 8f43ec2f43e6aaa8c621bcd31f583a0db992e592
-Size (mldonkey-2.5.21.tar.gz) = 3234137 bytes
-SHA1 (patch-aa) = 9faff3d0062baebb8a76ffb2fe1300aad64cd4d7
+SHA1 (mldonkey-2.5.22.tar.gz) = 82fccef458c9567bc9976fa92c590593b9142847
+Size (mldonkey-2.5.22.tar.gz) = 3474104 bytes
+SHA1 (patch-aa) = 1a71bd5ba76316a79b2d767597039481025a00b0
diff -r 71e5f0a5995f -r 98e23d3d2301 net/mldonkey/patches/patch-aa
--- a/net/mldonkey/patches/patch-aa     Sat Dec 25 19:17:20 2004 +0000
+++ b/net/mldonkey/patches/patch-aa     Sat Dec 25 19:19:21 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.7 2004/04/17 15:46:33 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2004/12/25 19:19:21 wiz Exp $
 
---- config/configure.orig      Fri Apr 16 19:17:11 2004
+--- config/configure.orig      2004-07-29 12:32:40.000000000 +0200
 +++ config/configure
-@@ -10609,7 +10609,7 @@ s,@PERL@,$PERL,;t t
- s,@EGREP@,$EGREP,;t t
- s,@GTK_CONFIG@,$GTK_CONFIG,;t t
- s,@PTHREAD_CC@,$PTHREAD_CC,;t t
--s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t
-+s,@PTHREAD_LIBS@,-Wl,-R\${BUILDLINK_PREFIX.pthread}/lib -L\${BUILDLINK_PREFIX.pthread}/lib $PTHREAD_LIBS,;t t
- s,@PTHREAD_CFLAGS@,$PTHREAD_CFLAGS,;t t
- s,@COMPRESS@,$COMPRESS,;t t
- s,@EXTRA_DIRS@,$EXTRA_DIRS,;t t
+@@ -4286,7 +4286,7 @@ s%@CAMLP4@%$CAMLP4%g
+ s%@PERL@%$PERL%g
+ s%@GTK_CONFIG@%$GTK_CONFIG%g
+ s%@PTHREAD_CC@%$PTHREAD_CC%g
+-s%@PTHREAD_LIBS@%$PTHREAD_LIBS%g
++s%@PTHREAD_LIBS@%-Wl,-R\${BUILDLINK_PREFIX.pthread}/lib -L\${BUILDLINK_PREFIX.pthread}/lib $PTHREAD_LIBS%g
+ s%@PTHREAD_CFLAGS@%$PTHREAD_CFLAGS%g
+ s%@COMPRESS@%$COMPRESS%g
+ s%@EXTRA_DIRS@%$EXTRA_DIRS%g



Home | Main Index | Thread Index | Old Index