|
1 | 1 | Changes between versions: |
2 | 2 |
|
3 | 3 | v0.4.0: (Pushed December 12, 2013) |
4 | | - - Handle cases when the MacPorts prefix is a symlink |
5 | | - - Fix many `shellcheck` warnings |
6 | | - - check to make sure all results are non-empty in port-configuration.sh |
7 | | - - Multiple new scripts: |
8 | | - - macportstrac.sh |
9 | | - - testport_script.sh |
10 | | - - Point\_Cloud\_Library\_1.5.1\_script.sh |
11 | | - - Check linked-against-libraries with `nm` in port-depcheck.sh, to make sure that the port actually uses symbols from the libraries (there are environment variables that can be set to skip this check, read the text of the script for more) |
12 | | - - Check libtool overlinking in port-depcheck.sh |
13 | | - - be more apostrophe-phobic |
14 | | - - compare dependencies of the port's active variants in port-depcheck.sh, instead of the default ones |
| 4 | + |
| 5 | + * Handle cases when the MacPorts prefix is a symlink |
| 6 | + * Fix many `shellcheck` warnings |
| 7 | + * check to make sure all results are non-empty in port-configuration.sh |
| 8 | + * Multiple new scripts: |
| 9 | + - macportstrac.sh |
| 10 | + - testport_script.sh |
| 11 | + - Point\_Cloud\_Library\_1.5.1\_script.sh |
| 12 | + * Check linked-against-libraries with `nm` in port-depcheck.sh, to make sure that the port actually uses symbols from the libraries (there are environment variables that can be set to skip this check, read the text of the script for more) |
| 13 | + * Check `libtool` overlinking in port-depcheck.sh |
| 14 | + * be more apostrophe-phobic |
| 15 | + * compare dependencies of the port's active variants in port-depcheck.sh, instead of the default ones |
15 | 16 |
|
16 | 17 | v0.3.0: (Pushed May 15, 2013) |
17 | | - - Now installs documentation |
18 | | - - More statements printed in port-depcheck.sh |
19 | | - - port-depcheck.sh now removes tempfiles |
20 | | - - port-unprovided.sh now writes to a logfile and prints more warning messages |
21 | | - - update printing of environment in Port-Configuration.sh |
22 | | - - Provide description of all scripts in the Readme.md file |
| 18 | + * Now installs documentation |
| 19 | + * More statements printed in port-depcheck.sh |
| 20 | + * port-depcheck.sh now removes tempfiles |
| 21 | + * port-unprovided.sh now writes to a logfile and prints more warning messages |
| 22 | + * update printing of environment in Port-Configuration.sh |
| 23 | + * Provide description of all scripts in the Readme.md file |
23 | 24 |
|
24 | 25 | v0.2.0: (Pushed March 18, 2013) |
25 | | - - Make sure prefix is checked in all scripts |
26 | | - - More commentary in scripts |
27 | | - - update version of MacPorts installed by install_macports.sh |
28 | | - - other various improvements |
| 26 | + * Make sure prefix is checked in all scripts |
| 27 | + * More commentary in scripts |
| 28 | + * update version of MacPorts installed by install_macports.sh |
| 29 | + * other various improvements |
29 | 30 |
|
30 | 31 | v0.1.4: (Pushed March 4, 2013) |
31 | | - - Multiple new scripts: |
32 | | - - port-depcheck.sh |
33 | | - - gen\_macports\_patches.sh |
34 | | - - install_macports.sh |
35 | | - - macportsupdate.sh |
36 | | - - port-copy.sh |
37 | | - - port-patch.sh |
38 | | - - avidemux-build.sh |
39 | | - - Improve port-unprovided.sh: |
40 | | - - add `--help` option |
41 | | - - add `-r` option for acting recursively |
| 32 | + * Multiple new scripts: |
| 33 | + - port-depcheck.sh |
| 34 | + - gen\_macports\_patches.sh |
| 35 | + - install_macports.sh |
| 36 | + - macportsupdate.sh |
| 37 | + - port-copy.sh |
| 38 | + - port-patch.sh |
| 39 | + - avidemux-build.sh |
| 40 | + * Improve port-unprovided.sh: |
| 41 | + - add `--help` option |
| 42 | + - add `-r` option for acting recursively |
42 | 43 |
|
43 | 44 | v0.1.3: (Pushed February 6, 2013) Include registry-fixing perl script from trac |
44 | 45 |
|
45 | 46 | v0.1.2: (Pushed February 1, 2013) |
46 | | - - Add port-configuration.sh script |
47 | | - - Make sure that MacPorts is actually installed in all scripts |
48 | | - - Improve commentary in scripts |
| 47 | + * Add port-configuration.sh script |
| 48 | + * Make sure that MacPorts is actually installed in all scripts |
| 49 | + * Improve commentary in scripts |
49 | 50 |
|
50 | 51 | v0.1.1: (Pushed January 29, 2013) |
51 | | - - Update the portfile |
52 | | - - rename fetchall.sh to port-fetchall.sh |
| 52 | + * Update the portfile |
| 53 | + * rename fetchall.sh to port-fetchall.sh |
53 | 54 |
|
54 | 55 | v0.1.0: (Pushed January 29, 2013) First tag in my fork |
55 | 56 |
|
0 commit comments