diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gnomba/Makefile | 29 | ||||
-rw-r--r-- | net/gnomba/distinfo | 1 | ||||
-rw-r--r-- | net/gnomba/pkg-comment | 1 | ||||
-rw-r--r-- | net/gnomba/pkg-descr | 11 | ||||
-rw-r--r-- | net/gnomba/pkg-plist | 8 |
6 files changed, 51 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c4895e4b3b33..c065fb88abc0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -63,6 +63,7 @@ SUBDIR += gicq SUBDIR += gnome-icu SUBDIR += gnome-vnc + SUBDIR += gnomba SUBDIR += gnomenetwork SUBDIR += gnu-finger SUBDIR += gopher diff --git a/net/gnomba/Makefile b/net/gnomba/Makefile new file mode 100644 index 000000000000..e9519bba437f --- /dev/null +++ b/net/gnomba/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gnomba +# Version required: 0.5.1 +# Date created: 10 January 2000 +# Whom: Dmitry Sivachenko <dima@Chg.RU> +# +# $FreeBSD$ +# + +DISTNAME= gnomba-0.5.1 +CATEGORIES= net gnome +MASTER_SITES= http://gnomba.darkcorner.net/tars/ \ + ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ + +MAINTAINER= dima@Chg.RU + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + gnomeui.3:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +pre-configure: + ${RM} ${WRKSRC}/config.cache + +.include <bsd.port.mk> diff --git a/net/gnomba/distinfo b/net/gnomba/distinfo new file mode 100644 index 000000000000..34b1723c0a09 --- /dev/null +++ b/net/gnomba/distinfo @@ -0,0 +1 @@ +MD5 (gnomba-0.5.1.tar.gz) = baa092428f796eb7fb93e8e6a1d2eb13 diff --git a/net/gnomba/pkg-comment b/net/gnomba/pkg-comment new file mode 100644 index 000000000000..d52d7d5fb520 --- /dev/null +++ b/net/gnomba/pkg-comment @@ -0,0 +1 @@ +GNOME compliant browser of SMB shares diff --git a/net/gnomba/pkg-descr b/net/gnomba/pkg-descr new file mode 100644 index 000000000000..cf35a67cbb2b --- /dev/null +++ b/net/gnomba/pkg-descr @@ -0,0 +1,11 @@ +Gnomba is a stab at writing a GUI machine and share browser for the smb +protocol. Gnomba allows you to scan any number of subnets for machines +with smb. The workgroups, machines and share are shown in a tree-view. +For each machine you can then view the list of shares, and mount, unmount +or browse them. + +WWW: http://gnomba.darkcorner.net/ + + +Dmitry Sivachenko, +dima@Chg.RU diff --git a/net/gnomba/pkg-plist b/net/gnomba/pkg-plist new file mode 100644 index 000000000000..bc68876d4bff --- /dev/null +++ b/net/gnomba/pkg-plist @@ -0,0 +1,8 @@ +bin/gnomba +share/locale/fr/LC_MESSAGES/gnomba.mo +share/locale/ko/LC_MESSAGES/gnomba.mo +share/locale/pl/LC_MESSAGES/gnomba.mo +share/locale/ru/LC_MESSAGES/gnomba.mo +share/locale/wa/LC_MESSAGES/gnomba.mo +share/gnome/apps/Internet/gnomba.desktop +share/gnome/pixmaps/gnome-gnomba.png |