summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-04-16 23:45:59 +0000
committerjylefort <jylefort@FreeBSD.org>2005-04-16 23:45:59 +0000
commitc685c2c088b795a9dd75df8a0a3d4866e0359fe4 (patch)
tree3fe16ba40bff1b14c60ca3ec47843013b424d74e
parent71fd31e00de40cee55460afbee6b3671a9c12232 (diff)
downloadFreeBSD-ports-c685c2c088b795a9dd75df8a0a3d4866e0359fe4.zip
FreeBSD-ports-c685c2c088b795a9dd75df8a0a3d4866e0359fe4.tar.gz
The GTK ACX Tool displays the status of the ACX driver.
The program can only be used with the driver developed by the wlan.kewl.org Project. PR: ports/74017 Submitted by: Leonid Zolotarev <leoz@saunalahti.fi> Approved by: adamw (mentor)
-rw-r--r--CVSROOT/modules1
-rw-r--r--net/Makefile1
-rw-r--r--net/gacxtool/Makefile24
-rw-r--r--net/gacxtool/distinfo2
-rw-r--r--net/gacxtool/pkg-descr9
-rw-r--r--net/gacxtool/pkg-plist13
6 files changed, 50 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index b10cfde..2b260e3 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -2428,6 +2428,7 @@ g2c ports/devel/g2c
g3dviewer ports/graphics/g3dviewer
ga-aspell ports/textproc/ga-aspell
gaa ports/devel/gaa
+gacxtool ports/net/gacxtool
gaddr ports/deskutils/gaddr
gadfly ports/databases/gadfly
gag ports/security/gag
diff --git a/net/Makefile b/net/Makefile
index 9df5591..2169ad8 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -143,6 +143,7 @@
SUBDIR += fspd
SUBDIR += fsplib
SUBDIR += fugu
+ SUBDIR += gacxtool
SUBDIR += gaim
SUBDIR += gaim-openq
SUBDIR += gaim-rss-reader
diff --git a/net/gacxtool/Makefile b/net/gacxtool/Makefile
new file mode 100644
index 0000000..fa21709
--- /dev/null
+++ b/net/gacxtool/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gacxtool
+# Date created: 2004-11-14
+# Whom: Leonid Zolotarev <leoz@saunalahti.fi>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gacxtool
+PORTVERSION= 0.1.0
+CATEGORIES= net
+MASTER_SITES= http://www.leoz.myoptimus.com/gacxtool/files/
+
+MAINTAINER= leoz@saunalahti.fi
+COMMENT= Displays the status of the ACX driver
+
+LIB_DEPENDS= gtkdatabox:${PORTSDIR}/x11-toolkits/gtkdatabox2
+BUILD_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
+RUN_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
+
+GNU_CONFIGURE= yes
+USE_GNOME= gtk20
+USE_X_PREFIX= yes
+
+.include <bsd.port.mk>
diff --git a/net/gacxtool/distinfo b/net/gacxtool/distinfo
new file mode 100644
index 0000000..87b5716
--- /dev/null
+++ b/net/gacxtool/distinfo
@@ -0,0 +1,2 @@
+MD5 (gacxtool-0.1.0.tar.gz) = 1d811d56edf73b9f9d11e863848c02ce
+SIZE (gacxtool-0.1.0.tar.gz) = 110136
diff --git a/net/gacxtool/pkg-descr b/net/gacxtool/pkg-descr
new file mode 100644
index 0000000..f713a91
--- /dev/null
+++ b/net/gacxtool/pkg-descr
@@ -0,0 +1,9 @@
+The GTK ACX Tool displays the status of the ACX driver.
+
+The program can only be used with the driver developed by the
+wlan.kewl.org Project.
+
+WWW: http://www.leoz.myoptimus.com/gacxtool/
+
+- Leonid Zolotarev
+leoz@saunalahti.fi
diff --git a/net/gacxtool/pkg-plist b/net/gacxtool/pkg-plist
new file mode 100644
index 0000000..c8722b0
--- /dev/null
+++ b/net/gacxtool/pkg-plist
@@ -0,0 +1,13 @@
+bin/gacxtool
+share/gacxtool/icons/gacxtool.png
+share/gacxtool/themes/default/README
+share/gacxtool/themes/default/default.gtkrc
+share/gacxtool/themes/default/noise_progressbar.png
+share/gacxtool/themes/default/quality_progressbar.png
+share/gacxtool/themes/default/receive_progressbar.png
+share/gacxtool/themes/default/strength_progressbar.png
+share/gacxtool/themes/default/transmit_progressbar.png
+@dirrm share/gacxtool/icons
+@dirrm share/gacxtool/themes/default
+@dirrm share/gacxtool/themes
+@dirrm share/gacxtool
OpenPOWER on IntegriCloud