index
:
genpkg
dev
Main repo is at https://github.com/juster/genpkg
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-20
Move "macro" expansion to new script. Simplifies pbjparse.awk.
Justin Davis
4
-113
/
+97
2011-09-13
New addln script adds lines to PKGBUILD funcs. Fix perlbrew's license.
Justin Davis
1
-0
/
+21
2011-09-10
Fix typo that prevented descriptions in POD from being found.
Justin Davis
1
-5
/
+2
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
1
-9
/
+4
2011-09-09
Remove addsvnid macro. Add the $Id$ tagging to pushpkg.
Justin Davis
1
-5
/
+0
2011-09-09
Many changes to parser. Creates remval, remelem, findval funcs.
Justin Davis
1
-13
/
+30
2011-09-09
Remove extra logic when adding optdepends.
Justin Davis
1
-4
/
+0
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
Create a separate pbcount array to hold the number of field values.
Justin Davis
1
-13
/
+10
2011-09-01
Make sure pkgver and distdir are defined in perl-pkg.
Justin Davis
1
-0
/
+3
2011-09-01
Ignore whitespace and add better error reporting for bad input.
Justin Davis
1
-5
/
+3
2011-09-01
Rename remdep to remval. Create remall, pushval functions.
Justin Davis
1
-16
/
+22
2011-09-01
Add = operation.
Justin Davis
1
-0
/
+6
2011-09-01
Add silly comment for pbjparse's cmd argument.
Justin Davis
1
-1
/
+1
2011-09-01
Minor code cleanup, rename "key" var to "dblkey".
Justin Davis
1
-4
/
+4
2011-08-30
Move var munge-ing to mungevars sub. Add !emptydirs options.
Justin Davis
1
-6
/
+14
2011-08-30
Replace version string in source and _distdir with $pkgver.
Justin Davis
1
-1
/
+9
2011-08-30
Fix quoting problems in pkgdesc and dquote source.
Justin Davis
1
-1
/
+5
2011-08-21
Fix argument shifting in perl-pkg.
Justin Davis
1
-2
/
+3
2011-08-21
Move spaces to beginning of strings in pbfields. Easier to see.
Justin Davis
1
-6
/
+6
2011-08-21
Change pbj to accept multiple argument and loop over them.
Justin Davis
1
-24
/
+31
2011-08-21
Print default perl license until we can autodetect licenses.
Justin Davis
1
-0
/
+3
2011-08-21
Create a main sub for perl-pkg.
Justin Davis
1
-3
/
+7
2011-08-21
Make sure to print _distdir= as extra PB field for perl packages.
Justin Davis
1
-0
/
+1
2011-08-21
Add optdepends to pbfields.
Justin Davis
1
-1
/
+2
2011-08-21
Add joinfields() to pbjparse.awk and fix remdeps to not auto-die.
Justin Davis
1
-15
/
+22
2011-08-21
Fix typo in pbjparse.awk for piping templates together.
Justin Davis
1
-1
/
+1
2011-08-21
Fix command piping in pbjparse.awk.
Justin Davis
1
-1
/
+1
2011-08-21
Adds addsvnid awk script to bin/macros/.
Justin Davis
1
-0
/
+6
2011-08-21
Allow overriding of destination PKGBUILD root dir.
Justin Davis
1
-1
/
+6
2011-08-18
Move OFS and ORS to END.
Justin Davis
1
-2
/
+3
2011-08-18
Avoid printing PKGBUILD fields with empty values.
Justin Davis
1
-0
/
+2
2011-08-18
Fix missing double-quotes in pkgdesc output.
Justin Davis
1
-1
/
+4
2011-08-18
Abstract PKGBUILD field printing into separate script: pbfields.
Justin Davis
2
-54
/
+90
2011-08-16
Move name overrides to Convert module and actually use them.
Justin Davis
1
-31
/
+31
2011-08-16
Set the pkgname in pbj to match the .pbj filename.
Justin Davis
2
-4
/
+4
2011-08-16
Add conflicts array to PKGBUILD.
Justin Davis
1
-1
/
+2
2011-08-16
Let's avoid creating a symlink to itself...
Justin Davis
1
-10
/
+8
2011-08-16
Mimick makepkg's symlinking of tarball to avoid downloading twice.
Justin Davis
2
-7
/
+19
2011-08-16
Fix typo where I forgot to specify 512 for SHA checksums.
Justin Davis
1
-1
/
+1
2011-08-16
Change shebang to use env.
Justin Davis
3
-3
/
+3
2011-08-16
Tweak version conversions again. Removes underscores.
Justin Davis
1
-6
/
+6
2011-08-16
Add checkdepends to the PKGBUILD printed by perl-pkg.
Justin Davis
1
-0
/
+1
2011-08-16
Minor code beautification.
Justin Davis
1
-1
/
+1
[next]