mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 0.0.6
This commit is contained in:
parent
214bebf8e1
commit
dc8cc95c0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536966
@ -2,24 +2,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pire
|
||||
PORTVERSION= 0.0.5
|
||||
PORTVERSION= 0.0.6
|
||||
DISTVERSIONPREFIX= release-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Perl Incompatible Regular Expressions library
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE= LGPL3+ MIT
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dprokoptsev
|
||||
GH_ACCOUNT= yandex
|
||||
|
||||
USES= autoreconf bison compiler:c++11-lib libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= autoreconf bison libtool
|
||||
USE_LDCONFIG= yes
|
||||
TEST_TARGET= check
|
||||
|
||||
post-install:
|
||||
cd ${WRKSRC} && make check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (dprokoptsev-pire-release-0.0.5_GH0.tar.gz) = 85a9bd66fff568554826e4aff9b188ed6124e3ea0530cc561723b36aea2a58e3
|
||||
SIZE (dprokoptsev-pire-release-0.0.5_GH0.tar.gz) = 149084
|
||||
TIMESTAMP = 1590709154
|
||||
SHA256 (yandex-pire-release-0.0.6_GH0.tar.gz) = 552b9163c7cdaf8dcdc44af8a1c938204038584f9a939fca371d76c1cdf1a395
|
||||
SIZE (yandex-pire-release-0.0.6_GH0.tar.gz) = 174933
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- pire/stub/stl.h.orig 2013-11-08 17:46:23 UTC
|
||||
+++ pire/stub/stl.h
|
||||
@@ -97,7 +97,7 @@ namespace Pire {
|
||||
ylist(Arg1 arg1, Arg2 arg2, Arg3 arg3): std::list<T, A>(arg1, arg2, arg3) {}
|
||||
};
|
||||
|
||||
- template< class K, class V, class C = std::less<K>, class A = std::allocator< std::pair<K, V> > >
|
||||
+ template< class K, class V, class C = std::less<K>, class A = std::allocator< std::pair<const K, V> > >
|
||||
class ymap: public std::map<K, V, C, A> {
|
||||
public:
|
||||
ymap(): std::map<K, V, C, A>() {}
|
@ -2,6 +2,7 @@ bin/pigrep
|
||||
bin/pire_inline
|
||||
include/pire/align.h
|
||||
include/pire/any.h
|
||||
include/pire/approx_matching.h
|
||||
include/pire/config.h
|
||||
include/pire/defs.h
|
||||
include/pire/determine.h
|
||||
@ -11,13 +12,17 @@ include/pire/extra.h
|
||||
include/pire/fsm.h
|
||||
include/pire/fwd.h
|
||||
include/pire/glue.h
|
||||
include/pire/half_final_fsm.h
|
||||
include/pire/minimize.h
|
||||
include/pire/partition.h
|
||||
include/pire/pire.h
|
||||
include/pire/platform.h
|
||||
include/pire/re_lexer.h
|
||||
include/pire/re_parser.h
|
||||
include/pire/read_unicode.h
|
||||
include/pire/run.h
|
||||
include/pire/scanners/common.h
|
||||
include/pire/scanners/half_final.h
|
||||
include/pire/scanners/loaded.h
|
||||
include/pire/scanners/multi.h
|
||||
include/pire/scanners/pair.h
|
||||
|
Loading…
Reference in New Issue
Block a user