aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-01-15 04:17:09 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-01-15 04:17:09 +0800
commit1727cff2f76d90dafb7820988aee5faa0fb67909 (patch)
tree0324caadb21b2816634cebcd898e63e1ddf14c1b /net
parent2f2ba01c3f7d0e271c7fe50b5957062026184574 (diff)
downloadfreebsd-ports-graphics-1727cff2f76d90dafb7820988aee5faa0fb67909.tar.gz
freebsd-ports-graphics-1727cff2f76d90dafb7820988aee5faa0fb67909.tar.zst
freebsd-ports-graphics-1727cff2f76d90dafb7820988aee5faa0fb67909.zip
Add gnomba.
Gnomba is a GNOME machine and share browser for the SMB protocol. PR: 16058 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/gnomba/Makefile29
-rw-r--r--net/gnomba/distinfo1
-rw-r--r--net/gnomba/pkg-comment1
-rw-r--r--net/gnomba/pkg-descr11
-rw-r--r--net/gnomba/pkg-plist8
6 files changed, 51 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index c4895e4b3b3..c065fb88abc 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 00000000000..e9519bba437
--- /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 00000000000..34b1723c0a0
--- /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 00000000000..d52d7d5fb52
--- /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 00000000000..cf35a67cbb2
--- /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 00000000000..bc68876d4bf
--- /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
Fix the plist.mezz2005-03-182-2/+2 * Fix URL highlighting, lost in the 2.10 upgrade.marcus2005-03-164-0/+56 * Drop maintainership of my ports.josef2005-03-161-1/+1 * Add x.org support.trevor2005-03-153-17/+24 * Add battstat (ACPI only) support for amd64.marcus2005-03-156-30/+122 * Remove 1-line plists in favour of PLIST_FILESvs2005-03-152-1/+2 * Update to 1.4.0.marcus2005-03-145-353/+18 * - Add deskutils/gnome-menu-editorahze2005-03-141-1/+3 * - Readd inkscape to the 4.x buildahze2005-03-141-8/+3 * Update to 2.9.2.nobutaka2005-03-133-19/+3 * Upgrade to 5.3.thierry2005-03-132-3/+3 * Update to 2.10.0. Note: this release is API and ABI compatible withmarcus2005-03-122-6/+14 * Change share/gnome/capplets -> share/gnome/applications and tweak a bit inmezz2005-03-122-4/+22 * -Update to 0.12.0, works with GTK 2.6/GNOME 2.10.mezz2005-03-124-18/+15 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1248-35/+48 * Presenting GNOME 2.10 for FreeBSD!marcus2005-03-12102-4066/+4022 * Unbreak for OSVERSION >= 500113 by not trying to strip installed libraries.lesi2005-03-121-1/+1 * - Reflect the state of art in gdesklets usagepav2005-03-121-1/+1 * - Update WWW: lineahze2005-03-091-1/+1 * - Update WWW lineahze2005-03-091-1/+1 * Update to 2.6.0.8.marcus2005-03-085-21/+25 * Remove gnomemeeting from the gnome2 metaport. It's big, pulls in bigadamw2005-03-081-4/+1 * Bump PORTREVISION on all ports that received the imlib2 shlib chase.adamw2005-03-083-1/+3 * 1: Upgrade imlib2 to 1.2.0vanilla2005-03-073-3/+3 * Remove hardcoding of MTREE_FILE. This is handled in bsd.port.mk sincelesi2005-03-0632-32/+0 * - Try to unbreakpav2005-03-031-2/+3 * Backout previous commit, since Imake didn't honour Makefile.in,krion2005-03-031-2/+3 * Use USE_IMAKE. It fixes problems with flashing scrollbar if xtermkrion2005-03-031-1/+2 * Mark BROKEN because it depends on a script installed by the old wmweatherkris2005-03-021-0/+4 * Respect the user's USE_LINUX setting.trevor2005-03-022-2/+1 * Remove some patches in favour of USE_LIBTOOL_VER=15vs2005-03-022-33/+1 * Change my email address in MAINTAINER lines for ports I maintain toflz2005-03-011-1/+1 * Add padkey, a program that sends keystrokes to X according to buttonslofi2005-03-014-0/+56 * Update to 1.2.marcus2005-03-012-5/+4 * - split multimedia/gstreamer-plugins in to individual ports perahze2005-03-012-2/+6 * Fix MASTER_SITES.bms2005-02-281-1/+2 * Remove BROKEN; it should works with recently lang/ruby18 committed.mezz2005-02-251-2/+0 * Update to 4.20. See http://www.jwz.org/xscreensaver/changelog.html for themarcus2005-02-244-10/+19 * It turns out there's a call to vm_page_wakeup() that does not hold thedanfe2005-02-242-2/+20 * Patch dcopidl to not create output in /tmp.lofi2005-02-244-2/+34 * Presenting GNOME 2.8.3 for FreeBSD. This is the third and last maintenancemarcus2005-02-234-4/+4 * Update to 1.07.tobez2005-02-222-4/+5 * Fix the build on amd64. Not all architectures allow a va_list to bemarcus2005-02-221-2/+11 * Upgrade to version 0.9.3.olgeni2005-02-223-9/+3 * Update to 2.8.1.marcus2005-02-224-21/+3 * Remove duplicate port (sysutils/videogen exists, though `sysutils' isdanfe2005-02-214-44/+0 * Add videogen 0.21, small utility for generating modelines for XFree86 servers.danfe2005-02-214-0/+44 * - Update MASTER_SITESahze2005-02-211-2/+2 * The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.marcus2005-02-213-3/+6 * Remove an extraneous patch.thierry2005-02-201-0/+0 * - Upgrade to 5.2;thierry2005-02-204-51/+5 * Reset undeliverable maintainer address:kris2005-02-191-1/+1 * As previously announced, remove ports that have reached their expiry date,kris2005-02-197-92/+0 * BROKEN: Incorrect pkg-plistkris2005-02-191-0/+2 * - Reset maintainer on requestvs2005-02-173-6/+6 * Upgrade to 5.1.thierry2005-02-163-4/+4 * Fix source tarball md5 and size.bland2005-02-152-3/+3 * Quietly try to remove directory upon deinstall.lesi2005-02-151-0/+1 * Remove directory on deinstall.lesi2005-02-151-0/+1 * Fix MASTER_SITES.lesi2005-02-1515-15/+15 * Fix MASTER_SITES.lesi2005-02-157-7/+7 * Fix mastersite and add some more.lesi2005-02-154-4/+12 * Add more mastersites.lesi2005-02-151-1/+3 * Fix plist.lesi2005-02-152-1/+12 * Update to 2.8.3.mezz2005-02-156-6/+8 * Update to 2.8.3.marcus2005-02-156-6/+18 * Add dependency on xlock:x11/xlockmore. While this isn'tvs2005-02-141-0/+2 * Remove eog from the list of GNOME 1 ports since eog2 has been moved to eog.marcus2005-02-131-1/+1 * Upgrade to 5.0.thierry2005-02-124-26/+4 * Fix plist.lofi2005-02-092-0/+8 * Update WWW.tobez2005-02-091-1/+1 * Update to version 200krion2005-02-072-3/+3 * More cups-fixes and a patch that prevents konqueror from resettinglofi2005-02-0621-0/+224 * Add kdelibs-nocups, a cups-disabled version of kdelibs. This port/packagelofi2005-02-063-0/+4968 * Fix lots of bogus hardcoded pathnames in KDE's CUPS support.lofi2005-02-066-10/+166 * Readd gnomemeeting now that it builds again.kwm2005-02-061-1/+1 * Update to 5.15vs2005-02-043-14/+3 * Upgrade to 4.9.thierry2005-02-044-7/+40 * Update to 2.6.0.7.marcus2005-02-044-5/+10 * Fix 'package' target on FreeBSD 4.x.lesi2005-02-011-1/+3 * Fix 'package' target on FreeBSD 4.x.lesi2005-02-011-1/+4 * Clarify message about how to install luit setuid a bit.lesi2005-01-312-3/+5 * rmdir X11PREFIX/sbin during uninstall if possibleoliver2005-01-301-0/+1 * devel/gconf2mezz2005-01-302-2/+25 * Apparently the maintainer still exists but with a new email address.linimon2005-01-301-1/+1 * With portmgr hat on, reset bouncing maintainer address:linimon2005-01-301-1/+1 * Really add MASTER_SITE_GNOME to MASTER_SITESahze2005-01-281-0/+1 * Readd MASTER_SITE_GNOME to MASTER_SITESahze2005-01-281-1/+2 * Enable new FreeBSD customers to waste time instant-messaging their GF/BFlofi2005-01-281-1/+1 * Add Terminal 0.2.2, terminal emulator for the X windowing system.oliver2005-01-285-0/+76 * Add libexo 0.2.0,oliver2005-01-285-0/+109 * update xfce4-clipman-plugin to 0.4.1oliver2005-01-283-7/+5 * - bring xfce4 to 4.2oliver2005-01-2710-29/+88 * - Move print/ggv2 to print/ggvpav2005-01-254-4/+4 * - Move editors/gedit2 to editors/geditpav2005-01-254-4/+4 * - Move x11/gdm2 to x11/gdmpav2005-01-2516-6/+5 * - Move graphics/eog2 to graphics/eogpav2005-01-253-3/+3 * - Move devel/bugbuddy2 to devel/bugbuddypav2005-01-253-3/+3 * - Fix the build with modern GCCdanfe2005-01-241-3/+14 * - FreeBSD specific changes to man pagepav2005-01-242-5/+80 * - Chase gthumb movepav2005-01-231-1/+1 * Update to version 0.2.8krion2005-01-222-3/+4 * Update to version 199krion2005-01-212-3/+3 * Minimal changes to let users update the linux base and the linux X11 bitsnetchild2005-01-202-5/+1 * Fix plistvs2005-01-202-0/+18 * Hint libltdl that the extension for shared libraries is ".so" 'round here.lofi2005-01-202-2/+4 * Don't blindly override DEPENDS_TARGET when making package.lesi2005-01-192-2/+2 * Upgrade to 4.8.thierry2005-01-192-3/+3 * This does not conflict with linux_base-gentoo-stage1 as this Gentooobrien2005-01-161-1/+1 * Change the gnomesu dependency to point to security/libgnomesu. I'm notadamw2005-01-161-1/+1 * This port doesn't need gnomeprefix or gnomehier.marcus2005-01-151-1/+2 * Properly fix the termios race rather than disabling copyTermios.lesi2005-01-152-15/+80 * o include Xlocale.hmich2005-01-141-1/+1 * Update to version 198krion2005-01-142-3/+3 * Fix the build on Alpha.marcus2005-01-142-1/+19 * Chase the new bluefish port location, and fix INDEX builds.marcus2005-01-141-1/+1 * Properly fix the termios race rather than disabling copyTermios.anholt2005-01-142-14/+80 * [maintainer-update] fix x11/login.app build erroredwin2005-01-132-0/+7 * Add additional files to PLIST_FILES.bms2005-01-131-0/+4 * Update my email address in MAINTAINER and comment fields.bms2005-01-124-8/+8 * - Take the maintainership.mezz2005-01-122-4/+20 * IGNORE string should not be quoted.danfe2005-01-111-1/+1 * x11/login.app : update and take maintainershipedwin2005-01-1027-248/+180 * Update to 4.1krion2005-01-104-15/+6 * Avoid installing empty directory, so we don't have to list it in plist.lesi2005-01-091-0/+18 * Fix plist.lesi2005-01-091-0/+1 * Fix build on amd64.krion2005-01-081-0/+32 * Fix plist and cleanup after repocopy.krion2005-01-06