mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
New port: QTerm is a BBS client in Unix. Its original goal is to make it
a practical tool like CTerm and STerm in Windows. PR: ports/31488 Submitted by: Statue <statue@softwareliberty.org>
This commit is contained in:
parent
d4d1cfc3ee
commit
b102c5e1b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49249
@ -63,6 +63,7 @@
|
||||
SUBDIR += pine4
|
||||
SUBDIR += pyDict
|
||||
SUBDIR += qe
|
||||
SUBDIR += qterm
|
||||
SUBDIR += rxvt
|
||||
SUBDIR += rxvt-big5
|
||||
SUBDIR += rxvt-gb
|
||||
|
22
chinese/qterm/Makefile
Normal file
22
chinese/qterm/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: qterm
|
||||
# Date created: 10 Mar 2001
|
||||
# Whom: Shen Chuan-Hsing
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qterm
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://qterm.gnuchina.org/qterm-0.1.2/ \
|
||||
http://freebsd.sinica.edu.tw/~statue/
|
||||
DISTFILES= qterm-0.1.2-release.tar.gz
|
||||
|
||||
MAINTAINER= statue@freebsd.sinica.edu.tw
|
||||
|
||||
USE_QT_VER= 2
|
||||
USE_GMAKE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/qterm/src
|
||||
|
||||
.include <bsd.port.mk>
|
1
chinese/qterm/distinfo
Normal file
1
chinese/qterm/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qterm-0.1.2-release.tar.gz) = 1a92bab79b88ceae9fa89ff30b1fabf4
|
19
chinese/qterm/files/patch-aa
Normal file
19
chinese/qterm/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
||||
--- Makefile.orig Wed Sep 5 14:45:55 2001
|
||||
+++ Makefile Thu Oct 25 12:11:14 2001
|
||||
@@ -11,12 +11,12 @@
|
||||
CXX = g++
|
||||
CFLAGS = -pipe -Wall -W -O2 -DNO_DEBUG
|
||||
CXXFLAGS= -pipe -Wall -W -O2 -DNO_DEBUG
|
||||
-INCPATH = -I$(QTDIR)/include
|
||||
+INCPATH = -I/usr/X11R6/include/qt2
|
||||
LINK = g++
|
||||
LFLAGS =
|
||||
-LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
|
||||
-MOC = $(QTDIR)/bin/moc
|
||||
-UIC = $(QTDIR)/bin/uic
|
||||
+LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt2 -lXext -lX11 -lm
|
||||
+MOC = /usr/X11R6/bin/moc2
|
||||
+UIC = /usr/X11R6/bin/uic
|
||||
|
||||
TAR = tar -cf
|
||||
GZIP = gzip -9f
|
1
chinese/qterm/pkg-comment
Normal file
1
chinese/qterm/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
QTerm is a BBS client in Unix
|
10
chinese/qterm/pkg-descr
Normal file
10
chinese/qterm/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
QTerm is a BBS client in Unix. Our original goal is to make it
|
||||
a practical tool like CTerm and STerm in Windows.
|
||||
|
||||
Features:
|
||||
1.support mouse in Firebird BBS
|
||||
2.copy and paste
|
||||
3.article download
|
||||
4.address book
|
||||
|
||||
WWW: http://qterm.gnuchina.org/index.html
|
35
chinese/qterm/pkg-plist
Normal file
35
chinese/qterm/pkg-plist
Normal file
@ -0,0 +1,35 @@
|
||||
bin/qterm
|
||||
lib/qterm/cursor/downArrow.bmp
|
||||
lib/qterm/cursor/leftArrow.bmp
|
||||
lib/qterm/cursor/m_downArrow.bmp
|
||||
lib/qterm/cursor/m_leftArrow.bmp
|
||||
lib/qterm/cursor/m_rightArrow.bmp
|
||||
lib/qterm/cursor/m_upArrow.bmp
|
||||
lib/qterm/cursor/rightArrow.bmp
|
||||
lib/qterm/cursor/upArrow.bmp
|
||||
lib/qterm/pic/addr.bmp
|
||||
lib/qterm/pic/anti.bmp
|
||||
lib/qterm/pic/beep.bmp
|
||||
lib/qterm/pic/blink.bmp
|
||||
lib/qterm/pic/color.bmp
|
||||
lib/qterm/pic/colorcopy.bmp
|
||||
lib/qterm/pic/copy.bmp
|
||||
lib/qterm/pic/disconnect.bmp
|
||||
lib/qterm/pic/document.xpm
|
||||
lib/qterm/pic/down.bmp
|
||||
lib/qterm/pic/font.bmp
|
||||
lib/qterm/pic/message.bmp
|
||||
lib/qterm/pic/mouse.bmp
|
||||
lib/qterm/pic/paste.bmp
|
||||
lib/qterm/pic/quick.bmp
|
||||
lib/qterm/pic/quicklogin.bmp
|
||||
lib/qterm/pic/reconnect.bmp
|
||||
lib/qterm/pic/refresh.bmp
|
||||
lib/qterm/pic/reply.bmp
|
||||
lib/qterm/pic/retangle.bmp
|
||||
lib/qterm/pic/set.bmp
|
||||
lib/qterm/pic/tabpic.bmp
|
||||
lib/qterm/qterm.cfg
|
||||
@dirrm lib/qterm/cursor/
|
||||
@dirrm lib/qterm/pic/
|
||||
@dirrm lib/qterm/
|
Loading…
Reference in New Issue
Block a user