[Midnightbsd-cvs] mports: net/jags: Jags: a network browser for smb/cifs using gtk 1.2.x

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 30 16:39:41 EDT 2008


Log Message:
-----------
Jags: a network browser for smb/cifs using gtk 1.2.x

Added Files:
-----------
    mports/net/jags:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ net/jags/pkg-descr
@@ -0,0 +1,9 @@
+Jags is a Gtk+ based windows network neighbourhood browser. The
+program parses the output from smbclient ( part of the samba-package
+) and use this to display a graphic view of the network. This
+program does the parsing with help from shell- scripts. This means
+that it's easy to change the functionality of the program and you
+can edit this without touching the source-code.
+
+WWW: http://sumpan.campus.luth.se/software/jags/
+Author: Daniel Sundberg <dansun-8 at student.luth.se>
--- /dev/null
+++ net/jags/pkg-plist
@@ -0,0 +1,58 @@
+bin/fixsmbcop
+bin/jags
+share/jags/jags.conf.sample
+share/jags/pixmaps/Makefile.am
+share/jags/pixmaps/about.xpm
+share/jags/pixmaps/apply.xpm
+share/jags/pixmaps/blank.xpm
+share/jags/pixmaps/browse.xpm
+share/jags/pixmaps/cancel.xpm
+share/jags/pixmaps/computer.xpm
+share/jags/pixmaps/exit.xpm
+share/jags/pixmaps/i-bookmark.xpm
+share/jags/pixmaps/mount.xpm
+share/jags/pixmaps/network.xpm
+share/jags/pixmaps/new_item.xpm
+share/jags/pixmaps/ok.xpm
+share/jags/pixmaps/search.xpm
+share/jags/pixmaps/settings.xpm
+share/jags/pixmaps/unmount.xpm
+share/jags/plugins/freebsd-samba-2.0.7.plugin/fetch_master_browser.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/fetch_master_browser.sh.old
+share/jags/plugins/freebsd-samba-2.0.7.plugin/list_masterbrowsers.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/list_servercomments.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/list_servers.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/list_shares.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/list_workgroups.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/ls_mnts.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/mount_share.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/mount_share_with.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/search.sh
+share/jags/plugins/freebsd-samba-2.0.7.plugin/umount.sh
+share/jags/plugins/offline.plugin/fetch_master_browser.sh
+share/jags/plugins/offline.plugin/list_masterbrowsers.sh
+share/jags/plugins/offline.plugin/list_servers.sh
+share/jags/plugins/offline.plugin/list_shares.sh
+share/jags/plugins/offline.plugin/list_workgroups.sh
+share/jags/plugins/offline.plugin/mount_share.sh
+share/jags/plugins/offline.plugin/nmblookup_sample
+share/jags/plugins/offline.plugin/sample_smb_output
+share/jags/plugins/samba-2.0.7.plugin/]
+share/jags/plugins/samba-2.0.7.plugin/fetch_master_browser.sh
+share/jags/plugins/samba-2.0.7.plugin/fetch_master_browser.sh.old
+share/jags/plugins/samba-2.0.7.plugin/list_masterbrowsers.sh
+share/jags/plugins/samba-2.0.7.plugin/list_servercomments.sh
+share/jags/plugins/samba-2.0.7.plugin/list_servers.sh
+share/jags/plugins/samba-2.0.7.plugin/list_shares.sh
+share/jags/plugins/samba-2.0.7.plugin/list_workgroups.sh
+share/jags/plugins/samba-2.0.7.plugin/ls_mnts.sh
+share/jags/plugins/samba-2.0.7.plugin/mount_share.sh
+share/jags/plugins/samba-2.0.7.plugin/mount_share_with.sh
+share/jags/plugins/samba-2.0.7.plugin/search.sh
+share/jags/plugins/samba-2.0.7.plugin/umount.sh
+ at dirrm share/jags/plugins/samba-2.0.7.plugin
+ at dirrm share/jags/plugins/offline.plugin
+ at dirrm share/jags/plugins/freebsd-samba-2.0.7.plugin
+ at dirrm share/jags/plugins
+ at dirrm share/jags/pixmaps
+ at dirrm share/jags
--- /dev/null
+++ net/jags/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for:	jags
+# Date created:				May 30, 2008
+# Whom:					Lucas Holt <luke at MidnightBSD.org>
+#
+# $MidnightBSD: mports/net/jags/Makefile,v 1.1 2008/05/30 20:39:41 laffer1 Exp $
+#
+
+PORTNAME=	jags
+PORTVERSION=	0.20.2
+PORTREVISION=	0
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://sumpan.campus.luth.se/software/jags/download/
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	JAGS - Just Another GTK+ Samba Client
+LICENSE=	gpl2
+
+NO_LATEST_LINK=	yes
+USE_GMAKE=	yes
+USE_XORG=	xpm
+USE_GNOME=	gtk12
+USE_PERL5_BUILD=yes
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.pre.mk>
+
+pre-patch:
+	@${PERL} -pi.fbsd -e 's@/usr/local/share/jags/@${PREFIX}/share/jags/@g' \
+		${WRKSRC}/src/jagsconfig.cpp
+	@${PERL} -pi.fbsd -e 's@/usr/local/share/jags/pixmaps/@${PREFIX}/share/jags/pixmaps/@g' \
+		${WRKSRC}/src/gtk_common.cpp
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ net/jags/distinfo
@@ -0,0 +1,3 @@
+MD5 (jags-0.20.2.tar.gz) = 10d1f21a0f8d6ddf21dd283dd43ad696
+SHA256 (jags-0.20.2.tar.gz) = c8ccc7212e2731a422945cda9af7b2ebe32e0720ae3a449e032d46925c0b8768
+SIZE (jags-0.20.2.tar.gz) = 90464


More information about the Midnightbsd-cvs mailing list