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/ Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Tue Jul 23 21:02:49 2013 New Revision: 323551 URL: http://svnweb.freebsd.org/changeset/ports/323551 Log: 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> Added: head/databases/hashtypes/ head/databases/hashtypes/Makefile (contents, props changed) head/databases/hashtypes/distinfo (contents, props changed) head/databases/hashtypes/pkg-descr (contents, props changed) head/databases/hashtypes/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Jul 23 20:48:13 2013 (r323550) +++ head/databases/Makefile Tue Jul 23 21:02:49 2013 (r323551) @@ -105,6 +105,7 @@ SUBDIR += grass SUBDIR += gtksql SUBDIR += hamsterdb + SUBDIR += hashtypes SUBDIR += hiredis SUBDIR += hk_classes SUBDIR += hs-mysql Added: head/databases/hashtypes/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/hashtypes/Makefile Tue Jul 23 21:02:49 2013 (r323551) @@ -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> Added: head/databases/hashtypes/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/hashtypes/distinfo Tue Jul 23 21:02:49 2013 (r323551) @@ -0,0 +1,2 @@ +SHA256 (hashtypes-0.1.1.zip) = 183cb81bc4973df18906f0ab07f1d6891b9879b312f6de2772a54ff94696ab5e +SIZE (hashtypes-0.1.1.zip) = 12989 Added: head/databases/hashtypes/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/hashtypes/pkg-descr Tue Jul 23 21:02:49 2013 (r323551) @@ -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/ Added: head/databases/hashtypes/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/hashtypes/pkg-plist Tue Jul 23 21:02:49 2013 (r323551) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!
Please commit the original plist supplied & not your changes, this causes fi= les to remain behind. Sevan