FreeBSD Bugzilla – Attachment 253380 Details for
Bug 281306
sysutils/ipmitool : Update to 1.8.19
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New simple port net/iana-enterprise-numbers
iana-enterprise-numbers.patch (text/plain), 1.76 KB, created by
Olivier Cochard
on 2024-09-06 15:50:17 UTC
(
hide
)
Description:
New simple port net/iana-enterprise-numbers
Filename:
MIME Type:
Creator:
Olivier Cochard
Created:
2024-09-06 15:50:17 UTC
Size:
1.76 KB
patch
obsolete
>diff --git a/net/Makefile b/net/Makefile >index 362b9ea3a40..a9cf1d6ba49 100644 >--- a/net/Makefile >+++ b/net/Makefile >@@ -255,6 +255,7 @@ > SUBDIR += http_ping > SUBDIR += httping > SUBDIR += httpry >+ SUBDIR += iana-enterprise-numbers > SUBDIR += icmpinfo > SUBDIR += icpld > SUBDIR += ifdepd >diff --git a/net/iana-enterprise-numbers/Makefile b/net/iana-enterprise-numbers/Makefile >new file mode 100644 >index 00000000000..55eb340d29d >--- /dev/null >+++ b/net/iana-enterprise-numbers/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= iana-enterprise-numbers >+PORTVERSION= 20240904 >+CATEGORIES= net >+MASTER_SITES= https://www.iana.org/assignments/ >+DISTNAME= enterprise-numbers.txt >+EXTRACT_SUFX= # empty >+EXTRACT_ONLY= # empty >+ >+MAINTAINER= zi@FreeBSD.org >+COMMENT= IANA Private Enterprise Numbers (PENs) >+WWW= https://www.iana.org/assignments/enterprise-numbers/ >+ >+LICENSE= CC0-1.0 >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+PLIST_FILES= share/misc/enterprise-numbers >+ >+do-install: >+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/misc >+ ${INSTALL_DATA} ${DISTDIR}/enterprise-numbers.txt ${STAGEDIR}${PREFIX}/share/misc/enterprise-numbers >+ >+.include <bsd.port.mk> >diff --git a/net/iana-enterprise-numbers/distinfo b/net/iana-enterprise-numbers/distinfo >new file mode 100644 >index 00000000000..fa2de1b9f4d >--- /dev/null >+++ b/net/iana-enterprise-numbers/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1725636507 >+SHA256 (enterprise-numbers.txt) = b1d9523f804c388d7570d69d5d6897cc54954b7612bd36099b7fed521ba20638 >+SIZE (enterprise-numbers.txt) = 4773100 >diff --git a/net/iana-enterprise-numbers/pkg-descr b/net/iana-enterprise-numbers/pkg-descr >new file mode 100644 >index 00000000000..a05e0acf192 >--- /dev/null >+++ b/net/iana-enterprise-numbers/pkg-descr >@@ -0,0 +1 @@ >+IANA Private Enterprise Numbers Registry (RFC 9371)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281306
:
253367
|
253379
|
253380
|
253537
|
253646