Index: head/devel/llnextgen/Makefile =================================================================== --- head/devel/llnextgen/Makefile (revision 518132) +++ head/devel/llnextgen/Makefile (revision 518133) @@ -1,30 +1,33 @@ # Created by: Oleksii Tsai # $FreeBSD$ PORTNAME= LLnextgen PORTVERSION= 0.5.5 CATEGORIES= devel -MASTER_SITES= http://os.ghalkes.nl/LLnextgen/releases/ -EXTRACT_SUFX= .tgz +MASTER_SITES= https://os.ghalkes.nl/LLnextgen/releases/ MAINTAINER= oleksii.tsai@gmail.com COMMENT= Extended LL(1) parser generator LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING +USES= tar:tgz HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/LLnextgen ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/doc/LLnextgen.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README COPYING TODO Changelog doc/LLnextgen.pdf \ +.for f in README TODO Changelog doc/LLnextgen.pdf \ doc/LLnextgen.ps.gz doc/calculator.g doc/threadsafe.g ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/devel/llnextgen/pkg-descr =================================================================== --- head/devel/llnextgen/pkg-descr (revision 518132) +++ head/devel/llnextgen/pkg-descr (revision 518133) @@ -1,11 +1,11 @@ LLnextgen is an Extended-LL(1) parser generator. It is a rewrite of the LLgen parser generator by D. Grune and C.J.H. Jacobs which is part of the Amsterdam Compiler Kit (ACK). Like all parser generators, LLnextgen takes the description of the grammar with associated actions as input, and generates a parser routine for use in compilers and other text processing programs. LLgen, and therefore LLnextgen, extends on the LL(1) class of parser generators by allowing FIRST/FIRST conflicts and FIRST/FOLLOW conflicts to be resolved with both static and dynamic conditions. -WWW: http://os.ghalkes.nl/LLnextgen/index.html +WWW: https://os.ghalkes.nl/LLnextgen/index.html Index: head/devel/llnextgen/pkg-plist =================================================================== --- head/devel/llnextgen/pkg-plist (revision 518132) +++ head/devel/llnextgen/pkg-plist (revision 518133) @@ -1,10 +1,9 @@ bin/LLnextgen man/man1/LLnextgen.1.gz -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/Changelog %%PORTDOCS%%%%DOCSDIR%%/LLnextgen.pdf %%PORTDOCS%%%%DOCSDIR%%/LLnextgen.ps.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/calculator.g %%PORTDOCS%%%%DOCSDIR%%/threadsafe.g