Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

16
pkgtools/pkg_select/DESCR Normal file
View File

@@ -0,0 +1,16 @@
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.

View File

@@ -0,0 +1,47 @@
# $NetBSD: Makefile,v 1.17 2012/09/11 23:19:37 asau Exp $
#
DISTNAME= pkg_select-20090308
PKGREVISION= 2
CATEGORIES= pkgtools
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/
MAINTAINER= imil@gcu.info
COMMENT= Curses based pkgsrc system browser / manager
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_FEATURES+= cdefs
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
INSTALLATION_DIRS+= ${EXAMPLEDIR} share/pkg_select
EXAMPLEDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES= ${EXAMPLEDIR}/${PKGBASE}.conf.example \
${PKG_SYSCONFDIR}/${PKGBASE}.conf
SUBST_CLASSES+= path
SUBST_STAGE.path= pre-configure
SUBST_MESSAGE.path= Adjusting path.
SUBST_FILES.path= Makefile pkg_select.1 ${PKGBASE}.conf.example
SUBST_SED.path= -e "s|/usr/pkgsrc|${PKGSRCDIR}|g"
SUBST_SED.path+= -e "s|/usr/pkg/etc|${PKG_SYSCONFDIR}|g"
SUBST_SED.path+= -e "s|/usr/pkg/|${PREFIX}/|g"
SUBST_SED.path+= -e "s|/var/db/pkg|${PKG_DBDIR}|g"
SUBST_SED.path+= -e "s|/usr/bin/make|${MAKE}|g"
CFLAGS+= -DPKGTOOLS_PATH=\"${PKG_TOOLS_BIN}\"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pkg_select ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.conf.example \
${DESTDIR}${EXAMPLEDIR}
${INSTALL_DATA} ${WRKSRC}/mirrors.cvs \
${DESTDIR}${PREFIX}/share/pkg_select
${INSTALL_DATA} ${WRKSRC}/mirrors.ftp \
${DESTDIR}${PREFIX}/share/pkg_select
${INSTALL_MAN} ${WRKSRC}/pkg_select.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:11:03 joerg Exp $
bin/pkg_select
man/man1/pkg_select.1
share/examples/pkg_select/pkg_select.conf.example
share/pkg_select/mirrors.cvs
share/pkg_select/mirrors.ftp

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2009/03/08 16:13:24 imil Exp $
SHA1 (pkg_select-20090308.tar.gz) = f4a4f40927631d16ee563671ce98e69843382c93
RMD160 (pkg_select-20090308.tar.gz) = d265f8e18ee4500e2ac34ba2d105acff28cc7e91
Size (pkg_select-20090308.tar.gz) = 54637 bytes