Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-15 | Adds mod for perl-async-interrupt. | Justin Davis | 1 | -0/+2 | |
Marc uses perl-style real number version strings. | |||||
2012-05-15 | Fix typo in vervar. | Justin Davis | 1 | -1/+1 | |
When using the ver field, the bash variable must be prefixed with an underscore (i.e. $_ver). | |||||
2012-05-15 | Add mod for perl-net-ssleay. | Justin Davis | 1 | -0/+7 | |
Adds a custom license file and depends on openssl. | |||||
2012-05-15 | pushpkgs will svn update before changing files. | Justin Davis | 1 | -2/+2 | |
2012-05-15 | Add mod for perl-common-sense. | Justin Davis | 1 | -0/+2 | |
MetaCPAN has a bug where common-sense is simply missing. | |||||
2012-05-15 | Do an svn update in pushpkgs if dir exists. | Justin Davis | 1 | -7/+9 | |
2012-05-15 | Fix DUMB typo in scanfield() inside genpkg. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | prepkg should only print to stdout. | Justin Davis | 1 | -18/+2 | |
2012-05-15 | Duplicate the version in the prepkg step of genpkg. | Justin Davis | 1 | -3/+5 | |
2012-05-15 | s/PERL_MM_DEFAULT/PERL_MM_USE_DEFAULT/. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | s/prefix/beg/. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Be paranoid with env vars in check() for perl pkgs. | Justin Davis | 1 | -0/+8 | |
Re-adds export PERL_MM_DEFAULT=1 and unset PERL5LIB. | |||||
2012-05-15 | Update pushpkgs. Use PKGDEST and REPODIR env vars. | Justin Davis | 1 | -11/+12 | |
pushpkgs hasn't been updated since I changed the destination of generated packages. | |||||
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-15 | Rename path to dir in vervar script. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Rename $_distdir to _$dir in PKGBUILD. | 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 | 4 | -26/+53 | |
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 perl-lwp-protocol-https mod. | Justin Davis | 1 | -0/+2 | |
2012-05-12 | Replace all mods with tcl versions. | Justin Davis | 21 | -38/+36 | |
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-30 | Make sure the epoch is an integer... | Justin Davis | 1 | -1/+1 | |
2012-04-30 | Automatically set epoch in mods/perl-anyevent. | Justin Davis | 1 | -1/+1 | |
2012-04-30 | Fix typo in mods/perl-anyevent. | Justin Davis | 1 | -1/+1 | |
2012-04-30 | Fix typos in mods/perl-extutils-makemaker. | Justin Davis | 1 | -1/+1 | |
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 | 2 | -31/+46 | |
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 simplier parameter expansion in perlbrew mod. | Justin Davis | 1 | -1/+1 | |
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 | Use the GENPKGDBG var in perl-dist. | Justin Davis | 1 | -1/+1 | |
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 | Fix the perlbrew mod. | Justin Davis | 1 | -3/+5 | |
Replace the license, dont just add to it. Append to the package() func in one fell swoop. | |||||
2012-04-21 | Make missing cpanmods message friendlier. | Justin Davis | 1 | -0/+3 | |
Scrapecore needs ~/.genpkg/var/cpanmods data to exist. When it is missing try to give a friendlier error message. | |||||
2012-04-21 | Make missing coremods message friendlier. | Justin Davis | 1 | -7/+11 | |
Use the PREPSPATH env variable to tell the user exactly where the scrapecore script is located. | |||||
2012-04-21 | Change METABIN var to PREPSPATH. | Justin Davis | 20 | -40/+33 | |
genpkg uses this to tell prepkg where the preparer scripts are located. | |||||
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 | Fix typo in setup. | Justin Davis | 1 | -4/+5 | |
Forgot to rename a reference to $t. | |||||
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 | 23 | -7/+12 | |
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 | 7 | -9/+9 | |
This matches the prepkg script name. | |||||
2012-04-16 | Rename mkpkgmeta script to prepkg. | Justin Davis | 3 | -2/+2 | |
2012-04-16 | Remove empty mergepbfields file. I forget what it was for. | Justin Davis | 1 | -0/+0 | |