Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 459944) +++ head/ports-mgmt/Makefile (revision 459945) @@ -1,75 +1,76 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bsdadminscripts SUBDIR += bsdadminscripts2 SUBDIR += chucky SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist + SUBDIR += pkg-provides SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-index-uniquifier SUBDIR += port-maintenance-tools SUBDIR += portal SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell SUBDIR += portest SUBDIR += portfind SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += ports-tools SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += py-pytoport SUBDIR += py-skog SUBDIR += symports SUBDIR += synth SUBDIR += tinderbox SUBDIR += wanted-ports .include Index: head/ports-mgmt/pkg-provides/Makefile =================================================================== --- head/ports-mgmt/pkg-provides/Makefile (nonexistent) +++ head/ports-mgmt/pkg-provides/Makefile (revision 459945) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= pkg-provides +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.1 +CATEGORIES= ports-mgmt + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= Pkg plugin for querying which package provides a particular file + +LICENSE= BSD2CLAUSE + +NOT_FOR_ARCHS= armv6 mips mips64 + +LIB_DEPENDS= libpcre.so:devel/pcre +BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash + +USE_LDCONFIG= yes +USE_GITHUB= yes + +SUB_FILES= pkg-message +SUB_LIST= LOCALBASE=${LOCALBASE} + +GH_ACCOUNT= rosorio +GH_PROJECT= pkg-provides +GH_TAGNAME= cf5262b + +PLIST_FILES= lib/pkg/provides.so man/man8/pkg-provides.8.gz + +do-install: + ${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/pkg/ + ${INSTALL_LIB} ${WRKSRC}/provides.so ${STAGEDIR}${LOCALBASE}/lib/pkg/ + ${INSTALL_MAN} ${WRKSRC}/pkg-provides.8 ${STAGEDIR}${PREFIX}/man/man8/ + +.include Property changes on: head/ports-mgmt/pkg-provides/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/pkg-provides/distinfo =================================================================== --- head/ports-mgmt/pkg-provides/distinfo (nonexistent) +++ head/ports-mgmt/pkg-provides/distinfo (revision 459945) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516882559 +SHA256 (rosorio-pkg-provides-v0.3.1-cf5262b_GH0.tar.gz) = 8f63e37f835a687872c32ce0ec4ec469c2978986fe0be6b04af7617f73110eaf +SIZE (rosorio-pkg-provides-v0.3.1-cf5262b_GH0.tar.gz) = 8322 Property changes on: head/ports-mgmt/pkg-provides/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/pkg-provides/files/pkg-message.in =================================================================== --- head/ports-mgmt/pkg-provides/files/pkg-message.in (nonexistent) +++ head/ports-mgmt/pkg-provides/files/pkg-message.in (revision 459945) @@ -0,0 +1,14 @@ + ======================= pkg plugin activation ======================== + In order to use the pkg-provides plugin you need to enable plugins in pkg. + To do this, uncomment the following lines in %%LOCALBASE%%etc/pkg.conf file + and add pkg-provides to the supported plugin list + + PKG_PLUGINS_DIR = "%%LOCALBASE%%lib/pkg/"; + PKG_ENABLE_PLUGINS = true; + PLUGINS [ provides ] + + After that run `pkg plugins' to see the plugins handled by pkg`. + + To update the provides database run `pkg provides -u` + + ==================================================================== Property changes on: head/ports-mgmt/pkg-provides/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/pkg-provides/pkg-descr =================================================================== --- head/ports-mgmt/pkg-provides/pkg-descr (nonexistent) +++ head/ports-mgmt/pkg-provides/pkg-descr (revision 459945) @@ -0,0 +1,3 @@ +Pkg plugin for querying which package provides a particular file + +WWW: https://github.com/rosorio/pkg-provides Property changes on: head/ports-mgmt/pkg-provides/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property