diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gacxtool/Makefile | 24 | ||||
-rw-r--r-- | net/gacxtool/distinfo | 2 | ||||
-rw-r--r-- | net/gacxtool/pkg-descr | 9 | ||||
-rw-r--r-- | net/gacxtool/pkg-plist | 13 |
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 |