summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2011-05-21Do not use DESCR_SRC, the readme job doesn't handle it well and it's notwiz6-26/+39
even a dynamic description.
2011-05-18+distbb, oked by sponsorscheusov1-1/+2
2011-05-18distbb - distributed bulk build tool for pkgsrccheusov5-0/+107
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
2011-05-18typodholland1-1/+1
2011-05-17Add ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ to mirrors.cheusov1-2/+3
2011-05-16Add nih, approved by sponsorscheusov1-1/+2
2011-05-16NIH Invented Here :-)cheusov4-0/+78
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
2011-05-16add pkg_online removed from pkgsrc by mistakecheusov9-0/+133
2011-05-16imported to pkgsrccheusov9-133/+0
2011-05-16Add pkg_online client and server, approved by sponsorscheusov1-1/+3
2011-05-16pkg_online - client/server package searcher for pkgsrc.cheusov9-0/+133
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 ;-)
2011-05-15Mark PKG_APACHE_ACCEPTED as package-settable.wiz1-2/+2
2011-05-12Added PKGCONFIG_OVERRIDE_STAGEadam1-1/+2
2011-05-11+pkg_summary-utils, oked by sponsorscheusov1-1/+2
2011-05-11Remove alt_names.txt imported by mistakecheusov2-17/+2
Fix .include "../../wip/<...>"
2011-05-11A collection of utilities for manipulating pkg_summary(5) files.cheusov91-0/+13964
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
2011-05-08Add mplusfont and cc-by-sa-v3.0 to the default list.ryoon1-2/+4
2011-04-26net/libfetch is USE_BSD_MAKEFILE, pass ${BSD_MAKE_ENV} additionally forobache1-2/+2
building libfetch. Fixes PR#44881, it will be happend with groff from pkgsrc.
2011-04-22recursive bump from gettext-lib shlib bump.obache3-5/+6
2011-04-22Added postgresql-licenseadam1-1/+2
2011-04-20Add linux to list for retaining the numeric OS version.morr2-258/+293
Fixes PR pkg/43622.
2011-04-12Make build warnings non-fatal unless developer mode is enabled.tron2-8/+13
2011-04-12Update "rpm2pkg" package to version 3.2.2:tron2-49/+3
- Remove unused CheckSymLinks() function to fix build problems under DragonFly BSD. This fixes PR pkg/44862 by Francois Tigeot.
2011-04-05Make MAKE_PROGRAM overridable by packages.wiz1-2/+2
From Aleksey Cheusov in PR 44696.
2011-04-01Allow GNU GPL v1 by default.wiz1-1/+2
2011-03-22Pass MAKE_SET_VARS with environment variables instead of make flags,obache2-11/+11
or it will be passwd down to subsequent make (ex. installation of dependencies) and result in unwanted behaviour.
2011-03-19Add filebase support, allowing to choose the filename for the resultingwiz3-28/+58
package; from Aleksey Cheusov in relation to PR 44698. Bump version to 1.9.
2011-03-17Add unlicense to default_acceptable_licenses. Per advice by wiz.bad1-2/+2
2011-03-06pkgin 0.4.2imil2-7/+7
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
2011-03-06Use slightly more modern packages in example.wiz1-2/+2
2011-03-06- pass fullpath in argv[0] when pkg-scan spawns bmake so thatseanb2-12/+5
the same gets inherited across a sub make.
2011-03-05Revert previous, the files were already there (in sort(1) order).wiz1-4/+1
2011-03-05add libX11-xcb.so* versions.mrg1-1/+4
2011-03-04Add "-D"/"-d dir" options to mkpatches and patchdiff.wiz5-25/+99
-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.
2011-02-26Add x11-xcb.pc (riding bump from a few minutes ago) and depend on thiswiz2-3/+4
version by default.
2011-02-26Add libX11-xcb files. Bump version to 0.65.wiz2-6/+10
2011-02-26add libXext.so.7.1mrg1-1/+2
2011-02-21pkgin 0.4.1imil2-6/+6
. Wiped out file.c, ftpio.c, path.c, str.c, pexec.c, pkg_io.c, pen.c, strsep.c, lpkg.c, iterate.c . Inform about logging
2011-02-18. fix audit-history subcommand to include patterns making use of [x-y] notationaymeric2-6/+13
. bump version to 20110215
2011-02-16mdoclint cleanup.wiz3-19/+21
2011-02-13pkgin 0.4.0imil2-13/+21
20110207 Replaced naive repository arch check by MACHINE_ARCH check 20110206 Bump to SQLite 3.7.5 20110205 Added statvfs64 support Redirect stderr to logfile while pkg_{add,delete} 20110204 Feature request: -F / force-reinstall Feature request: PR 43049 Generated repositories.conf for NetBSD, DragonFly BSD and MINIX 20110130 Merged 0.4.0 to HEAD MINIX patches from Gautam are now upstream Re-added download-only Makefile.in / configure.ac cleanup Integrated some of bapt's patches - chroot - bandwidth calculation 20110122 pkgin 0.4.0 SQLite "Amalgamation" version is now part of the tree, No more databases/sqlite3 dependency needed
2011-02-10Added clang to PKGSRC_COMPILERadam1-2/+2
2011-02-06Bring in boost-license, 1.0. Certified by OSI as an Open Sourceschnoebe1-2/+3
license.
2011-02-05Kill Interix libc shlibname base OS_VERSION detection, broken for SUA.obache1-10/+1
It is based on ancient bsd.prefs.mk and not works as expected for SUA, because all SUA (5.2, 6.0 and 6.1) have libc.so.5.2 (and also old version). Moreover shlibname base OS version was introduced to speed up to avoid invoking `uname', but in this script, `uname' always will be invoked.
2011-02-02Set LICENSE.wiz1-1/+2
2011-02-02Add proper license for files by dillo and myself.wiz2-4/+47
Ok dillo.
2011-02-02Fix wording in my licencse.wiz3-9/+9
2011-02-02Sign over copyright to TNFhubertf4-25/+104
2011-02-02Clarify my license.wiz3-6/+71
2011-02-02Update to 1.0.wiz11-126/+193
Smarter pkgdiff, doesn't create chunks that are added automatically by the pkgsrc infrastructure (configure:exit instead of regenerate, Makefile: localedir). mkpatches: patch file names now contain the path to the file and its name per discussion on tech-pkg June 2010. Also, the files are created directly in the patches/ directory; backups are saved as patches/patch-foo.orig. patchdiff: now compares patches/patch-foo with patches/patch-foo.orig; if they only differ in non-essential parts, patchdiff reinstates the original patch to keep commits less noisy.