├── Makefile ├── README.md ├── bigram.c ├── bigram.h ├── configure.c ├── mkpath.c ├── pkg-provides.8 ├── poudriere ├── README.md ├── pkgrepo.sh └── provides-db-gen.rb ├── progressbar.c └── provides.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/README.md -------------------------------------------------------------------------------- /bigram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/bigram.c -------------------------------------------------------------------------------- /bigram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/bigram.h -------------------------------------------------------------------------------- /configure.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/configure.c -------------------------------------------------------------------------------- /mkpath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/mkpath.c -------------------------------------------------------------------------------- /pkg-provides.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/pkg-provides.8 -------------------------------------------------------------------------------- /poudriere/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/poudriere/README.md -------------------------------------------------------------------------------- /poudriere/pkgrepo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/poudriere/pkgrepo.sh -------------------------------------------------------------------------------- /poudriere/provides-db-gen.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/poudriere/provides-db-gen.rb -------------------------------------------------------------------------------- /progressbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/progressbar.c -------------------------------------------------------------------------------- /provides.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rosorio/pkg-provides/HEAD/provides.c --------------------------------------------------------------------------------