Age | Commit message (Collapse) | Author | Files | Lines |
|
* Why DEFAULT_ACCEPTABLE_LICENSES is hardcoded here?
* Should I update pkg_install's version?
|
|
WRKSRC. Needed for some ruby packages, requested by taca@
Bump version to 1.2.
|
|
(Not really necessary, but PKGREVISIONs are cheap; and the binary packages
do differ.)
|
|
|
|
Welcome to pkglint-4.101!
|
|
PR#45061.
|
|
Bump version
|
|
Fix for "Package xxx is not found" problem:
0 > nih -y install editors/emacs22
...
0 > nih -y install editors/emacs20 emacs-
Package editors/emacs20 is not found
1 >
|
|
(This avoids false positive reports in some circumstances, such as a pair
of depends on e.g. foo-2.0 and 2.0.3, and also for more complicated forms
of version numbers.)
|
|
|
|
Bump PKGREVISION.
|
|
Update to 2.13:
HOMEPAGE is detected correctly for code.google.com projects
USE_CMAKE is to yes for cmake-based projects
|
|
Add LICENCE
Fix a few pkglint warnings
|
|
mk/{jpeg,giflib}.buildlink3.mk instead. Bump version.
|
|
as Makefiles. Version bumped. Oked by wiz@
|
|
|
|
even a dynamic description.
|
|
|
|
Key features:
- several packages can be built at the same time on different
machines or chroots
- good design ;-)
- flexibility
- compactness
- no limit on a number of "slave" machines and/or chroots
- fault tolerance, e.g. failures of slave hosts is not a problem
- nice logging
|
|
|
|
|
|
|
|
This is a package manager for pkgsrc.
Available commands:
nih help - Display help message
nih refresh - Download pkg_summary and SHA512 files
nih install - Install or update packages
nih uninstall - Uninstall packages
nih verify - Verify packages integrity
nih status - Show status of installed packages
nih info - Show information about packages
nih meta - Output available or installed meta packages
nih search - Powerful search in packages
nih leaf - Output or remove autoinstalled leaf packages
nih list - List packages
nih mark - Mark packages
nih deps - Show dependencies
nih clean-cache - Clean-up cache directory with binaries
|
|
|
|
|
|
|
|
Every separate field (PKGPATH, PKGNAME, COMMENT etc.) may be queried
separately and multiple fields may be queried too. A lot of search
strategies are available. Set of fields and search strategies may
very depending on your server configuration. Search in multiple
"repositories" is supported too, e.g. search in binary repository
or in pkgsrc source tree.
Communication protocol is a well known dictionary protocol described
in RFC-2229. Server may run dictd or any other dictionary protocol
server. For dictd see http://www.dict.org and
http://sourceforge.net/projects/dict
pkg_online has minimal amount of things specific to pkgsrc and can
easily be adapted to any other packageing systems.
Of course it is based on pkg_summary-utils ;-)
|
|
|
|
|
|
|
|
Fix .include "../../wip/<...>"
|
|
pkg_list_all_pkgs - list (in PKGPATH form) all packages in pkgsrc tree
pkg_src_summary - create a full pkg_src_summary
for given (in PKGPATH form) packages
pkg_bin_summary - creates a summary for binary or installed packages
pkg_micro_src_summary - create a micro pkg_src_summary
for given (in PKGPATH form) packages
pkg_cmp_summary - compare two summary files, i.e. packages
are compared by their versions
pkg_grep_summary - grep the summary using AWK expression
pkg_digger - very powerful package searcher
pkg_digger_backend - pkg_summary.txt backend for pkg_digger
pkg_update_summary - updates pkg_summary(5) by analysing the
modification
time of binary packages and pkg_summary(5) file
pkg_update_src_summary - efficiently updates pkg_src_summary for all
packages in pkgsrc tree
pkg_summary4view - convert a summary file to human readable format
pkg_refresh_summary - output an information about latest/newest version
of packages
pkg_cleanup_distdir - remove old unused distfiles
pkg_uniq_summary - filter out repeated package summaries
pkg_summary2deps - summary to dependency graph converter
pkg_subgraph_deps - analyses dependency graph given on input
pkg_lint_summary - sanity checks for summaries
pkg_summary2leaves - output leaf packages
|
|
|
|
building libfetch.
Fixes PR#44881, it will be happend with groff from pkgsrc.
|
|
|
|
|
|
Fixes PR pkg/43622.
|
|
|
|
- Remove unused CheckSymLinks() function to fix build problems under
DragonFly BSD.
This fixes PR pkg/44862 by Francois Tigeot.
|
|
From Aleksey Cheusov in PR 44696.
|
|
|
|
or it will be passwd down to subsequent make (ex. installation of dependencies)
and result in unwanted behaviour.
|
|
package; from Aleksey Cheusov in relation to PR 44698.
Bump version to 1.9.
|
|
|
|
20110306
Moving to SF.net
Check for mark_as_automatic_installed() return code
20110301
pkgin can now upgrade pkg_install with user's approval
20110228
url_stat's size is declared as off_t, will be > SSIZE_MAX on
32 bits systems. Added a fix for this.
20110227
Added -P, print package version instead of globs in sd, srd, sfd
Added warning for repositories with 0-lenght FILE_SIZE
Added -V (verbosity) flag
Moved integer flags to uint8_t
|
|
|
|
the same gets inherited across a sub make.
|
|
|
|
|
|
-D provides the previous behaviour of creating patches in $WRKDIR/.newpatches
-d dir specifies the directory where the patches will be created.
Requested by Aleksey Cheusov for read-only pkgsrc checkouts.
Fix minor bugs while here.
Bump version.
|