1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

Add pg_hashids 1.3, postgreSQL extension for generates short, unique,

non-sequential ids from numbers.

PR:		254180
Submitted by:	dmitry.wagin@ya.ru
This commit is contained in:
Vanilla I. Shu 2021-03-11 13:06:35 +00:00
parent 59815b0604
commit 25b10db000
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568089
4 changed files with 40 additions and 0 deletions

View File

@ -567,6 +567,7 @@
SUBDIR += pg_citus
SUBDIR += pg_dirtyread
SUBDIR += pg_ed25519
SUBDIR += pg_hashids
SUBDIR += pg_partman
SUBDIR += pg_qualstats
SUBDIR += pg_reorg

View File

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= pg_hashids
PORTVERSION= 1.3
CATEGORIES= databases
MAINTAINER= dmitry.wagin@ya.ru
COMMENT= PostgreSQL extension for generates short, unique, non-sequential ids from numbers
LICENSE= MIT
USES= gmake pgsql:9.6+
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= iCyberon
GH_TAGNAME= 83398bcb
LLD_UNSAFE= yes
PLIST_FILES= lib/postgresql/${PORTNAME}.so \
share/postgresql/extension/${PORTNAME}--${PORTVERSION}.sql \
share/postgresql/extension/${PORTNAME}--1.0--1.1.sql \
share/postgresql/extension/${PORTNAME}--1.1--1.2.sql \
share/postgresql/extension/${PORTNAME}--1.2--${PORTVERSION}.sql \
share/postgresql/extension/${PORTNAME}--1.2.1--${PORTVERSION}.sql \
share/postgresql/extension/${PORTNAME}.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/${PORTNAME}.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1589651186
SHA256 (iCyberon-pg_hashids-1.3-83398bcb_GH0.tar.gz) = c113cca19288a3b313ac3695140ac1b42b889aa9a62a436b374a4b87a7ac8fa1
SIZE (iCyberon-pg_hashids-1.3-83398bcb_GH0.tar.gz) = 10956

View File

@ -0,0 +1,4 @@
PostgreSQL extension for generates short, unique,
non-sequential ids from numbers.
WWW: https://github.com/iCyberon/pg_hashids