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

View File

@@ -0,0 +1,20 @@
pkg_online - client/server package searcher for pkgsrc.
Every separate field (PKGPATH, PKGNAME, COMMENT etc.) may be queried
separately and multiple fields may be queried too. A lot of search
strategies are available. Set of fields and search strategies may
very depending on your server configuration. Search in multiple
"repositories" is supported too, e.g. search in binary repository
or in pkgsrc source tree.
Communication protocol is a well known dictionary protocol described
in RFC-2229. Server may run dictd or any other dictionary protocol
server. For dictd see http://www.dict.org and
http://sourceforge.net/projects/dict
pkg_online has minimal amount of things specific to pkgsrc and can
easily be adapted to any other packageing systems.
Of course it is based on pkg_summary-utils ;-)
This package provides tools for building PKG_ONLINE databases.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.8 2012/11/25 20:51:03 cheusov Exp $
#
.include "../../pkgtools/pkg_online-server/Makefile.common"
PKGNAME= ${DISTNAME:C/online/online-server/}
CATEGORIES= pkgtools
MAINTAINER= cheusov@NetBSD.org
COMMENT+= (server tools)
DEPENDS+= dict-server>=1.10.10nb2:../../textproc/dict-server
DEPENDS+= pkg_summary-utils>=0.60.0:../../pkgtools/pkg_summary-utils
DEPENDS+= pipestatus-[0-9]*:../../devel/pipestatus
BUILD_DEPENDS+= mk-configure>=0.20.0:../../devel/mk-configure
INSTALL_TARGET= install-server install-doc
DOCDIR= ${PREFIX}/share/doc/pkg_online-server
EGDIR= ${PREFIX}/share/examples/pkg_online-server
MAKE_ENV+= DOCDIR=${DOCDIR} EGDIR=${EGDIR}
CONF_FILES= ${EGDIR}/pkg_online_server.conf \
${PKG_SYSCONFDIR}/pkg_online_server.conf
.include "../../devel/mk-configure/mk-c.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile.common,v 1.8 2012/11/25 20:51:03 cheusov Exp $
#
# used by pkgtools/pkg_online-client/Makefile
# used by pkgtools/pkg_online-server/Makefile
DISTNAME= pkg_online-${VERSION}
MASTER_SITES= http://mova.org/~cheusov/pub/pkg_online/ \
ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/pkg_online/
VERSION= 0.13.1
HOMEPAGE= http://mova.org/~cheusov/pub/pkg_online/
COMMENT= Client/Server package searcher for pkgsrc
LICENSE= 2-clause-bsd
DISTINFO_FILE= ${.CURDIR}/../../pkgtools/pkg_online-server/distinfo
PATCHDIR= ${.CURDIR}/../../pkgtools/pkg_online-server/patches
USE_LANGUAGES= # none

View File

@@ -0,0 +1,15 @@
@comment $NetBSD: PLIST,v 1.4 2012/01/08 15:16:38 cheusov Exp $
bin/pkg_online_mkconf
bin/pkg_online_server.env
bin/pkg_summary2all
bin/pkg_summary2dict
bin/pkg_summary2field-index
bin/pkg_summary2info
bin/pkg_summary2onelineinfo
bin/pkg_summary2shortinfo
share/doc/pkg_online-server/LICENSE
share/doc/pkg_online-server/NEWS
share/doc/pkg_online-server/README
share/doc/pkg_online-server/TODO
share/examples/pkg_online-server/dictd.conf
share/examples/pkg_online-server/pkg_online_server.conf

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/11/25 20:51:03 cheusov Exp $
SHA1 (pkg_online-0.13.1.tar.gz) = ee84a229ac650a6bd710cc775d3ef036123a6646
RMD160 (pkg_online-0.13.1.tar.gz) = 89757e88919925fe5b9a0982d1de942532fd6fde
Size (pkg_online-0.13.1.tar.gz) = 12211 bytes