mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQL
A fork of the shatypes extension which adds additional data types along with some fixes. WWW: http://pgxn.org/dist/hashtypes/ PR: ports/180137 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
parent
8a430d2424
commit
6a20141a46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323551
@ -105,6 +105,7 @@
|
||||
SUBDIR += grass
|
||||
SUBDIR += gtksql
|
||||
SUBDIR += hamsterdb
|
||||
SUBDIR += hashtypes
|
||||
SUBDIR += hiredis
|
||||
SUBDIR += hk_classes
|
||||
SUBDIR += hs-mysql
|
||||
|
19
databases/hashtypes/Makefile
Normal file
19
databases/hashtypes/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Sevan Janiyan <venture37@geeklan.co.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hashtypes
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= databases security
|
||||
MASTER_SITES= http://api.pgxn.org/dist/hashtypes/${PORTVERSION}/ \
|
||||
http://oss-files.dreamindustries.co/mirror/
|
||||
|
||||
MAINTAINER= oss-contrib@dreamindustries.co
|
||||
COMMENT= Hash data types for PostgreSQL
|
||||
|
||||
USE_PGSQL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
MAKE_ARGS= USE_PGXS=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/hashtypes/distinfo
Normal file
2
databases/hashtypes/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hashtypes-0.1.1.zip) = 183cb81bc4973df18906f0ab07f1d6891b9879b312f6de2772a54ff94696ab5e
|
||||
SIZE (hashtypes-0.1.1.zip) = 12989
|
5
databases/hashtypes/pkg-descr
Normal file
5
databases/hashtypes/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
SHA1, SHA256, SHA512, MD5 & CRC32 data types for PostgreSQL
|
||||
A fork of the shatypes extension which adds additional
|
||||
data types along with some fixes.
|
||||
|
||||
WWW: http://pgxn.org/dist/hashtypes/
|
5
databases/hashtypes/pkg-plist
Normal file
5
databases/hashtypes/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/postgresql/hashtypes.so
|
||||
share/doc/postgresql/contrib/README.hashtypes
|
||||
share/postgresql/contrib/hashtypes--0.1.1.sql
|
||||
@dirrmtry share/postgresql/contrib
|
||||
@dirrmtry share/doc/postgresql/contrib
|
Loading…
Reference in New Issue
Block a user