Sun May 11 20:27:04 2008 UTC ()
Import mtftpd-20080229, an open-loop multicast TFTP server implementation
for NetBSD and Linux.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(jmcneill)
diff -r0 -r1.1.1.1 pkgsrc/net/mtftpd/Makefile
diff -r0 -r1.1.1.1 pkgsrc/net/mtftpd/DESCR
diff -r0 -r1.1.1.1 pkgsrc/net/mtftpd/distinfo
diff -r0 -r1.1.1.1 pkgsrc/net/mtftpd/PLIST
diff -r0 -r1.1.1.1 pkgsrc/net/mtftpd/patches/patch-aa

File Added: pkgsrc/net/mtftpd/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/05/11 20:27:04 jmcneill Exp $

DISTNAME=		mtftpd-20080229
CATEGORIES=		net
MASTER_SITES=		http://www.invisible.ca/~jmcneill/netbsd/

MAINTAINER=		jmcneill@invisible.ca
COMMENT=		Open-loop multicast TFTP server

WRKSRC=			${WRKDIR}/mtftpd

USE_BSD_MAKEFILE=	yes

.include "../../mk/bsd.prefs.mk"

CFLAGS+=		-DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mtftpd
	${INSTALL_DATA} ${WRKSRC}/mtftpd.plist ${PREFIX}/share/examples/mtftpd

.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/mtftpd/DESCR
mtftpd is a portable open-loop multicast TFTP server.

File Added: pkgsrc/net/mtftpd/distinfo
$NetBSD: distinfo,v 1.1.1.1 2008/05/11 20:27:04 jmcneill Exp $

SHA1 (mtftpd-20080229.tar.gz) = f4ca14fa9dfd3ba6fa92abe9b87bcc1b4f071810
RMD160 (mtftpd-20080229.tar.gz) = af3d046ea7a57fcc00d7955a7707d8c007e7aeca
Size (mtftpd-20080229.tar.gz) = 135499 bytes
SHA1 (patch-aa) = 2a6c77a7481500fcf41b4fe89905447b346c5569

File Added: pkgsrc/net/mtftpd/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/11 20:27:04 jmcneill Exp $
bin/mtftpd
share/examples/mtftpd/mtftpd.plist
@dirrm share/examples/mtftpd

File Added: pkgsrc/net/mtftpd/patches/patch-aa
$NetBSD: patch-aa,v 1.1.1.1 2008/05/11 20:27:04 jmcneill Exp $

--- pathnames.h.orig	2008-05-11 16:10:05.000000000 -0400
+++ pathnames.h
@@ -35,6 +35,6 @@
 #ifndef _MTFTPD_PATHNAMES_H
 #define _MTFTPD_PATHNAMES_H
 
-#define MTFTPD_PLIST		"mtftpd.plist"
+#define MTFTPD_PLIST		PKG_SYSCONFDIR"/mtftpd.plist"
 
 #endif /* !_MTFTPD_PATHNAMES_H */