View | Details | Raw Unified | Return to bug 281306 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/Makefile (+1 lines)
Lines 255-260 Link Here
255
    SUBDIR += http_ping
255
    SUBDIR += http_ping
256
    SUBDIR += httping
256
    SUBDIR += httping
257
    SUBDIR += httpry
257
    SUBDIR += httpry
258
    SUBDIR += iana-enterprise-numbers
258
    SUBDIR += icmpinfo
259
    SUBDIR += icmpinfo
259
    SUBDIR += icpld
260
    SUBDIR += icpld
260
    SUBDIR += ifdepd
261
    SUBDIR += ifdepd
(-)b/net/iana-enterprise-numbers/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	iana-enterprise-numbers
2
PORTVERSION=	20240904
3
CATEGORIES=	net
4
MASTER_SITES=	https://www.iana.org/assignments/
5
DISTNAME=	enterprise-numbers.txt
6
EXTRACT_SUFX=	# empty
7
EXTRACT_ONLY=	# empty
8
9
MAINTAINER=	zi@FreeBSD.org
10
COMMENT=	IANA Private Enterprise Numbers (PENs)
11
WWW=		https://www.iana.org/assignments/enterprise-numbers/
12
13
LICENSE=	CC0-1.0
14
15
NO_BUILD=	yes
16
NO_ARCH=	yes
17
18
PLIST_FILES=	share/misc/enterprise-numbers
19
20
do-install:
21
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/misc
22
	${INSTALL_DATA} ${DISTDIR}/enterprise-numbers.txt ${STAGEDIR}${PREFIX}/share/misc/enterprise-numbers
23
24
.include <bsd.port.mk>
(-)b/net/iana-enterprise-numbers/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1725636507
2
SHA256 (enterprise-numbers.txt) = b1d9523f804c388d7570d69d5d6897cc54954b7612bd36099b7fed521ba20638
3
SIZE (enterprise-numbers.txt) = 4773100
(-)b/net/iana-enterprise-numbers/pkg-descr (+1 lines)
Added Link Here
1
IANA Private Enterprise Numbers Registry (RFC 9371)

Return to bug 281306