summaryrefslogtreecommitdiff
path: root/lib/libpkg
Commit message (Collapse)AuthorAgeFilesLines
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-1714-3280/+0
| | | | | | | Discussed with: erwin, brooks, bapt Notes: svn path=/head/; revision=222035
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
| | | | | | | | | PR: bin/154928 Submitted by: Eitan Adler <lists at eitanadler.com> MFC after: 3 days Notes: svn path=/head/; revision=218909
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-2314-0/+3280
- Rework the wrapper support to check libpkg version as well as pkg_install version. - Add libfetch to _prebuild_libs. - There are no new features introduced. Notes: the API is not stable, so basically, do not use libpkg in your projects for now. Also there's no manpage for libpkg yet, because the API will change drastically. I repeat, do not use libpkg for now. Notes: svn path=/head/; revision=207113