mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 0.8.0.
This commit is contained in:
parent
7f0dc15017
commit
d9bacbd1d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41654
4 changed files with 13 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pyfind
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= sysutils python gnome
|
||||
MASTER_SITES= http://homepage.ntlworld.com/kinematics/downloads/
|
||||
DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}
|
||||
|
@ -44,7 +44,7 @@ do-install:
|
|||
.for suf in py pyc pyo
|
||||
${INSTALL_DATA} ${WRKSRC}/pyFind/*.${suf} ${MYDATADIR}/pyFind
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/pyfind.desktop ${GNOMEBASE}/apps/Development
|
||||
${INSTALL_DATA} ${WRKSRC}/pyfind.desktop ${GNOMEBASE}/apps
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/* ${MYDOCDIR}
|
||||
@printf "#!/bin/sh\n${PYTHON_CMD} ${MYDATADIR}/pyfind" > \
|
||||
${WRKDIR}/pyfind.sh
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pyFind-0.7.1.tar.gz) = 476f2fae5b3c9e31cc2f62ac9d87dae9
|
||||
MD5 (pyFind-0.8.0.tar.gz) = 74d6f7a82e06ce0f5e2ee4e7cd236924
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- pyFind/match_files.py.orig Sat Mar 31 01:48:01 2001
|
||||
+++ pyFind/match_files.py Thu Apr 5 12:25:04 2001
|
||||
@@ -97,6 +97,10 @@
|
||||
--- pyFind/match_files.py.orig Tue Apr 17 18:00:00 2001
|
||||
+++ pyFind/match_files.py Wed Apr 18 21:56:29 2001
|
||||
@@ -113,6 +113,10 @@
|
||||
#pclsApp.clstFiles.freeze()
|
||||
pclsApp.apbMain.set_progress(iProgress)
|
||||
|
||||
|
@ -14,13 +14,13 @@ $FreeBSD$
|
|||
#case sensitive file name search
|
||||
if pbCaseSensitive:
|
||||
sParam = ' -name "' #yes
|
||||
@@ -126,10 +130,6 @@
|
||||
@@ -142,10 +146,6 @@
|
||||
#output to command line
|
||||
sFindCmd = sFindCmd + ' -print'
|
||||
sFindCmd = sFindCmd + " -print"
|
||||
|
||||
- #search mounted volumes?
|
||||
- if not pbSearchMounted:
|
||||
- sFindCmd = sFindCmd + ' -mount'
|
||||
- sFindCmd = sFindCmd + " -mount"
|
||||
-
|
||||
#search contents?
|
||||
if pbSearchContents:
|
||||
|
|
|
@ -4,7 +4,7 @@ share/doc/pyFind/COPYING
|
|||
share/doc/pyFind/INSTALL
|
||||
share/doc/pyFind/README
|
||||
share/doc/pyFind/TODO
|
||||
share/gnome/apps/Development/pyfind.desktop
|
||||
share/gnome/apps/pyfind.desktop
|
||||
share/gnome/pixmaps/pyfind_icon.png
|
||||
share/gnome/pyFind/glade/pyfind.glade
|
||||
share/gnome/pyFind/pixmaps/pyFind3.png
|
||||
|
@ -24,6 +24,9 @@ share/gnome/pyFind/pyFind/config.pyo
|
|||
share/gnome/pyFind/pyFind/dlgPreferences.py
|
||||
share/gnome/pyFind/pyFind/dlgPreferences.pyc
|
||||
share/gnome/pyFind/pyFind/dlgPreferences.pyo
|
||||
share/gnome/pyFind/pyFind/file_srch_rep.py
|
||||
share/gnome/pyFind/pyFind/file_srch_rep.pyc
|
||||
share/gnome/pyFind/pyFind/file_srch_rep.pyo
|
||||
share/gnome/pyFind/pyFind/match_files.py
|
||||
share/gnome/pyFind/pyFind/match_files.pyc
|
||||
share/gnome/pyFind/pyFind/match_files.pyo
|
||||
|
|
Loading…
Add table
Reference in a new issue