Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

1
net/mtftpd/DESCR Normal file
View File

@@ -0,0 +1 @@
mtftpd is a portable open-loop multicast TFTP server.

26
net/mtftpd/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.6 2012/10/23 17:18:38 asau Exp $
DISTNAME= mtftpd-20080229
CATEGORIES= net
MASTER_SITES= http://www.invisible.ca/~jmcneill/netbsd/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Open-loop multicast TFTP server
WRKSRC= ${WRKDIR}/mtftpd
USE_FEATURES+= cdefs
USE_BSD_MAKEFILE= yes
.include "../../mk/bsd.prefs.mk"
CFLAGS+= -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
CFLAGS.SunOS+= -DMAP_FILE=0
LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS+= bin share/examples/mtftpd
post-install:
${INSTALL_DATA} ${WRKSRC}/mtftpd.plist ${DESTDIR}${PREFIX}/share/examples/mtftpd
.include "../../mk/bsd.pkg.mk"

3
net/mtftpd/PLIST Normal file
View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:35 joerg Exp $
bin/mtftpd
share/examples/mtftpd/mtftpd.plist

18
net/mtftpd/distinfo Normal file
View File

@@ -0,0 +1,18 @@
$NetBSD: distinfo,v 1.3 2012/03/07 11:39:39 hans Exp $
SHA1 (mtftpd-20080229.tar.gz) = f4ca14fa9dfd3ba6fa92abe9b87bcc1b4f071810
RMD160 (mtftpd-20080229.tar.gz) = af3d046ea7a57fcc00d7955a7707d8c007e7aeca
Size (mtftpd-20080229.tar.gz) = 135499 bytes
SHA1 (patch-aa) = 2a6c77a7481500fcf41b4fe89905447b346c5569
SHA1 (patch-ab) = e368d65598fffb7db71e853977e9d1885228c43e
SHA1 (patch-ac) = 325bf7ce42d84939cecff288d385875e5bda6fea
SHA1 (patch-ad) = c8da2390a0c287860240f5bf4044d7f3c92f3ad6
SHA1 (patch-dist_include_prop_prop__array.h) = 09e6b91f197a6c39e6776420720aeb4f5a01995a
SHA1 (patch-dist_include_prop_prop__bool.h) = 4df36267cd080b15fcfbbd8d0eaaf8650b4c7b0c
SHA1 (patch-dist_include_prop_prop__data.h) = c37a1ddd954b8fc1c6526cb5344a017cef895dd4
SHA1 (patch-dist_include_prop_prop__dictionary.h) = 73096e676c964eda59508f3ad156b6a45c352b75
SHA1 (patch-dist_include_prop_prop__ingest.h) = 1f489f6d67f77f728e2c8179e7822bfcdb18f51d
SHA1 (patch-dist_include_prop_prop__number.h) = 132b2336d7e2b7599c779bc617884bae6dcc93ba
SHA1 (patch-dist_include_prop_prop__object.h) = 882de2e7a1f111d86a76d47f571f4e922a8244db
SHA1 (patch-dist_include_prop_prop__string.h) = f9dd0eff7276a8235b7a84b9baa6b01b7b059932
SHA1 (patch-dist_libprop_prop__rb__impl.h) = f78b98352d36a456aefd29feeb40e25a0f995fb2

View File

@@ -0,0 +1,12 @@
$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 */

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ab,v 1.1 2010/12/31 16:39:23 obache Exp $
--- mtftpd.c.orig 2008-02-29 18:25:59.000000000 +0000
+++ mtftpd.c
@@ -47,6 +47,7 @@
#include <sys/stat.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <pthread.h>
#include <stdlib.h>

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ac,v 1.1 2010/12/31 16:39:23 obache Exp $
--- conf.c.orig 2008-02-29 18:25:59.000000000 +0000
+++ conf.c
@@ -42,6 +42,7 @@
#include <sys/stat.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
#include <prop/proplib.h>

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-ad,v 1.1 2010/12/31 16:39:23 obache Exp $
--- transmit.c.orig 2008-02-29 18:25:59.000000000 +0000
+++ transmit.c
@@ -41,6 +41,7 @@
#include <sys/types.h>
#include <netinet/in.h>
+#include <sys/socket.h>
#include <pthread.h>
#include <stdlib.h>

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__array.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_array.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_array.h 2012-03-02 20:15:04.196726515 +0100
@@ -43,6 +43,8 @@
typedef struct _prop_array *prop_array_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_array_t prop_array_create(void);
prop_array_t prop_array_create_with_capacity(unsigned int);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__bool.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_bool.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_bool.h 2012-03-02 20:18:07.993901094 +0100
@@ -43,6 +43,8 @@
typedef struct _prop_bool *prop_bool_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_bool_t prop_bool_create(bool);
prop_bool_t prop_bool_copy(prop_bool_t);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__data.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_data.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_data.h 2012-03-02 20:14:27.311989501 +0100
@@ -43,6 +43,8 @@
typedef struct _prop_data *prop_data_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_data_t prop_data_create_data(const void *, size_t);
prop_data_t prop_data_create_data_nocopy(const void *, size_t);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__dictionary.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_dictionary.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_dictionary.h 2012-03-02 20:16:51.097919841 +0100
@@ -44,6 +44,8 @@
typedef struct _prop_dictionary *prop_dictionary_t;
typedef struct _prop_dictionary_keysym *prop_dictionary_keysym_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_dictionary_t prop_dictionary_create(void);
prop_dictionary_t prop_dictionary_create_with_capacity(unsigned int);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__ingest.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_ingest.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_ingest.h 2012-03-02 20:17:16.790210908 +0100
@@ -78,6 +78,8 @@ typedef struct {
#define PROP_INGEST_END \
{ .pite_key = NULL }
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_ingest_context_t
prop_ingest_context_alloc(void *);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__number.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_number.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_number.h 2012-03-02 20:17:44.973100443 +0100
@@ -46,6 +46,8 @@
typedef struct _prop_number *prop_number_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_number_t prop_number_create_integer(int64_t);
prop_number_t prop_number_create_unsigned_integer(uint64_t);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__object.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_object.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_object.h 2012-03-02 20:14:02.076547621 +0100
@@ -59,6 +59,8 @@ typedef enum {
PROP_TYPE_DICT_KEYSYM = 0x646b6579 /* 'dkey' */
} prop_type_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
void prop_object_retain(prop_object_t);
void prop_object_release(prop_object_t);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_include_prop_prop__string.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/include/prop/prop_string.h.orig 2008-02-29 19:25:58.000000000 +0100
+++ dist/include/prop/prop_string.h 2012-03-02 20:18:31.107164376 +0100
@@ -43,6 +43,8 @@
typedef struct _prop_string *prop_string_t;
+#include <sys/cdefs.h>
+
__BEGIN_DECLS
prop_string_t prop_string_create(void);
prop_string_t prop_string_create_cstring(const char *);

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-dist_libprop_prop__rb__impl.h,v 1.1 2012/03/07 11:39:40 hans Exp $
--- dist/libprop/prop_rb_impl.h.orig 2008-02-29 19:25:59.000000000 +0100
+++ dist/libprop/prop_rb_impl.h 2012-03-02 20:19:45.277472499 +0100
@@ -43,6 +43,8 @@
#include <sys/queue.h>
#ifdef __linux__
#include <bits/endian.h>
+#elif defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/endian.h>
#else
#include <machine/endian.h>
#endif