Up to [cvs.netbsd.org] / pkgsrc / pkgtools / pkg_select
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 8 16:13:24 2009 UTC (3 years, 2 months ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Updated pkg_select to version 20090308 . fixed background color on VTE terminals . fixed live pkgsrc over ftp . fixed dependencies display . code cleanup OK'd by seb@
Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 7 14:26:27 2009 UTC (3 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.5: +4 -7
lines
Diff to previous 1.5 (colored)
. included patches/ upstream . MASTER_SITES change . fixed WRKSRC . minor fixes
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 16 20:22:16 2007 UTC (5 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Removed the ONLY_FOR_PLATFORMS line. If there are platforms that 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++
Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 13 00:16:41 2006 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Do not declare a static variable in a header file as non-static. This makes the package build with gcc-4.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 13 00:13:37 2006 UTC (6 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Define SLIST_HEAD_INITIALIZER for platforms without it.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 25 10:34:12 2005 UTC (6 years, 9 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Update to 20050817. Changes: * Patches to make this build on NetBSD -current * Various contribs plus colorization and fixes
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 6 15:20:42 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of pkg_select-20050403 from pkgsrc-wip (this package 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.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 6 15:20:42 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
Initial revision