Index: databases/pg_ed25519/Makefile =================================================================== --- databases/pg_ed25519/Makefile (nonexistent) +++ databases/pg_ed25519/Makefile (working copy) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= pg_ed25519 +PORTVERSION= 0.2 +CATEGORIES= databases + +MAINTAINER= dmitry.wagin@ya.ru +COMMENT= PostgreSQL extension for ed25519 sign and verify + +LICENSE= MIT + +USES= gmake pgsql:9.4+ +LLD_UNSAFE= yes +WANT_PGSQL= server + +USE_GITLAB= yes +GL_ACCOUNT= dwagin +GL_COMMIT= 203944dbd3444257490eb30d2f6363e391a23a6b + +PLIST_FILES= lib/postgresql/pg_ed25519.so \ + share/postgresql/extension/pg_ed25519--${PORTVERSION}.sql \ + share/postgresql/extension/pg_ed25519.control + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pg_ed25519.so + +.include Property changes on: databases/pg_ed25519/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/pg_ed25519/distinfo =================================================================== --- databases/pg_ed25519/distinfo (nonexistent) +++ databases/pg_ed25519/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564654456 +SHA256 (dwagin-pg_ed25519-203944dbd3444257490eb30d2f6363e391a23a6b_GL0.tar.gz) = b8d98ffd621e95a22a6095d365a26c6c2ee7ebc3ae8d18d35cf19b6d56dccf71 +SIZE (dwagin-pg_ed25519-203944dbd3444257490eb30d2f6363e391a23a6b_GL0.tar.gz) = 63934 Property changes on: databases/pg_ed25519/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: databases/pg_ed25519/pkg-descr =================================================================== --- databases/pg_ed25519/pkg-descr (nonexistent) +++ databases/pg_ed25519/pkg-descr (working copy) @@ -0,0 +1,3 @@ +PostgreSQL extension for ed25519 sign and verify. + +WWW: https://gitlab.com/dwagin/pg_ed25519 Property changes on: databases/pg_ed25519/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property