1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.2.6

PR:		ports/84144
Submitted by:	chinsan <chinsan.tw@gmail.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-07-26 22:46:49 +00:00
parent e0a553e7f6
commit e1d51b86db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140198
8 changed files with 55 additions and 49 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pcmanx
PORTVERSION= 0.1.8
PORTVERSION= 0.2.6
CATEGORIES= chinese net
MASTER_SITES= http://pcmanx.csie.net/release/ \
http://bbs.ilc.edu.tw/~chinsan/pcmanx/
@ -17,9 +17,10 @@ MAINTAINER= chinsan.tw@gmail.com
COMMENT= PCManX is a BBS client using GTK+ 2.x
USE_GNOME= gtk20 intlhack
GNU_CONFIGURE= yes
USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
@ -32,7 +33,4 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (pcmanx-pure-gtk2-0.1.8.tar.gz) = 8b101c9bc3c8b761e6503dafcf8fab0f
SIZE (pcmanx-pure-gtk2-0.1.8.tar.gz) = 503749
MD5 (pcmanx-pure-gtk2-0.2.6.tar.gz) = 0cd39e2c5aba6ff940aa41ecd7c8f681
SIZE (pcmanx-pure-gtk2-0.2.6.tar.gz) = 544943

View File

@ -0,0 +1,47 @@
--- src/notifier/notifier-impl.c.orig Mon Jul 25 21:56:10 2005
+++ src/notifier/notifier-impl.c Wed Jul 27 00:40:38 2005
@@ -160,11 +160,14 @@
static Win* begin_animation(GtkWidget * win, GtkWidget * context)
{
+ int slot, begin;
+ Win *w;
+
update_working_area();
- int slot = get_slot(win);
- int begin = working_area.y + height - slot * NHEIGHT;
- Win *w = g_new0(Win, 1);
+ slot = get_slot(win);
+ begin = working_area.y + height - slot * NHEIGHT;
+ w = g_new0(Win, 1);
w->win = win;
w->context = context;
@@ -216,6 +219,8 @@
GtkWidget *imageNotify;
GtkWidget *labelNotify;
GtkWidget *labelCaption;
+ GtkWidget *button;
+ Win *w;
context = gtk_table_new(2, 2, TRUE);
@@ -245,7 +250,7 @@
GTK_FILL, GTK_FILL,
0,0);
- GtkWidget* button = gtk_button_new();
+ button = gtk_button_new();
gtk_container_add(GTK_CONTAINER(win), button);
frame = gtk_frame_new(NULL);
@@ -261,7 +266,7 @@
G_OBJECT(button), "clicked",
click_cb, click_cb_data);
- Win* w = begin_animation(win, context);
+ w = begin_animation(win, context);
g_free(context_text);
w->parent = parent;

View File

@ -1,10 +0,0 @@
--- src/stringutil.cpp.orig Thu Jul 7 14:08:01 2005
+++ src/stringutil.cpp Wed Jul 20 13:32:46 2005
@@ -11,6 +11,7 @@
#include "stringutil.h"
#include <ctype.h>
+#include <stdio.h>
int strncmpi(const char* str1, const char* str2, size_t len)
{

View File

@ -1,10 +0,0 @@
--- src/telnetcon.h.orig Tue Jul 19 21:30:01 2005
+++ src/telnetcon.h Wed Jul 20 13:36:06 2005
@@ -25,6 +25,7 @@
#include <string>
#include <vector>
+#include <sys/types.h>
#include <netinet/in.h>
using namespace std;

View File

@ -1,11 +0,0 @@
--- src/telnetview.cpp.orig Wed Jul 20 07:07:54 2005
+++ src/telnetview.cpp Wed Jul 20 13:39:22 2005
@@ -178,7 +178,7 @@
"utf-8", m_pTermData->m_Encoding.c_str(), "?", NULL, &wl, NULL);
if(purl)
{
- m_s_ANSIColorStr.clear();
+ m_s_ANSIColorStr = "";
GtkClipboard* clipboard = gtk_clipboard_get( GDK_NONE );
gtk_clipboard_set_text(clipboard, purl, wl );
clipboard = gtk_clipboard_get( GDK_SELECTION_PRIMARY);

View File

@ -1,11 +0,0 @@
--- src/termview.cpp.orig Tue Jul 19 19:37:38 2005
+++ src/termview.cpp Wed Jul 20 13:27:05 2005
@@ -728,7 +728,7 @@
m_s_ANSIColorStr = m_pTermData->GetSelectedTextWithColor(trim);
else
{
- m_s_ANSIColorStr.clear();
+ m_s_ANSIColorStr = "";
string text = m_pTermData->GetSelectedText(trim);
gsize wl = 0;

View File

@ -1,4 +1,7 @@
bin/pcmanx
lib/libpcmanx_core.a
lib/libpcmanx_core.so
lib/libpcmanx_core.so.0
%%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo
%%DATADIR%%/emoticons
%%DATADIR%%/sitelist