pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(databases/pgstudio) New package for PostgreSQL Studio as 2.0



Module Name:	pkgsrc-wip
Committed By:	makoto <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By:	mef
Date:		Mon Apr 10 16:42:04 2017 +0900
Changeset:	5669b827fa2cf50dde9494d5d1b7db6e51c67916

Added Files:
	pgstudio/DESCR
	pgstudio/Makefile
	pgstudio/PLIST
	pgstudio/TODO
	pgstudio/distinfo
	pgstudio/patches/patch-ivy.xml

Log Message:
(databases/pgstudio) New package for PostgreSQL Studio as 2.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5669b827fa2cf50dde9494d5d1b7db6e51c67916

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pgstudio/DESCR                 |  7 +++++++
 pgstudio/Makefile              | 29 +++++++++++++++++++++++++++++
 pgstudio/PLIST                 |  2 ++
 pgstudio/TODO                  |  2 ++
 pgstudio/distinfo              |  7 +++++++
 pgstudio/patches/patch-ivy.xml | 15 +++++++++++++++
 6 files changed, 62 insertions(+)

diffs:
diff --git a/pgstudio/DESCR b/pgstudio/DESCR
new file mode 100644
index 0000000000..97185c1d7f
--- /dev/null
+++ b/pgstudio/DESCR
@@ -0,0 +1,7 @@
+PostgreSQL Studio gives you the power to perform essential PostgreSQL
+database development tasks from a web-based console. With more and more
+PostgreSQL databases running in a Cloud environment, PostgreSQL Studio
+let's you work with your databases without the need to open firewalls.
+
+See following page to start:
+http://www.postgresqlstudio.org/support/documentation/supportdocumentationinstallation-guide/
diff --git a/pgstudio/Makefile b/pgstudio/Makefile
new file mode 100644
index 0000000000..0c9789c8af
--- /dev/null
+++ b/pgstudio/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+DISTNAME=	pgstudio-src_2.0
+PKGNAME=	${DISTNAME:C/-src_/-/}
+CATEGORIES=	databases
+MASTER_SITES=	http://downloads.postgresqlstudio.org/2.0/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://downloads.postgresqlstudio.org/2.0/
+COMMENT=	GUI to control PostgreSQL database
+LICENSE=	postgresql-license
+
+DEPENDS+=	apache-tomcat-[0-9]*:../../www/apache-tomcat8
+BUILD_DEPENDS+=	apache-ant-[0-9]*:../../devel/apache-ant
+
+INSTALLATION_DIRS+= share/tomcat/web-apps
+
+USE_LANGUAGES=	# none
+
+do-build:
+	${RUN}${_ULIMIT_CMD} cd ${WRKSRC} && \
+	${PKGSRC_SETENV} ${MAKE_ENV} \
+	ant clean && ant deploy
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/pgstudio.war  ${DESTDIR}${PREFIX}/share/tomcat/web-apps/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/pgstudio/PLIST b/pgstudio/PLIST
new file mode 100644
index 0000000000..2d687aa2ce
--- /dev/null
+++ b/pgstudio/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/tomcat/web-apps/pgstudio.war
diff --git a/pgstudio/TODO b/pgstudio/TODO
new file mode 100644
index 0000000000..c422b37e11
--- /dev/null
+++ b/pgstudio/TODO
@@ -0,0 +1,2 @@
+After pgstudio.war opened, pgstudio directory created. But it
+is not controlled by pkg database
diff --git a/pgstudio/distinfo b/pgstudio/distinfo
new file mode 100644
index 0000000000..0f07bab8f5
--- /dev/null
+++ b/pgstudio/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (pgstudio-src_2.0.zip) = ccbe3b01837f32c034c653bc1cb365d773b11fb8
+RMD160 (pgstudio-src_2.0.zip) = 9521f573db4b8b4e46e4db6cced8e5486c90779b
+SHA512 (pgstudio-src_2.0.zip) = be4e5ee0e92c10a77ffbb24bb85dc557ed56c9974eb920fdb12e5060a90bd9714e25855ab771303b1a338e3abd62513e07eb975ff683482ec0728f3fc04f992a
+Size (pgstudio-src_2.0.zip) = 493875 bytes
+SHA1 (patch-ivy.xml) = 5e21106580dc671a345164b4e039352f2cfbb10f
diff --git a/pgstudio/patches/patch-ivy.xml b/pgstudio/patches/patch-ivy.xml
new file mode 100644
index 0000000000..29f2a91d1b
--- /dev/null
+++ b/pgstudio/patches/patch-ivy.xml
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Correction to install URL
+
+--- ivy.xml.orig	2015-11-23 17:30:28.000000000 +0900
++++ ivy.xml	2017-04-10 09:36:23.000000000 +0900
+@@ -13,7 +13,7 @@
+         <dependency org="com.googlecode.json-simple" name="json-simple" rev="1.1.1"/>
+         <dependency org="net.sf.advanced-gwt" name="advanced-gwt" rev="2.0.9"/>
+         <dependency org="com.mastergaurav.codemirror" name="gcodemirror" rev="0.9">
+-          <artifact name="gcodemirror" url="https://gcodemirror.googlecode.com/files/gcodemirror-0.9.jar"; />
++          <artifact name="gcodemirror" url="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gcodemirror/gcodemirror-0.9.jar"; />
+         </dependency>
+         <dependency org="org.vectomatic" name="lib-gwt-file" rev="0.3.4"/>
+     </dependencies>


Home | Main Index | Thread Index | Old Index