summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_select
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29Fix const correctness issue that has been intermittently causing builddholland6-3/+78
failures for a long time. (I'm not sure why it sometimes does and sometimes doesn't, but I think it may depend on different CFLAGS arising from bootstrapping vs. not bootstrapping.) While here add a comment to patch-curses__helpers.c; hi Joerg.
2013-09-10Don't pass formatted buffers as format strings. Drop -Wno-traditionaljoerg3-3/+45
for clang. Bump revision.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-03-02Uses cdefs.hans1-1/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-04Add slash to pattern. From Steven Drake in PR 41092.wiz1-3/+3
Bump PKGREVISION.
2009-04-03Corrected pkg_select version in DISTNAME, new PKGREVISIONimil1-2/+3
2009-03-29Fix substitution per PR 41092 from Steven Drake.wiz1-3/+3
Bump version.
2009-03-08Updated pkg_select to version 20090308imil2-6/+6
. fixed background color on VTE terminals . fixed live pkgsrc over ftp . fixed dependencies display . code cleanup OK'd by seb@
2009-03-07removed patches after upstream inclusionimil3-41/+0
2009-03-07. included patches/ upstreamimil2-17/+15
. MASTER_SITES change . fixed WRKSRC . minor fixes
2008-06-12Add DESTDIR support.joerg1-6/+7
2007-03-16Removed the ONLY_FOR_PLATFORMS line. If there are platforms thatrillig3-20/+31
definitely cannot run pkg_select, they should be added via NOT_FOR_PLATFORM. Made PKGTOOLS_PATH configurable. It is now set to the value of PKG_TOOLS_BIN. Moved the SUBST block further up in the package Makefile. PKGREVISION++
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-10-03Update PKGREVISION.reed1-2/+4
Make sure use PKG_SYSCONFDIR for the "etc" sed expression. Also do the SUBST_SED on the configuration example file too.
2006-10-03Honor PKGMANDIR insetad of hard-coded path.reed1-3/+3
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-03-13Do not declare a static variable in a header file as non-static. This makesminskim2-1/+14
the package build with gcc-4.
2006-03-13Define SLIST_HEAD_INITIALIZER for platforms without it.minskim2-1/+17
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-25Update to 20050817.xtraeme2-6/+6
Changes: * Patches to make this build on NetBSD -current * Various contribs plus colorization and fixes
2005-04-06Add DragonFly to ONLY_FOR_PLATFORM.xtraeme1-2/+2
2005-04-06Initial import of pkg_select-20050403 from pkgsrc-wip (this packagextraeme4-0/+74
seems to be really useful now, and it's ready to be on pkgsrc). pkg_select will display a curses file browser for the pkg system. You can browse pkgsrc and gather various informations about packages, like avail- able version, installed version, comment and homepage. A simple paging system lets you read information files. You can browse both installed and uninstalled packages, as well as dependencies list and perform vari- ous administrative tasks to them. A package finder system helps you to easily locate a package by its name. pkg_select can handle either source or binary installations when pkgsrc is installed on the local system, or binary only when using the pkgsrc-over-ftp feature. If no pkgsrc is installed, pkg_select offers ability fo fetch it, either by FTP or CVS. It is also possible to update an existing pkgsrc via the interface. pkg_select user interface is quite self explainatory, every available shortcut is shown and annotated.