Skip to content

Commit

Permalink
Preparing for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbu committed Mar 1, 2016
1 parent 79a6516 commit b03d9d6
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 91 deletions.
2 changes: 1 addition & 1 deletion !PackMan/!Boot,feb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Set PackMan$Dir <Obey$Dir>
IconSprites <PackMan$Dir>.!Sprites

Set PackMan$Help <PackMan$Dir>.!Help
Set PackMan$Version "0.8.4"
Set PackMan$Version "0.9.0"
Set PackMan$Web "https://sites.google.com/site/alansriscosstuff/packman"
Set PackMan$Title "Package Manager"
Set PackMan$Publisher "Alan Buckley"
Expand Down
2 changes: 1 addition & 1 deletion !PackMan/HelpText
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!PackMan 0.8.4 beta version
!PackMan 0.9.0 beta version

PackMan is an alternative front end to install,
update and remove packages for the RISC OS
Expand Down
5 changes: 3 additions & 2 deletions !PackMan/html/history.htm,faf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<BODY>
<h2>History</h2>
<UL>
<LI><B>0.9.? Beta - ??? 2016</B>
<LI><B>0.9.0 Beta - March 2016</B>
<UL>
<LI>Added find file window to search packages for a component or installed file.</LI>
<LI>Added save/load install list of packages, paths and sources.</LI>
<LI>Added more information to commit window when unpacking files.</LI>
<LI>Added install/remove/copyright/components buttons to the information window.</LI>
<LI>Added more information to commit window text when unpacking files.</LI>
<LI>Implemented package triggers from latest LibPkg.</LI>
<LI>Fixed bug that stopped update lists being run more than once.</LI>
<LI>Fixed bug where logging setting in choices was ignored when PackMan was restarted.</LI>
Expand Down
106 changes: 53 additions & 53 deletions !PackMan/html/index.htm,faf
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
<HTML>
<HEAD>
<TITLE>PackMan - RISC OS Package manager</TITLE>
</HEAD>
<BODY>
<P>
PackMan is a utility to help install and maintain applications and other components
of a RISC OS computer.
</P>
<P>This is beta version 0.8.4.
It is already very capable of providing a packaging system, but it is still
evolving due to user feedback and may contain some rough edges and
bugs. Please send me feedback to improve this application.</P>
<H2>Contents</H2>
<UL>
<LI><A HREF="intro.htm">Introduction</A></LI>
<LI><A HREF="nowarranty.htm">Warning and No Warranty</A></LI>
<LI><A HREF="installing.htm">Installing</A></LI>
<LI><A HREF="usage.htm">How to use it</A></LI>
<LI>The user interface
<UL>
<LI><A HREF="iconbar.htm">The iconbar icon</A></LI>
<LI><A HREF="main.htm">Main Window</A></LI>
<LI><A HREF="configpackage.htm">Configure Packages Window</A></LI>
<LI><A HREF="apps.htm">Components Window</A></LI>
<LI><A HREF="info.htm">Information Window</A></LI>
<LI><A HREF="copywnd.htm">Copyright Window</A></LI>
<LI><A HREF="choiceswnd.htm">Choices Window</A></LI>
<LI><A HREF="findfilewnd.htm">Find File Dialog</A></LI>
<LI><A HREF="sources.htm">Sources Window</A></LI>
<LI><A HREF="paths.htm">Paths Window</A></LI>
<LI><A HREF="backupwnd.htm">Backups Window</A></LI>
<li><a href="cache.htm">Cache Window</a></li>
<li><a href="verifyall.htm">Verify All Windows</a></li>
</UL>
<LI>Information on Packaging</LI>
<UL>
<LI><A HREF="where.htm">What's installed and where</A></LI>
<LI><A HREF="terminology.htm">Terminology</A></LI>
<LI><A HREF="creating.htm">Creating a Package</A></LI>
</UL>
<LI>Information on PackMan</LI>
<UL>
<LI><A HREF="contact.htm">Contacting the Author and Feedback</A></LI>
<LI><A HREF="copyright.htm">Copyright</A></LI>
<LI><A HREF="acknowledge.htm">Acknowledgements</A></LI>
<LI><A HREF="history.htm">History</A></LI>
</UL>
</LI>
</UL>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>PackMan - RISC OS Package manager</TITLE>
</HEAD>
<BODY>
<P>
PackMan is a utility to help install and maintain applications and other components
of a RISC OS computer.
</P>
<P>This is beta version 0.9.0.
It is already very capable of providing a packaging system, but it is still
evolving due to user feedback and may contain some rough edges and
bugs. Please send me feedback to improve this application.</P>
<H2>Contents</H2>
<UL>
<LI><A HREF="intro.htm">Introduction</A></LI>
<LI><A HREF="nowarranty.htm">Warning and No Warranty</A></LI>
<LI><A HREF="installing.htm">Installing</A></LI>
<LI><A HREF="usage.htm">How to use it</A></LI>
<LI>The user interface
<UL>
<LI><A HREF="iconbar.htm">The iconbar icon</A></LI>
<LI><A HREF="main.htm">Main Window</A></LI>
<LI><A HREF="configpackage.htm">Configure Packages Window</A></LI>
<LI><A HREF="apps.htm">Components Window</A></LI>
<LI><A HREF="info.htm">Information Window</A></LI>
<LI><A HREF="copywnd.htm">Copyright Window</A></LI>
<LI><A HREF="choiceswnd.htm">Choices Window</A></LI>
<LI><A HREF="findfilewnd.htm">Find File Dialog</A></LI>
<LI><A HREF="sources.htm">Sources Window</A></LI>
<LI><A HREF="paths.htm">Paths Window</A></LI>
<LI><A HREF="backupwnd.htm">Backups Window</A></LI>
<li><a href="cache.htm">Cache Window</a></li>
<li><a href="verifyall.htm">Verify All Windows</a></li>
</UL>
<LI>Information on Packaging</LI>
<UL>
<LI><A HREF="where.htm">What's installed and where</A></LI>
<LI><A HREF="terminology.htm">Terminology</A></LI>
<LI><A HREF="creating.htm">Creating a Package</A></LI>
</UL>
<LI>Information on PackMan</LI>
<UL>
<LI><A HREF="contact.htm">Contacting the Author and Feedback</A></LI>
<LI><A HREF="copyright.htm">Copyright</A></LI>
<LI><A HREF="acknowledge.htm">Acknowledgements</A></LI>
<LI><A HREF="history.htm">History</A></LI>
</UL>
</LI>
</UL>

