summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_select/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-09-09pkg_select: Add networking libs on SunOSnia1-1/+3
2019-09-07pkg_select: remove Werror, helps building on netbsd-currentnia1-3/+3
2017-12-29pkg_select: fix buffer overflowmaya1-2/+2
expanding the macro with ++len for size meant our memset to zero was one bigger than the above allocated size. while here simplify the problematic macro - malloc+memset zero is calloc. bump pkgrevision
2017-12-29fix crashes due to SSP being enabledplunky1-3/+3
2017-01-03Move to curses framework.roy1-3/+3
2016-05-07Disable noisy warning for GCC.joerg1-1/+3
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-03-03LICENSE=original-bsdobache1-1/+2
2013-09-10Don't pass formatted buffers as format strings. Drop -Wno-traditionaljoerg1-2/+7
for clang. Bump revision.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-03-02Uses cdefs.hans1-1/+3
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 20090308imil1-2/+2
. fixed background color on VTE terminals . fixed live pkgsrc over ftp . fixed dependencies display . code cleanup OK'd by seb@
2009-03-07. included patches/ upstreamimil1-10/+11
. 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 thatrillig1-19/+15
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.*.
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.xtraeme1-2/+2
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 packagextraeme1-0/+45
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.