summaryrefslogtreecommitdiffstats
path: root/bin/modpkg
AgeCommit message (Collapse)AuthorFilesLines
2012-05-13Don't try to seek stdin in scanfields.Justin Davis1-1/+0
2012-05-12Adds setdep command.Justin Davis1-1/+33
Fix bugs when appending to dotinstall files.
2012-05-06TCL version of modpkg seems to be in working order.Justin Davis1-20/+58
2012-05-05Start of tcl rewrite of modpkg.Justin Davis1-332/+102
2012-04-21Emit unknown PKGDATA fields unchanged.Justin Davis1-2/+10
Previously unknown fields would be filtered out.
2012-04-21Fix modpkg typo. Don't use old fieldVals method.Justin Davis1-5/+4
Also fixes the number of space in the indent. I remember that two is preferred.
2012-04-21PkgDataFields are now just Lists.Justin Davis1-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-16modpkg now seems to be in mostly working order.Justin Davis1-18/+273
2012-04-15Fix typo which adds misplaced perl code to PKGBUILD.Justin Davis1-0/+74