Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FreeBSD RCSID header and svn:keyword property. | gjb | 2016-02-04 | 1 | -0/+4 |
| | | | | Sponsored by: The FreeBSD Foundation | ||||
* | Rework the way <packagename>.ucl files are generated. | gjb | 2016-02-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | One of the major pain points with how this was implemented is the requirement of in-tree, hard-coded <name>.ucl, as well as <name>-<suffix>.ucl where <suffix> can be lib32, profile, development, debug, or any combination of the four. This created significant overhead when adding new packages and any of the files in any of the combinations were missing. Instead of test(1)-ing if the <packagename>.ucl file exists, hand off to a script to figure out what the final ucl file name should be before invoking pkg(8). The default behavior is 'template.ucl' is used as a fallback. This affects only the userland packages, as the kernel code is already smart enough to handle these variations. Sponsored by: The FreeBSD Foundation | ||||
* | Initial commit to add dependencies. | gjb | 2016-02-03 | 1 | -0/+7 |
| | | | | Sponsored by: The FreeBSD Foundation | ||||
* | - Change all the names to their generic name since none of these need to | brd | 2015-11-17 | 1 | -2/+2 |
| | | | | | | | | be overridden and ends up overwriting output files. - For the descriptions that just say "TODO", switch to using %DESC% so the generic description is used. Approved by: bapt | ||||
* | Prefer https:// over http://. | gjb | 2015-06-17 | 1 | -1/+1 |
| | | | | Sponsored by: The FreeBSD Foundation | ||||
* | Move gdb into its own package | bapt | 2015-06-16 | 1 | -0/+13 |