The NetBSD Project

CVS log for pkgsrc/pkgtools/pkg_select/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / pkgtools / pkg_select

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 2 16:36:57 2012 UTC (2 months, 3 weeks ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Uses cdefs.

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 4 13:43:39 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: 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
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Add slash to pattern. From Steven Drake in PR 41092.
Bump PKGREVISION.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 3 16:06:43 2009 UTC (3 years, 1 month ago) by imil
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

Corrected pkg_select version in DISTNAME, new PKGREVISION

Revision 1.13 / (download) - annotate - [select for diffs], Sun Mar 29 09:09:17 2009 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Fix substitution per PR 41092 from Steven Drake.
Bump version.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 8 16:13:24 2009 UTC (3 years, 2 months ago) by imil
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (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.11 / (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.10: +11 -10 lines
Diff to previous 1.10 (colored)

. included patches/ upstream
. MASTER_SITES change
. fixed WRKSRC
. minor fixes

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:42 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper-base, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.9: +7 -6 lines
Diff to previous 1.9 (colored)

Add DESTDIR support.

Revision 1.9 / (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-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.8: +15 -19 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:02 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 3 20:53:38 2006 UTC (5 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

Update PKGREVISION.

Make sure use PKG_SYSCONFDIR for the "etc" sed expression.
Also do the SUBST_SED on the configuration example file too.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 3 20:27:47 2006 UTC (5 years, 7 months ago) by reed
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Honor PKGMANDIR insetad of hard-coded path.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:13 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:51 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.3 / (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-2005Q3-base, pkgsrc-2005Q3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to 20050817.

Changes:

	* Patches to make this build on NetBSD -current
	* Various contribs plus colorization and fixes

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 6 15:45:59 2005 UTC (7 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Add DragonFly to ONLY_FOR_PLATFORM.

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
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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>