Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-08 | Start changing style of perl-pkg. Use tabs for data indent. | Justin Davis | 1 | -12/+11 | |
2011-10-08 | Change style of pbfields. Use tabs to indent. | Justin Davis | 1 | -58/+56 | |
2011-10-07 | Allow for a MAINTAINER env. variable to override PACKAGER. | Justin Davis | 1 | -3/+6 | |
2011-09-21 | Refinish PKGBUILD generation. | Justin Davis | 2 | -19/+6 | |
Adds makepkgbuild script. The call to pbfields is moved from perl-pkg to makepkgbuild. pbfields prints the PKGBUILD header now, too. makepkgbuild is called from the Makefile with the proper env var set. Pretty close to 100% working again. | |||||
2011-09-09 | Make bash quoting smarter. Only double-quote when a parameter is seen. | Justin Davis | 1 | -7/+12 | |
2011-09-01 | Make sure pkgver and distdir are defined in perl-pkg. | Justin Davis | 1 | -0/+3 | |
2011-08-30 | Move var munge-ing to mungevars sub. Add !emptydirs options. | Justin Davis | 1 | -6/+14 | |
2011-08-30 | Replace version string in source and _distdir with $pkgver. | Justin Davis | 1 | -1/+9 | |
2011-08-30 | Fix quoting problems in pkgdesc and dquote source. | Justin Davis | 1 | -1/+5 | |
2011-08-21 | Fix argument shifting in perl-pkg. | Justin Davis | 1 | -2/+3 | |
2011-08-21 | Move spaces to beginning of strings in pbfields. Easier to see. | Justin Davis | 1 | -6/+6 | |
2011-08-21 | Create a main sub for perl-pkg. | Justin Davis | 1 | -3/+7 | |
2011-08-21 | Make sure to print _distdir= as extra PB field for perl packages. | Justin Davis | 1 | -0/+1 | |
2011-08-21 | Add optdepends to pbfields. | Justin Davis | 1 | -1/+2 | |
2011-08-18 | Move OFS and ORS to END. | Justin Davis | 1 | -2/+3 | |
2011-08-18 | Avoid printing PKGBUILD fields with empty values. | Justin Davis | 1 | -0/+2 | |
2011-08-18 | Fix missing double-quotes in pkgdesc output. | Justin Davis | 1 | -1/+4 | |
2011-08-18 | Abstract PKGBUILD field printing into separate script: pbfields. | Justin Davis | 2 | -54/+90 | |
pbfields will recognize any PKGBUILD fields provided in the data passed to STDIN. The fields are printed out to STDOUT as they would appear in the PKGBUILD. Arrays are wordwrapped to fit in 78 columns. | |||||
2011-08-16 | Add conflicts array to PKGBUILD. | Justin Davis | 1 | -1/+2 | |
2011-08-16 | Change shebang to use env. | Justin Davis | 1 | -1/+1 | |
2011-08-16 | Add checkdepends to the PKGBUILD printed by perl-pkg. | Justin Davis | 1 | -0/+1 | |
2011-08-14 | Initial commit. | Justin Davis | 1 | -0/+145 | |