[pacman-dev] [PATCH] Read .PKGINFO directly from package file
Xavier
shiningxc at gmail.com
Thu Mar 27 05:37:51 EDT 2008
Dan McGee wrote:
> With the addition of the archive_fgets() function, we can now skip the temp
> file usage in pkg_load/parse_descfile that was not needed. This has a nice
> benefit of probably being both faster, reducing code, and getting rid of
> "expensive" file operations.
>
> Signed-off-by: Dan McGee <dan at archlinux.org>
> ---
> lib/libalpm/package.c | 61 +++++++++----------------------------------------
> 1 files changed, 11 insertions(+), 50 deletions(-)
>
That looks great, nice job.
More information about the pacman-dev
mailing list