Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-15 | Rename path to dir in vervar script. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Quote fields with <> chars (again). | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Inject digests before substituting version strings. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Forgot to add vervar script. | Justin Davis | 1 | -0/+52 | |
2012-05-14 | Add feature to replace ver-strings with $pkgver. | Justin Davis | 2 | -23/+50 | |
Alot of logic was added to allow changing versions in mods while still preserving the version in the $_ver custom variable. | |||||
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-22 | Do not rm the PKGDATA file automatically. | Justin Davis | 1 | -1/+1 | |
2012-04-22 | Add _distdir var to perl PKGBUILDs. | Justin Davis | 1 | -6/+24 | |
pbfields now recognizes a customvars field which names other fields it should print in the PKGBUILD header. These field names are prefixed with an underscore ("_"). | |||||
2012-04-21 | Use test -z just for kicks. | Justin Davis | 1 | -1/+1 | |
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 | Rename METBIN var to PREPSPATH. | Justin Davis | 2 | -7/+7 | |
I meant to do this earlier. Oh well. | |||||
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-21 | Add modpkg call to genpkg. | Justin Davis | 1 | -8/+13 | |
Rename mention of tweaks to mods. | |||||
2012-04-16 | Generate .install files from genpkg as well. | Justin Davis | 1 | -3/+33 | |
2012-04-16 | Rename tweaks/ to preps/. | Justin Davis | 1 | -1/+6 | |
Adds GENPKGDBG env variable. Set it to prevent genpkg from removing PKGTREE and PKGDATA. | |||||
2012-04-16 | Rename the metas/ directory to preps/. | Justin Davis | 1 | -3/+3 | |
This matches the prepkg script name. | |||||
2012-04-16 | Rename mkpkgmeta script to prepkg. | Justin Davis | 2 | -1/+1 | |
2012-04-16 | Remove empty mergepbfields file. I forget what it was for. | Justin Davis | 1 | -0/+0 | |
2012-04-16 | New injectdigs script. | Justin Davis | 1 | -0/+59 | |
This takes PKGDATA on standard input printing it to standard output. Digests for each file entry in the source array are printed along with the other PKGDATA fields. | |||||
2012-04-16 | modpkg now seems to be in mostly working order. | Justin Davis | 1 | -18/+273 | |
2012-04-15 | Switch metas back to printing to stdout. | Justin Davis | 1 | -6/+4 | |
2012-04-15 | Fix typo which adds misplaced perl code to PKGBUILD. | Justin Davis | 1 | -0/+0 | |
2012-03-07 | Change perl-pkgbuild to use new PKGTREE. | Justin Davis | 2 | -12/+55 | |
Updates genpkg as well. Adds func to genpkg for merging files back together from PKGTREE dir. | |||||
2012-03-05 | Make pkgtree scripts simpler still. | Justin Davis | 3 | -63/+21 | |
2012-03-05 | Replace old pkgtree scripts with new simpler ones. | Justin Davis | 5 | -125/+88 | |
2012-02-24 | Start dir-based package trees. Adds catpkgtree. | Justin Davis | 1 | -0/+67 | |
2012-02-13 | Start of Io version of modpkgmeta. | Justin Davis | 1 | -0/+74 | |
2012-02-05 | Start of big rewrite of pkg tweaking. | Justin Davis | 9 | -293/+231 | |
The current setup is only really good for modifying PKGBUILD fields. The modification of PKGBUILD funcs is hackish. Instead, the tweaks will be written in a scripting language (like Io) where both PKGBUILD fields and function code can be easily modified. Fields should be able to be modified just like arrays, but with easier package matching going on. PKGBUILD bash functions are simply arrays of lines, but they are not as sophisticated. Instead they can only be appended to. Package files are represented as trees. Each file (PKGBUILD pkg.install) is a child of the top-level node of the tree. Each child of the file node is a section of the file (intro, body, end). Each section can also have its own intro, body, and end node. In this way each bash function is a node with its own intro, body, and end node. Prepending to a function appends to its intro node. Appending to a function appends to its end child node. The body cannot be modified. | |||||
2012-01-17 | Change output of genpkg to be less spammy. | Justin Davis | 1 | -3/+5 | |
Move message about tweaking the PKGDATA to stderr. | |||||
2012-01-17 | Renamed makepkgbuild to mkpkgbuild. | Justin Davis | 2 | -3/+3 | |
2012-01-17 | Better error check/report in genpkg and perl-dist. | Justin Davis | 2 | -8/+6 | |
metas/perl was not returning the right error. metas/perl.d/perl-dist now reports a better error when ~/.genpkg/var/corelist is missing. genpkg was also not examining the right error code. | |||||
2012-01-17 | Rename makepkgmeta to mkpkgdata. | Justin Davis | 4 | -34/+44 | |
Use files named PKGDATA instead of files named PKGMETA. | |||||
2012-01-16 | Fix hard-coded directories in makepkgbuild. | Justin Davis | 1 | -6/+6 | |
2012-01-16 | Move metas/ and templ/ under ~/.genpkg. | Justin Davis | 1 | -3/+4 | |
2012-01-14 | Hardcode templates dir. No pipelines in template cmd. | Justin Davis | 1 | -35/+23 | |
2012-01-14 | Better error-checking in genpkg. | Justin Davis | 1 | -9/+14 | |
2012-01-07 | Merge changed from other puter. | Justin Davis | 2 | -22/+23 | |
Fix return value snafus, etc. | |||||
2012-01-07 | Dont ignore makepkgmetas return value. | Justin Davis | 1 | -1/+4 | |
2011-12-29 | Fix $tweakd in genpkg. | Justin Davis | 1 | -1/+1 | |
2011-11-20 | More fine-tuning of errors and messages. | Justin Davis | 2 | -3/+9 | |
Cleanup package dirs when meta building fails, in genpkg. | |||||
2011-11-20 | Fix error messages and error codes. | Justin Davis | 2 | -16/+18 | |
2011-10-22 | Move main logic from Makefile to bin/genpkg. | Justin Davis | 1 | -0/+55 | |
Scripts were all reorganized and genpkg is made to be run with all scripts installed under the users home directory. Makefile now is used to install the scripts under the home directory. | |||||
2011-10-21 | Create lib/ directory for meta generator and template scripts. | Justin Davis | 5 | -932/+0 | |
2011-10-20 | Move test deps in makedepends to checkdepends, too. | Justin Davis | 1 | -11/+15 | |
2011-10-20 | Rewrite alot of makepkgbuild. | Justin Davis | 1 | -57/+54 | |
2011-10-17 | Bugfix for fetching cpan files. | Justin Davis | 2 | -14/+14 | |
Minor style fixes. Remove extra whitespace. Use metacpan.org for url. |