1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

o update to 0.2.6.3

o remove files/patch-aa
o make prefix clean
o change MASTER_SITES
o add author's WWW

PR:		ports/51950
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
This commit is contained in:
Vanilla I. Shu 2003-05-10 09:47:23 +00:00
parent 379987359d
commit 53f51ebdca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80598
4 changed files with 10 additions and 52 deletions

View File

@ -6,11 +6,9 @@
#
PORTNAME= pyDict
PORTVERSION= 0.2.5
PORTREVISION= 1
PORTVERSION= 0.2.6.3
CATEGORIES= chinese
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/
DISTNAME= pyDict-0.2.5.1
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/pyDict/
MAINTAINER= keith@FreeBSD.org
COMMENT= A Chinese <-> English dictionary, under both console and X11
@ -25,9 +23,15 @@ NO_BUILD= yes
SHAREMODE= 644
DICTDIR= ${PREFIX}/lib/X11/pyDict
DOCDIR= ${PREFIX}/share/doc/pyDict
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
do-patch:
${REINPLACE_CMD} -e 's,/bin/grep,${GREP},g' \
-e 's,--after-context=20,-A 20,g' \
-e 's,/usr/X11R6,${PREFIX},g' ${WRKSRC}/dict.py
do-install:
@${MKDIR} ${DICTDIR}
@${INSTALL_DATA} ${WRKSRC}/[a-z].lib ${WRKSRC}/dict.xpm ${WRKSRC}/yaba.xpm ${WRKSRC}/HELP ${DICTDIR}

View File

@ -1 +1 @@
MD5 (pyDict-0.2.5.1.tar.gz) = ec92b0ed24ee48e483b1d4ea3713c012
MD5 (pyDict-0.2.6.3.tar.gz) = 1f22abea9810aee0fc25962db64f92a9

View File

@ -1,47 +0,0 @@
--- dict.py.orig Mon Sep 18 07:31:48 2000
+++ dict.py Sat Mar 17 02:23:23 2001
@@ -252,7 +252,7 @@
def execute(self,word): # English to Chinese
# move self.index to top
self.index = 0
- command = g_command + ' --after-context=20 "^' + word + '.*=.*$" ' + dict_path + lower(word[0]) + '.lib' + '|awk "NR < 19 "'
+ command = g_command + ' -A 20 "^' + word + '.*=.*$" ' + dict_path + lower(word[0]) + '.lib' + '|awk "NR < 19 "'
result_lines = os.popen(command,'r').readlines()
#if result_lines:
if result_lines:
@@ -488,7 +488,7 @@
def console_e_dict(input=None):
#set up g_command
- g_command = '/bin/grep --ignore-case'
+ g_command = '/usr/bin/grep --ignore-case'
if input == None:
inp = raw_input('word:')
else:
@@ -503,7 +503,7 @@
console_c_dict()
return
else:
- command = g_command + " '^" + inp + "=.*$' " + dict_path + lower(word[0]) + '.lib'
+ command = g_command + " '^" + inp + "=.*$' " + dict_path + lower(inp[0]) + '.lib'
result_line = os.popen(command,'r').readline()
#if result_lines:
if result_line:
@@ -532,7 +532,7 @@
def console_c_dict(input=None):
#set up g_command
- g_command = '/bin/grep '
+ g_command = '/usr/bin/grep '
if input == None:
inp = raw_input('word:')
else:
@@ -603,7 +603,7 @@
print 'type -e to English-Chinese mode'
# set up grep command
- g_command = '/bin/grep --ignore-case'
+ g_command = '/usr/bin/grep --ignore-case'
dict_path = '/usr/X11R6/lib/X11/pyDict/'
# check if there is an DISPLAY environment variable

View File

@ -4,3 +4,4 @@ data is prepared by TurboLinux in simplified Chinese, then converted
to traditional Chinese by CLE(Chinese Linux Extension) team.
Author: Daniel Gau <plateau@pagic.net>
WWW: http://www.linux.org.tw/~plateau/linux_notes/