I hereby claim:
- I am bdrewery on github.
- I am bdrewery (https://keybase.io/bdrewery) on keybase.
- I have a public key whose fingerprint is F917 3CB2 C3AA EA7A 5C8A 1F09 35D7 71BB 6E46 97CF
To claim this, I am signing this object:
#! /bin/sh | |
. ${SCRIPTSDIR}/functions.sh | |
MOVE_FILES=$(mktemp -t tar_files) | |
PLIST_FILES=$(mktemp -t plist_files) | |
PLIST_DIRS=/dev/null | |
SED_FILE=$(mktemp -t sed_file) | |
PARSE_COMMENTS=1 | |
parse_plist "${PREFIX}" ${PARSE_COMMENTS} < "${TMPPLIST}" 3>${PLIST_DIRS} \ |
#! /bin/sh | |
# | |
# Copyright (c) 2014 Bryan Drewery <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. |
#! /bin/sh | |
# | |
# Copyright (c) 2014 Bryan Drewery <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. |
I hereby claim:
To claim this, I am signing this object:
#! /bin/sh | |
# | |
# Copyright (c) 2013-2014 Bryan Drewery <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. |
#! /bin/sh | |
# | |
# Copyright (c) 2013 Bryan Drewery <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. |
This allows for atomic package repository updates and dry-runs. It will allow the repository to be usable during a package build session without a wrapper to do symlinks with latest or clones etc.
PACKAGES
directory#! /bin/sh | |
# | |
# Copyright (c) 2013 Bryan Drewery <[email protected]> | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions | |
# are met: | |
# 1. Redistributions of source code must retain the above copyright | |
# notice, this list of conditions and the following disclaimer. |
devel/svn2git git-1.8.0.2 | |
ports-mgmt/portshaker git-1.8.0.2 | |
shells/bash-completion bash-static-4.2.37 | |
www/wgetpaste bash-static-4.2.37 | |
local/base-meta bash-static-4.2.37 | |
local/base-meta git-1.8.0.2 | |
local/bootstrap-meta bash-static-4.2.37 | |
local/bootstrap-meta git-1.8.0.2 | |
local/dev-meta git-1.8.0.2 | |
local/dev-ports-meta git-1.8.0.2 |
#! /bin/sh | |
[ ${_FLOCKED:-0} -eq 0 ] && _FLOCKED=1 exec lockf -s -t0 /tmp/${0##*/}.lock $0 "$@" # Lock so it can only run once | |
which screen>/dev/null 2>&1 && test -z "${STY}" && exec screen -h 10000 -S ${0##*/} $0 "$@" # Ensure running in a screen | |
# Ensure the latest poudriere-devel is installed | |
portsnap fetch update | |
make -C /usr/ports/ports-mgmt/poudriere-devel/ build deinstall install clean > /dev/null | |
# Update poudriere ports checkout, and copy in my changes | |
poudriere ports -u -p default |