pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
php-composer: Imported into Pkgsrc, remove from WIP
Module Name: pkgsrc-wip
Committed By: Travis Paul <tr%vispaul.me@localhost>
Pushed By: tpaul
Date: Mon Mar 16 04:50:03 2020 +0000
Changeset: becd476227aaf76b4c8801e1f74806932fb6fc21
Removed Files:
php-composer/DESCR
php-composer/Makefile
php-composer/PLIST
php-composer/distinfo
php-composer/files/composer
Log Message:
php-composer: Imported into Pkgsrc, remove from WIP
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=becd476227aaf76b4c8801e1f74806932fb6fc21
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
php-composer/DESCR | 3 ---
php-composer/Makefile | 40 ----------------------------------------
php-composer/PLIST | 3 ---
php-composer/distinfo | 6 ------
php-composer/files/composer | 7 -------
5 files changed, 59 deletions(-)
diffs:
diff --git a/php-composer/DESCR b/php-composer/DESCR
deleted file mode 100644
index 19d163cfbc..0000000000
--- a/php-composer/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Composer is a tool for dependency management in PHP. It allows you to
-declare the libraries your project depends on and it will manage
-(install/update) them for you.
diff --git a/php-composer/Makefile b/php-composer/Makefile
deleted file mode 100644
index b74e623fa7..0000000000
--- a/php-composer/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD$
-
-VERSION= 1.10.1
-PKGNAME= ${PHP_PKG_PREFIX}-composer-${VERSION}
-DISTNAME= composer
-CATEGORIES= devel
-MASTER_SITES= https://getcomposer.org/download/${VERSION}/
-DIST_SUBDIR= php-composer/${VERSION}
-EXTRACT_SUFX= .phar
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://getcomposer.org/
-COMMENT= Dependency Manager for PHP
-LICENSE= mit
-
-NO_BUILD= yes
-AUTO_MKDIRS= yes
-
-DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring
-DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
-DEPENDS+= ${PHP_PKG_PREFIX}-zip-[0-9]*:../../archivers/php-zip
-
-do-extract:
- ${MKDIR} -m 0755 ${WRKSRC}
- ${INSTALL} -m 0644 ${FILESDIR}/composer ${WRKSRC}/composer
-
-do-install:
- ${INSTALL} -m 0755 ${WRKSRC}/composer ${DESTDIR}${PREFIX}/bin/composer
- ${INSTALL} -m 0644 ${DISTDIR}/${DIST_SUBDIR}/composer.phar \
- ${DESTDIR}${PREFIX}/share/php/composer.phar
-
-SUBST_CLASSES+= fix-paths
-SUBST_STAGE.fix-paths= post-extract
-SUBST_MESSAGE.fix-paths= Fixing absolute paths.
-SUBST_FILES.fix-paths= composer
-SUBST_VARS.fix-paths= PREFIX
-
-.include "../../lang/php/phpversion.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/php-composer/PLIST b/php-composer/PLIST
deleted file mode 100644
index 33f91cdbf2..0000000000
--- a/php-composer/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/composer
-share/php/composer.phar
diff --git a/php-composer/distinfo b/php-composer/distinfo
deleted file mode 100644
index 294f1be79d..0000000000
--- a/php-composer/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (php-composer/1.10.1/composer.phar) = fa51d7b32dbfb52eaeb8aa8a5112ab33017cc0b9
-RMD160 (php-composer/1.10.1/composer.phar) = f79c3fe04a18881947c012c71bcefc6ef6294992
-SHA512 (php-composer/1.10.1/composer.phar) = bb0fa469b8180ade3feb5736a58f2702b0889b6fc3038efbb962f8fd7a691f9d995f8b121e67f9feb7e409b360a25fae10426545d2dc68e0976be6126d69d8f4
-Size (php-composer/1.10.1/composer.phar) = 1969526 bytes
diff --git a/php-composer/files/composer b/php-composer/files/composer
deleted file mode 100644
index 77ea33ac31..0000000000
--- a/php-composer/files/composer
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-PREFIX="@PREFIX@"
-BINDIR="$PREFIX/bin"
-DATADIR="$PREFIX/share"
-
-"$BINDIR/php" "$DATADIR/php/composer.phar" $@
Home |
Main Index |
Thread Index |
Old Index