Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,3 @@
Stringprep is a framework for preparing Unicode test strings in
order to increase the likelihood that string input and string
comparison work.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.3 2016/08/12 09:44:20 fhajny Exp $
DISTNAME= stringprep-1.0.6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/processone/stringprep/
COMMENT= Fast Stringprep implementation for Erlang / Elixir
LICENSE= apache-2.0
GITHUB_PROJECT= stringprep
DEPENDS+= erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.1 2016/04/25 14:46:56 fhajny Exp $
lib/erlang/lib/stringprep-${PKGVERSION}/ebin/stringprep.app
lib/erlang/lib/stringprep-${PKGVERSION}/ebin/stringprep.beam
lib/erlang/lib/stringprep-${PKGVERSION}/ebin/stringprep_app.beam
lib/erlang/lib/stringprep-${PKGVERSION}/ebin/stringprep_sup.beam
lib/erlang/lib/stringprep-${PKGVERSION}/priv/lib/stringprep.so

View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.3 2016/08/12 09:44:20 fhajny Exp $
SHA1 (stringprep-1.0.6.tar.gz) = da2886bf460235c7c19dc14d88ea7851eea2dce1
RMD160 (stringprep-1.0.6.tar.gz) = 2ab987955f3ea6ca2d3f3cfa52a64ce7d2813400
SHA512 (stringprep-1.0.6.tar.gz) = 930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040
Size (stringprep-1.0.6.tar.gz) = 95340 bytes
SHA1 (patch-rebar.config) = 1e112d778b527902278914f815882910c2608157

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:44:20 fhajny Exp $
Deps are handled by pkgsrc.
--- rebar.config.orig 2016-02-03 09:10:59.000000000 +0000
+++ rebar.config
@@ -22,8 +22,6 @@
{erl_opts, [debug_info]}.
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
-
{port_env, [
{"CXXFLAGS", "-O3 -Wall"},
{"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin|gnu)",