aboutsummaryrefslogtreecommitdiff
path: root/x11/bbuname
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-14 14:31:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-14 14:31:08 +0000
commit0655b7d4b785bfb26942900a6211b2164d114e45 (patch)
tree238c80042e64eee477f23e79895139761b4ebe2d /x11/bbuname
parent03c3b1b8881022693519ab3f89a0571e56e17528 (diff)
downloadports-0655b7d4b785bfb26942900a6211b2164d114e45.tar.gz
ports-0655b7d4b785bfb26942900a6211b2164d114e45.zip
Add bbuname, a Blackbox/Fluxbox utility displaying system information.
PR: ports/62726 Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
Notes
Notes: svn path=/head/; revision=100924
Diffstat (limited to 'x11/bbuname')
-rw-r--r--x11/bbuname/Makefile25
-rw-r--r--x11/bbuname/distinfo4
-rw-r--r--x11/bbuname/pkg-descr8
-rw-r--r--x11/bbuname/pkg-plist5
4 files changed, 42 insertions, 0 deletions
diff --git a/x11/bbuname/Makefile b/x11/bbuname/Makefile
new file mode 100644
index 000000000000..2ec8fc9f892b
--- /dev/null
+++ b/x11/bbuname/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: bbuname
+# Date created: 11 February 2004
+# Whom: Nikos "Noth" Ntarmos <ntarmos@ceid.upatras.gr>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bbuname
+PORTVERSION= 0.2
+CATEGORIES= x11
+MASTER_SITES= http://spiritisdigital.com/download/linux/bbuname/
+
+PATCH_SITES= ftp://noth.ceid.upatras.gr/pub/FreeBSD/patches/
+PATCHFILES= ${PORTNAME}-${PORTVERSION}.patch1.gz
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= ntarmos@ceid.upatras.gr
+COMMENT= A Flux/Black-box applet displaying system information a la GNU uname
+
+GNU_CONFIGURE= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+.include <bsd.port.mk>
diff --git a/x11/bbuname/distinfo b/x11/bbuname/distinfo
new file mode 100644
index 000000000000..3a77a71da40e
--- /dev/null
+++ b/x11/bbuname/distinfo
@@ -0,0 +1,4 @@
+MD5 (bbuname-0.2.tar.bz2) = dd08ec4fc8f6a3c56a385ae60231db43
+SIZE (bbuname-0.2.tar.bz2) = 56158
+MD5 (bbuname-0.2.patch1.gz) = 3df0c0485a64bfcbd98617fb953aaf20
+SIZE (bbuname-0.2.patch1.gz) = 1010
diff --git a/x11/bbuname/pkg-descr b/x11/bbuname/pkg-descr
new file mode 100644
index 000000000000..c6a1e07b38e2
--- /dev/null
+++ b/x11/bbuname/pkg-descr
@@ -0,0 +1,8 @@
+This is a small Blackbox/Fluxbox tool, "bbuname" which displays the system
+informations, similar to GNU uname. Currenlty only suppots displaying the
+kernel version. More to come soon.
+
+WWW: http://spiritisdigital.com/linux/bbuname/
+
+- Nikos "Noth" Ntarmos
+<ntarmos@ceid.upatras.gr>
diff --git a/x11/bbuname/pkg-plist b/x11/bbuname/pkg-plist
new file mode 100644
index 000000000000..f95af28d2203
--- /dev/null
+++ b/x11/bbuname/pkg-plist
@@ -0,0 +1,5 @@
+bin/bbuname
+share/bbtools/bbuname.conf
+share/bbtools/bbuname.nobb
+share/bbtools/README.bbuname
+@unexec rmdir %D/share/bbtools 2>/dev/null || true