Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile (revision 443510) +++ head/ftp/Makefile (revision 443511) @@ -1,108 +1,109 @@ # $FreeBSD$ # COMMENT = FTP client and server utilities SUBDIR += R-cran-RCurl SUBDIR += R-cran-curl SUBDIR += atftp SUBDIR += axel SUBDIR += bbftp SUBDIR += bftpd SUBDIR += bsdftpd-ssl SUBDIR += cftp SUBDIR += cmdftp SUBDIR += curl SUBDIR += curlpp SUBDIR += dmachine SUBDIR += fastdfs SUBDIR += filezilla SUBDIR += fmirror SUBDIR += fpc-libcurl SUBDIR += frox SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += gftp SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += gwget SUBDIR += horde-gollem SUBDIR += hs-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw SUBDIR += lftp SUBDIR += libfilezilla SUBDIR += linux-c6-curl SUBDIR += linux-c7-curl SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += mirror SUBDIR += multiget SUBDIR += ncftp3 SUBDIR += ncftpd SUBDIR += net2ftp + SUBDIR += netdumpd SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPSSL SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += p5-SOAP-Transport-FTP SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += php56-curl SUBDIR += php56-fastdfs SUBDIR += php56-ftp SUBDIR += php70-curl SUBDIR += php70-fastdfs SUBDIR += php70-ftp SUBDIR += php71-curl SUBDIR += php71-fastdfs SUBDIR += php71-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd SUBDIR += proftpd-mod_geoip SUBDIR += profxp SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin SUBDIR += py-ftputil SUBDIR += py-pycurl SUBDIR += py-pyftpdlib SUBDIR += py-tftpy SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += rubygem-curb SUBDIR += scythia SUBDIR += smbftpd SUBDIR += spegla SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += uftp SUBDIR += urlgfe SUBDIR += vsftpd SUBDIR += vsftpd-ext SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wmget SUBDIR += wput SUBDIR += wxdfast SUBDIR += wzdftpd SUBDIR += yafc .include Index: head/ftp/netdumpd/Makefile =================================================================== --- head/ftp/netdumpd/Makefile (nonexistent) +++ head/ftp/netdumpd/Makefile (revision 443511) @@ -0,0 +1,22 @@ +# Created by: Mark Johnston +# $FreeBSD$ + +PORTNAME= netdumpd +PORTVERSION= 20170612 +CATEGORIES= ftp +MASTER_SITES= LOCAL/markj + +MAINTAINER= markj@FreeBSD.org +COMMENT= UDP server capable of handling netdump transfers + +LICENSE= BSD2CLAUSE + +IGNORE_FreeBSD_10= Depends on libcasper + +MAKE_ARGS+= BINDIR=${PREFIX}/sbin +MAKE_ARGS+= MANDIR=${PREFIX}/man/man +MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d + +PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME} + +.include Property changes on: head/ftp/netdumpd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/netdumpd/distinfo =================================================================== --- head/ftp/netdumpd/distinfo (nonexistent) +++ head/ftp/netdumpd/distinfo (revision 443511) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497305077 +SHA256 (netdumpd-20170612.tar.gz) = debf517491d1a22eb5db428c01d1ef1a382982913385c92c87c65204d4cf06db +SIZE (netdumpd-20170612.tar.gz) = 14548 Property changes on: head/ftp/netdumpd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ftp/netdumpd/pkg-descr =================================================================== --- head/ftp/netdumpd/pkg-descr (nonexistent) +++ head/ftp/netdumpd/pkg-descr (revision 443511) @@ -0,0 +1,7 @@ +UDP server capable of handling netdump transfers + +This package contains a daemon which is used to receive +kernel dumps over a network from a panicking kernel. The +protocol uses UDP and is similar to TFTP. + +WWW: https://github.com/markjdb/netdumpd Property changes on: head/ftp/netdumpd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property