summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-01Die on bad verstrJustin Davis1-1/+1
2012-06-01Make missing version error slightly different.Justin Davis1-1/+1
2012-06-01Move scrapecore script. Perl corelist will be bundled now.Justin Davis3-8/+5
The core module list for perl might as well be bundled with genpkg. The setup script will install it to the proper place. The scrapecore script will still be included for completeness but shouldn't have to be used by the user, hopefully.
2012-06-01Update style of scrapecore (again) and warn on missing versions.Justin Davis1-31/+36
2012-06-01Move internal notes from genpkg manpage to README.Justin Davis2-38/+38
2012-05-31Start writing docs. First a manpage for genpkg.Justin Davis1-0/+80
2012-05-31Remove obsolete $templd definition.Justin Davis1-1/+0
2012-05-25Quote $(...) command expansion properly in pbfields.Justin Davis1-0/+1
2012-05-25Many changes to get to working order.Justin Davis1-28/+44
Tried to normalize style. Renames alot of things. Uses variables to make things easier on the eyes. Fix bugs that I introduced: - pkgdesc does not expand parameters - array fields not printing - generally bad logic in quoting
2012-05-25Prefer single quoting to double quoting strings.Justin Davis1-4/+5
2012-05-25Don't store packager and maintainer vars.Justin Davis1-2/+2
2012-05-25Pretty up field init a little bit.Justin Davis1-6/+7
2012-05-25Print custom variables at the end of the fields list.Justin Davis1-4/+6
2012-05-25Simplify comment header printing logic.Justin Davis1-4/+7
2012-05-25Remove old pkgver formatting code.Justin Davis1-4/+0
2012-05-25Fix typo in bashquote function.Justin Davis1-1/+1
2012-05-15Adds mod for perl-async-interrupt.Justin Davis1-0/+2
Marc uses perl-style real number version strings.
2012-05-15Fix typo in vervar.Justin Davis1-1/+1
When using the ver field, the bash variable must be prefixed with an underscore (i.e. $_ver).
2012-05-15Add mod for perl-net-ssleay.Justin Davis1-0/+7
Adds a custom license file and depends on openssl.
2012-05-15pushpkgs will svn update before changing files.Justin Davis1-2/+2
2012-05-15Add mod for perl-common-sense.Justin Davis1-0/+2
MetaCPAN has a bug where common-sense is simply missing.
2012-05-15Do an svn update in pushpkgs if dir exists.Justin Davis1-7/+9
2012-05-15Fix DUMB typo in scanfield() inside genpkg.Justin Davis1-1/+1
2012-05-15prepkg should only print to stdout.Justin Davis1-18/+2
2012-05-15Duplicate the version in the prepkg step of genpkg.Justin Davis1-3/+5
2012-05-15s/PERL_MM_DEFAULT/PERL_MM_USE_DEFAULT/.Justin Davis1-1/+1
2012-05-15s/prefix/beg/.Justin Davis1-1/+1
2012-05-15Be paranoid with env vars in check() for perl pkgs.Justin Davis1-0/+8
Re-adds export PERL_MM_DEFAULT=1 and unset PERL5LIB.
2012-05-15Update pushpkgs. Use PKGDEST and REPODIR env vars.Justin Davis1-11/+12
pushpkgs hasn't been updated since I changed the destination of generated packages.
2012-05-15Changes to custom vars in mods must persist.Justin Davis1-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-15Rename path to dir in vervar script.Justin Davis1-1/+1
2012-05-15Rename $_distdir to _$dir in PKGBUILD.Justin Davis1-1/+1
2012-05-15Quote fields with <> chars (again).Justin Davis1-1/+1
2012-05-15Inject digests before substituting version strings.Justin Davis1-1/+1
2012-05-15Forgot to add vervar script.Justin Davis1-0/+52
2012-05-14Add feature to replace ver-strings with $pkgver.Justin Davis4-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-13Don't try to seek stdin in scanfields.Justin Davis1-1/+0
2012-05-12Adds perl-lwp-protocol-https mod.Justin Davis1-0/+2
2012-05-12Replace all mods with tcl versions.Justin Davis21-38/+36
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-30Make sure the epoch is an integer...Justin Davis1-1/+1
2012-04-30Automatically set epoch in mods/perl-anyevent.Justin Davis1-1/+1
2012-04-30Fix typo in mods/perl-anyevent.Justin Davis1-1/+1
2012-04-30Fix typos in mods/perl-extutils-makemaker.Justin Davis1-1/+1
2012-04-22Do not rm the PKGDATA file automatically.Justin Davis1-1/+1
2012-04-22Add _distdir var to perl PKGBUILDs.Justin Davis2-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-21Use simplier parameter expansion in perlbrew mod.Justin Davis1-1/+1
2012-04-21Use test -z just for kicks.Justin Davis1-1/+1