This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg -vvv <[1810][13:21]] | |
version: 1.0-beta15 0d147cab0b6f63644edb46d6588b1702ceb5f224 | |
abi: freebsd:9:x86:64 | |
db dir: /var/db/pkg | |
cache dir: /var/cache/pkg | |
ports dir: /usr/ports | |
Log into syslog: yes | |
Assume always yes: no | |
Handle rc scripts: no | |
Track shlibs: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pkg stats with multirepos | |
mra:(/usr/home/mra/PROJECTS/pkgng)(master↑11|✔) % pkg stats <[1819][12:16]] | |
/!\ WARNING WARNING WARNING /!\ | |
/!\ WORKING ON MULTIPLE REPOSITORIES /!\ | |
/!\ THIS FEATURE IS STILL CONSIDERED EXPERIMENTAL /!\ | |
/!\ YOU HAVE BEEN WARNED /!\ | |
Local package database: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PORT | |
ifdef (WITH_ETCSHELLS) | |
@${ECHO_MSG} "===> Updating ${SHELLS}" | |
@${CP} ${SHELLS} ${SHELLS}.bak | |
@(${GREP} -v ${PREFIX}/libexec/git-core/git-shell ${SHELLS}.bak; \ | |
${ECHO_CMD} ${PREFIX}/libexec/git-core/git-shell) > ${SHELLS} | |
@${RM} ${SHELLS}.bak |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --cc masterfiles/config/cfcadence.conf | |
index afd74f2,e222eaf..0000000 | |
--- a/masterfiles/config/cfcadence.conf | |
+++ b/masterfiles/config/cfcadence.conf | |
@@@ -218,6 -217,11 +219,14 @@@ shellcommands | |
'/usr/bin/test ! -d /usr/bin/meld-1.5.2 && /usr/bin/wget http\://aptmaster.colo.elex.be/apt/redhat/rhel/tools/meld-1.5.2.tar.bz | |
chdir=/tmp useshell=true timeout=1200 umask=022 owner=root group=root inform=true | |
++<<<<<<< HEAD | |
++======= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.include <bsd.own.mk> | |
LIB= pkg-plugin-foo | |
INCS= pkg-plugin-foo.h | |
WARNS= 6 | |
PREFIX?= /usr/local | |
LIBDIR= ${PREFIX}/lib | |
INCLUDEDIR= ${PREFIX}/include | |
SHLIB_MAJOR= 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Display installed plugins | |
% pkg plugins | |
NAME DESC VERSION LOADED | |
stats Plugin for displaying package stats 1.0 YES | |
template Template plugin for pkgng 1.0 NO | |
zfssnap ZFS snapshot plugin for pkgng 1.0 YES | |
### Installing a package with plugins loaded |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Plugins installed | |
% pkg plugins | |
NAME DESC VERSION LOADED | |
stats Plugin for displaying package stats 1.0 YES | |
template Template plugin for pkgng 1.0 NO | |
zfssnap ZFS snapshot plugin for pkgng 1.0 YES | |
mystats Plugin command for displaying stats 1.0 YES | |
## Usage information with available commands |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% sudo poudriere bulk -j 90amd64 -c | |
poudriere bulk parameters [options] | |
Parameters: | |
-f file -- Give the list of ports to build | |
Options: | |
-c -- Clean the previous built binary packages | |
-t -- Add some testings to package building | |
-s -- Skip sanity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% env PKG_PLUGINS_SUMMARY=yes pkg plugins | |
Plugin(s) loaded: [ 'stats' 'zfssnap' 'mystats' 'serve' ] | |
Successfully loaded 4 plugin(s) | |
NAME DESC VERSION LOADED | |
stats Plugin for displaying package stats 1.0 YES | |
template Template plugin for pkgng 1.0 NO | |
zfssnap ZFS snapshot plugin for pkgng 1.0 YES | |
mystats Plugin command for displaying stats 1.0 YES | |
serve A mongoose plugin for serving files 1.0 YES |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sys/param.h> | |
#include <sys/jail.h> | |
#include <sys/uio.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <stdio.h> |