</BODY>
</HTML>
30 changes: 15 additions & 15 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
PackMan package manager 0.8.4 beta released
PackMan package manager 0.9.0 beta released

PackMan version 0.8.4 beta is now available.
PackMan version 0.9.0 beta is now available.

New to this version:

- Added a configurable reminder message to prompt to update the lists
- Save position of the main window
- Main Window filter split into status and section.
- Fixed documentation that was not referring correctly to the
Components which were added last release.

- Added find file window to search packages for a component or installed
file.
- Added save/load install list of packages, paths and sources.
- Added install/remove/copyright and components buttons to the information
window.
- Implemented package triggers.
- Fixed bug that corrupted desktop file if it did not contain any RISCOS
sections. Modern RISC OS 4/5 !Boot directories would not trigger this
bug, however earlier versions of the Iyonix may and if this file was
a copy from a pre RISC OS 4 machine.

+ An assortment of minor bug fixes and UI improvements (see the
history page in the help for details)

Expand All @@ -23,8 +28,6 @@ for download and installation instructions.
PackMan is a package manager front end for packages distributed
using the RISC OS Packaging Project (see http://www.riscpkg.org).

It can be used instead of or alongside !RiscPkg.

Its features include:

- Summary and detailed description of the packages
Expand All @@ -37,11 +40,8 @@ Its features include:
- Automatically install dependencies for you, always showing what
is going to be installed.
- Install multiple packages at once.
- Install the components from (non fixed location) packages where you
want (subject to a package upgrade that is ongoing). Older
(non fixed location) packages can be moved after install.


- Install the components from a packages to your own location.

System requirements

RISC OS 4.0 or greater with long filenames
Expand Down
34 changes: 17 additions & 17 deletions RiscPkg/Control
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Source: PackMan
Version: 0.8.4-1
Section: Administration
Priority: Optional
Maintainer: Alan Buckley <alan_baa@hotmail.com>
Standards-Version: 0.1.0
Licence: Free
Build-Depends: GCC4-C++,LibCurl-Dev,LibPkg-Dev,RTK-Dev,ZLib-Dev,TBX-Dev
Description: Alternative Package Manager (Beta)
Install, Remove and Upgrade RISC OS Packaging project packages.
This is an alternative packages front end to !RiscPkg.
Amongst other features it includes a summary information status bar
and allows filtering and searching of the package lists.
Package: PackMan
Depends: SharedUnixLibrary
Components: Apps.Admin.!PackMan (Movable)
Source: PackMan
Version: 0.9.0-1
Section: Administration
Priority: Optional
Maintainer: Alan Buckley <alan_baa@hotmail.com>
Standards-Version: 0.1.0
Licence: Free
Build-Depends: GCC4-C++,LibCurl-Dev,LibPkg-Dev,RTK-Dev,ZLib-Dev,TBX-Dev
Description: Alternative Package Manager (Beta)
Install, Remove and Upgrade RISC OS Packaging project packages.
This is an alternative packages front end to !RiscPkg.
Amongst other features it includes a summary information status bar
and allows filtering and searching of the package lists.

Package: PackMan
Depends: SharedUnixLibrary
Components: Apps.Admin.!PackMan (Movable)
2 changes: 1 addition & 1 deletion RiscPkg/Rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile to package PackMan

VERSION=0.8.4-1
VERSION=0.9.0-1
PACKAGES=PackMan_$(VERSION)
INSTALL_TO=Temp/Apps/Admin

Expand Down
2 changes: 1 addition & 1 deletion src/CCRes
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ proginfo_object {
purpose:"Package Management"
author:"� 2009-2014 Alan Buckley"
licence_type:None
prog_version:"0.8.4 Beta (18 Dec 2014)"
prog_version:"0.9.0 Beta (01 Mar 2016)"
alternative_window_name:""
visit_url:""
visit_url_event:&82b42
Expand Down

0 comments on commit b03d9d6

Please sign in to comment.