Module name:pkg_install
Committed by: jsonn
Date: Wed Sep 6 12:55:52 UTC 2006
Modified Files:
pkg_install/src/pkg_parse: pkg_parse.1
Log Message:
Add return codes.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 pkg_install/src/pkg_parse/pkg_parse.1
To
Module name:pkg_install
Committed by: jsonn
Date: Wed Sep 6 12:50:55 UTC 2006
Modified Files:
pkg_install/src/pkg_parse: Makefile
Added Files:
pkg_install/src/pkg_parse: pkg_parse.1
Log Message:
Add man page.
To generate a diff of this commit:
cvs -z3 rdiff -u -
Module name:pkg_install
Committed by: jsonn
Date: Sun Aug 20 16:31:40 UTC 2006
Modified Files:
pkg_install/src/pkg_parse: pkg_parse.c
Log Message:
Add license.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.10 -r1.11 pkg_install/src/pkg_parse/pkg_parse.c
To vie
Module name:pkg_install
Committed by: jsonn
Date: Sun Aug 20 16:31:02 UTC 2006
Modified Files:
pkg_install/src/pkg_parse: Makefile pkg_parse.c
Log Message:
Now that pkg_create exist, change pkg_parse to read input from stdin,
parse it, optionally validate it and write it b
Module name:pkg_install
Committed by: jsonn
Date: Tue Aug 15 22:09:04 UTC 2006
Added Files:
pkg_install/src/pkg_parse: Makefile pkg_parse.c
Log Message:
Create the same output as pkg_prep, parse it, reoutput it and test
whether the result is identical. Basic regression tes