a1d685302f
were applied upstream, so remove. Comment, update, and defuzz remaining ones. Ragel 6.9 - Oct 13, 2014 ======================== -updated command-line synopsis -ocaml: fix missing semicolon -ocaml: support -G1 -ocaml: choose a unique name for type state -ruby: reduce the amount of calls to GET_WIDE_KEY() -union test case: warning fix -omit line directives around expression-oriented write statements -use AS_IF and test command to check if the DIST file is present -added missing std:: using -go: added '//line' directive support Ragel 6.8 - Feb 11, 2013 ======================== -The -G2 code generator for Go1 was rewritten. Table, flat and switch-based code generators were added. (Anton Ageev) -The CXXFLAGS variable is not longer set in the configure script.
20 lines
476 B
Makefile
20 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/03/27 03:50:55 rodent Exp $
|
|
|
|
DISTNAME= ragel-6.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.colm.net/files/ragel/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.colm.net/open-source/ragel/
|
|
COMMENT= State machine compiler
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/ragel-guide.pdf \
|
|
${DESTDIR}${PREFIX}/share/doc/ragel
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|