Edit

IABSD.fr/ports/misc/ietf-cli/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2026-04-16 16:50:52
    Hash : ab9e539d
    Message : Update ietf-cli 1.31pre0, ok job kn sthen (with a tweak) This updates the tool to the latest commit which includes version 1.31, but isn't tagged: https://github.com/paulehoffman/ietf-cli/issues/8 1.30 adds an index subcommand for bcp and std (just like for rfc) 1.31 prints the current document status on exit

  • misc/ietf-cli/Makefile
  • COMMENT=	command-line tools to work with RFCs and Internet Drafts
    
    GH_ACCOUNT=	paulehoffman
    GH_PROJECT=	ietf-cli
    #GH_TAGNAME=	1.31
    GH_COMMIT=	363ca1d7e813f584865d1cecda695000475266e9
    DISTNAME=	ietf-cli-1.31pre0
    
    CATEGORIES=	misc net books
    
    MAINTAINER=	Klemens Nanni <kn@openbsd.org>
    
    # WTFPL
    PERMIT_PACKAGE=	Yes
    
    MODULES=	lang/python
    
    NO_BUILD=	Yes
    NO_TEST=	Yes
    
    RUN_DEPENDS=	devel/xdg-utils \
    		net/rsync
    
    PKG_ARCH=	*
    
    MODPY_ADJ_FILES= ietf
    
    do-configure:
    	${SUBST_CMD} ${WRKSRC}/{ietf{,.config},README}
    
    do-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/{doc,examples}/ietf
    	${INSTALL_SCRIPT} ${WRKSRC}/ietf ${PREFIX}/bin
    	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ietf
    	${INSTALL_DATA} ${WRKSRC}/ietf.config ${PREFIX}/share/examples/ietf
    
    .include <bsd.port.mk>