pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mldonkey-gui Initial import of mldonkey-gui, versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b500393634a
branches:  trunk
changeset: 486241:7b500393634a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Dec 25 19:14:41 2004 +0000

description:
Initial import of mldonkey-gui, version 2.5.21, which provides the GTK GUI
that comes with mldonkey.

diffstat:

 net/mldonkey-gui/DESCR    |   8 ++++++++
 net/mldonkey-gui/Makefile |  26 ++++++++++++++++++++++++++
 net/mldonkey-gui/PLIST    |   8 ++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r e47fe32604b7 -r 7b500393634a net/mldonkey-gui/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mldonkey-gui/DESCR    Sat Dec 25 19:14:41 2004 +0000
@@ -0,0 +1,8 @@
+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 GTK GUI interface, but not the core.  You will
+have to install it (using the mldonkey package) in the same machine or
+another one.
diff -r e47fe32604b7 -r 7b500393634a net/mldonkey-gui/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mldonkey-gui/Makefile Sat Dec 25 19:14:41 2004 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 19:14:41 jmmv Exp $
+#
+
+.include "../../net/mldonkey/Makefile.common"
+
+PKGNAME=               ${DISTNAME:S/mldonkey/mldonkey-gui/}
+COMMENT+=              (GTK interface)
+
+USE_X11=               YES
+
+PRINT_PLIST_AWK+=      /^@dirrm libexec\/mldonkey$$/ \
+                               { print "@comment in mldonkey: " $$0; next }
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       cd ${PREFIX}/bin && ${LN} -s ../libexec/mldonkey/mlgui mlgui
+       ${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/mldonkey
+       ${INSTALL_PROGRAM} ${WRKSRC}/mlchat ${PREFIX}/libexec/mldonkey
+       ${INSTALL_PROGRAM} ${WRKSRC}/mlgui ${PREFIX}/libexec/mldonkey
+       ${INSTALL_PROGRAM} ${WRKSRC}/mlguistarter ${PREFIX}/libexec/mldonkey
+       ${INSTALL_PROGRAM} ${WRKSRC}/mlim ${PREFIX}/libexec/mldonkey
+       ${INSTALL_PROGRAM} ${WRKSRC}/mlnet+gui ${PREFIX}/libexec/mldonkey
+
+.include "../../x11/lablgtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e47fe32604b7 -r 7b500393634a net/mldonkey-gui/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mldonkey-gui/PLIST    Sat Dec 25 19:14:41 2004 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 19:14:41 jmmv Exp $
+bin/mlgui
+libexec/mldonkey/mlchat
+libexec/mldonkey/mlgui
+libexec/mldonkey/mlguistarter
+libexec/mldonkey/mlim
+libexec/mldonkey/mlnet+gui
+@unexec ${RMDIR} %D/libexec/mldonkey >/dev/null 2>&1 || ${TRUE}



Home | Main Index | Thread Index | Old Index