[Lunar-commits] r15913 - in moonbase/branches/submissions/new: . pgadmin3

stumbles stumbles at lunar-linux.org
Thu Jul 28 17:11:15 UTC 2005


Author: stumbles
Date: 2005-07-28 17:11:12 +0000 (Thu, 28 Jul 2005)
New Revision: 15913

Added:
   moonbase/branches/submissions/new/pgadmin3/
   moonbase/branches/submissions/new/pgadmin3/BUILD
   moonbase/branches/submissions/new/pgadmin3/DEPENDS
   moonbase/branches/submissions/new/pgadmin3/DETAILS
Log:


Added: moonbase/branches/submissions/new/pgadmin3/BUILD
===================================================================
--- moonbase/branches/submissions/new/pgadmin3/BUILD	2005-07-28 15:56:30 UTC (rev 15912)
+++ moonbase/branches/submissions/new/pgadmin3/BUILD	2005-07-28 17:11:12 UTC (rev 15913)
@@ -0,0 +1,15 @@
+(
+
+
+  ./configure  --prefix=/usr            \
+               --sysconfdir=/etc        \
+               --mandir=/usr/share/man  \
+               --localstatedir=/var     &&
+                
+  make clean   &&             
+  
+  default_make
+
+
+) > $C_FIFO 2>&1
+


Property changes on: moonbase/branches/submissions/new/pgadmin3/BUILD
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/pgadmin3/DEPENDS
===================================================================
--- moonbase/branches/submissions/new/pgadmin3/DEPENDS	2005-07-28 15:56:30 UTC (rev 15912)
+++ moonbase/branches/submissions/new/pgadmin3/DEPENDS	2005-07-28 17:11:12 UTC (rev 15913)
@@ -0,0 +1,2 @@
+depends  libpqxx  &&
+depends  wxGTK       

Added: moonbase/branches/submissions/new/pgadmin3/DETAILS
===================================================================
--- moonbase/branches/submissions/new/pgadmin3/DETAILS	2005-07-28 15:56:30 UTC (rev 15912)
+++ moonbase/branches/submissions/new/pgadmin3/DETAILS	2005-07-28 17:11:12 UTC (rev 15913)
@@ -0,0 +1,17 @@
+       MODULE=pgadmin3
+      VERSION=1.2.2
+       SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v1.2.2/src/
+   SOURCE_VFY=sha1:b6b7a18e6f783a0c238e8d1016c59af23244b156
+     WEB_SITE=http://www.pgadmin.org/index.php
+      ENTERED=20050728
+      UPDATED=20050728
+        SHORT="administration and development platform for the PostgreSQL database"
+
+cat << EOF
+pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries
+to developing complex databases. The graphical interface supports all PostgreSQL features
+and makes administration easy. The application also includes a query builder, an SQL editor,
+a server-side code editor and much more. pgAdmin III is released with an installer and does
+not require any additional driver to communicate with the database server. 
+EOF



More information about the Lunar-commits mailing list