Bug 180137 - [NEW PORT] databases/hashtypes: Hash data types for PostgreSQL
Summary: [NEW PORT] databases/hashtypes: Hash data types for PostgreSQL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 01:10 UTC by Sevan Janiyan
Modified: 2013-08-14 18:20 UTC (History)
0 users

See Also:


Attachments
.shar (1.99 KB, text/plain)
2013-07-01 01:10 UTC, Sevan Janiyan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2013-07-01 01:10:00 UTC
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)
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-07-23 21:43:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-23 22:02:59 UTC
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"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-07-23 22:03:46 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 4 Sevan Janiyan 2013-08-14 15:14:20 UTC
Please commit the original plist supplied & not your changes, this causes fi=
les to remain behind.


Sevan