Date: Thu, 5 Jul 2001 19:33:51 -0400 (EDT) From: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28744: New port net/sambasentinel Message-ID: <200107052333.f65NXps41605@wlgrv1.pa.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 28744 >Category: ports >Synopsis: New port net/sambasentinel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 05 16:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed Jul 4 05:55:31 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: SambaSentinel is basically a gtk-frontend to smbstatus but it extends it with number of useful features such as killing processes and mounting/browsing a visiting computer. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sambasentinel # sambasentinel/Makefile # sambasentinel/distinfo # sambasentinel/pkg-plist # sambasentinel/pkg-comment # sambasentinel/files # sambasentinel/files/patch-Makefile # sambasentinel/pkg-descr # echo c - sambasentinel mkdir -p sambasentinel > /dev/null 2>&1 echo x - sambasentinel/Makefile sed 's/^X//' >sambasentinel/Makefile << 'END-of-sambasentinel/Makefile' X# New ports collection makefile for: sambasentinel X# Date created: Thu Jul 5 16:41:21 EDT 2001 X# Whom: Patrick Li <pat@databits.net> X# X# $FreeBSD$ X# X XPORTNAME= sambasentinel XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= http://boombox.campus.luth.se/files/ XDISTNAME= SambaSentinel-${PORTVERSION} X XMAINTAINER= pat@databits.net X XRUN_DEPENDS= jags:${PORTSDIR}/net/jags X XWRKSRC= ${WRKDIR}/SambaSentinel XUSE_GMAKE= yes XUSE_XPM= yes XUSE_GTK= yes XALL_TARGET= SambaSentinel X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/SambaSentinel ${PREFIX}/bin X X.include <bsd.port.mk> END-of-sambasentinel/Makefile echo x - sambasentinel/distinfo sed 's/^X//' >sambasentinel/distinfo << 'END-of-sambasentinel/distinfo' XMD5 (SambaSentinel-0.1.tar.gz) = f9213946e051ec0491e21ae1d13de9cf END-of-sambasentinel/distinfo echo x - sambasentinel/pkg-plist sed 's/^X//' >sambasentinel/pkg-plist << 'END-of-sambasentinel/pkg-plist' Xbin/SambaSentinel END-of-sambasentinel/pkg-plist echo x - sambasentinel/pkg-comment sed 's/^X//' >sambasentinel/pkg-comment << 'END-of-sambasentinel/pkg-comment' XSambaSentinel is a gtk-frontend to smbstatus with additional features END-of-sambasentinel/pkg-comment echo c - sambasentinel/files mkdir -p sambasentinel/files > /dev/null 2>&1 echo x - sambasentinel/files/patch-Makefile sed 's/^X//' >sambasentinel/files/patch-Makefile << 'END-of-sambasentinel/files/patch-Makefile' X--- Makefile.orig Thu Jul 5 16:46:20 2001 X+++ Makefile Thu Jul 5 16:49:08 2001 X@@ -1,16 +1,17 @@ X-INCDIR = `gtk-config --cflags` X-LIBS = `gtk-config --libs gthread` X+CC = gcc X+INCDIR = `${GTK_CONFIG} --cflags` X+LIBS = `${GTK_CONFIG} --libs gthread` X TARGET = SambaSentinel X FILES = SambaSentinel.c gtk_common.cpp X OBJECTS = SambaSentinel.o gtk_common.o X SambaSentinel: $(OBJECTS) X- gcc $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS) X+ $(CC) $(INCDIR) $(LIBS) -o $(TARGET) $(OBJECTS) X X SambaSentinel.o:SambaSentinel.c X- gcc $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c X+ $(CC) $(INCDIR) -c -o SambaSentinel.o SambaSentinel.c X X gtk_common.o: gtk_common.c X- gcc $(INCDIR) -c -o gtk_common.o gtk_common.c X+ $(CC) $(INCDIR) -c -o gtk_common.o gtk_common.c X X clean: X rm -f *.o SambaSentinel *~ core END-of-sambasentinel/files/patch-Makefile echo x - sambasentinel/pkg-descr sed 's/^X//' >sambasentinel/pkg-descr << 'END-of-sambasentinel/pkg-descr' XSambaSentinel is basically a gtk-frontend to smbstatus but Xit extends it with number of useful features such as killing Xprocesses and mounting/browsing a visiting computer. X XWWW: http://boombox.campus.luth.se/sambasentinel.php XAuthor: Robert Kling <robkli-8@student.luth.se> X X- Patrick Li <pat@databits.net> END-of-sambasentinel/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107052333.f65NXps41605>