diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-23 21:02:49 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-23 21:02:49 +0000 |
commit | 6a20141a4629db8128b34e95a7b9f5de60f99637 (patch) | |
tree | 5c6cb619ba8abdb1d5711a746eac0ffef7c64c86 /databases | |
parent | 8a430d24247d0a2783c46ab7a58fca3d7a7a6183 (diff) |
Notes
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 |