diff options
author | pawel <pawel@FreeBSD.org> | 2013-07-24 05:02:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-07-24 05:02:49 +0800 |
commit | 48d67ce9f70f941fe030156c4e902b77a54811bc (patch) | |
tree | 5c6cb619ba8abdb1d5711a746eac0ffef7c64c86 /databases | |
parent | 591f3eff394484f65855343c13120d085f5bf563 (diff) | |
download | freebsd-ports-gnome-48d67ce9f70f941fe030156c4e902b77a54811bc.tar.gz freebsd-ports-gnome-48d67ce9f70f941fe030156c4e902b77a54811bc.tar.zst freebsd-ports-gnome-48d67ce9f70f941fe030156c4e902b77a54811bc.zip |
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>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/hashtypes/Makefile | 19 | ||||
-rw-r--r-- | databases/hashtypes/distinfo | 2 | ||||
-rw-r--r-- | databases/hashtypes/pkg-descr | 5 | ||||
-rw-r--r-- | databases/hashtypes/pkg-plist | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0f8ad9b81ad6..b97c1722aded 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -105,6 +105,7 @@ SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb + SUBDIR += hashtypes SUBDIR += hiredis SUBDIR += hk_classes SUBDIR += hs-mysql diff --git a/databases/hashtypes/Makefile b/databases/hashtypes/Makefile new file mode 100644 index 000000000000..7f43cac40b94 --- /dev/null +++ b/databases/hashtypes/Makefile @@ -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> diff --git a/databases/hashtypes/distinfo b/databases/hashtypes/distinfo new file mode 100644 index 000000000000..b424407281fb --- /dev/null +++ b/databases/hashtypes/distinfo @@ -0,0 +1,2 @@ +SHA256 (hashtypes-0.1.1.zip) = 183cb81bc4973df18906f0ab07f1d6891b9879b312f6de2772a54ff94696ab5e +SIZE (hashtypes-0.1.1.zip) = 12989 diff --git a/databases/hashtypes/pkg-descr b/databases/hashtypes/pkg-descr new file mode 100644 index 000000000000..827c79eadfa9 --- /dev/null +++ b/databases/hashtypes/pkg-descr @@ -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/ diff --git a/databases/hashtypes/pkg-plist b/databases/hashtypes/pkg-plist new file mode 100644 index 000000000000..510af77ccf22 --- /dev/null +++ b/databases/hashtypes/pkg-plist @@ -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 |