remove node-bcrypt as part of the node-* removal
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
This commit is contained in:
parent
c6869e0269
commit
0af085e76d
@ -1,30 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2015/02/03 15:51:31 abieber Exp $
|
||||
|
||||
COMMENT = bcrypt hashing library for Node.js
|
||||
|
||||
NPM_VERSION = 0.7.5
|
||||
NPM_NAME = bcrypt
|
||||
CATEGORIES = security
|
||||
REVISION = 4
|
||||
|
||||
HOMEPAGE = https://github.com/ncb000gt/node.bcrypt.js
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm ext
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/node-bindings
|
||||
|
||||
MODNODE_DEPENDS = bindings
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKDIST}/binding.gyp
|
||||
|
||||
# needs nodeunit
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (bcrypt-0.7.5.tgz) = ypL5WQkRHlbrapqp9GFGQGbCZ9xL1ilhlSrsUr6ZV5A=
|
||||
SIZE (bcrypt-0.7.5.tgz) = 26071
|
@ -1,2 +0,0 @@
|
||||
BCrypt password hashing library for Node.js, with both asynchronous and
|
||||
synchronous versions.
|
@ -1,50 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/06/28 17:33:05 jeremy Exp $
|
||||
lib/node_modules/bcrypt/
|
||||
lib/node_modules/bcrypt/.npmignore
|
||||
lib/node_modules/bcrypt/.travis.yml
|
||||
lib/node_modules/bcrypt/CHANGELOG
|
||||
lib/node_modules/bcrypt/LICENSE
|
||||
lib/node_modules/bcrypt/Makefile
|
||||
lib/node_modules/bcrypt/README.md
|
||||
lib/node_modules/bcrypt/bcrypt.js
|
||||
lib/node_modules/bcrypt/binding.gyp
|
||||
lib/node_modules/bcrypt/build/
|
||||
lib/node_modules/bcrypt/build/Makefile
|
||||
lib/node_modules/bcrypt/build/Release/
|
||||
lib/node_modules/bcrypt/build/Release/.deps/
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/bcrypt_lib.node.d
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/bcrypt_lib/
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/bcrypt_lib.node.d
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/bcrypt_lib/src/
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/bcrypt_lib/src/bcrypt.o.d
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/bcrypt_lib/src/bcrypt_node.o.d
|
||||
lib/node_modules/bcrypt/build/Release/.deps/Release/obj.target/bcrypt_lib/src/blowfish.o.d
|
||||
@bin lib/node_modules/bcrypt/build/Release/bcrypt_lib.node
|
||||
lib/node_modules/bcrypt/build/Release/linker.lock
|
||||
lib/node_modules/bcrypt/build/Release/obj.target/
|
||||
lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib/
|
||||
@bin lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib.node
|
||||
lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib/src/
|
||||
lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib/src/bcrypt.o
|
||||
lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib/src/bcrypt_node.o
|
||||
lib/node_modules/bcrypt/build/Release/obj.target/bcrypt_lib/src/blowfish.o
|
||||
lib/node_modules/bcrypt/build/bcrypt_lib.target.mk
|
||||
lib/node_modules/bcrypt/build/binding.Makefile
|
||||
lib/node_modules/bcrypt/build/config.gypi
|
||||
lib/node_modules/bcrypt/examples/
|
||||
lib/node_modules/bcrypt/examples/async_compare.js
|
||||
lib/node_modules/bcrypt/examples/forever_gen_salt.js
|
||||
lib/node_modules/bcrypt/package.json
|
||||
lib/node_modules/bcrypt/src/
|
||||
lib/node_modules/bcrypt/src/bcrypt.cc
|
||||
lib/node_modules/bcrypt/src/bcrypt_node.cc
|
||||
lib/node_modules/bcrypt/src/blowfish.cc
|
||||
lib/node_modules/bcrypt/src/node_blf.h
|
||||
lib/node_modules/bcrypt/test/
|
||||
lib/node_modules/bcrypt/test/async.js
|
||||
lib/node_modules/bcrypt/test/deprecated.js
|
||||
lib/node_modules/bcrypt/test/repetitions.js
|
||||
lib/node_modules/bcrypt/test/sync.js
|
||||
lib/node_modules/bcrypt/wscript
|
Loading…
x
Reference in New Issue
Block a user