From kaiwang27@gmail.com  Sat Mar  2 10:47:19 2013
Return-Path: <kaiwang27@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 3A3E895B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Mar 2013 10:47:19 +0000 (UTC)
	(envelope-from kaiwang27@gmail.com)
Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236])
	by mx1.freebsd.org (Postfix) with ESMTP id 87CA1679
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Mar 2013 10:47:18 +0000 (UTC)
Received: by mail-la0-f54.google.com with SMTP id gw10so3623355lab.41
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 02 Mar 2013 02:47:17 -0800 (PST)
Received: from localhost (s83-179-26-84.cust.tele2.se. [83.179.26.84])
        by mx.google.com with ESMTPS id j2sm5048165lbd.16.2013.03.02.02.47.15
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Sat, 02 Mar 2013 02:47:16 -0800 (PST)
Received: from localhost ([127.0.0.1] helo=localhost.my.domain)
	by localhost with esmtp (Exim 4.80.1 (FreeBSD))
	(envelope-from <kaiw@localhost.my.domain>)
	id 1UBjxw-0002kp-I2
	for FreeBSD-gnats-submit@freebsd.org; Sat, 02 Mar 2013 11:46:56 +0100
Received: (from kaiw@localhost)
	by localhost.my.domain (8.14.5/8.14.5/Submit) id r22AkuUi010590;
	Sat, 2 Mar 2013 11:46:56 +0100 (CET)
	(envelope-from kaiw)
Message-Id: <201303021046.r22AkuUi010590@localhost.my.domain>
Date: Sat, 2 Mar 2013 11:46:56 +0100 (CET)
From: Kai Wang <kaiwang27@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] chinese/qterm: update to 0.5.12, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176598
>Category:       ports
>Synopsis:       [PATCH] chinese/qterm: update to 0.5.12, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 02 10:50:00 UTC 2013
>Closed-Date:    Tue Mar 19 14:01:55 UTC 2013
>Last-Modified:  Tue Mar 19 14:10:00 UTC 2013
>Originator:     Kai Wang
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD soulhacker 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243935: Fri Dec  7 07:11:25
>Description:
- Update to 0.5.12
- Take maintainership

Added file(s):
- files/patch-CMakeLists.txt

Removed file(s):
- files/patch-qterm-main.cpp
- files/patch-qterm-qtermwindow.h
- pkg-message

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- qterm-0.5.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/Makefile ./Makefile
--- /usr/ports/chinese/qterm/Makefile	2012-12-30 19:55:41.000000000 +0100
+++ ./Makefile	2013-03-02 11:44:09.000000000 +0100
@@ -1,47 +1,66 @@
-# New ports collection makefile for:   qterm
-# Date created:                10 Mar 2001
-# Whom:                        Shen Chuan-Hsing
-#
+# Created by: Shen Chuan-Hsing
 # $FreeBSD: ports/chinese/qterm/Makefile,v 1.47 2012/12/30 18:55:41 svnexp Exp $
-#
 
 PORTNAME=	qterm
-PORTVERSION=	0.4.1
-PORTREVISION=	8
+PORTVERSION=	0.5.12
 CATEGORIES=	chinese
-MASTER_SITES=	 SF/qterm/qterm/${PORTVERSION}
+MASTER_SITES=	SF/qterm/qterm/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	kaiwang27@gmail.com
 COMMENT=	QTerm is a BBS client for BSD/Linux
 
-DEPRECATED=	Depends on QT3; unmaintained
-EXPIRATION_DATE=	2013-07-01
-
-USE_XORG=	x11 ice xext xt xaw xpm xi xproto xextproto
+USE_XORG=	x11 ice
 USE_BZIP2=	yes
 USE_PERL5_BUILD=yes
-USE_QT_VER=	3
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-mt --prefix=${PREFIX}
+USE_KDE4=	automoc4
+USE_QT4=	codecs-cn codecs-tw gui help-tools linguist moc_build \
+		network qmake_build rcc_build uic_build xml
+USE_CMAKE=	yes
+CMAKE_ARGS=	-DCMAKE_INSTALL_PREFIX="${PREFIX}"
+MAKE_JOBS_SAFE=	yes
+USE_LDCONFIG=	yes
+INSTALLS_ICONS=	yes
+
+CXXFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.if !defined(WITHOUT_PYTHON)
-USE_PYTHON=	2.5+
-CONFIGURE_ARGS+=	--with-pythondir=${LOCALBASE}
+OPTIONS_DEFINE=	SSH DBUS PHONON QTSCRIPT
+
+SSH_DESC=	SSH support
+DBUS_DESC=	DBus support
+PHONON_DESC=	Phonon support
+QTSCRIPT_DESC=	QtScript Binding support
+
+OPTIONS_DEFAULT=	SSH DBUS PHONON QTSCRIPT
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MSSH}
+CMAKE_ARGS+=	-DQTERM_ENABLE_SSH:BOOL=TRUE
+.else
+CMAKE_ARGS+=	-DQTERM_ENABLE_SSH:BOOL=FALSE
+.endif
+
+.if ${PORT_OPTIONS:MDBUS}
+USE_QT4+=	dbus
+CMAKE_ARGS+=	-DQTERM_ENABLE_DBUS:BOOL=TRUE
+.else
+CMAKE_ARGS+=	-DQTERM_ENABLE_DBUS:BOOL=FALSE
 .endif
 
