lopster-0.9.9 update
This commit is contained in:
parent
9bc837b28e
commit
73e059b27d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2001/10/24 12:09:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2001/12/23 03:38:01 obecian Exp $
|
||||
|
||||
COMMENT= "full featured GTK Napster client"
|
||||
DISTNAME= lopster-0.9.8
|
||||
DISTNAME= lopster-0.9.9
|
||||
CATEGORIES= audio
|
||||
NEED_VERSION= 1.364
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= http://lopster.sourceforge.net/download/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= lopster
|
||||
|
3
audio/lopster/distinfo
Normal file
3
audio/lopster/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lopster-0.9.9.tar.gz) = a8d3f7e7c92da752697eb1bd506eadf1
|
||||
RMD160 (lopster-0.9.9.tar.gz) = d08280edb649021eafbde4b0c4cf22b019365471
|
||||
SHA1 (lopster-0.9.9.tar.gz) = d2ec75a5443307534f4465beeab169ab3447a0f9
|
@ -1,3 +0,0 @@
|
||||
MD5 (lopster-0.9.8.tar.gz) = 7d0766b4d9cee277fca67b43eeeedb8b
|
||||
RMD160 (lopster-0.9.8.tar.gz) = 371cc0591e5e8abe7dd110c5a37a073d90bbc29f
|
||||
SHA1 (lopster-0.9.8.tar.gz) = 3e244d7b2aaccc32d296ca9c28ecadc24f71cf10
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-src_browse_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
|
||||
--- src/browse.c.orig Mon Feb 12 12:50:55 2001
|
||||
+++ src/browse.c Sun Mar 4 17:58:36 2001
|
||||
@@ -1,10 +1,10 @@
|
||||
-#include <sys/socket.h>
|
||||
-#include <sys/types.h>
|
||||
+#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
-#include <stdlib.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_commands_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
|
||||
--- src/commands.c.orig Mon Feb 12 12:50:55 2001
|
||||
+++ src/commands.c Sun Mar 4 18:44:15 2001
|
||||
@@ -856,7 +856,7 @@ COMMAND(lopster_scheme) {
|
||||
|
||||
scheme = arg(data, 1);
|
||||
if (!scheme) {
|
||||
- command = g_strdup_printf(_("Current scheme is [%s]"), global.scheme);
|
||||
+ command = g_strdup_printf(_("Current scheme is [%s]"), global.scheme->name);
|
||||
client_message(_("Message"), command);
|
||||
g_free(command);
|
||||
} else {
|
@ -1,22 +1,6 @@
|
||||
$OpenBSD: patch-src_handler_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
|
||||
--- src/handler.c.orig Tue Feb 13 08:14:20 2001
|
||||
+++ src/handler.c Sun Mar 4 17:58:36 2001
|
||||
@@ -1,5 +1,3 @@
|
||||
-#include <sys/socket.h>
|
||||
-#include <netinet/in.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
@@ -7,6 +5,8 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
+#include <sys/socket.h>
|
||||
+#include <netinet/in.h>
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
@@ -1029,7 +1029,7 @@ HANDLER(cmd_banlist_entry) {
|
||||
--- src/handler.c~ Mon May 28 16:11:51 2001
|
||||
+++ src/handler.c Sat Dec 22 18:51:32 2001
|
||||
@@ -1220,7 +1220,7 @@ HANDLER(cmd_banlist_entry) {
|
||||
pos[0] = 0;
|
||||
strcpy(tstr[3], data);
|
||||
data = pos + 2;
|
||||
@ -25,12 +9,4 @@ $OpenBSD: patch-src_handler_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
|
||||
sprintf(tstr[2], "%s", ctime(&l1));
|
||||
gtk_clist_append(GTK_CLIST(temp), list);
|
||||
}
|
||||
@@ -1884,7 +1884,7 @@ HANDLER(cmd_usage_stats) {
|
||||
server_message(_("Channels"), pos);
|
||||
|
||||
pos = arg(NULL, 0);
|
||||
- sscanf(pos, "%ld", &stime);
|
||||
+ sscanf(pos, "%d", &stime);
|
||||
strcpy(str, ctime(&stime));
|
||||
str[strlen(str)-1] = 0;
|
||||
server_message(_("Boot Time"), str);
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_resume_c,v 1.1 2001/03/05 04:49:12 obecian Exp $
|
||||
--- src/resume.c.orig Tue Feb 13 13:03:14 2001
|
||||
+++ src/resume.c Sun Mar 4 19:01:41 2001
|
||||
@@ -391,7 +391,7 @@ void resume_list_update(resume_t* resume
|
||||
if (stat(resume->filename, &st) < 0) {
|
||||
strcpy(text, _("not existent"));
|
||||
} else {
|
||||
- sprintf(text, "%lu", st.st_size);
|
||||
+ sprintf(text, "%Ld", st.st_size);
|
||||
}
|
||||
gtk_ctree_node_set_text(ctree, node, 2, text);
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_transfer_c,v 1.1 2001/03/11 21:57:45 naddy Exp $
|
||||
--- src/transfer.c.orig Sun Mar 11 15:32:16 2001
|
||||
+++ src/transfer.c Sun Mar 11 15:32:40 2001
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <ctype.h>
|
||||
+#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
@ -1,34 +1,37 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2001/03/05 04:49:12 obecian Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2001/12/23 03:38:01 obecian Exp $
|
||||
bin/lopster
|
||||
share/lopster/pixmaps/arrowd.xpm
|
||||
share/lopster/pixmaps/arrowl.xpm
|
||||
share/lopster/pixmaps/arrowr.xpm
|
||||
share/lopster/pixmaps/arrowu.xpm
|
||||
share/lopster/pixmaps/bug16b.xpm
|
||||
share/lopster/pixmaps/bug.xpm
|
||||
share/lopster/pixmaps/chat.xpm
|
||||
share/lopster/pixmaps/d16x16.xpm
|
||||
share/lopster/pixmaps/download.xpm
|
||||
share/lopster/pixmaps/email.xpm
|
||||
share/lopster/pixmaps/enemy.xpm
|
||||
share/lopster/pixmaps/enemy2.xpm
|
||||
share/lopster/pixmaps/folder.xpm
|
||||
share/lopster/pixmaps/folder_blue.xpm
|
||||
share/lopster/pixmaps/folder_open.xpm
|
||||
share/lopster/pixmaps/forum.xpm
|
||||
share/lopster/pixmaps/friend.xpm
|
||||
share/lopster/pixmaps/home16b.xpm
|
||||
share/lopster/pixmaps/hotlist.xpm
|
||||
share/lopster/pixmaps/ignore.xpm
|
||||
share/lopster/pixmaps/info.xpm
|
||||
share/lopster/pixmaps/kfind.xpm
|
||||
share/lopster/pixmaps/logo.jpg
|
||||
share/lopster/pixmaps/library.xpm
|
||||
share/lopster/pixmaps/logo.xpm
|
||||
share/lopster/pixmaps/logo1.xpm
|
||||
share/lopster/pixmaps/mail16b.xpm
|
||||
share/lopster/pixmaps/mini-folder.xpm
|
||||
share/lopster/pixmaps/notes16.xpm
|
||||
share/lopster/pixmaps/project.xpm
|
||||
share/lopster/pixmaps/search.xpm
|
||||
share/lopster/pixmaps/server.xpm
|
||||
share/lopster/pixmaps/speedgray.xpm
|
||||
share/lopster/pixmaps/speedgreen.xpm
|
||||
share/lopster/pixmaps/speedred.xpm
|
||||
share/lopster/pixmaps/speedyellow.xpm
|
||||
share/lopster/pixmaps/statistic.xpm
|
||||
share/lopster/pixmaps/transfer.xpm
|
||||
share/lopster/pixmaps/user.xpm
|
||||
share/lopster/pixmaps/user1.xpm
|
||||
share/lopster/pixmaps/user2.xpm
|
||||
@dirrm share/lopster/pixmaps
|
||||
|
Loading…
Reference in New Issue
Block a user