svn commit: r501311 - head/devel/cdecl

Larry Rosenman ler at FreeBSD.org
Sat May 11 22:37:02 UTC 2019


Author: ler
Date: Sat May 11 22:37:01 2019
New Revision: 501311
URL: https://svnweb.freebsd.org/changeset/ports/501311

Log:
  devel/cdecl: upgrade to 6.2.
  
  Added C++11 user-defined literal support
  Added support for user-defined literals. For example:
  
  cdecl> explain int operator"" _a(unsigned long long x)
  declare _a as user-defined literal (x as unsigned long long) returning int
  More commands as first argument
  More commands (define, namespace, set, static, typedef, and using) are now recognized as such when they are the first argument.
  
  Added support for char8_t
  Now supports C++20's char8_t.
  
  Added support for more standard types
  Added typedef declarations for div_t, imaxdiv_t, ldiv_t, lldiv_t, sig_atomic_t, streambuf, streamoff, streamsize, and wstreambuf.

Modified:
  head/devel/cdecl/Makefile
  head/devel/cdecl/distinfo

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Sat May 11 22:31:45 2019	(r501310)
+++ head/devel/cdecl/Makefile	Sat May 11 22:37:01 2019	(r501311)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cdecl
-PORTVERSION=	6.1
+PORTVERSION=	6.2
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	devel
 

Modified: head/devel/cdecl/distinfo
==============================================================================
--- head/devel/cdecl/distinfo	Sat May 11 22:31:45 2019	(r501310)
+++ head/devel/cdecl/distinfo	Sat May 11 22:37:01 2019	(r501311)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555493184
-SHA256 (paul-j-lucas-cdecl-cdecl-6.1_GH0.tar.gz) = 7ebf0017b574ce25625afe1fb343c5d3635374e64ce0bce71b0c6850a97a5389
-SIZE (paul-j-lucas-cdecl-cdecl-6.1_GH0.tar.gz) = 354260
+TIMESTAMP = 1557613414
+SHA256 (paul-j-lucas-cdecl-cdecl-6.2_GH0.tar.gz) = 09462e39ed36b2ef79b87591b443c8fb86111a93bed50a3ceb90b8eb6e36fcd7
+SIZE (paul-j-lucas-cdecl-cdecl-6.2_GH0.tar.gz) = 360909


More information about the svn-ports-all mailing list