| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-05 | Extract WiX installer using Dark | Tsukasa Sugiura | |
| Extract WiX installer using Dark. It will be standalone extract files from installer of Kinect SDK 1.x even if Kinect SDK 1.x is not installed in user system. | |||
| 2017-10-03 | [gtest] Silence TR1 deprecation warning | Robert Schumacher | |
| 2017-10-03 | [geos] Bump version for previous PR | Robert Schumacher | |
| 2017-10-03 | Merge pull request #1905 from alex85k/master | Robert Schumacher | |
| [geos] allow geos_c static library cretation (libgeos_c.lib) | |||
| 2017-10-03 | Merge pull request #1913 from MatthewPowley/Telnetpp | Alexander Karatarakis | |
| [telnetpp] Initial port for 'Telnet++' | |||
| 2017-10-03 | Merge pull request #1917 from alex85k/libspatialite | Alexander Karatarakis | |
| [libspatialite] initial port | |||
| 2017-10-04 | [libspatialite] initial port | alex85k | |
| 2017-10-03 | [geos] allow geos_c static library cretation (libgeos_c.lib) v2 | alex85k | |
| 2017-10-03 | [ReadOsm][FreeXL] fix spacebar-in-path problems | alex85k | |
| 2017-10-03 | [telnetpp] Initial port for 'Telnet++', a C++ 14 implementation of the ↵ | Matt Powley | |
| Telnet Session Layer protocol * Initial commit for a port of Telnet++ (telnetpp) * Upstream source: https://github.com/KazDragon/telnetpp * Depends on Boost and Zlib (Additional dependency on GTest due to upstream authoring error) | |||
| 2017-10-02 | Merge pull request #1902 from Ghabry/add-wildmidi | Alexander Karatarakis | |
| Add Wildmidi 0.4.1 | |||
| 2017-10-02 | Merge pull request #1906 from alex85k/freexl | Alexander Karatarakis | |
| [FreeXL] initial port | |||
| 2017-10-02 | [proj][proj4] Rename proj to proj4. Leave empty forwarder behind. | Robert Schumacher | |
| 2017-10-02 | [zlib] Patch to not build more things than needed | Alexander Karatarakis | |
| 2017-10-02 | Merge pull request #1907 from alex85k/readosm | Alexander Karatarakis | |
| [ReadOSM] initial port | |||
| 2017-10-02 | Merge pull request #1900 from ShinNoNoir/patch-2 | Robert Schumacher | |
| [ffmpeg] Deal with case-sensitive env vars | |||
| 2017-10-02 | Merge pull request #1901 from Ghabry/add-xmplite | Robert Schumacher | |
| Add xmplite 4.4.1 | |||
| 2017-10-02 | [libxmp-lite] Add INSTALL_HEADERS cmake macro | Robert Schumacher | |
| 2017-10-02 | [ReadOSM] initial port | alex85k | |
| 2017-10-02 | [FreeXL] initial port | alex85k | |
| 2017-10-02 | Add Wildmidi 0.4.1 | Ghabry | |
| 2017-10-02 | Add xmplite 4.4.1 | Ghabry | |
| 2017-10-02 | [ffmpeg] Deal with case-sensitive env vars | Raynor Vliegendhart | |
| When behind a corporate proxy, one often needs to specify `HTTP_PROXY` and `HTTPS_PROXY` for some command line tools to work properly. However, `pacman` seems to rely on the lowercase equivalent environment variables. In a Windows command prompt environment, it is not possible to set both since Windows environment variables are not case-sensitive. As a workaround, this build script checks for the existence of HTTP_PROXY and HTTPS_PROXY. If they exist, they are exported as lowercase variables. | |||
| 2017-10-01 | Merge pull request #1892 from jasjuang/exiv2 | Alexander Karatarakis | |
| new port: Exiv2 | |||
| 2017-10-01 | Merge pull request #1893 from JesseTG/jtg/spirit-po | Alexander Karatarakis | |
| Add a port for spirit-po | |||
| 2017-10-01 | update commit to master for cmake config support | jasjuang | |
| 2017-10-01 | add in expat dependency | jasjuang | |
| 2017-10-02 | [libexif] add version 0.6.21 | Mikhail Paulyshka | |
| 2017-10-01 | Crap | Jesse Talavera-Greenberg | |
| 2017-10-01 | Add a port for spirit-po | Jesse Talavera-Greenberg | |
| - It's header-only, so this makes installation easy | |||
| 2017-09-30 | new port: exiv2 | jasjuang | |
| 2017-09-29 | [opengl] Rename portfile variable | Alexander Karatarakis | |
| 2017-09-29 | Merge pull request #1884 from TheCycoONE/lua_lib | Alexander Karatarakis | |
| Dynamically link lua.dll to lua.exe | |||
| 2017-09-28 | Merge pull request #1341 from UnaNancyOwen/fix_openni2 | Alexander Karatarakis | |
| Add Kinect driver to OpenNI2 port | |||
| 2017-09-28 | Merge pull request #1882 from jasjuang/master | Alexander Karatarakis | |
| new port libfreenect2 | |||
| 2017-09-28 | Merge pull request #1877 from JonnyPtn/gts-port | Alexander Karatarakis | |
| Initial GTS port | |||
| 2017-09-28 | Merge pull request #1876 from JonnyPtn/enet-port | Alexander Karatarakis | |
| Initial enet port | |||
| 2017-09-28 | [abseil] Improve warning messages. | Robert Schumacher | |
| 2017-09-28 | [abseil] Initial commit. Highly experimental. | Robert Schumacher | |
| 2017-09-27 | Dynamically link lua.dll to lua.exe | Stephen E. Baker | |
| For lua.exe to load C modules which are linked against lua, it must itself be linked against lua, otherwise loading the module fails. | |||
| 2017-09-27 | new port libfreenect2 | jasjuang | |
| 2017-09-26 | [geos] Update port to latest GEOS 3.6.2 | Mateusz Loskot | |
| * Bump GEOS version wherever necessary * Update download package and checksum. * Replace download from SVN with official release source package. * Remove generating of geos_svn_revision.h as unnecessary - released source package includes the header. * Explain status of the missing CMake modules. * Remove CMake option -DBUILD_TESTING as unused. GEOS is important dependency of GDAL (updated in #1879; GDAL 2.2.2 can still work with GEOS earlier than 3.6.2). | |||
| 2017-09-26 | Initial GTS port | jonathan.r.paton@googlemail.com | |
| 2017-09-26 | Initial enet port | jonathan.r.paton@googlemail.com | |
| 2017-09-25 | [anax] Use vcpkg_from_github(). Add missing vcpkg_copy_pdbs() | Alexander Karatarakis | |
| 2017-09-25 | Fix more port hashes due to github tar.gz change | Alexander Karatarakis | |
| Related: cb239b92 It looks like github changed the version (or the generally the way) they do tars, causing some hash mismatches. This fixes the affected ports. | |||
| 2017-09-25 | Merge pull request #1872 from mcgoo/mysql-hash-changed | Alexander Karatarakis | |
| update to handle mysql-server release hash change | |||
| 2017-09-25 | [pangolin] Bump version | Alexander Karatarakis | |
| 2017-09-25 | update the hash to match the current github release (!) | Jim McGrath | |
| 2017-09-25 | Enable static builds of pangolin | Martin Müller | |
