ports/116532: [NEW PORT]: net/tftpgrab

Wesley Shields wxs at atarininja.org
Sat Sep 22 01:40:01 UTC 2007


>Number:         116532
>Category:       ports
>Synopsis:       [NEW PORT]: net/tftpgrab
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 22 01:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.2-RELEASE-p5 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #7: Thu May 24 09:18:59 EDT 2007 root at syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
net/tftpgrab is a new port which pulls TFTP transaction information from
pcap files.

>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:
#
#	tftpgrab
#	tftpgrab/distinfo
#	tftpgrab/pkg-descr
#	tftpgrab/Makefile
#	tftpgrab/files
#	tftpgrab/files/patch-Makefile.in
#
echo c - tftpgrab
mkdir -p tftpgrab > /dev/null 2>&1
echo x - tftpgrab/distinfo
sed 's/^X//' >tftpgrab/distinfo << 'END-of-tftpgrab/distinfo'
XMD5 (tftpgrab-0.2.tar.gz) = 4c42995a50557f4ff3cd930672811554
XSHA256 (tftpgrab-0.2.tar.gz) = eb6309a23a6be83291659e7f5731dbc82e121f9ef9c4c4c7014e0c0a1af1e367
XSIZE (tftpgrab-0.2.tar.gz) = 109852
END-of-tftpgrab/distinfo
echo x - tftpgrab/pkg-descr
sed 's/^X//' >tftpgrab/pkg-descr << 'END-of-tftpgrab/pkg-descr'
XA TFTP stream extractor.  It reads in a pcap file and attempts to
Xreconstruct the files transfered via TFTP.
X
XWWW: http://pseudo-flaw.net/tftpgrab/
END-of-tftpgrab/pkg-descr
echo x - tftpgrab/Makefile
sed 's/^X//' >tftpgrab/Makefile << 'END-of-tftpgrab/Makefile'
X# Ports collection makefile for:  tftpgrab
X# Date created:			  21 Sep 2007
X# Whom:				  Wesley Shields <wxs at atarininja.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tftpgrab
XPORTVERSION=	0.2
XCATEGORIES=	net
XMASTER_SITES=	http://pseudo-flaw.net/tftpgrab/ \
X		http://www.atarininja.org/~wxs/distfiles/
X
XMAINTAINER=	wxs at atarininja.org
XCOMMENT=	TFTP stream extractor
X
XGNU_CONFIGURE=	yes
X
XPLIST_FILES=	bin/tftpgrab
X
X.include <bsd.port.mk>
END-of-tftpgrab/Makefile
echo c - tftpgrab/files
mkdir -p tftpgrab/files > /dev/null 2>&1
echo x - tftpgrab/files/patch-Makefile.in
sed 's/^X//' >tftpgrab/files/patch-Makefile.in << 'END-of-tftpgrab/files/patch-Makefile.in'
X--- ./Makefile.in.orig	2007-09-21 18:12:03.000000000 -0400
X+++ ./Makefile.in	2007-09-21 18:12:25.000000000 -0400
X@@ -237,8 +237,8 @@
X 	  if test -f $$p \
X 	  ; then \
X 	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
X-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
X-	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
X+	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$p'"; \
X+	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$p" || exit 1; \
X 	  else :; fi; \
X 	done
X 
END-of-tftpgrab/files/patch-Makefile.in
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list