Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2011-10-16 | Typo fix. Extra single quote. | Justin Davis | 1 | -1/+1 | |
2011-10-11 | Rework perl.d/cpandists to list modules as well. | Justin Davis | 3 | -43/+94 | |
Restyle metas/perl slightly. Use the new files generated by cpandists. Rewrite metas/perl.d/perl-dist to try to read through the cpanmods file as little as possible. | |||||
2011-10-11 | Include dependencies on core perl modules. Use the new provides list. | Justin Davis | 1 | -26/+0 | |
2011-10-08 | Write error messages to stderr in makepkgmeta. | Justin Davis | 1 | -2/+4 | |
2011-10-08 | Add forgotten feature: replace version string with ${pkgver} in source. | Justin Davis | 1 | -17/+59 | |
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-08 | Fix license bug in perl-dist. | Justin Davis | 1 | -1/+1 | |
2011-10-07 | Tweak perl-dist. Add !emptydirs option. | Justin Davis | 1 | -1/+2 | |
Add -f flag to rm -r pkg/$pkg/src. | |||||
2011-10-07 | Remove src/ dir from package dir each time. | Justin Davis | 1 | -2/+3 | |
2011-10-07 | Fix bug with ksh expanding newline in dquotes. | Justin Davis | 1 | -2/+2 | |
2011-10-07 | Allow for a MAINTAINER env. variable to override PACKAGER. | Justin Davis | 2 | -3/+11 | |
2011-10-07 | Reformat perl-dist perl script. Trying out a new style. | Justin Davis | 1 | -357/+342 | |
2011-09-25 | Store the packager in the PKGMETA even if we don't use a PKGTWEAK. | Justin Davis | 2 | -8/+3 | |
2011-09-25 | Implement prepending to PKGBUILD functions. | Justin Davis | 1 | -6/+30 | |
2011-09-22 | Fix internal program name in metas/perl. | Justin Davis | 1 | -1/+1 | |
2011-09-22 | Remember to print pkgname and pkgrel in makepkgmeta. | Justin Davis | 1 | -0/+2 | |
2011-09-22 | Avoid quoting differences in makepkgbuild. | Justin Davis | 1 | -1/+1 | |
2011-09-22 | Merge branch 'master' of github.com:juster/pbjam | Justin Davis | 4 | -103/+2 | |
2011-09-22 | Do not download CPAN dists if it already exists in the CWD. | Justin Davis | 2 | -3/+10 | |
2011-09-22 | Remove debugging output from makepkgbuild and from perl-dist. | Justin Davis | 2 | -11/+10 | |
2011-09-22 | Check to see if packages are for App::foo modules. | Justin Davis | 1 | -1/+2 | |
2011-09-22 | Add PKGBUILD function editing to makepkgbuild. | Justin Davis | 1 | -7/+34 | |
2011-09-22 | Remove old scripts that are obsolete. | Justin Davis | 3 | -102/+0 | |
2011-09-21 | Fix typo with index in findval. | Justin Davis | 1 | -1/+2 | |
2011-09-21 | Remove dists data file I accidentally added. | Justin Davis | 1 | -22299/+0 | |
2011-09-21 | Refinish PKGBUILD generation. | Justin Davis | 3 | -19/+41 | |
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-21 | Add PKGMETA tweaking to Makefile. Update newly named tweakmeta script. | Justin Davis | 1 | -73/+71 | |
The process of reading "tweak" files is now much simpler. The Makefile merely looks to see if a package we are building has an entry in our "tweaks" directory. If so, it tweaks the PKGMETA file. Sort of like a patch only much simpler. |