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 | |
| # :vim setf 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 |
| DEFAULT_VERSIONS+= znc=1.6 | |
| # XXX: All the symlinks on the main files should be done via a script and the | |
| # port should supply ALT_FILES via PKG_NOTES. | |
| # Port configuration | |
| ALT_VER_EPOCH= 14 | |
| ALT_FILES+= \ | |
| bin/znc bin/znc${ALT_VER} \ |
| #! /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. |