summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-22 21:07:09 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-22 21:07:09 +0800
commit9280d21fac251be360c351cadc7da593ae6a68dc (patch)
treef14399520b67ed967d7d8ddcba1f4a5bc7f6d1e4
parent47be66aecfc9d2de289940d8ff614e5344e94775 (diff)
downloadxorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.tar
xorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.tar.gz
xorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.tar.bz2
xorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.tar.lz
xorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.tar.xz
xorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.tar.zst
xorg-devel-ports-9280d21fac251be360c351cadc7da593ae6a68dc.zip
A commandline tool modeled on the Unix 'df' that lists how much filespace
each installed package consumes. A subset of packages can be specified as can channels. WWW: http://pear.php.net/package/PEAR_Size git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@25 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--devel/pear-PEAR_Size/Makefile34
-rw-r--r--devel/pear-PEAR_Size/distinfo3
-rw-r--r--devel/pear-PEAR_Size/pkg-descr5
-rw-r--r--devel/pear-PEAR_Size/pkg-plist1
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/pear-PEAR_Size/Makefile b/devel/pear-PEAR_Size/Makefile
new file mode 100644
index 0000000..3a3d823
--- /dev/null
+++ b/devel/pear-PEAR_Size/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: pear-PEAR_Size
+# Date created: 2008-09-22
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= PEAR_Size
+PORTVERSION= 0.1.7
+CATEGORIES= devel pear
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Determine and list how much filespace each installed package consumes.
+
+BUILD_DEPENDS+= ${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table \
+ ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs \
+ ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
+RUN_DEPENDS+= ${PEARDIR}/HTML/Table.php:${PORTSDIR}/devel/pear-HTML_Table \
+ ${PEARDIR}/Console/Getargs.php:${PORTSDIR}/devel/pear-Console_Getargs \
+ ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
+
+CATEGORY= PEAR
+FILES= Command/Size.php Command/Size.xml Size/Size.php Size/Size_CLI.php \
+ Size/Size_Exception.php Size/Size_Factory.php Size/Size_Output_csv.php \
+ Size/Size_Output_html.php Size/Size_Output_text.php Size/Size_Output_xml.php
+DOCS= script-usage.txt
+SCIRPTS= pearsize.bat pearsize.php
+
+TESTS= AllTests.php PEAR_Size_TestSuite_Bugs.php PEAR_Size_TestSuite_CLI.php \
+ PEAR_Size_TestSuite_Standard.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/devel/pear-PEAR_Size/distinfo b/devel/pear-PEAR_Size/distinfo
new file mode 100644
index 0000000..da47674
--- /dev/null
+++ b/devel/pear-PEAR_Size/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/PEAR_Size-0.1.7.tgz) = 3c29600576cb311a896079509620a56e
+SHA256 (PEAR/PEAR_Size-0.1.7.tgz) = 49205587e5b721b4d2c4820c54888f2788b95a4261ae5d7aae0f96f3611d572d
+SIZE (PEAR/PEAR_Size-0.1.7.tgz) = 15276
diff --git a/devel/pear-PEAR_Size/pkg-descr b/devel/pear-PEAR_Size/pkg-descr
new file mode 100644
index 0000000..40d7e17
--- /dev/null
+++ b/devel/pear-PEAR_Size/pkg-descr
@@ -0,0 +1,5 @@
+A commandline tool modeled on the Unix 'df' that lists how much filespace
+each installed package consumes. A subset of packages can be specified as
+can channels.
+
+WWW: http://pear.php.net/package/PEAR_Size
diff --git a/devel/pear-PEAR_Size/pkg-plist b/devel/pear-PEAR_Size/pkg-plist
new file mode 100644
index 0000000..8fb5cc4
--- /dev/null
+++ b/devel/pear-PEAR_Size/pkg-plist
@@ -0,0 +1 @@
+@comment $FreeBSD$