diff options
Diffstat (limited to 'devel/erlang-gpb')
-rw-r--r-- | devel/erlang-gpb/Makefile | 26 | ||||
-rw-r--r-- | devel/erlang-gpb/distinfo | 3 | ||||
-rw-r--r-- | devel/erlang-gpb/files/patch-Makefile | 10 | ||||
-rw-r--r-- | devel/erlang-gpb/files/patch-include_gpb__version.hrl.in | 10 | ||||
-rw-r--r-- | devel/erlang-gpb/files/patch-rebar.config.script | 11 | ||||
-rw-r--r-- | devel/erlang-gpb/files/protoc-erl.in | 3 | ||||
-rw-r--r-- | devel/erlang-gpb/pkg-descr | 3 | ||||
-rw-r--r-- | devel/erlang-gpb/pkg-plist | 60 |
8 files changed, 0 insertions, 126 deletions
diff --git a/devel/erlang-gpb/Makefile b/devel/erlang-gpb/Makefile deleted file mode 100644 index 64d39d7f2896..000000000000 --- a/devel/erlang-gpb/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= gpb -PORTVERSION= 4.3.3 -CATEGORIES= devel -PKGNAMEPREFIX= erlang- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= Google Protobuf implementation for Erlang - -LICENSE= LGPL21 - -SUB_FILES+= protoc-erl -SUB_LIST+= PORTNAME=${PORTNAME} \ - PORTVERSION=${PORTVERSION} - -USES= erlang:rebar -USE_GITHUB= yes -GH_ACCOUNT= tomas-abrahamsson - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/protoc-erl ${STAGEDIR}${ERL_APP_ROOT}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/protoc-erl ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/devel/erlang-gpb/distinfo b/devel/erlang-gpb/distinfo deleted file mode 100644 index 8ddc4e5e9b39..000000000000 --- a/devel/erlang-gpb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1537721615 -SHA256 (tomas-abrahamsson-gpb-4.3.3_GH0.tar.gz) = 76ae1a2268ff19169222dd47b7cf8579f791fae571cb756f4279941a6f2ed057 -SIZE (tomas-abrahamsson-gpb-4.3.3_GH0.tar.gz) = 418239 diff --git a/devel/erlang-gpb/files/patch-Makefile b/devel/erlang-gpb/files/patch-Makefile deleted file mode 100644 index 1b0ed8e0791a..000000000000 --- a/devel/erlang-gpb/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig 2018-02-09 09:35:52 UTC -+++ Makefile -@@ -397,6 +397,6 @@ $(ebin)/gpb.app: $(src)/gpb.app.src | $( - - $(incdir)/gpb_version.hrl: $(incdir)/gpb_version.hrl.in - @echo Generating $@... -- $(silencer)$(build)/mk_version_hrl \ -+ $(silencer)cat \ - < include/gpb_version.hrl.in \ - > include/gpb_version.hrl diff --git a/devel/erlang-gpb/files/patch-include_gpb__version.hrl.in b/devel/erlang-gpb/files/patch-include_gpb__version.hrl.in deleted file mode 100644 index ec55b6e23ca2..000000000000 --- a/devel/erlang-gpb/files/patch-include_gpb__version.hrl.in +++ /dev/null @@ -1,10 +0,0 @@ ---- include/gpb_version.hrl.in.orig 2015-07-14 10:14:25 UTC -+++ include/gpb_version.hrl.in -@@ -5,6 +5,6 @@ - %% at build-time, see the rebar.config or the Makefile - %% NB: The build/mk_version_hrl depends on the exact wording - ---define(gpb_version, "@vsn@"). -+-define(gpb_version, "%%PORTVERSION%%"). - - -endif. %% gpb_version_hrl diff --git a/devel/erlang-gpb/files/patch-rebar.config.script b/devel/erlang-gpb/files/patch-rebar.config.script deleted file mode 100644 index 88c98eb8abb2..000000000000 --- a/devel/erlang-gpb/files/patch-rebar.config.script +++ /dev/null @@ -1,11 +0,0 @@ ---- rebar.config.script.orig 2018-02-09 10:01:31 UTC -+++ rebar.config.script -@@ -31,7 +31,7 @@ ConfigOpts = NoHaveMapsOpts ++ NoHaveRan - [{compile, - %% invoking shell script as an argument to sh appears to be - %% needed with rebar for windows/cygwin -- "bash build/mk_version_hrl" -+ "cat" - " < include/gpb_version.hrl.in" - " > include/gpb_version.hrl "} - ]}, diff --git a/devel/erlang-gpb/files/protoc-erl.in b/devel/erlang-gpb/files/protoc-erl.in deleted file mode 100644 index 8aa6d07d37c2..000000000000 --- a/devel/erlang-gpb/files/protoc-erl.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec %%LOCALBASE%%/lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/bin/protoc-erl "$@" diff --git a/devel/erlang-gpb/pkg-descr b/devel/erlang-gpb/pkg-descr deleted file mode 100644 index 0022da20000f..000000000000 --- a/devel/erlang-gpb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Compiler for Google protocol buffer definitions files for Erlang. - -WWW: https://github.com/tomas-abrahamsson/gpb diff --git a/devel/erlang-gpb/pkg-plist b/devel/erlang-gpb/pkg-plist deleted file mode 100644 index ae1afa5be5cb..000000000000 --- a/devel/erlang-gpb/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -bin/protoc-erl -lib/erlang/lib/gpb-%%VERSION%%/bin/protoc-erl -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb.app -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_analyzer.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_codegen.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_codemorpher.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_compile.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_compile_descr.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_descriptor.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_decoders.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_encoders.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_introspect.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_mergers.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_nif.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_translators.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_types.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_gen_verifiers.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_lib.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_names.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_parse.beam -lib/erlang/lib/gpb-%%VERSION%%/ebin/gpb_scan.beam -lib/erlang/lib/gpb-%%VERSION%%/include/gpb.hrl -lib/erlang/lib/gpb-%%VERSION%%/include/gpb_version.hrl -lib/erlang/lib/gpb-%%VERSION%%/include/gpb_version.hrl.in -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/any.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/api.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/descriptor.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/duration.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/empty.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/field_mask.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/source_context.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/struct.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/timestamp.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/type.proto -lib/erlang/lib/gpb-%%VERSION%%/priv/proto3/google/protobuf/wrappers.proto -lib/erlang/lib/gpb-%%VERSION%%/src/gpb.app.src -lib/erlang/lib/gpb-%%VERSION%%/src/gpb.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_analyzer.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codegen.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codegen.hrl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_codemorpher.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_compile.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_compile.hrl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_decoders.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_encoders.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_introspect.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_mergers.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_nif.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_translators.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_types.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_gen_verifiers.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_lib.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_names.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_parse.yrl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.erl -lib/erlang/lib/gpb-%%VERSION%%/src/gpb_scan.xrl -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/README.nif-cc |