aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2021-10-16Added basic software until CoreutilsMohammad Akhlaghi-0/+3575
As part of the process to update the software of Maneage and unify their tarball formatting, the following packages are now included: bash (5.1.8) cert.pem (2021-10-15), coreutils (9.0), libiconv (1.16), libunistring (0.9.10), libxml2 (2.9.12), m4 (1.4.19), ncurses (6.2), openssl (3.0.0), patchelf (0.13), perl (5.34.0), pkg-config (0.29.2), readline (8.1.1).
2021-10-05Compressed with the -9 option of lzip for best compression rateMohammad Akhlaghi-0/+0
As recommended by Antonio Diaz Diaz, the tarballs are now built with level-9 compression by Lzip (which provides a better compression rate than '--best'). These tarballs aren't yet in the 'maneage' branch and are still in a development branch of Maneage, so there is no problem if they are changed in a commit. But generally, this helps in having a common standard.
2021-10-04All pre-make and compression tarballs now in unified formatMohammad Akhlaghi-0/+0
Following the discussion in Task #15699 [1], all software that come into Maneage will be archived in a unified format. To do this, the downloaded tarball from each software's webpage (or the version we already had) was put in an 'orig' directory, then the following two commands were run (for example for xz version 5.2.5): $ name=xz-5.2.5 $ tar xf orig/$name.tar.gz \ && tar -c -Hustar --owner=root --group=root \ -f $name.tar $name/ \ && lzip $name.tar \ && rm -r $name/ But besides the formatting, the top directory within the tarballs is now always just the name of the tarball without the 'tar.lz'. While most software already follow that convention, some (like Zip or Unzip) didn't. So they have also been corrected. As one exception, for now, Make has not been updated because it would have the same file name as before and we don't want to break any dependencies (by modifying it, and thus its checksum). I tried bootstrapping Make's latest commit (so the version identifier can be different), but there was a bug when building the latest version on my computer and it has been reported to its developers [2]. [1] https://savannah.nongnu.org/task/?15699 [2] https://lists.gnu.org/archive/html/bug-make/2021-10/msg00002.html
2020-12-09Added lessMohammad Akhlaghi-0/+0
less has been added to help viewing large files and in particular to help with using Git within './project shell'.
2020-08-28Included the text editors GNU Nano, GNU Emacs and VimMohammad Akhlaghi-0/+0
These editors are now also available in Maneage (Nano in all projects, and the other two as optional high-level.mk).
2020-08-08Software for Maneage b3b44798a3f472Mohammad Akhlaghi-0/+0
These new versions have been added in that commit of Maneage.
2020-06-30Added libpthread-stubs from XorgMohammad Akhlaghi-0/+0
2020-06-29Added core Xorg programs necessary for GhostscriptMohammad Akhlaghi-0/+0
These are necessary for Ghostscript and are now installed in Maneage (soon to be merged with the core Maneage branch).
2020-06-28Bison updated to version 3.6Mohammad Akhlaghi-0/+0
2020-06-27Upgraded boost for macOS problem, saved as .tar.lzMohammad Akhlaghi-0/+0
Boost has been updated, due to a problem on macOS, to save space and be more archivable, it has also been saved as .tar.lz, and the version is now standard (not having '_' instead of '.')!
2020-06-25Added many missing softwareMohammad Akhlaghi-0/+0
After a full build of Maneage (attempting to build everything!), I noticed that the tarballs of this commit were missing. They have been added.
2020-06-22Updated README, added R and missfitsMohammad Akhlaghi-11/+5
2020-06-04Added XLSXIO's sourceMohammad Akhlaghi-0/+0
2020-05-31Core tools with LzipMohammad Akhlaghi-0/+0
Lzip itself must not be compressed and the rest (until and including Gzip) should be compressed in Lzip until we build Gzip.
2020-05-08For Maneage b1e1522Mohammad Akhlaghi-0/+0
2020-04-17Added Cmake 3.17.0 and expat 2.2.9Mohammad Akhlaghi-0/+0
2020-02-25Added Cloog 0.18.4Mohammad Akhlaghi-0/+0
2020-01-20Template v0-524-g7ac86dfMohammad Akhlaghi-0/+0
2020-01-19Template v0-522-g8cfc728Mohammad Akhlaghi-0/+0
2019-11-08Template v0-490-g5fe30b3Mohammad Akhlaghi-0/+0
2019-11-06Template v0-489-gbf6b8c0Mohammad Akhlaghi-0/+0
2019-11-03Template v0-486-gdda89deMohammad Akhlaghi-0/+0
2019-10-31Template v0-484-g124027aMohammad Akhlaghi-0/+0
2019-10-30Template v0-484-g124027aMohammad Akhlaghi-0/+0
2019-10-28Template v0-476-g9a8a397Mohammad Akhlaghi-0/+0
Using the full tarball of HEALPix (for all languages).
2019-10-28Template v0-476-g9a8a397Mohammad Akhlaghi-0/+0
2019-10-24Template v0-476-g9a8a397Mohammad Akhlaghi-0/+0
2019-10-24Template v0-474-g760b895Mohammad Akhlaghi-0/+0
2019-10-01Template v0-465-g6f86ba0Mohammad Akhlaghi-0/+0
2019-09-06Template v0-447-gfd9660aMohammad Akhlaghi-0/+0
2019-08-15Template v0-433-g9cdef93Mohammad Akhlaghi-0/+0
2019-08-06Template v0-427-gf9fa4fdMohammad Akhlaghi-0/+0
2019-08-05Corrected M4 tarball nameMohammad Akhlaghi-0/+0
In the template the M4 tarball name has a `-patched' in the name to clarify that a patch has been applied. To make this repository useful as a backup, we need to follow that naming convention.
2019-08-05Template v0-423-gc03cba7Mohammad Akhlaghi-0/+0
2019-08-01Template v0-421-g555fbf3Mohammad Akhlaghi-0/+0
2019-07-27Template v0-411-g8847155Mohammad Akhlaghi-0/+0
2019-07-24Template v0-406-g1997431Mohammad Akhlaghi-0/+0
2019-07-08Template v0-403-ge83270cMohammad Akhlaghi-0/+0
2019-06-12Template v0-378-gac85d0eMohammad Akhlaghi-0/+0
2019-06-10Template v0-369-gb217136Mohammad Akhlaghi-0/+0
2019-05-27Template v0-368-g397de4cMohammad Akhlaghi-0/+0
2019-05-24Template v0-367-g53b8daeMohammad Akhlaghi-0/+0
2019-05-21Template v0-361-g10587c0Mohammad Akhlaghi-0/+0
2019-05-05Template v0-348-gced465cMohammad Akhlaghi-0/+0
2019-04-23Template v0-318-gee4e885Mohammad Akhlaghi-0/+0
2019-04-23Template v0-317-g17f68b8Mohammad Akhlaghi-0/+0
2019-04-15Template v0-298-g313b936Mohammad Akhlaghi-0/+0
2019-04-12Template v0-292-gfcfe327Mohammad Akhlaghi-0/+0
2019-04-04Template v0-269-gac439cfMohammad Akhlaghi-0/+0
2019-03-28Template v0-241-g98d3176Mohammad Akhlaghi-0/+0