FreeBSD Bugzilla – Attachment 206354 Details for
Bug 239708
[new port] databases/pg_ed25519: PostgreSQL extension for ed25519 sign and verify
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pg_ed25519.diff
pg_ed25519.diff (text/plain), 2.61 KB, created by
Dmitry Wagin
on 2019-08-08 07:17:56 UTC
(
hide
)
Description:
pg_ed25519.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2019-08-08 07:17:56 UTC
Size:
2.61 KB
patch
obsolete
>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 <bsd.port.mk> > >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239708
: 206354