ports/73305: [MAINTAINER-UPDATE] chinese/qterm: update to 0.4.0pre1
Gavin Mu
gavin at FreeBSDChina.org
Sat Oct 30 07:10:25 UTC 2004
>Number: 73305
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] chinese/qterm: update to 0.4.0pre1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 30 07:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Gavin Mu
>Release: FreeBSD 5.3-BETA7 i386
>Organization:
Tianjin University, China
>Environment:
System: FreeBSD mscenter.tju.edu.cn 5.3-BETA7 FreeBSD 5.3-BETA7 #1: Sun Oct 10 13:41:34 CST 2004 root at gavin.jingye.net:/usr/obj/usr/src/sys/gavin-CNPROJ i386
>Description:
update to 0.4.0pre1, this is the first pre release of the upcoming 0.4.x series
add ssh1 access through SOCKS4/5
add some python script
improve i18n po files
and a lot of bugs fix.
>How-To-Repeat:
N/A
>Fix:
--- qterm-0.4.0.p1.diff begins here ---
diff -ruN qterm.orig/Makefile qterm/Makefile
--- qterm.orig/Makefile Sat Aug 21 03:13:54 2004
+++ qterm/Makefile Sat Oct 30 14:41:20 2004
@@ -6,16 +6,16 @@
#
PORTNAME= qterm
-PORTVERSION= 0.3.7
+PORTVERSION= 0.4.0.p1
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-0.4.0pre1
MAINTAINER= gavin at FreeBSDChina.org
COMMENT= QTerm is a BBS client in Unix
USE_QT_VER= 3
-USE_GMAKE= yes
HAS_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX}
diff -ruN qterm.orig/distinfo qterm/distinfo
--- qterm.orig/distinfo Sat Aug 21 03:13:54 2004
+++ qterm/distinfo Fri Oct 29 16:03:48 2004
@@ -1,2 +1,2 @@
-MD5 (qterm-0.3.7.tar.gz) = c55408617076a14cfe9145c458cea1a7
-SIZE (qterm-0.3.7.tar.gz) = 913873
+MD5 (qterm-0.4.0pre1.tar.gz) = dbd80ec692e4603f7775ffbdb1d52bff
+SIZE (qterm-0.4.0pre1.tar.gz) = 1077778
diff -ruN qterm.orig/files/patch-qterm::qtermtelnet.h qterm/files/patch-qterm::qtermtelnet.h
--- qterm.orig/files/patch-qterm::qtermtelnet.h Fri Aug 13 15:22:01 2004
+++ qterm/files/patch-qterm::qtermtelnet.h Thu Jan 1 00:00:00 1970
@@ -1,12 +0,0 @@
---- qterm/qtermtelnet.h.orig Tue Mar 16 12:17:41 2004
-+++ qterm/qtermtelnet.h Tue Mar 16 12:18:02 2004
-@@ -9,8 +9,8 @@
- #elif defined(Q_OS_BSD4) || defined(_OS_FREEBSD_) \
- || defined(Q_OS_MACX) || defined(Q_OS_DARWIN)
- #include <netdb.h>
-- #include <sys/socket.h>
- #include <sys/types.h>
-+ #include <sys/socket.h>
- #include <netinet/in.h>
- #else
- #include <netdb.h>
diff -ruN qterm.orig/pkg-plist qterm/pkg-plist
--- qterm.orig/pkg-plist Fri Aug 13 15:22:01 2004
+++ qterm/pkg-plist Fri Oct 29 16:25:48 2004
@@ -1,4 +1,8 @@
bin/qterm
+share/applications/qterm.desktop
+share/icons/qterm.png
+share/qterm/address.cfg
+share/qterm/credits
share/qterm/cursor/end.xpm
share/qterm/cursor/enter.xpm
share/qterm/cursor/exit.xpm
@@ -24,33 +28,31 @@
share/qterm/pic/paste.png
share/qterm/pic/popwidget.png
share/qterm/pic/pref.png
-share/qterm/pic/qterm_tray.png
share/qterm/pic/qterm_32x32.png
share/qterm/pic/qterm_48x48.png
+share/qterm/pic/qterm_tray.png
share/qterm/pic/quick.png
share/qterm/pic/reconnect.png
share/qterm/pic/rect.png
share/qterm/pic/refresh.png
share/qterm/pic/sound.png
share/qterm/pic/tabpad.png
-share/qterm/script/continuous.py
-share/qterm/script/download.py
-share/qterm/script/system.py
-share/qterm/schema/Softness.schema
+share/qterm/po/qterm_chs.qm
+share/qterm/po/qterm_cht.qm
+share/qterm/qterm.cfg
share/qterm/schema/Linux.schema
+share/qterm/schema/Softness.schema
share/qterm/schema/VIM.schema
share/qterm/schema/XTerm.schema
share/qterm/schema/default.schema
-share/qterm/po/qterm_chs.qm
-share/qterm/po/qterm_cht.qm
-share/qterm/qterm.cfg
-share/qterm/address.cfg
-share/qterm/credits
-share/applications/qterm.desktop
-share/icons/qterm.png
- at dirrm share/qterm/cursor
- at dirrm share/qterm/pic
+share/qterm/script/continuous.py
+share/qterm/script/download.py
+share/qterm/script/sendmsg.py
+share/qterm/script/system.py
+share/qterm/script/tools.py
@dirrm share/qterm/script
@dirrm share/qterm/schema
@dirrm share/qterm/po
+ at dirrm share/qterm/pic
+ at dirrm share/qterm/cursor
@dirrm share/qterm
--- qterm-0.4.0.p1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list