# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # devel # devel/marisa-trie # devel/marisa-trie/Makefile # devel/marisa-trie/files # devel/marisa-trie/files/patch-Makefile.am # devel/marisa-trie/distinfo # devel/marisa-trie/pkg-descr # devel/marisa-trie/pkg-plist # echo c - devel mkdir -p devel > /dev/null 2>&1 echo c - devel/marisa-trie mkdir -p devel/marisa-trie > /dev/null 2>&1 echo x - devel/marisa-trie/Makefile sed 's/^X//' >devel/marisa-trie/Makefile << 'e26d9b2767f988778a68a7426c9238f0' X# Created by: Iblis Lin X# $FreeBSD$ X XPORTNAME= marisa-tire XPORTVERSION= 0.24 XCATEGORIES= devel XMASTER_SITES= GH X XMAINTAINER= iblis@hs.ntnu.edu.tw XCOMMENT= MARISA: Matching Algorithm with Recursively Implemented StorAge X XLICENSE= BSD2CLAUSE LGPL21+ XLICENSE_COMB= dual XLICENSE_FILE= ${WRKSRC}/COPYING.md X XUSE_GITHUB= yes XGH_ACCOUNT= s-yata XGH_PROJECT= marisa-trie XGH_TAGNAME= 961ed33 X XUSES= autoreconf libtool:build XUSE_LDCONFIG= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig X XINSTALL_TARGET= install-strip X XOPTIONS_DEFINE= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A POPCNT X XSSE2_DESC= Support for SSE2 XSSE2_CONFIGURE_ENABLE= sse2 X XSSE3_DESC= Support for SSE3 XSSE3_CONFIGURE_ENABLE= sse3 X XSSSE3_DESC= Support for SSSE3 XSSSE3_CONFIGURE_ENABLE= sse3 X XSSE4_DESC= Support for SSE4 XSSE4_CONFIGURE_ENABLE= sse4 X XSSE41_DESC= Support for SSE4.1 XSSE41_CONFIGURE_ENABLE= sse4.1 X XSSE42_DESC= Support for SSE4.2 XSSE42_CONFIGURE_ENABLE= sse4.2 X XSSE4A_DESC= Support for SSE4a XSSE4A_CONFIGURE_ENABLE= sse4a X XPOPCNT_DESC= Support for POPCNT XPOPCNT_CONFIGURE_ENABLE= POPCNT X X.include e26d9b2767f988778a68a7426c9238f0 echo c - devel/marisa-trie/files mkdir -p devel/marisa-trie/files > /dev/null 2>&1 echo x - devel/marisa-trie/files/patch-Makefile.am sed 's/^X//' >devel/marisa-trie/files/patch-Makefile.am << 'c05e16c170f410c876ce7bdee024ff17' X--- Makefile.am.orig 2016-07-03 09:34:09 UTC X+++ Makefile.am X@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 X X SUBDIRS = include lib tools tests X X-pkgconfigdir = ${libdir}/pkgconfig X+pkgconfigdir = ${prefix}/libdata/pkgconfig X pkgconfig_DATA = marisa.pc X X EXTRA_DIST = \ c05e16c170f410c876ce7bdee024ff17 echo x - devel/marisa-trie/distinfo sed 's/^X//' >devel/marisa-trie/distinfo << 'bed45c09b6c719d6a1aca0272c0796a9' XTIMESTAMP = 1467536118 XSHA256 (s-yata-marisa-trie-0.24-961ed33_GH0.tar.gz) = f9e48330b2f58df68fbb02adff70cdcb87f7cdfa401afb7afcf104ee117aeb94 XSIZE (s-yata-marisa-trie-0.24-961ed33_GH0.tar.gz) = 167449 bed45c09b6c719d6a1aca0272c0796a9 echo x - devel/marisa-trie/pkg-descr sed 's/^X//' >devel/marisa-trie/pkg-descr << '2d67937671cba18674f95042be09a99f' XMatching Algorithm with Recursively Implemented StorAge (MARISA) is a static Xand space-efficient trie data structure. And libmarisa is a C++ library to Xprovide an implementation of MARISA. Also, the package of libmarisa contains Xa set of command line tools for building and operating a MARISA-based Xdictionary. X XWWW: https://github.com/s-yata/marisa-trie 2d67937671cba18674f95042be09a99f echo x - devel/marisa-trie/pkg-plist sed 's/^X//' >devel/marisa-trie/pkg-plist << 'c39eb2957c04064801def64e35743c63' X@comment $FreeBSD$ Xbin/marisa-benchmark Xbin/marisa-build Xbin/marisa-common-prefix-search Xbin/marisa-dump Xbin/marisa-lookup Xbin/marisa-predictive-search Xbin/marisa-reverse-lookup Xinclude/marisa.h Xinclude/marisa/agent.h Xinclude/marisa/base.h Xinclude/marisa/exception.h Xinclude/marisa/iostream.h Xinclude/marisa/key.h Xinclude/marisa/keyset.h Xinclude/marisa/query.h Xinclude/marisa/scoped-array.h Xinclude/marisa/scoped-ptr.h Xinclude/marisa/stdio.h Xinclude/marisa/trie.h Xlib/libmarisa.a Xlib/libmarisa.so Xlib/libmarisa.so.0 Xlib/libmarisa.so.0.0.0 Xlibdata/pkgconfig/marisa.pc c39eb2957c04064801def64e35743c63 exit