summaryrefslogtreecommitdiff
path: root/devel/npm-commander
diff options
context:
space:
mode:
Diffstat (limited to 'devel/npm-commander')
-rw-r--r--devel/npm-commander/Makefile38
-rw-r--r--devel/npm-commander/distinfo3
-rw-r--r--devel/npm-commander/files/patch-package.json12
-rw-r--r--devel/npm-commander/pkg-descr4
-rw-r--r--devel/npm-commander/pkg-plist5
5 files changed, 0 insertions, 62 deletions
diff --git a/devel/npm-commander/Makefile b/devel/npm-commander/Makefile
deleted file mode 100644
index dd6b9a1ce101..000000000000
--- a/devel/npm-commander/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Rodrigo Osorio <rodrigo@freebsd.org>
-# $FreeBSD$
-
-PORTNAME= npm-commander
-PORTVERSION= 2.9.0
-DISTVERSIONPREFIX= v
-CATEGORIES= devel www
-
-MAINTAINER= rodrigo@FreeBSD.org
-COMMENT= node.js command-line interfaces made easy
-
-LICENSE= APACHE20
-
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-01-27
-
-BUILD_DEPENDS= npm>=0:www/npm
-RUN_DEPENDS= npm>=0:www/npm \
- ${LOCALBASE}/lib/node_modules/graceful-readlink/index.js:devel/npm-graceful-readlink
-
-USE_GITHUB= yes
-GH_ACCOUNT= tj
-GH_PROJECT= commander.js
-
-# npm install both builds and installs. To avoid building in the stage phase,
-# allow npm to install in a temporary directory and move from there.
-# Moreover, only a fraction of what is installed by npm needs to be packaged
-do-build:
- ${MKDIR} ${WRKDIR}/build-lib
- (cd ${WRKDIR}/build-lib && \
- ${SETENV} HOME=${WRKDIR} npm install ${WRKSRC})
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/ && \
- ${MV} ${WRKDIR}/build-lib/node_modules/commander \
- ${STAGEDIR}${PREFIX}/lib/node_modules/
-
-.include <bsd.port.mk>
diff --git a/devel/npm-commander/distinfo b/devel/npm-commander/distinfo
deleted file mode 100644
index 6156ea3a6ae2..000000000000
--- a/devel/npm-commander/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1494694612
-SHA256 (tj-commander.js-v2.9.0_GH0.tar.gz) = 1cd5b48c22ae4f82b9e00ac11f7972bf8c7ea7fe5047cdb37949e672324fa3f3
-SIZE (tj-commander.js-v2.9.0_GH0.tar.gz) = 20399
diff --git a/devel/npm-commander/files/patch-package.json b/devel/npm-commander/files/patch-package.json
deleted file mode 100644
index dd6f259d2781..000000000000
--- a/devel/npm-commander/files/patch-package.json
+++ /dev/null
@@ -1,12 +0,0 @@
---- package.json.orig 2015-10-13 15:20:01 UTC
-+++ package.json
-@@ -26,8 +26,5 @@
- },
- "files": [
- "index.js"
-- ],
-- "dependencies": {
-- "graceful-readlink": ">= 1.0.0"
-- }
-+ ]
- }
diff --git a/devel/npm-commander/pkg-descr b/devel/npm-commander/pkg-descr
deleted file mode 100644
index 90ca7e16375b..000000000000
--- a/devel/npm-commander/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-The complete solution for node.js command-line interfaces,
-inspired by Ruby's commander.
-
-WWW: https://github.com/tj/commander.js
diff --git a/devel/npm-commander/pkg-plist b/devel/npm-commander/pkg-plist
deleted file mode 100644
index c073b5d90719..000000000000
--- a/devel/npm-commander/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/node_modules/commander/History.md
-lib/node_modules/commander/LICENSE
-lib/node_modules/commander/Readme.md
-lib/node_modules/commander/index.js
-lib/node_modules/commander/package.json