diff options
author | rxg <rxg@pkgsrc.org> | 2005-03-23 10:20:10 +0000 |
---|---|---|
committer | rxg <rxg@pkgsrc.org> | 2005-03-23 10:20:10 +0000 |
commit | b0205371d869956e814a1e1b10a64f55124cca7b (patch) | |
tree | 4cdb7a5d77cef10eb4a3a7d40540a78a1b09e47f /sysutils | |
parent | df9f824cc496c80f3b8e0ff98108c6f3921ea657 (diff) | |
download | pkgsrc-b0205371d869956e814a1e1b10a64f55124cca7b.tar.gz |
Updated rox-lib to 1.9.17, oked by wiz.
Changes:
16-Jan-2005 (Release 1.9.17)
~~~~~~~~~~~
Added OutputBlocker, which works in a similar way to InputBlocker (Thomas
Leonard).
15-Jan-2005
~~~~~~~~~~~
Be consistent about URI escaping. set_uri() is now always passed an unescaped
UTF-8 string (Thomas Leonard).
03-Jan-2004
~~~~~~~~~~~
Added fixedlist and varlist widgets to OptionsBox (Stephen Watson).
31-Dec-2004
~~~~~~~~~~~
Added MIME type matching by file contents (Stephen Watson).
29-Dec-2004
~~~~~~~~~~~
If a 'rox' module is in PYTHONPATH, use that without any searching (Thomas
Leonard).
23-Dec-2004
~~~~~~~~~~~
Added Chinese translation (Babyfai Cheung).
11-Dec-2004
~~~~~~~~~~~
Suppress warning when we use GtkItemFactory under pygtk 2.4 (Stephen Watson).
25-Nov-2004
~~~~~~~~~~~
Added tasks.InputBlocker, which triggers when an input source becomes
readable (Thomas Leonard).
21-Nov-2004
~~~~~~~~~~~
Bugfix: Use only text nodes when getting the tool tip from the Options.xml
file (Stephen Watson).
22-Oct-2004
~~~~~~~~~~~
Bugfix: Theme subdirectories are separated by ',' not ';' (reported by
Denis Prost).
20-Oct-2004
~~~~~~~~~~~
Bugfix: When a menu has more than one toggle item, only one is updated
correctly (Ken Hayber).
07-Oct-2004
~~~~~~~~~~~
Replace g.mainloop() and g.mainquit() with g.main() and g.main_quit() as
recommended since pygtk 2.0.0 to avoid warnings with pygtk 2.4.0 (Stephen
Watson).
03-Oct-2004
~~~~~~~~~~~
Added options.ListOption to support multi-valued option widgets, such as
lists (Stephen Watson).
02-Oct-2004 (Release 1.9.16)
~~~~~~~~~~~
Cope better with user cancelling su operation. New interface to replace
create_su_proxy (Thomas Leonard).
27-Sep-2004
~~~~~~~~~~~
The choices module is now deprecated. You can use choices.migrate() to move
settings over to the basedir system (Thomas Leonard). Also added
basedir.load_first_config(), which works like the old choices.load().
26-Sep-2004
~~~~~~~~~~~
Several incompatible changes to the experimental proxy API to make it simpler
(Thomas Leonard):
- Create_su_proxy now returns the MasterObject directly, not the MasterProxy.
- You can call finish on the MasterObject (so the MasterProxy isn't needed).
- Slave methods no longer take a 'request' argument. Instead, the return
value of the function is returned.
- Methods can only return one value. dequeue and dequeue_last have been
replaced with a 'result' property.
- Methods on MasterObject now return a RequestBlocker, not a Queue. This
means you just yield the object itself, not object.blocker.
Tasks API is no longer experimental, but proxy API is.
22-Sep-2004
~~~~~~~~~~~
Added a Help button to the exception dialog, which opens the new Help/Errors
file (Thomas Leonard).
06-Sep-2004
~~~~~~~~~~~
Simplified su code and interface.
New suchild methods: open, close, read, write, chmod and rename, which work
just like their normal Python counterparts (Thomas Leonard).
29-Aug-2004
~~~~~~~~~~~
Removed code to turn off the separator in the debug dialog. GTK 2.4 doesn't
need it, and generates a warning if you use it (Thomas Leonard).
27-Aug-2004 (Release 1.9.15)
~~~~~~~~~~~
Added spawnvpe and waitpid methods to suchild.
08-Aug-2004
~~~~~~~~~~~
If the unit field for a <numentry> option is blank, don't try to translate it
(reported by Guido Schimmels).
30-Jun-2004
~~~~~~~~~~~
Added 'su' module for performing operations as root.
11-Jun-2004
~~~~~~~~~~~
Allow "" as a valid value in a OptionsBox menu (reported by Guido Schimmels).
10-Jun-2004
~~~~~~~~~~~
Added 'proxy' module. This allows one Python process to invoke methods on
another asynchronously.
Added rox.UserAbort exception, to be raised when users cancel something
manually.
07-Jun-2004
~~~~~~~~~~~
Fix syntax error I caused when I added a docstring (Stephen Watson).
30-May-2004
~~~~~~~~~~~
Get update-mime-database command through Zero Install, if possible.
24-May-2004
~~~~~~~~~~~
mime_handler can now uninstall (Stephen Watson).
04-May-2004
~~~~~~~~~~~
Translate menu items in options (Guido Schimmels).
26-Apr-2004
~~~~~~~~~~~
Added <slider> widget to options.
25-Apr-2004
~~~~~~~~~~~
Added 'size-group' attribute to Options.xml elements. This allows grouping
elements so that their labels all appear the same width.
20-Apr-2004
~~~~~~~~~~~
Bugfix: Colour buttons in the Options boxes didn't work with some themes
(Jonatan Liljedahl).
17-Apr-2004 (Release 1.9.14)
~~~~~~~~~~~
Added ToggleItem (based on a patch from Ken Hayber).
15-Apr-2004
~~~~~~~~~~~
Better <label> widgets (wrapping and icon). Taken from LookAndFeel.
20-Mar-2004
~~~~~~~~~~~
Stop themes from overriding the display of the colour-picker buttons in
the options box (Rene Ejury).
17-Mar-2004
~~~~~~~~~~~
Warn about old versions of findrox.py.
Bugfix: Bug in new menu API prevented submenus from working.
16-Mar-2004 (Release 1.9.13)
~~~~~~~~~~~
Bugfix: Icon themes didn't work with python versions older than 2.2.2
(reported by Thomas Zajic).
15-Mar-2004
~~~~~~~~~~~
Bugfix: Use filer module to show ROX-Lib help, rather than using os.system,
so that it works with Zero Install (reported by Keith Hopper).
14-Mar-2004
~~~~~~~~~~~
Added widget_registry to OptionsBox, to provide an easy way to register
new option types. Removed build_button in favour of this method.
Bugfix: If an error occurred loading the ROX theme at startup it could not
be reported, because icon_theme wants debug, debug wants saving, and
saving wants icon_theme (reported by Thomas Zajic).
12-Mar-2004
~~~~~~~~~~~
Cope with pygtk2.2 API change (Stephen Watson, reported by Guido Schimmels).
06-Mar-2004
~~~~~~~~~~~
Added secretentry and button options to the OptionsBox (Stephen Watson).
26-Feb-2004
~~~~~~~~~~~
Cope with option values split into multiple DOM text nodes (Rene Ejury).
22-Feb-2004
~~~~~~~~~~~
Allow a list of values to be stored in each menu Action. These are used as
the arguments to the callback function.
If a file's details were recorded (in document.save_last_stat) when it was
loaded, make sure they haven't changed when saving. Saving also updates this
variable (requested by Arnaud Calvo).
20-Feb-2004
~~~~~~~~~~~
Updated examples in documentation for new findrox (Yuri Bongiorno).
10-Feb-2004
~~~~~~~~~~~
New API for menus. Instead of passing tuples for menu items, python classes
can be used. The old tuple interface is still supported.
07-Feb-2004
~~~~~~~~~~~
Don't stop DnD working in the savebox just because no icon can be found
(reported by Martin Lucina).
02-Feb-2004
~~~~~~~~~~~
Added French translation (Vincent Lef<C3><A8>vre).
30-Jan-2004
~~~~~~~~~~~
Also translate <label> elements in the Options box (reported by Arnaud Calvo).
28-Jan-2004
~~~~~~~~~~~
Also translate section names in the Options box (reported by Arnaud Calvo).
22-Jan-2004 (Release 1.9.12)
~~~~~~~~~~~
Added 'tasks' module to provide a light-weight alternative to threads.
Bugfix: On non-zero-install systems, the sense of the version check in findrox
was wrong.
02-Jan-2004
~~~~~~~~~~~
Added method to MIMEtype to fetch its icon. Install list window for
the MIME handler installation uses it (Stephen Watson).
13-Dec-2003
~~~~~~~~~~~
Translate text in Options box.
28-Dec-2003
~~~~~~~~~~~
Allow ROXLIB_DISABLE_ZEROINSTALL to override looking for ROX-Lib in Zero
Install (useful for ROX-Lib developers). Prefer a locally installed version
of ROX-Filer to the Zero Install version; this also allows users to select
which Zero Install version they want (eg, stable or developer).
Moved MIME handler installation into a separate module (mime_handler) and
made a few changes to the XML syntax.
24-Dec-2003
~~~~~~~~~~~
Added <menu> OptionMenu widget for Options box (Chris Shaffer).
27-Nov-2003
~~~~~~~~~~~
Fixed bug in findrox when not using Zero Install (Lionel Bringuier).
26-Nov-2003
~~~~~~~~~~~
Escape and unescape URIs, as required by ROX-Filer 2.1.0 (reported by
Peter Geer).
Note that the xds_load_uris() method is now called with escaped URIs.
Try to run the filer through Zero Install, if possible.
11-Nov-2003
~~~~~~~~~~~
If we can't get pygtk through Zero Install, try the local copy.
05-Nov-2003
~~~~~~~~~~~
Added support in mime.py for an application to set MIME-type run
actions and thumbnail programs (Stephen Watson).
31-Oct-2003
~~~~~~~~~~~
Simplified implementation of saving.SaveFilter by using the new
processes.PipeThroughCommand class. The child_run() method of SaveFilter
is no longer supported.
In processes.PipeThroughCommand, a None input stream gets /dev/null instead
of inheriting its parent's stream. The class has a new run_child_with_streams
to make overriding the behaviour easier.
findrox.py script now warns if ROX-Lib2 version is too old (unless requesting
a version too old to have a version number).
29-Oct-2003
~~~~~~~~~~~
Changed 'Dismiss' to 'Close' (Chris Shaffer).
Bugfix: Error reporting in mime.py failed to import the _ function (reported
by Christopher Haines).
New AppInfo.py for parsing AppInfo.xml files (Christopher Arndt), InfoWin
converted to use it (Stephen Watson).
15-Oct-2003 (Release 1.9.11)
~~~~~~~~~~~
Bugfix: Python 2.3's new bool type broke options saving (reported by Lars
Hansson).
13-Oct-2003
~~~~~~~~~~~
Added PipeThroughCommand class (copied from Archive, with some minor
changes).
09-Oct-2003
~~~~~~~~~~~
Allow event to be None for Menu.popup. This allows the menu to be activated
from the keyboard, using the 'popup-menu' signal.
08-Oct-2003
~~~~~~~~~~~
Added French translation in AppInfo.xml (Vincent Lef<C3><A8>vre).
03-Oct-2003 (Release 1.9.10)
~~~~~~~~~~~
Added support for icon themes (doesn't do inheritance yet).
28-Sep-2003
~~~~~~~~~~~
Added some version information to the dialog you get when you run ROX-Lib
directly.
22-Sep-2003
~~~~~~~~~~~
New bug() function to quickly bring up a debugging prompt.
15-Sep-2003
~~~~~~~~~~~
The glob patterns in mime.py are now sorted longest first. Fix for setting
icon in the old way when there was no icon (Stephen Watson).
25-Aug-2003
~~~~~~~~~~~
Try to cope better with bad hostname setup (reported by Nathan Howell).
24-Aug-2003
~~~~~~~~~~~
Added InfoWin.py to provide standardized information window (Stephen Watson).
24-Aug-2003
~~~~~~~~~~~
Fall back to old way of setting default icon for older pygtk's (Stephen
Watson).
20-Aug-2003
~~~~~~~~~~~
Added Italian translation (Yuri Bongiorno).
18-Aug-2003
~~~~~~~~~~~
Better way to set the default icon.
16-Aug-2003 (Release 1.9.9)
~~~~~~~~~~~
Give windows a default icon from .DirIcon (Chris Shaffer).
01-Aug-2003
~~~~~~~~~~~
Try to get pygtk through ZeroInstall.
25-Jul-2003
~~~~~~~~~~~
Updated findrox to use ZeroInstall, if possible.
22-Jul-2003
~~~~~~~~~~~
Work out correct application name even if invoked via a symlink. This stops
applications from calling themselves 'text_plain', etc (reported by Joe Hill).
19-Jul-2003 (Release 1.9.8)
~~~~~~~~~~~
Make default menu positioning function keep the pointer inside the menu.
Allow stock icons in menus.
18-Jul-2003
~~~~~~~~~~~
Added position_fn argument to rox.Menu.popup.
17-Jul-2003
~~~~~~~~~~~
Cope with % escaped URIs.
04-Jul-2003
~~~~~~~~~~~
Added italian translation in AppInfo.xml (Yuri Bongiorno)
26-Jun-2003
~~~~~~~~~~~
When loading data from another application, pass the suggested leafname to
xds_load_from_stream().
04-Jun-2003
~~~~~~~~~~~
Code tidying, thanks to pychecker.
26-May-2003
~~~~~~~~~~~
Added fileutils module, which provides an interactive makedirs() function
(Richard Boulton).
Changed savebox module to use it.
16-May-2003 (Release 1.9.7)
~~~~~~~~~~~
New icon (Geoff Youngs).
Added 'basedir' module for freedesktop.org Base Directory specification.
06-May-2003
~~~~~~~~~~~
Added functions to read MIME database (Stephen Watson).
27-Jan-2003 (Release 1.9.6)
~~~~~~~~~~~
Make the default window class the name of the application directory, not
'AppRun' (suggested by Albert Wagner).
Bugfix: With pygtk-1.99.14, only the first error message from a process
would be detected; this meant that ROX-Lib wouldn't detect when the
process quit (reported by joehill).
Bugfix: <hbox> and <vbox> layouts didn't work in the options box (Allen
Leonard).
22-Jan-2003
~~~~~~~~~~~
If python is too old, raise SystemExit instead of quitting.
Ensure that True and False are defined.
16-Dec-2002
~~~~~~~~~~~
Work around bug in some versions of pygtk that stopped the options window
from working.
12-Dec-2002 (Release 1.9.5)
~~~~~~~~~~~
Upgrade Options box to new style.
11-Dec-2002
~~~~~~~~~~~
Bugfix: If an option had an empty value, an exception was thrown on loading
(reported by Stephen Watson).
05-Dec-2002
~~~~~~~~~~~
Cope with missing input_add_full.
25-Oct-2002
~~~~~~~~~~~
Pygtk 1.99.12 seems to more-or-less work now (according to Alastair Porter), so
remove the warning for that so we can support RedHat 8.0.
20-Oct-2002 (Release 1.9.4)
~~~~~~~~~~~
More warnings about old pygtk versions.
Added Dialog class (does ref-counting, like Window).
15-Oct-2002
~~~~~~~~~~~
Trying to use ROX-Lib2 with earlier versions of python now gives a sensible
error message.
10-Oct-2002
~~~~~~~~~~~
Make clicking on ROX-Lib itself work again (Christopher Arndt).
25-Aug-2002
~~~~~~~~~~~
Updated findrox.py to use pygtk 1.99.13 -- update your programs!
25-Aug-2002 (Release 1.9.3)
~~~~~~~~~~~
Switch to use new pygtk versioning system (requires pygtk 1.99.13).
19-Aug-2002
~~~~~~~~~~~
Added 'processes' module, based on code in Archive, which makes controlling
subprocesses easier.
14-Aug-2002
~~~~~~~~~~~
Bugfix: Changing the keys lost any builtin shortcuts (Gtk behaviour has
changed since 1.2).
08-Aug-2002
~~~~~~~~~~~
Trap exceptions when activating menu items and report nicely.
07-Aug-2002
~~~~~~~~~~~
Bugfix: Remember to call drop_finish() after a drag-and-drop operation.
05-Aug-2002 (Release 1.9.2)
~~~~~~~~~~~
Renamed XDSLoader module to 'loading' (like 'saving').
Added 'mime' module for installing extra MIME information.
Bugfix: XDSLoader didn't handle the drag-drop signal, and so only worked for
widgets with their own implementation!
31-Jul-2002
~~~~~~~~~~~
Show local variables in report_exception, and allow expressions to be
evaluated in the context of any frame.
Added StringSaver class.
25-Jul-2002
~~~~~~~~~~~
Added applet module for creating ROX panel applets.
24-Jul-2002
~~~~~~~~~~~
Bugfix: saving code didn't cope with missing images (reported by Musus Umbra).
21-Jul-2002
~~~~~~~~~~~
If 'gtk2' isn't available, see if 'gtk' is actually the 2.0 version.
Added save_set_permissions to Saveable interface, allowing the default
save_to_file to preserve file permissions.
Changes to XDSLoader: xds_load_from_stream(name, type, stream)
replaces the old xds_load_data(data).
Loading files from remote filers works now.
Added much improved exception reporting system.
19-Jul-2002 (Release 1.9.1)
~~~~~~~~~~~
Added support for translations.
18-Jul-2002
~~~~~~~~~~~
License change to the LGPL (allows commercial programs to use this library).
Added AbortSave exception.
14-Jul-2002
~~~~~~~~~~~
Saveable.save_to_file() should raise an exception when saving fails, rather
than returning 0. The return value is now ignored (note that raising an
exception will still work with 1.9.0).
toplevel_unref() ignores any arguments, so it is easier to use as a signal
handler.
12-Jul-2002 (Release 1.9.0)
~~~~~~~~~~~
First release for Gtk+-2.0.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rox-lib/Makefile | 16 | ||||
-rw-r--r-- | sysutils/rox-lib/PLIST | 116 | ||||
-rw-r--r-- | sysutils/rox-lib/distinfo | 8 |
3 files changed, 96 insertions, 44 deletions
diff --git a/sysutils/rox-lib/Makefile b/sysutils/rox-lib/Makefile index 2ade792718e..9bf702b72f5 100644 --- a/sysutils/rox-lib/Makefile +++ b/sysutils/rox-lib/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:16 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/03/23 10:20:10 rxg Exp $ # -DISTNAME= ROX-Lib-0.1.4 -PKGNAME= rox-lib-0.1.4 -PKGREVISION= 4 +DISTNAME= rox-lib-1.9.17 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/} EXTRACT_SUFX= .tgz @@ -12,16 +10,16 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://rox.sourceforge.net/ COMMENT= Shared code for ROX applications -DEPENDS+= rox>=1.2.0nb2:../../sysutils/rox +DEPENDS+= rox>=2.2.0:../../sysutils/rox -WRKSRC= ${WRKDIR}/ROX-Lib +WRKSRC= ${WRKDIR}/${DISTNAME}/ROX-Lib2 DIST_SUBDIR= rox NO_CONFIGURE= yes NO_BUILD= yes USE_BUILDLINK3= yes -PYTHON_PATCH_SCRIPTS= AppRun bin/savebox +PYTHON_PATCH_SCRIPTS= AppRun MakeDist post-patch: ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \ @@ -31,11 +29,11 @@ post-patch: pre-install: ${RM} -f ${WRKSRC}/AppRun.tmp - ${RM} -f ${WRKSRC}/bin/savebox.tmp + ${RM} -f ${WRKSRC}/MakeDist.tmp do-install: ${CP} -Rf ${WRKSRC} ${PREFIX}/share/rox .include "../../lang/python/application.mk" -.include "../../x11/pygtk/buildlink3.mk" +.include "../../x11/py-gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/rox-lib/PLIST b/sysutils/rox-lib/PLIST index aea35c504fd..37a064649c7 100644 --- a/sysutils/rox-lib/PLIST +++ b/sysutils/rox-lib/PLIST @@ -1,31 +1,85 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/01 19:03:55 cjep Exp $ -share/rox/ROX-Lib/AppIcon.xpm -share/rox/ROX-Lib/AppInfo.xml -share/rox/ROX-Lib/AppRun -share/rox/ROX-Lib/Help/Changes -share/rox/ROX-Lib/Help/Options -share/rox/ROX-Lib/Help/README -share/rox/ROX-Lib/Help/findrox.py -share/rox/ROX-Lib/Help/python -share/rox/ROX-Lib/bin/savebox -share/rox/ROX-Lib/python/rox/.cvsignore -share/rox/ROX-Lib/python/rox/Menu.py -share/rox/ROX-Lib/python/rox/MultipleChoice.py -share/rox/ROX-Lib/python/rox/Options.py -share/rox/ROX-Lib/python/rox/OptionsBox.py -share/rox/ROX-Lib/python/rox/SaveArea.py -share/rox/ROX-Lib/python/rox/SaveBox.py -share/rox/ROX-Lib/python/rox/Toolbar.py -share/rox/ROX-Lib/python/rox/XDSLoader.py -share/rox/ROX-Lib/python/rox/__init__.py -share/rox/ROX-Lib/python/rox/choices.py -share/rox/ROX-Lib/python/rox/filer.py -share/rox/ROX-Lib/python/rox/loader.py -share/rox/ROX-Lib/python/rox/options.py -share/rox/ROX-Lib/python/rox/support.py -share/rox/ROX-Lib/python/rox/xml_loader.py -@dirrm share/rox/ROX-Lib/python/rox -@dirrm share/rox/ROX-Lib/python -@dirrm share/rox/ROX-Lib/bin -@dirrm share/rox/ROX-Lib/Help -@dirrm share/rox/ROX-Lib +@comment $NetBSD: PLIST,v 1.2 2005/03/23 10:20:10 rxg Exp $ +share/rox/ROX-Lib2/.DirIcon +share/rox/ROX-Lib2/AppInfo.xml +share/rox/ROX-Lib2/AppRun +share/rox/ROX-Lib2/Help/COPYING +share/rox/ROX-Lib2/Help/Changes +share/rox/ROX-Lib2/Help/Errors +share/rox/ROX-Lib2/Help/README +share/rox/ROX-Lib2/Help/findrox.py +share/rox/ROX-Lib2/Help/python/rox.AppInfo.html +share/rox/ROX-Lib2/Help/python/rox.InfoWin.html +share/rox/ROX-Lib2/Help/python/rox.Menu.html +share/rox/ROX-Lib2/Help/python/rox.OptionsBox.html +share/rox/ROX-Lib2/Help/python/rox.applet.html +share/rox/ROX-Lib2/Help/python/rox.basedir.html +share/rox/ROX-Lib2/Help/python/rox.choices.html +share/rox/ROX-Lib2/Help/python/rox.debug.html +share/rox/ROX-Lib2/Help/python/rox.filer.html +share/rox/ROX-Lib2/Help/python/rox.fileutils.html +share/rox/ROX-Lib2/Help/python/rox.html +share/rox/ROX-Lib2/Help/python/rox.i18n.html +share/rox/ROX-Lib2/Help/python/rox.icon_theme.html +share/rox/ROX-Lib2/Help/python/rox.loading.html +share/rox/ROX-Lib2/Help/python/rox.master_proxy.html +share/rox/ROX-Lib2/Help/python/rox.mime.html +share/rox/ROX-Lib2/Help/python/rox.mime_handler.html +share/rox/ROX-Lib2/Help/python/rox.options.html +share/rox/ROX-Lib2/Help/python/rox.processes.html +share/rox/ROX-Lib2/Help/python/rox.proxy.html +share/rox/ROX-Lib2/Help/python/rox.saving.html +share/rox/ROX-Lib2/Help/python/rox.su.html +share/rox/ROX-Lib2/Help/python/rox.suchild.html +share/rox/ROX-Lib2/Help/python/rox.tasks.html +share/rox/ROX-Lib2/MakeDist +share/rox/ROX-Lib2/Messages/dist +share/rox/ROX-Lib2/Messages/fr.gmo +share/rox/ROX-Lib2/Messages/fr.po +share/rox/ROX-Lib2/Messages/it.gmo +share/rox/ROX-Lib2/Messages/it.po +share/rox/ROX-Lib2/Messages/update-po +share/rox/ROX-Lib2/Messages/zh_CN.gmo +share/rox/ROX-Lib2/Messages/zh_CN.po +share/rox/ROX-Lib2/Messages/zh_TW.gmo +share/rox/ROX-Lib2/Messages/zh_TW.po +share/rox/ROX-Lib2/python/make_docs.py +share/rox/ROX-Lib2/python/rox/AppInfo.py +share/rox/ROX-Lib2/python/rox/InfoWin.py +share/rox/ROX-Lib2/python/rox/Menu.py +share/rox/ROX-Lib2/python/rox/OptionsBox.py +share/rox/ROX-Lib2/python/rox/__init__.py +share/rox/ROX-Lib2/python/rox/applet.py +share/rox/ROX-Lib2/python/rox/basedir.py +share/rox/ROX-Lib2/python/rox/choices.py +share/rox/ROX-Lib2/python/rox/debug.py +share/rox/ROX-Lib2/python/rox/filer.py +share/rox/ROX-Lib2/python/rox/fileutils.py +share/rox/ROX-Lib2/python/rox/i18n.py +share/rox/ROX-Lib2/python/rox/icon_theme.py +share/rox/ROX-Lib2/python/rox/loading.py +share/rox/ROX-Lib2/python/rox/master_proxy.py +share/rox/ROX-Lib2/python/rox/mime.py +share/rox/ROX-Lib2/python/rox/mime_handler.py +share/rox/ROX-Lib2/python/rox/options.py +share/rox/ROX-Lib2/python/rox/processes.py +share/rox/ROX-Lib2/python/rox/proxy.py +share/rox/ROX-Lib2/python/rox/saving.py +share/rox/ROX-Lib2/python/rox/su.py +share/rox/ROX-Lib2/python/rox/suchild.py +share/rox/ROX-Lib2/python/rox/suchild.sh +share/rox/ROX-Lib2/python/rox/tasks.py +share/rox/ROX-Lib2/tests/python/testbasedir.py +share/rox/ROX-Lib2/tests/python/testchoices.py +share/rox/ROX-Lib2/tests/python/testmenu.py +share/rox/ROX-Lib2/tests/python/testoptions.py +share/rox/ROX-Lib2/tests/python/testproxy.py +share/rox/ROX-Lib2/tests/python/testsu.py +share/rox/ROX-Lib2/tests/python/testtasks.py +@dirrm share/rox/ROX-Lib2/tests/python +@dirrm share/rox/ROX-Lib2/tests +@dirrm share/rox/ROX-Lib2/python/rox +@dirrm share/rox/ROX-Lib2/python +@dirrm share/rox/ROX-Lib2/Messages +@dirrm share/rox/ROX-Lib2/Help/python +@dirrm share/rox/ROX-Lib2/Help +@dirrm share/rox/ROX-Lib2 diff --git a/sysutils/rox-lib/distinfo b/sysutils/rox-lib/distinfo index 625e802a921..f1e2624faea 100644 --- a/sysutils/rox-lib/distinfo +++ b/sysutils/rox-lib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 13:40:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/03/23 10:20:10 rxg Exp $ -SHA1 (rox/ROX-Lib-0.1.4.tgz) = 2c932be74fb16bed94ddf147aa0d1223dc790caa -RMD160 (rox/ROX-Lib-0.1.4.tgz) = ebe26767d3c3ca61e67b30cdd159db1f715f7886 -Size (rox/ROX-Lib-0.1.4.tgz) = 21962 bytes +SHA1 (rox/rox-lib-1.9.17.tgz) = bca8dc9e03001acd77824d952c19506496722ff7 +RMD160 (rox/rox-lib-1.9.17.tgz) = 561bd3a52fc171e832d4ee6895b1d439c40d6660 +Size (rox/rox-lib-1.9.17.tgz) = 121373 bytes |