Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-07 | Merge branch 'master' of github.com:juster/pbjam | Justin Davis | 5 | -14/+45 | |
2011-10-07 | Tweaks Makefile. Relocate package target. Use $(PKGVAR). Fix .PHONY. | Justin Davis | 1 | -5/+4 | |
2011-09-25 | Adds perl-anyevent for repo package. | Justin Davis | 1 | -0/+6 | |
2011-09-25 | Adds perl-extutils-makemaker for AUR package. | Justin Davis | 1 | -0/+6 | |
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 | Tabify indent in Makefile. | Justin Davis | 1 | -2/+2 | |
2011-09-22 | Added missing period in tweak message. | Justin Davis | 1 | -1/+1 | |
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 | Fix Makefile to run in GNU make. | Justin Davis | 1 | -4/+6 | |
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 | 3 | -8/+12 | |
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 | 2 | -8/+35 | |
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 | 5 | -43/+71 | |
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 | 2 | -77/+83 | |
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. | |||||
2011-09-21 | Change PKGBUILD appending in perlbrew to use newer form. | Justin Davis | 1 | -3/+2 | |
2011-09-21 | Remove the obsolete "macro" specs from tweak files. | Justin Davis | 16 | -16/+0 | |
2011-09-21 | Remove all old .pbj files with no customizations. | Justin Davis | 6 | -6/+0 | |
2011-09-21 | Forgot to add cpandists file for fetching CPAN dist list. | Justin Davis | 1 | -1/+1 | |
2011-09-21 | Call anything pbj related "tweaks", now. | Justin Davis | 23 | -0/+0 | |
Rename pbjparse.awk to tweakmeta. Make it executable. Rename pbj/ to tweaks. Remove .pbj suffix from files. | |||||
2011-09-20 | Begin restructuring. Creates Makefile, etc. | Justin Davis | 7 | -39/+22496 | |
bin/macros were moved to bin/metas. perl-cpan renamed to simply perl. Supporting scripts for perl-cpan moved to bin/metas/perl.d. No longer use the webpage to look up dists, we maintaing our own simple list of CPAN distributions. Unlike before, scripts in metas/ generate the data file and not the file parsed by pbjparse.awk. | |||||
2011-09-20 | Adds perl-path-class package. | Justin Davis | 1 | -0/+1 | |
2011-09-20 | Move "macro" expansion to new script. Simplifies pbjparse.awk. | Justin Davis | 4 | -113/+97 | |
Use the ! op in perl-cpan instead of running perl-dist separately. Lots of code shuffling. | |||||
2011-09-13 | Add perl-devel-patchperl, perl-file-path-tiny, and perl-file-pushd. | Justin Davis | 3 | -0/+4 | |
2011-09-13 | New addln script adds lines to PKGBUILD funcs. Fix perlbrew's license. | Justin Davis | 2 | -1/+25 | |
The LICENSE file had to be copied to the standard location. This required the new addln script to be created. | |||||
2011-09-12 | Change perlbrews license to MIT. | Justin Davis | 1 | -0/+1 | |
2011-09-12 | Add SVN $Id$ tagging to pushpkgs script. | Justin Davis | 1 | -6/+20 | |
2011-09-10 | Fix typo that prevented descriptions in POD from being found. | Justin Davis | 1 | -5/+2 | |
Removes the debugging message that was never triggered, as well. | |||||
2011-09-10 | Use 'perl-dist' instead of $0. The path in $0 is too spammy... | Justin Davis | 1 | -5/+5 | |
2011-09-09 | Fix bug in perl-dist where test modules weren't moved the checkdepends. | Justin Davis | 2 | -9/+10 | |
2011-09-09 | Add perl-list-moreutils.pbj file. | Justin Davis | 1 | -0/+1 | |
2011-09-09 | Remove addsvnid macro. Add the $Id$ tagging to pushpkg. | Justin Davis | 6 | -10/+9 | |
The pushpkg script is specific to releasing packages on Arch's official repositories. It is more appropriate there and not as a generic macro that I might forget to add. This way I cannot forget to add it. | |||||
2011-09-09 | Many changes to parser. Creates remval, remelem, findval funcs. | Justin Davis | 1 | -13/+30 | |
Adds the < and > stack operations. < pushes a value that matches its parameter to to the stack. > pops from the stack, storing in the given field. Fix error messages in die(), too. | |||||
2011-09-09 | Remove extra logic when adding optdepends. | Justin Davis | 1 | -4/+0 | |
Do not remove other deps with the same name anymore. | |||||
2011-09-09 | Make bash quoting smarter. Only double-quote when a parameter is seen. | Justin Davis | 1 | -7/+12 | |
2011-09-08 | pbjparse.awk reads the value of PACKAGER on its own, now. | Justin Davis | 1 | -1/+1 | |
2011-09-08 | Use the value of the PACKAGER env. var. for the value of "packager". | Justin Davis | 1 | -1/+5 | |
2011-09-08 | Minor aesthetic improvements. | Justin Davis | 2 | -3/+1 | |
2011-09-08 | Var expansion doesn't work in strings, duh. | Justin Davis | 1 | -1/+1 | |
2011-09-08 | Remove redundant clearing of tcmd var. | Justin Davis | 1 | -1/+0 | |
2011-09-01 | Override license in perl-mozilla-ca.pbj. | Justin Davis | 1 | -4/+1 | |
2011-09-01 | Add conflict with perl-libwww to perl-html-form.pbj. | Justin Davis | 1 | -0/+1 | |
2011-09-01 | Create a separate pbcount array to hold the number of field values. | Justin Davis | 1 | -13/+10 | |