Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-22 | Reorder arguments to "move" modpkg command. | Justin Davis | 1 | -5/+7 | |
2012-06-02 | Fix bug in modpkg's move command. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Changes to custom vars in mods must persist. | Justin Davis | 1 | -1/+7 | |
For each var in the customvars PKGDATA field, we must be sure changes to them in a package mod are written to the new PKGDATA stream. | |||||
2012-05-13 | Don't try to seek stdin in scanfields. | Justin Davis | 1 | -1/+0 | |
2012-05-12 | Adds setdep command. | Justin Davis | 1 | -1/+33 | |
Fix bugs when appending to dotinstall files. | |||||
2012-05-06 | TCL version of modpkg seems to be in working order. | Justin Davis | 1 | -20/+58 | |
2012-05-05 | Start of tcl rewrite of modpkg. | Justin Davis | 1 | -332/+102 | |
2012-04-21 | Emit unknown PKGDATA fields unchanged. | Justin Davis | 1 | -2/+10 | |
Previously unknown fields would be filtered out. | |||||
2012-04-21 | Fix modpkg typo. Don't use old fieldVals method. | Justin Davis | 1 | -5/+4 | |
Also fixes the number of space in the indent. I remember that two is preferred. | |||||
2012-04-21 | PkgDataFields are now just Lists. | Justin Davis | 1 | -28/+24 | |
Since fields are basically just lists of PkgDataFieldVal objects we can use lists. This makes assigning to fields easier in modifier scripts. For example: license = list("GPL2", "LGPL2.1") | |||||
2012-04-16 | modpkg now seems to be in mostly working order. | Justin Davis | 1 | -18/+273 | |
2012-04-15 | Fix typo which adds misplaced perl code to PKGBUILD. | Justin Davis | 1 | -0/+74 | |