diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-18 19:15:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-18 19:15:32 +0000 |
commit | d9bacbd1d27710cbc99098c9170ea99b6a72b00b (patch) | |
tree | 9c6d3d4db7835a626c192b2b794e053daf7a26d0 /sysutils | |
parent | Check that librsaref actually exists before trying to link it in. (diff) |
Update to 0.8.0.
Notes
Notes:
svn path=/head/; revision=41654
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pyfind/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pyfind/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pyfind/files/patch-pyFind::match_files.py | 12 | ||||
-rw-r--r-- | sysutils/pyfind/pkg-plist | 5 |
4 files changed, 13 insertions, 10 deletions
diff --git a/sysutils/pyfind/Makefile b/sysutils/pyfind/Makefile index ab4866c4c9ea..215703173449 100644 --- a/sysutils/pyfind/Makefile +++ b/sysutils/pyfind/Makefile @@ -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 diff --git a/sysutils/pyfind/distinfo b/sysutils/pyfind/distinfo index 0823c97335ff..dd7135ea6299 100644 --- a/sysutils/pyfind/distinfo +++ b/sysutils/pyfind/distinfo @@ -1 +1 @@ -MD5 (pyFind-0.7.1.tar.gz) = 476f2fae5b3c9e31cc2f62ac9d87dae9 +MD5 (pyFind-0.8.0.tar.gz) = 74d6f7a82e06ce0f5e2ee4e7cd236924 diff --git a/sysutils/pyfind/files/patch-pyFind::match_files.py b/sysutils/pyfind/files/patch-pyFind::match_files.py index 62442b7f73ee..5ced5b2ed319 100644 --- a/sysutils/pyfind/files/patch-pyFind::match_files.py +++ b/sysutils/pyfind/files/patch-pyFind::match_files.py @@ -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: diff --git a/sysutils/pyfind/pkg-plist b/sysutils/pyfind/pkg-plist index 6d27b773d73f..298c37bfe55f 100644 --- a/sysutils/pyfind/pkg-plist +++ b/sysutils/pyfind/pkg-plist @@ -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 |