1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
krcroft
85039a6033
Simplify package listing script and standardize workflows
The commit makes the following changes:
 - The package listing script now requires the user specify which package manager
   they're using. This approach resolves the ambiguity if a system has more than
   one package manager (ie: macports & brew)

 - Adds packages for Fedora, RedHat/CentOS, Arch, and OpenSuse

 - Eliminates unecessary code in the package manager script
   (more can be eliminate at the expense of complexity)

 - Made a couple minor fixes to the build script

 - Tried to further "standardize" the workflows as follows:

     - names are Compiler Version (Environment)

     - Sorted them alphabetically in their respective YAMLs

     - Minor spacing adjustment to align values (where it makes sense)

     - Dropped quotes around some of the string values because I'd
       rather our YAML be consistent and propper instead of changing our
       YAML to suite the limitations of an editor (can a different plugin
       or better parser be used?)

     - Added macOS workflows for Homebrew and MacPorts, both ready to
       go and tested, but with the build step just commented out
2019-11-02 07:36:49 -07:00
krcroft
2909ca1550
Simplify distclean target with recursive find 2019-10-24 15:26:17 -07:00
krcroft
0b22111874
Remove one duplicate and arange directories after files 2019-10-24 13:19:13 -07:00
krcroft
2799500352
Augment the generate distclean target (fixes #14) 2019-10-24 13:12:51 -07:00
Peter Veenstra
f48a969a9f 0.70 administrative changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2830
2007-03-02 10:21:44 +00:00
Peter Veenstra
365b1a2e48 Removed docs installing. Almost nobody liked it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2026
2004-10-17 14:52:58 +00:00
Peter Veenstra
3860c9c948 Installing documentation. Requested by Khalek
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1996
2004-09-28 10:39:19 +00:00
Peter Veenstra
01017af2ae added visualc_net
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1535
2004-01-06 10:59:34 +00:00
Sjoerd van der Berg
3af5e9ad2d Moved dosbox manpage in docs subdir and added that in automake file.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@854
2003-03-31 08:54:30 +00:00
Peter Veenstra
2dd84fb446 removed settings.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@769
2003-03-14 11:41:12 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00