-pre-everything::
-.if !defined(WITHOUT_PYTHON)
-	@${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support."
+.if ${PORT_OPTIONS:MPHONON}
+USE_QT4+=	phonon
+CMAKE_ARGS+=	-DQTERM_ENABLE_PHONON:BOOL=TRUE
+.else
+CMAKE_ARGS+=	-DQTERM_ENABLE_PHONON:BOOL=FALSE
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \
-		${WRKSRC}/configure
-
-post-install:
-	@${CHMOD} +w ${DATADIR}/qterm.cfg
-	@${CHMOD} +w ${DATADIR}/address.cfg
-	@${CAT} ${PKGMESSAGE}
+.if ${PORT_OPTIONS:MQTSCRIPT}
+USE_QT4+=	script
+RUN_DEPENDS+=	${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator
+CMAKE_ARGS+=	-DQTERM_ENABLE_SCRIPT:BOOL=TRUE
+.else
+CMAKE_ARGS+=	-DQTERM_ENABLE_SCRIPT:BOOL=FALSE
+.endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/distinfo ./distinfo
--- /usr/ports/chinese/qterm/distinfo	2011-01-09 12:13:35.000000000 +0100
+++ ./distinfo	2013-03-01 11:49:45.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (qterm-0.4.1.tar.bz2) = 60c19303bc2eba11273607ae8711f0eecbd0d94b7dd2773cde128338aa5149a1
-SIZE (qterm-0.4.1.tar.bz2) = 744822
+SHA256 (qterm-0.5.12.tar.bz2) = bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a
+SIZE (qterm-0.5.12.tar.bz2) = 749254
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/files/patch-CMakeLists.txt ./files/patch-CMakeLists.txt
--- /usr/ports/chinese/qterm/files/patch-CMakeLists.txt	1970-01-01 01:00:00.000000000 +0100
+++ ./files/patch-CMakeLists.txt	2013-03-01 23:32:49.000000000 +0100
@@ -0,0 +1,18 @@
+--- CMakeLists.txt.orig	2011-03-03 05:25:49.000000000 +0100
++++ CMakeLists.txt	2013-03-01 23:32:47.000000000 +0100
+@@ -1,13 +1,13 @@
+ project(qterm)
+ include(CTest)
+ cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)
+-set(QT_MIN_VERSION "4.5.0")
+ set(QTERM_VERSION_MAJOR 0)
+ set(QTERM_VERSION_MINOR 5)
+ set(QTERM_VERSION_RELEASE 12)
+ set(QTERM_VERSION "${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" )
+ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
+-find_package(Qt4 REQUIRED)
++set(CMAKE_C_FLAGS "-O0")
++find_package(Qt4 4.5.0 REQUIRED)
+ find_package(KDE4)
+ 
+ IF(WIN32 AND MSVC)
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/files/patch-qterm-main.cpp ./files/patch-qterm-main.cpp
--- /usr/ports/chinese/qterm/files/patch-qterm-main.cpp	2006-08-01 14:19:05.000000000 +0200
+++ ./files/patch-qterm-main.cpp	1970-01-01 01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
---- qterm/main.cpp.orig	Mon Jul 10 15:36:13 2006
-+++ qterm/main.cpp	Thu Jul 27 17:55:53 2006
-@@ -16,6 +16,15 @@
- #ifdef HAVE_PYTHON
- #include <Python.h>
- #endif
-+
-+#undef isalnum
-+#undef isalpha
-+#undef islower
-+#undef isspace
-+#undef isupper
-+#undef tolower
-+#undef toupper
-+
- #include <qpixmap.h>
- #include <qstringlist.h>
- #include <qapplication.h>
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h ./files/patch-qterm-qtermwindow.h
--- /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h	2006-08-01 14:19:05.000000000 +0200
+++ ./files/patch-qterm-qtermwindow.h	1970-01-01 01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
---- qterm/qtermwindow.h.orig	Mon Jul 10 15:36:12 2006
-+++ qterm/qtermwindow.h	Thu Jul 27 17:39:46 2006
-@@ -10,6 +10,14 @@
- #include <Python.h>
- #endif
- 
-+#undef isalnum
-+#undef isalpha
-+#undef islower
-+#undef isspace
-+#undef isupper
-+#undef tolower
-+#undef toupper
-+
- #include <qmainwindow.h>
- #include <qcursor.h>
- 
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/pkg-message ./pkg-message
--- /usr/ports/chinese/qterm/pkg-message	2006-08-04 11:08:10.000000000 +0200
+++ ./pkg-message	1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-*************************************************************************
-		To display IP location when using QTerm
-you must get file "QQWry.dat" and put it into your ~/.qterm directory
-*************************************************************************
-
-*************************************************************************
-Unfortunately there is an anonying bug in the release of QTerm 0.4.0. If 
-your language setting is NOT English, you might experience some hang up 
-when connecting to a site.
-
-A simple workaround is to use the English interface. This bug will be fixed
-in the next minor release.
-*************************************************************************
diff -ruN --exclude=CVS /usr/ports/chinese/qterm/pkg-plist ./pkg-plist
--- /usr/ports/chinese/qterm/pkg-plist	2006-08-01 14:19:04.000000000 +0200
+++ ./pkg-plist	2013-03-02 11:26:56.000000000 +0100
@@ -1,64 +1,55 @@
 bin/qterm
 share/applications/qterm.desktop
-share/icons/qterm.png
-%%DATADIR%%/address.cfg
+share/icons/hicolor/128x128/apps/qterm.png
+share/icons/hicolor/16x16/apps/qterm.png
+share/icons/hicolor/22x22/apps/qterm.png
+share/icons/hicolor/32x32/apps/qterm.png
+share/icons/hicolor/48x48/apps/qterm.png
+share/icons/hicolor/64x64/apps/qterm.png
+%%DATADIR%%/address.xml
 %%DATADIR%%/credits
-%%DATADIR%%/cursor/end.xpm
-%%DATADIR%%/cursor/enter.xpm
-%%DATADIR%%/cursor/exit.xpm
-%%DATADIR%%/cursor/hand.xpm
-%%DATADIR%%/cursor/home.xpm
-%%DATADIR%%/cursor/next.xpm
-%%DATADIR%%/cursor/pagedown.xpm
-%%DATADIR%%/cursor/pageup.xpm
-%%DATADIR%%/cursor/prev.xpm
-%%DATADIR%%/pic/addr.png
-%%DATADIR%%/pic/anti-idle.png
-%%DATADIR%%/pic/article.png
-%%DATADIR%%/pic/auto-reply.png
-%%DATADIR%%/pic/color-copy.png
-%%DATADIR%%/pic/color.png
-%%DATADIR%%/pic/connect.png
-%%DATADIR%%/pic/copy.png
-%%DATADIR%%/pic/disconnect.png
-%%DATADIR%%/pic/fonts.png
-%%DATADIR%%/pic/keys.png
-%%DATADIR%%/pic/message.png
-%%DATADIR%%/pic/messagebox_critical.png
-%%DATADIR%%/pic/messagebox_info.png
-%%DATADIR%%/pic/messagebox_warning.png
-%%DATADIR%%/pic/mouse.png
-%%DATADIR%%/pic/paste.png
-%%DATADIR%%/pic/popwidget.png
-%%DATADIR%%/pic/pref.png
-%%DATADIR%%/pic/qterm_32x32.png
-%%DATADIR%%/pic/qterm_48x48.png
-%%DATADIR%%/pic/qterm_tray.png
-%%DATADIR%%/pic/quick.png
-%%DATADIR%%/pic/reconnect.png
-%%DATADIR%%/pic/rect.png
-%%DATADIR%%/pic/refresh.png
-%%DATADIR%%/pic/shadow.png
-%%DATADIR%%/pic/sound.png
-%%DATADIR%%/pic/tabpad.png
+%%DATADIR%%/doc/qterm.qhc
+%%DATADIR%%/keyboard_profiles/default.keytab
+%%DATADIR%%/keyboard_profiles/linux.keytab
+%%DATADIR%%/keyboard_profiles/solaris.keytab
+%%DATADIR%%/keyboard_profiles/vt420pc.keytab
 %%DATADIR%%/po/qterm_chs.qm
 %%DATADIR%%/po/qterm_cht.qm
 %%DATADIR%%/qterm.cfg
-%%DATADIR%%/schema/Linux.schema
-%%DATADIR%%/schema/Softness.schema
-%%DATADIR%%/schema/VIM.schema
-%%DATADIR%%/schema/XTerm.schema
-%%DATADIR%%/schema/default.schema
-%%DATADIR%%/script/continuous.py
-%%DATADIR%%/script/download.py
-%%DATADIR%%/script/sendmsg.py
-%%DATADIR%%/script/system.py
-%%DATADIR%%/script/tools.py
-@dirrm %%DATADIR%%/script
-@dirrm %%DATADIR%%/schema
+%%DATADIR%%/scheme/Linux.scheme
+%%DATADIR%%/scheme/Softness.scheme
+%%DATADIR%%/scheme/VIM.scheme
+%%DATADIR%%/scheme/XTerm.scheme
+%%DATADIR%%/scheme/default.scheme
+%%DATADIR%%/scripts/article.js
+%%DATADIR%%/scripts/console.js
+%%DATADIR%%/scripts/google.js
+%%DATADIR%%/scripts/highlight.js
+%%DATADIR%%/scripts/ptt.js
+%%DATADIR%%/scripts/senddelay.js
+%%DATADIR%%/scripts/smth.js
+%%DATADIR%%/scripts/ui/senddelay.ui
+%%DATADIR%%/scripts/utils.js
+%%DATADIR%%/scripts/websnap.js
+@dirrm %%DATADIR%%/scripts/ui
+@dirrm %%DATADIR%%/scripts
+@dirrm %%DATADIR%%/scheme
 @dirrm %%DATADIR%%/po
-@dirrm %%DATADIR%%/pic
-@dirrm %%DATADIR%%/cursor
+@dirrm %%DATADIR%%/keyboard_profiles
+@dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/22x22/apps
+@dirrmtry share/icons/hicolor/22x22
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/128x128/apps
+@dirrmtry share/icons/hicolor/128x128
+@dirrmtry share/icons/hicolor
 @dirrmtry share/icons
 @dirrmtry share/applications
--- qterm-0.5.12.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Kai Wang <kaiwang27@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/176598: [PATCH] chinese/qterm: update to 0.5.12, take
 maintainership
Date: Sat, 2 Mar 2013 11:57:22 +0100

 --G4iJoqBmSsgzjUCe
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
 The submitted patch included some local changes only for debugging
 purpose. Please use the attached patch instead.
 
 Thanks,
 Kai
 
 --G4iJoqBmSsgzjUCe
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: attachment; filename="qterm.txt"
 
 diff -urN /usr/ports/chinese/qterm/Makefile qterm/Makefile
 --- /usr/ports/chinese/qterm/Makefile	2012-12-30 19:55:41.000000000 +0100
 +++ qterm/Makefile	2013-03-02 11:44:09.000000000 +0100
 @@ -1,47 +1,66 @@
 -# New ports collection makefile for:   qterm
 -# Date created:                10 Mar 2001
 -# Whom:                        Shen Chuan-Hsing
 -#
 +# Created by: Shen Chuan-Hsing
  # $FreeBSD: ports/chinese/qterm/Makefile,v 1.47 2012/12/30 18:55:41 svnexp Exp $
 -#
  
  PORTNAME=	qterm
 -PORTVERSION=	0.4.1
 -PORTREVISION=	8
 +PORTVERSION=	0.5.12
  CATEGORIES=	chinese
 -MASTER_SITES=	 SF/qterm/qterm/${PORTVERSION}
 +MASTER_SITES=	SF/qterm/qterm/${PORTVERSION}
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	kaiwang27@gmail.com
  COMMENT=	QTerm is a BBS client for BSD/Linux
  
 -DEPRECATED=	Depends on QT3; unmaintained
 -EXPIRATION_DATE=	2013-07-01
 -
 -USE_XORG=	x11 ice xext xt xaw xpm xi xproto xextproto
 +USE_XORG=	x11 ice
  USE_BZIP2=	yes
  USE_PERL5_BUILD=yes
 -USE_QT_VER=	3
 -HAS_CONFIGURE=	yes
 -CONFIGURE_ARGS=	--enable-mt --prefix=${PREFIX}
 +USE_KDE4=	automoc4
 +USE_QT4=	codecs-cn codecs-tw gui help-tools linguist moc_build \
 +		network qmake_build rcc_build uic_build xml
 +USE_CMAKE=	yes
 +CMAKE_ARGS=	-DCMAKE_INSTALL_PREFIX="${PREFIX}"
 +MAKE_JOBS_SAFE=	yes
 +USE_LDCONFIG=	yes
 +INSTALLS_ICONS=	yes
 +
 +CXXFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -.if !defined(WITHOUT_PYTHON)
 -USE_PYTHON=	2.5+
 -CONFIGURE_ARGS+=	--with-pythondir=${LOCALBASE}
 +OPTIONS_DEFINE=	SSH DBUS PHONON QTSCRIPT
 +
 +SSH_DESC=	SSH support
 +DBUS_DESC=	DBus support
 +PHONON_DESC=	Phonon support
 +QTSCRIPT_DESC=	QtScript Binding support
 +
 +OPTIONS_DEFAULT=	SSH DBUS PHONON QTSCRIPT
 +
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MSSH}
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SSH:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SSH:BOOL=FALSE
 +.endif
 +
 +.if ${PORT_OPTIONS:MDBUS}
 +USE_QT4+=	dbus
 +CMAKE_ARGS+=	-DQTERM_ENABLE_DBUS:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_DBUS:BOOL=FALSE
  .endif
  
 -pre-everything::
 -.if !defined(WITHOUT_PYTHON)
 -	@${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support."
 +.if ${PORT_OPTIONS:MPHONON}
 +USE_QT4+=	phonon
 +CMAKE_ARGS+=	-DQTERM_ENABLE_PHONON:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_PHONON:BOOL=FALSE
  .endif
  
 -post-patch:
 -	@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \
 -		${WRKSRC}/configure
 -
 -post-install:
 -	@${CHMOD} +w ${DATADIR}/qterm.cfg
 -	@${CHMOD} +w ${DATADIR}/address.cfg
 -	@${CAT} ${PKGMESSAGE}
 +.if ${PORT_OPTIONS:MQTSCRIPT}
 +USE_QT4+=	script
 +RUN_DEPENDS+=	${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SCRIPT:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SCRIPT:BOOL=FALSE
 +.endif
  
  .include <bsd.port.mk>
 diff -urN /usr/ports/chinese/qterm/distinfo qterm/distinfo
 --- /usr/ports/chinese/qterm/distinfo	2011-01-09 12:13:35.000000000 +0100
 +++ qterm/distinfo	2013-03-01 11:49:45.000000000 +0100
 @@ -1,2 +1,2 @@
 -SHA256 (qterm-0.4.1.tar.bz2) = 60c19303bc2eba11273607ae8711f0eecbd0d94b7dd2773cde128338aa5149a1
 -SIZE (qterm-0.4.1.tar.bz2) = 744822
 +SHA256 (qterm-0.5.12.tar.bz2) = bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a
 +SIZE (qterm-0.5.12.tar.bz2) = 749254
 diff -urN /usr/ports/chinese/qterm/files/patch-CMakeLists.txt qterm/files/patch-CMakeLists.txt
 --- /usr/ports/chinese/qterm/files/patch-CMakeLists.txt	1970-01-01 01:00:00.000000000 +0100
 +++ qterm/files/patch-CMakeLists.txt	2013-03-02 11:53:22.000000000 +0100
 @@ -0,0 +1,17 @@
 +--- CMakeLists.txt.orig	2011-03-03 05:25:49.000000000 +0100
 ++++ CMakeLists.txt	2013-03-01 23:32:47.000000000 +0100
 +@@ -1,13 +1,13 @@
 + project(qterm)
 + include(CTest)
 + cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR)
 +-set(QT_MIN_VERSION "4.5.0")
 + set(QTERM_VERSION_MAJOR 0)
 + set(QTERM_VERSION_MINOR 5)
 + set(QTERM_VERSION_RELEASE 12)
 + set(QTERM_VERSION "${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" )
 + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
 +-find_package(Qt4 REQUIRED)
 ++find_package(Qt4 4.5.0 REQUIRED)
 + find_package(KDE4)
 + 
 + IF(WIN32 AND MSVC)
 diff -urN /usr/ports/chinese/qterm/files/patch-qterm-main.cpp qterm/files/patch-qterm-main.cpp
 --- /usr/ports/chinese/qterm/files/patch-qterm-main.cpp	2006-08-01 14:19:05.000000000 +0200
 +++ qterm/files/patch-qterm-main.cpp	1970-01-01 01:00:00.000000000 +0100
 @@ -1,18 +0,0 @@
 ---- qterm/main.cpp.orig	Mon Jul 10 15:36:13 2006
 -+++ qterm/main.cpp	Thu Jul 27 17:55:53 2006
 -@@ -16,6 +16,15 @@
 - #ifdef HAVE_PYTHON
 - #include <Python.h>
 - #endif
 -+
 -+#undef isalnum
 -+#undef isalpha
 -+#undef islower
 -+#undef isspace
 -+#undef isupper
 -+#undef tolower
 -+#undef toupper
 -+
 - #include <qpixmap.h>
 - #include <qstringlist.h>
 - #include <qapplication.h>
 diff -urN /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h qterm/files/patch-qterm-qtermwindow.h
 --- /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h	2006-08-01 14:19:05.000000000 +0200
 +++ qterm/files/patch-qterm-qtermwindow.h	1970-01-01 01:00:00.000000000 +0100
 @@ -1,17 +0,0 @@
 ---- qterm/qtermwindow.h.orig	Mon Jul 10 15:36:12 2006
 -+++ qterm/qtermwindow.h	Thu Jul 27 17:39:46 2006
 -@@ -10,6 +10,14 @@
 - #include <Python.h>
 - #endif
 - 
 -+#undef isalnum
 -+#undef isalpha
 -+#undef islower
 -+#undef isspace
 -+#undef isupper
 -+#undef tolower
 -+#undef toupper
 -+
 - #include <qmainwindow.h>
 - #include <qcursor.h>
 - 
 diff -urN /usr/ports/chinese/qterm/pkg-message qterm/pkg-message
 --- /usr/ports/chinese/qterm/pkg-message	2006-08-04 11:08:10.000000000 +0200
 +++ qterm/pkg-message	1970-01-01 01:00:00.000000000 +0100
 @@ -1,13 +0,0 @@
 -*************************************************************************
 -		To display IP location when using QTerm
 -you must get file "QQWry.dat" and put it into your ~/.qterm directory
 -*************************************************************************
 -
 -*************************************************************************
 -Unfortunately there is an anonying bug in the release of QTerm 0.4.0. If 
 -your language setting is NOT English, you might experience some hang up 
 -when connecting to a site.
 -
 -A simple workaround is to use the English interface. This bug will be fixed
 -in the next minor release.
 -*************************************************************************
 diff -urN /usr/ports/chinese/qterm/pkg-plist qterm/pkg-plist
 --- /usr/ports/chinese/qterm/pkg-plist	2006-08-01 14:19:04.000000000 +0200
 +++ qterm/pkg-plist	2013-03-02 11:26:56.000000000 +0100
 @@ -1,64 +1,55 @@
  bin/qterm
  share/applications/qterm.desktop
 -share/icons/qterm.png
 -%%DATADIR%%/address.cfg
 +share/icons/hicolor/128x128/apps/qterm.png
 +share/icons/hicolor/16x16/apps/qterm.png
 +share/icons/hicolor/22x22/apps/qterm.png
 +share/icons/hicolor/32x32/apps/qterm.png
 +share/icons/hicolor/48x48/apps/qterm.png
 +share/icons/hicolor/64x64/apps/qterm.png
 +%%DATADIR%%/address.xml
  %%DATADIR%%/credits
 -%%DATADIR%%/cursor/end.xpm
 -%%DATADIR%%/cursor/enter.xpm
 -%%DATADIR%%/cursor/exit.xpm
 -%%DATADIR%%/cursor/hand.xpm
 -%%DATADIR%%/cursor/home.xpm
 -%%DATADIR%%/cursor/next.xpm
 -%%DATADIR%%/cursor/pagedown.xpm
 -%%DATADIR%%/cursor/pageup.xpm
 -%%DATADIR%%/cursor/prev.xpm
 -%%DATADIR%%/pic/addr.png
 -%%DATADIR%%/pic/anti-idle.png
 -%%DATADIR%%/pic/article.png
 -%%DATADIR%%/pic/auto-reply.png
 -%%DATADIR%%/pic/color-copy.png
 -%%DATADIR%%/pic/color.png
 -%%DATADIR%%/pic/connect.png
 -%%DATADIR%%/pic/copy.png
 -%%DATADIR%%/pic/disconnect.png
 -%%DATADIR%%/pic/fonts.png
 -%%DATADIR%%/pic/keys.png
 -%%DATADIR%%/pic/message.png
 -%%DATADIR%%/pic/messagebox_critical.png
 -%%DATADIR%%/pic/messagebox_info.png
 -%%DATADIR%%/pic/messagebox_warning.png
 -%%DATADIR%%/pic/mouse.png
 -%%DATADIR%%/pic/paste.png
 -%%DATADIR%%/pic/popwidget.png
 -%%DATADIR%%/pic/pref.png
 -%%DATADIR%%/pic/qterm_32x32.png
 -%%DATADIR%%/pic/qterm_48x48.png
 -%%DATADIR%%/pic/qterm_tray.png
 -%%DATADIR%%/pic/quick.png
 -%%DATADIR%%/pic/reconnect.png
 -%%DATADIR%%/pic/rect.png
 -%%DATADIR%%/pic/refresh.png
 -%%DATADIR%%/pic/shadow.png
 -%%DATADIR%%/pic/sound.png
 -%%DATADIR%%/pic/tabpad.png
 +%%DATADIR%%/doc/qterm.qhc
 +%%DATADIR%%/keyboard_profiles/default.keytab
 +%%DATADIR%%/keyboard_profiles/linux.keytab
 +%%DATADIR%%/keyboard_profiles/solaris.keytab
 +%%DATADIR%%/keyboard_profiles/vt420pc.keytab
  %%DATADIR%%/po/qterm_chs.qm
  %%DATADIR%%/po/qterm_cht.qm
  %%DATADIR%%/qterm.cfg
 -%%DATADIR%%/schema/Linux.schema
 -%%DATADIR%%/schema/Softness.schema
 -%%DATADIR%%/schema/VIM.schema
 -%%DATADIR%%/schema/XTerm.schema
 -%%DATADIR%%/schema/default.schema
 -%%DATADIR%%/script/continuous.py
 -%%DATADIR%%/script/download.py
 -%%DATADIR%%/script/sendmsg.py
 -%%DATADIR%%/script/system.py
 -%%DATADIR%%/script/tools.py
 -@dirrm %%DATADIR%%/script
 -@dirrm %%DATADIR%%/schema
 +%%DATADIR%%/scheme/Linux.scheme
 +%%DATADIR%%/scheme/Softness.scheme
 +%%DATADIR%%/scheme/VIM.scheme
 +%%DATADIR%%/scheme/XTerm.scheme
 +%%DATADIR%%/scheme/default.scheme
 +%%DATADIR%%/scripts/article.js
 +%%DATADIR%%/scripts/console.js
 +%%DATADIR%%/scripts/google.js
 +%%DATADIR%%/scripts/highlight.js
 +%%DATADIR%%/scripts/ptt.js
 +%%DATADIR%%/scripts/senddelay.js
 +%%DATADIR%%/scripts/smth.js
 +%%DATADIR%%/scripts/ui/senddelay.ui
 +%%DATADIR%%/scripts/utils.js
 +%%DATADIR%%/scripts/websnap.js
 +@dirrm %%DATADIR%%/scripts/ui
 +@dirrm %%DATADIR%%/scripts
 +@dirrm %%DATADIR%%/scheme
  @dirrm %%DATADIR%%/po
 -@dirrm %%DATADIR%%/pic
 -@dirrm %%DATADIR%%/cursor
 +@dirrm %%DATADIR%%/keyboard_profiles
 +@dirrm %%DATADIR%%/doc
  @dirrm %%DATADIR%%
 +@dirrmtry share/icons/hicolor/64x64/apps
 +@dirrmtry share/icons/hicolor/64x64
 +@dirrmtry share/icons/hicolor/48x48/apps
 +@dirrmtry share/icons/hicolor/48x48
 +@dirrmtry share/icons/hicolor/32x32/apps
 +@dirrmtry share/icons/hicolor/32x32
 +@dirrmtry share/icons/hicolor/22x22/apps
 +@dirrmtry share/icons/hicolor/22x22
 +@dirrmtry share/icons/hicolor/16x16/apps
 +@dirrmtry share/icons/hicolor/16x16
 +@dirrmtry share/icons/hicolor/128x128/apps
 +@dirrmtry share/icons/hicolor/128x128
 +@dirrmtry share/icons/hicolor
  @dirrmtry share/icons
  @dirrmtry share/applications
 
 --G4iJoqBmSsgzjUCe--
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Tue Mar 5 15:41:29 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176598 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Tue Mar 19 14:01:54 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176598 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176598: commit references a PR
Date: Tue, 19 Mar 2013 14:01:34 +0000 (UTC)

 Author: makc
 Date: Tue Mar 19 14:01:20 2013
 New Revision: 314647
 URL: http://svnweb.freebsd.org/changeset/ports/314647
 
 Log:
   - Update to 0.5.12
   - Convert to new option framework
   - Pass maintainership to submitter
   
   PR:		ports/176598
   Submitted by:	Kai Wang <kaiwang27@gmail.com>
 
 Added:
   head/chinese/qterm/files/patch-src__CMakeLists.txt   (contents, props changed)
 Deleted:
   head/chinese/qterm/files/patch-qterm-main.cpp
   head/chinese/qterm/files/patch-qterm-qtermwindow.h
   head/chinese/qterm/pkg-message
 Modified:
   head/chinese/qterm/Makefile   (contents, props changed)
   head/chinese/qterm/distinfo   (contents, props changed)
   head/chinese/qterm/pkg-descr   (contents, props changed)
   head/chinese/qterm/pkg-plist   (contents, props changed)
 
 Modified: head/chinese/qterm/Makefile
 ==============================================================================
 --- head/chinese/qterm/Makefile	Tue Mar 19 13:54:39 2013	(r314646)
 +++ head/chinese/qterm/Makefile	Tue Mar 19 14:01:20 2013	(r314647)
 @@ -1,47 +1,70 @@
 -# New ports collection makefile for:   qterm
 -# Date created:                10 Mar 2001
 -# Whom:                        Shen Chuan-Hsing
 -#
 +# Created by: Shen Chuan-Hsing
  # $FreeBSD$
 -#
  
  PORTNAME=	qterm
 -PORTVERSION=	0.4.1
 -PORTREVISION=	8
 +PORTVERSION=	0.5.12
  CATEGORIES=	chinese
 -MASTER_SITES=	 SF/qterm/qterm/${PORTVERSION}
 +MASTER_SITES=	SF/qterm/qterm/${PORTVERSION}
  
 -MAINTAINER=	ports@FreeBSD.org
 -COMMENT=	QTerm is a BBS client for BSD/Linux
 +MAINTAINER=	kaiwang27@gmail.com
 +COMMENT=	BBS client for BSD/Linux
  
 -DEPRECATED=	Depends on QT3; unmaintained
 -EXPIRATION_DATE=	2013-07-01
 -
 -USE_XORG=	x11 ice xext xt xaw xpm xi xproto xextproto
  USE_BZIP2=	yes
 -USE_PERL5_BUILD=yes
 -USE_QT_VER=	3
 -HAS_CONFIGURE=	yes
 -CONFIGURE_ARGS=	--enable-mt --prefix=${PREFIX}
 -LDFLAGS+=	-L${LOCALBASE}/lib
 -
 -.if !defined(WITHOUT_PYTHON)
 -USE_PYTHON=	2.5+
 -CONFIGURE_ARGS+=	--with-pythondir=${LOCALBASE}
 +USE_CMAKE=	yes
 +USE_PERL5_BUILD=	yes
 +USE_QT4=	codecs-cn_run codecs-tw_run gui help-tools_build \
 +		linguist_build moc_build network qt3support_build \
 +		qmake_build rcc_build uic_build xml
 +USE_XORG=	x11 ice
 +MAKE_JOBS_SAFE=	yes
 +INSTALLS_ICONS=	yes
 +
 +OPTIONS_DEFINE=	DBUS OPENSSL PHONON QTSCRIPT KDE
 +OPTIONS_DEFAULT=	DBUS OPENSSL PHONON QTSCRIPT
 +
 +PHONON_DESC=	Multimedia support via Phonon
 +QTSCRIPT_DESC=	Scripting support via QtScript Bindings
 +KDE_DESC=	Password management via KWallet
 +
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MOPENSSL}
 +USE_OPENSSL=	yes
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SSH:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SSH:BOOL=FALSE
  .endif
  
 -pre-everything::
 -.if !defined(WITHOUT_PYTHON)
 -	@${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support."
 +.if ${PORT_OPTIONS:MDBUS}
 +USE_QT4+=	dbus
 +CMAKE_ARGS+=	-DQTERM_ENABLE_DBUS:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_DBUS:BOOL=FALSE
  .endif
  
 -post-patch:
 -	@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \
 -		${WRKSRC}/configure
 +.if ${PORT_OPTIONS:MPHONON}
 +USE_QT4+=	phonon
 +CMAKE_ARGS+=	-DQTERM_ENABLE_PHONON:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_PHONON:BOOL=FALSE
 +.endif
 +
 +.if ${PORT_OPTIONS:MQTSCRIPT}
 +USE_QT4+=	script
 +RUN_DEPENDS+=	${QT_PLUGINDIR}/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SCRIPT:BOOL=TRUE
 +.else
 +CMAKE_ARGS+=	-DQTERM_ENABLE_SCRIPT:BOOL=FALSE
 +.endif
  
 -post-install:
 -	@${CHMOD} +w ${DATADIR}/qterm.cfg
 -	@${CHMOD} +w ${DATADIR}/address.cfg
 -	@${CAT} ${PKGMESSAGE}
 +.if ${PORT_OPTIONS:MKDE}
 +USE_KDE4=	kdelibs automoc4
 +.endif
 +
 +post-patch:
 +.if !${PORT_OPTIONS:MKDE}
 +	${REINPLACE_CMD} -e "/^find_package(KDE4)/d" ${WRKSRC}/CMakeLists.txt
 +.endif
 +	${REINPLACE_CMD} -e "/^set(QT_MIN_VERSION/d" ${WRKSRC}/CMakeLists.txt
  
  .include <bsd.port.mk>
 
 Modified: head/chinese/qterm/distinfo
 ==============================================================================
 --- head/chinese/qterm/distinfo	Tue Mar 19 13:54:39 2013	(r314646)
 +++ head/chinese/qterm/distinfo	Tue Mar 19 14:01:20 2013	(r314647)
 @@ -1,2 +1,2 @@
 -SHA256 (qterm-0.4.1.tar.bz2) = 60c19303bc2eba11273607ae8711f0eecbd0d94b7dd2773cde128338aa5149a1
 -SIZE (qterm-0.4.1.tar.bz2) = 744822
 +SHA256 (qterm-0.5.12.tar.bz2) = bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a
 +SIZE (qterm-0.5.12.tar.bz2) = 749254
 
 Added: head/chinese/qterm/files/patch-src__CMakeLists.txt
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/chinese/qterm/files/patch-src__CMakeLists.txt	Tue Mar 19 14:01:20 2013	(r314647)
 @@ -0,0 +1,10 @@
 +--- ./src/CMakeLists.txt.orig	2011-03-05 19:10:11.000000000 +0000
 ++++ ./src/CMakeLists.txt	2013-03-17 00:48:41.239852359 +0000
 +@@ -14,6 +14,7 @@
 + if(UNIX)
 +    find_package(X11)
 +    set(optionalLibs ${optionalLibs} ${X11_X11_LIB})
 ++   include_directories(${X11_INCLUDE_DIR})
 + endif(UNIX)
 + 
 + 
 
 Modified: head/chinese/qterm/pkg-descr
 ==============================================================================
 --- head/chinese/qterm/pkg-descr	Tue Mar 19 13:54:39 2013	(r314646)
 +++ head/chinese/qterm/pkg-descr	Tue Mar 19 14:01:20 2013	(r314647)
 @@ -1,12 +1,14 @@
 -QTerm is a BBS client for X Window System.  The goal is 
 -to make a client similar to Fterm and CTerm in MS Windows.
 +QTerm is a BBS client for X Window System.
  
  Features:
 -1.mouse support
 -2.copy and paste
 -3.article download
 -4.address book
 -5.anti-idle
 -6.converting between GB and BIG5
 + * support mouse in Firebird BBS
 + * copy and paste
 + * article download
 + * address book
 + * proxy support
 + * anti-ilde
 + * auto-reply
 + * display and input cross language GB and BIG5
 + * QtScript support
  
  WWW: http://qterm.sourceforge.net/wiki/
 
 Modified: head/chinese/qterm/pkg-plist
 ==============================================================================
 --- head/chinese/qterm/pkg-plist	Tue Mar 19 13:54:39 2013	(r314646)
 +++ head/chinese/qterm/pkg-plist	Tue Mar 19 14:01:20 2013	(r314647)
 @@ -1,64 +1,55 @@
  bin/qterm
  share/applications/qterm.desktop
 -share/icons/qterm.png
 -%%DATADIR%%/address.cfg
 -%%DATADIR%%/credits
 -%%DATADIR%%/cursor/end.xpm
 -%%DATADIR%%/cursor/enter.xpm
 -%%DATADIR%%/cursor/exit.xpm
 -%%DATADIR%%/cursor/hand.xpm
 -%%DATADIR%%/cursor/home.xpm
 -%%DATADIR%%/cursor/next.xpm
 -%%DATADIR%%/cursor/pagedown.xpm
 -%%DATADIR%%/cursor/pageup.xpm
 -%%DATADIR%%/cursor/prev.xpm
 -%%DATADIR%%/pic/addr.png
 -%%DATADIR%%/pic/anti-idle.png
 -%%DATADIR%%/pic/article.png
 -%%DATADIR%%/pic/auto-reply.png
 -%%DATADIR%%/pic/color-copy.png
 -%%DATADIR%%/pic/color.png
 -%%DATADIR%%/pic/connect.png
 -%%DATADIR%%/pic/copy.png
 -%%DATADIR%%/pic/disconnect.png
 -%%DATADIR%%/pic/fonts.png
 -%%DATADIR%%/pic/keys.png
 -%%DATADIR%%/pic/message.png
 -%%DATADIR%%/pic/messagebox_critical.png
 -%%DATADIR%%/pic/messagebox_info.png
 -%%DATADIR%%/pic/messagebox_warning.png
 -%%DATADIR%%/pic/mouse.png
 -%%DATADIR%%/pic/paste.png
 -%%DATADIR%%/pic/popwidget.png
 -%%DATADIR%%/pic/pref.png
 -%%DATADIR%%/pic/qterm_32x32.png
 -%%DATADIR%%/pic/qterm_48x48.png
 -%%DATADIR%%/pic/qterm_tray.png
 -%%DATADIR%%/pic/quick.png
 -%%DATADIR%%/pic/reconnect.png
 -%%DATADIR%%/pic/rect.png
 -%%DATADIR%%/pic/refresh.png
 -%%DATADIR%%/pic/shadow.png
 -%%DATADIR%%/pic/sound.png
 -%%DATADIR%%/pic/tabpad.png
 -%%DATADIR%%/po/qterm_chs.qm
 -%%DATADIR%%/po/qterm_cht.qm
 -%%DATADIR%%/qterm.cfg
 -%%DATADIR%%/schema/Linux.schema
 -%%DATADIR%%/schema/Softness.schema
 -%%DATADIR%%/schema/VIM.schema
 -%%DATADIR%%/schema/XTerm.schema
 -%%DATADIR%%/schema/default.schema
 -%%DATADIR%%/script/continuous.py
 -%%DATADIR%%/script/download.py
 -%%DATADIR%%/script/sendmsg.py
 -%%DATADIR%%/script/system.py
 -%%DATADIR%%/script/tools.py
 -@dirrm %%DATADIR%%/script
 -@dirrm %%DATADIR%%/schema
 -@dirrm %%DATADIR%%/po
 -@dirrm %%DATADIR%%/pic
 -@dirrm %%DATADIR%%/cursor
 -@dirrm %%DATADIR%%
 +share/icons/hicolor/128x128/apps/qterm.png
 +share/icons/hicolor/16x16/apps/qterm.png
 +share/icons/hicolor/22x22/apps/qterm.png
 +share/icons/hicolor/32x32/apps/qterm.png
 +share/icons/hicolor/48x48/apps/qterm.png
 +share/icons/hicolor/64x64/apps/qterm.png
 +share/qterm/address.xml
 +share/qterm/credits
 +share/qterm/doc/qterm.qhc
 +share/qterm/keyboard_profiles/default.keytab
 +share/qterm/keyboard_profiles/linux.keytab
 +share/qterm/keyboard_profiles/solaris.keytab
 +share/qterm/keyboard_profiles/vt420pc.keytab
 +share/qterm/po/qterm_chs.qm
 +share/qterm/po/qterm_cht.qm
 +share/qterm/qterm.cfg
 +share/qterm/scheme/Linux.scheme
 +share/qterm/scheme/Softness.scheme
 +share/qterm/scheme/VIM.scheme
 +share/qterm/scheme/XTerm.scheme
 +share/qterm/scheme/default.scheme
 +share/qterm/scripts/article.js
 +share/qterm/scripts/console.js
 +share/qterm/scripts/google.js
 +share/qterm/scripts/highlight.js
 +share/qterm/scripts/ptt.js
 +share/qterm/scripts/senddelay.js
 +share/qterm/scripts/smth.js
 +share/qterm/scripts/ui/senddelay.ui
 +share/qterm/scripts/utils.js
 +share/qterm/scripts/websnap.js
 +@dirrm share/qterm/scripts/ui
 +@dirrm share/qterm/scripts
 +@dirrm share/qterm/scheme
 +@dirrm share/qterm/po
 +@dirrm share/qterm/keyboard_profiles
 +@dirrm share/qterm/doc
 +@dirrm share/qterm
 +@dirrmtry share/icons/hicolor/64x64/apps
 +@dirrmtry share/icons/hicolor/64x64
 +@dirrmtry share/icons/hicolor/48x48/apps
 +@dirrmtry share/icons/hicolor/48x48
 +@dirrmtry share/icons/hicolor/32x32/apps
 +@dirrmtry share/icons/hicolor/32x32
 +@dirrmtry share/icons/hicolor/22x22/apps
 +@dirrmtry share/icons/hicolor/22x22
 +@dirrmtry share/icons/hicolor/16x16/apps
 +@dirrmtry share/icons/hicolor/16x16
 +@dirrmtry share/icons/hicolor/128x128/apps
 +@dirrmtry share/icons/hicolor/128x128
 +@dirrmtry share/icons/hicolor
  @dirrmtry share/icons
  @dirrmtry share/applications
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
