adjust for node.port.mk location change
This commit is contained in:
parent
29a570779a
commit
1dd4aa573a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2012/05/10 08:41:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = postgresql client for nodejs
|
||||
|
||||
@ -6,7 +6,7 @@ NPM_VERSION = 0.6.10
|
||||
NPM_NAME = pg
|
||||
CATEGORIES = databases
|
||||
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm ext
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/10 10:46:17 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = sqlite3 bindings for nodejs
|
||||
|
||||
NPM_VERSION = 2.1.3
|
||||
NPM_NAME = sqlite3
|
||||
REVISION = 0
|
||||
CATEGORIES = databases
|
||||
|
||||
MAINTAINER = Aaron Bieber <deftly@gmail.com>
|
||||
@ -16,7 +17,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm ext
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/10 13:15:46 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = TDD framework for node.js
|
||||
|
||||
NPM_VERSION = 0.9.2
|
||||
NPM_NAME = expresso
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://visionmedia.github.com/expresso/
|
||||
@ -14,7 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2012/05/10 08:41:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
# Currently node itself is only for amd64 and i386, but
|
||||
# the coroutine library this uses only works on amd64
|
||||
@ -12,7 +12,7 @@ NPM_VERSION = 0.6.4
|
||||
NPM_NAME = fibers
|
||||
CATEGORIES = devel
|
||||
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
@ -24,7 +24,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm ext
|
||||
USE_GMAKE = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/05/10 13:17:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = generic resource pool for nodejs
|
||||
|
||||
@ -6,7 +6,7 @@ NPM_VERSION = 1.0.9
|
||||
NPM_NAME = generic-pool
|
||||
CATEGORIES = devel
|
||||
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm expresso
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/09 15:24:04 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = build tool for making native node.js modules
|
||||
|
||||
NPM_VERSION = 0.0.3
|
||||
NPM_NAME = mnm
|
||||
REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/nearinfinity/node-mnm
|
||||
@ -14,7 +15,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/11 06:19:38 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = Cairo-backed Canvas implementation for Node.JS
|
||||
|
||||
NPM_VERSION = 0.12.0
|
||||
NPM_NAME = canvas
|
||||
REVISION = 0
|
||||
CATEGORIES = graphics
|
||||
|
||||
HOMEPAGE = https://github.com/learnboost/node-canvas
|
||||
@ -20,7 +21,7 @@ WANTLIB += gobject-2.0 jpeg pcre pixman-1 png pthread-stubs
|
||||
WANTLIB += xcb xcb-render xcb-shm z
|
||||
|
||||
MODULES = devel/gettext \
|
||||
www/node
|
||||
lang/node
|
||||
|
||||
LIB_DEPENDS = graphics/cairo \
|
||||
graphics/jpeg \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2012/05/17 08:05:05 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = little language that compiles to javascript
|
||||
|
||||
NPM_VERSION = 1.3.3
|
||||
NPM_NAME = coffee-script
|
||||
PKGNAME = coffeescript-${NPM_VERSION}
|
||||
REVISION = 0
|
||||
CATEGORIES = lang
|
||||
|
||||
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
@ -17,7 +18,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2012/05/10 08:41:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = bcrypt hashing library for nodejs
|
||||
|
||||
@ -6,7 +6,7 @@ NPM_VERSION = 0.5.0
|
||||
NPM_NAME = bcrypt
|
||||
CATEGORIES = security
|
||||
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm ext
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/09 15:26:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/23 15:13:20 jasper Exp $
|
||||
|
||||
COMMENT = module to support sending messages to syslog
|
||||
|
||||
NPM_VERSION = 1.1.2
|
||||
NPM_NAME = node-syslog
|
||||
REVISION = 0
|
||||
CATEGORIES = sysutils
|
||||
|
||||
HOMEPAGE = http://github.com/schamane/node-syslog
|
||||
@ -16,7 +17,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = www/node
|
||||
MODULES = lang/node
|
||||
|
||||
CONFIGURE_STYLE = npm ext
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user