forked from derphilipp/macportsscripts
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
38 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,56 @@ | ||
Changes between versions: | ||
|
||
v0.4.0: (Pushed December 12, 2013) | ||
- Handle cases when the MacPorts prefix is a symlink | ||
- Fix many `shellcheck` warnings | ||
- check to make sure all results are non-empty in port-configuration.sh | ||
- Multiple new scripts: | ||
- macportstrac.sh | ||
- testport_script.sh | ||
- Point\_Cloud\_Library\_1.5.1\_script.sh | ||
- 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) | ||
- Check libtool overlinking in port-depcheck.sh | ||
- be more apostrophe-phobic | ||
- compare dependencies of the port's active variants in port-depcheck.sh, instead of the default ones | ||
|
||
* Handle cases when the MacPorts prefix is a symlink | ||
* Fix many `shellcheck` warnings | ||
* check to make sure all results are non-empty in port-configuration.sh | ||
* Multiple new scripts: | ||
- macportstrac.sh | ||
- testport_script.sh | ||
- Point\_Cloud\_Library\_1.5.1\_script.sh | ||
* 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) | ||
* Check `libtool` overlinking in port-depcheck.sh | ||
* be more apostrophe-phobic | ||
* compare dependencies of the port's active variants in port-depcheck.sh, instead of the default ones | ||
|
||
v0.3.0: (Pushed May 15, 2013) | ||
- Now installs documentation | ||
- More statements printed in port-depcheck.sh | ||
- port-depcheck.sh now removes tempfiles | ||
- port-unprovided.sh now writes to a logfile and prints more warning messages | ||
- update printing of environment in Port-Configuration.sh | ||
- Provide description of all scripts in the Readme.md file | ||
* Now installs documentation | ||
* More statements printed in port-depcheck.sh | ||
* port-depcheck.sh now removes tempfiles | ||
* port-unprovided.sh now writes to a logfile and prints more warning messages | ||
* update printing of environment in Port-Configuration.sh | ||
* Provide description of all scripts in the Readme.md file | ||
|
||
v0.2.0: (Pushed March 18, 2013) | ||
- Make sure prefix is checked in all scripts | ||
- More commentary in scripts | ||
- update version of MacPorts installed by install_macports.sh | ||
- other various improvements | ||
* Make sure prefix is checked in all scripts | ||
* More commentary in scripts | ||
* update version of MacPorts installed by install_macports.sh | ||
* other various improvements | ||
|
||
v0.1.4: (Pushed March 4, 2013) | ||
- Multiple new scripts: | ||
- port-depcheck.sh | ||
- gen\_macports\_patches.sh | ||
- install_macports.sh | ||
- macportsupdate.sh | ||
- port-copy.sh | ||
- port-patch.sh | ||
- avidemux-build.sh | ||
- Improve port-unprovided.sh: | ||
- add `--help` option | ||
- add `-r` option for acting recursively | ||
* Multiple new scripts: | ||
- port-depcheck.sh | ||
- gen\_macports\_patches.sh | ||
- install_macports.sh | ||
- macportsupdate.sh | ||
- port-copy.sh | ||
- port-patch.sh | ||
- avidemux-build.sh | ||
* Improve port-unprovided.sh: | ||
- add `--help` option | ||
- add `-r` option for acting recursively | ||
|
||
v0.1.3: (Pushed February 6, 2013) Include registry-fixing perl script from trac | ||
|
||
v0.1.2: (Pushed February 1, 2013) | ||
- Add port-configuration.sh script | ||
- Make sure that MacPorts is actually installed in all scripts | ||
- Improve commentary in scripts | ||
* Add port-configuration.sh script | ||
* Make sure that MacPorts is actually installed in all scripts | ||
* Improve commentary in scripts | ||
|
||
v0.1.1: (Pushed January 29, 2013) | ||
- Update the portfile | ||
- rename fetchall.sh to port-fetchall.sh | ||
* Update the portfile | ||
* rename fetchall.sh to port-fetchall.sh | ||
|
||
v0.1.0: (Pushed January 29, 2013) First tag in my fork | ||
|