aboutsummaryrefslogtreecommitdiff
path: root/release/packages/dma.ucl
Commit message (Collapse)AuthorAgeFilesLines
* Add FreeBSD RCSID header and svn:keyword property.Glen Barber2016-02-041-0/+4
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295263
* Rework the way <packagename>.ucl files are generated.Glen Barber2016-02-041-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/projects/release-pkg/; revision=295262
* Initial commit to add dependencies.Glen Barber2016-02-031-0/+7
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295225
* - Change all the names to their generic name since none of these need toBrad Davis2015-11-171-1/+1
| | | | | | | | | | | 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 Notes: svn path=/projects/release-pkg/; revision=291007
* Create a dedicated package for dmaBaptiste Daroussin2015-10-101-0/+14
Notes: svn path=/projects/release-pkg/; revision=289120