Import pgModeler 0.8.2

pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool
designed for PostgreSQL. No more DDL commands written by hand let pgModeler do
the job for you! This software reunites the concepts of entity-relationship
diagrams and the features that PostgreSQL implements as extensions of SQL
standards.

OK landry@
This commit is contained in:
feinerer 2016-06-20 09:45:38 +00:00
parent da2ee8babe
commit 3daf9b6f55
4 changed files with 310 additions and 0 deletions

View File

@ -0,0 +1,52 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/06/20 09:45:38 feinerer Exp $
COMMENT = PostgreSQL Database Modeler
VERSION = 0.8.2
DISTNAME = pgmodeler-${VERSION}
GH_ACCOUNT = pgmodeler
GH_PROJECT = pgmodeler
GH_TAGNAME = v${VERSION}
SHARED_LIBS += objrenderer 0.0 # 1.0
SHARED_LIBS += parsers 0.0 # 1.0
SHARED_LIBS += pgconnector 0.0 # 1.0
SHARED_LIBS += pgmodeler 0.0 # 1.0
SHARED_LIBS += pgmodeler_ui 0.0 # 1.0
SHARED_LIBS += utils 0.0 # 1.0
CATEGORIES = databases
HOMEPAGE = http://www.pgmodeler.com.br/
MAINTAINER = Ingo Feinerer <feinerer@logic.at>
# GPLv3 only
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL Qt5Core Qt5Gui Qt5Network Qt5PrintSupport Qt5Svg
WANTLIB += Qt5Widgets X11 Xext c execinfo m pq pthread xml2
MODULES = devel/qmake \
x11/qt5
MODQMAKE_PROJECTS = pgmodeler.pro
MODQMAKE_ARGS = DOCDIR=${PREFIX}/share/doc/pgmodeler \
NO_UPDATE_CHECK=1 \
PREFIX=${PREFIX} \
SAMPLESDIR=${PREFIX}/share/examples/pgmodeler
LIB_DEPENDS = databases/postgresql
SEPARATE_BUILD = No
USE_GMAKE = Yes
NO_TEST = Yes
post-patch:
sed -i -e 's/linux/unix/' \
-e 's/^ BUILDNUM=.*/ BUILDNUM=${VERSION}/' ${WRKSRC}/pgmodeler.pri
post-install:
mkdir ${PREFIX}/lib/pgmodeler/plugins
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pgmodeler-0.8.2.tar.gz) = ZokcpRRJbxWrvHqXV7bAmAVQCnJVM16EqnikB0ir69E=
SIZE (pgmodeler-0.8.2.tar.gz) = 3397746

View File

@ -0,0 +1,5 @@
pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool
designed for PostgreSQL. No more DDL commands written by hand let pgModeler do
the job for you! This software reunites the concepts of entity-relationship
diagrams and the features that PostgreSQL implements as extensions of SQL
standards.

View File

@ -0,0 +1,251 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/06/20 09:45:38 feinerer Exp $
@bin bin/pgmodeler
@bin bin/pgmodeler-cli
lib/pgmodeler/
lib/pgmodeler/bin/
@bin lib/pgmodeler/bin/pgmodeler-ch
@lib lib/pgmodeler/libobjrenderer.so.${LIBobjrenderer_VERSION}
@lib lib/pgmodeler/libparsers.so.${LIBparsers_VERSION}
@lib lib/pgmodeler/libpgconnector.so.${LIBpgconnector_VERSION}
@lib lib/pgmodeler/libpgmodeler.so.${LIBpgmodeler_VERSION}
@lib lib/pgmodeler/libpgmodeler_ui.so.${LIBpgmodeler_ui_VERSION}
@lib lib/pgmodeler/libutils.so.${LIButils_VERSION}
lib/pgmodeler/plugins/
share/doc/pgmodeler/
share/doc/pgmodeler/CHANGELOG.md
share/doc/pgmodeler/LICENSE
share/doc/pgmodeler/README.md
share/doc/pgmodeler/RELEASENOTES.md
share/examples/pgmodeler/
share/examples/pgmodeler/demo.dbm
share/examples/pgmodeler/oldsample.dbm
share/examples/pgmodeler/pagila.dbm
share/examples/pgmodeler/usda.dbm
share/pgmodeler/
share/pgmodeler/conf/
share/pgmodeler/conf/connections.conf
share/pgmodeler/conf/defaults/
share/pgmodeler/conf/defaults/connections.conf
share/pgmodeler/conf/defaults/example.dbm
share/pgmodeler/conf/defaults/objects-style.conf
share/pgmodeler/conf/defaults/pattern-highlight.conf
share/pgmodeler/conf/defaults/pgmodeler.conf
share/pgmodeler/conf/defaults/relationships.conf
share/pgmodeler/conf/defaults/snippets.conf
share/pgmodeler/conf/defaults/sql-highlight.conf
share/pgmodeler/conf/defaults/ui-style.conf
share/pgmodeler/conf/defaults/xml-highlight.conf
share/pgmodeler/conf/dtd/
share/pgmodeler/conf/dtd/connections.dtd
share/pgmodeler/conf/dtd/objects-style.dtd
share/pgmodeler/conf/dtd/pgmodeler.dtd
share/pgmodeler/conf/dtd/relationships.dtd
share/pgmodeler/conf/dtd/snippets.dtd
share/pgmodeler/conf/dtd/source-code-highlight.dtd
share/pgmodeler/conf/example.dbm
share/pgmodeler/conf/objects-style.conf
share/pgmodeler/conf/pattern-highlight.conf
share/pgmodeler/conf/pgmodeler.conf
share/pgmodeler/conf/pgmodeler_dbm.png
share/pgmodeler/conf/pgmodeler_logo.png
share/pgmodeler/conf/relationships.conf
share/pgmodeler/conf/schemas/
share/pgmodeler/conf/schemas/application-dbm.sch
share/pgmodeler/conf/schemas/connections.sch
share/pgmodeler/conf/schemas/desktop.sch
share/pgmodeler/conf/schemas/file.sch
share/pgmodeler/conf/schemas/objects-style.sch
share/pgmodeler/conf/schemas/patterns.sch
share/pgmodeler/conf/schemas/pgmodeler.sch
share/pgmodeler/conf/schemas/relationships.sch
share/pgmodeler/conf/schemas/snippet.sch
share/pgmodeler/conf/schemas/snippets.sch
share/pgmodeler/conf/schemas/widget.sch
share/pgmodeler/conf/snippets.conf
share/pgmodeler/conf/sql-highlight.conf
share/pgmodeler/conf/ui-style.conf
share/pgmodeler/conf/xml-highlight.conf
share/pgmodeler/lang/
share/pgmodeler/lang/es_ES.qm
share/pgmodeler/lang/es_ES.ts
share/pgmodeler/lang/fr_FR.qm
share/pgmodeler/lang/fr_FR.ts
share/pgmodeler/lang/nl_NL.qm
share/pgmodeler/lang/nl_NL.ts
share/pgmodeler/lang/pt_BR.qm
share/pgmodeler/lang/pt_BR.ts
share/pgmodeler/lang/zh_CN.qm
share/pgmodeler/lang/zh_CN.ts
share/pgmodeler/schemas/
share/pgmodeler/schemas/alter/
share/pgmodeler/schemas/alter/collation.sch
share/pgmodeler/schemas/alter/column.sch
share/pgmodeler/schemas/alter/constraint.sch
share/pgmodeler/schemas/alter/database.sch
share/pgmodeler/schemas/alter/diff.sch
share/pgmodeler/schemas/alter/domain.sch
share/pgmodeler/schemas/alter/eventtrigger.sch
share/pgmodeler/schemas/alter/extension.sch
share/pgmodeler/schemas/alter/function.sch
share/pgmodeler/schemas/alter/index.sch
share/pgmodeler/schemas/alter/owner.sch
share/pgmodeler/schemas/alter/permission.sch
share/pgmodeler/schemas/alter/relationship.sch
share/pgmodeler/schemas/alter/rename.sch
share/pgmodeler/schemas/alter/role.sch
share/pgmodeler/schemas/alter/schema.sch
share/pgmodeler/schemas/alter/sequence.sch
share/pgmodeler/schemas/alter/table.sch
share/pgmodeler/schemas/alter/tablespace.sch
share/pgmodeler/schemas/alter/truncate.sch
share/pgmodeler/schemas/alter/usertype.sch
share/pgmodeler/schemas/catalog/
share/pgmodeler/schemas/catalog/aggregate.sch
share/pgmodeler/schemas/catalog/cast.sch
share/pgmodeler/schemas/catalog/collation.sch
share/pgmodeler/schemas/catalog/column.sch
share/pgmodeler/schemas/catalog/constraint.sch
share/pgmodeler/schemas/catalog/conversion.sch
share/pgmodeler/schemas/catalog/database.sch
share/pgmodeler/schemas/catalog/domain.sch
share/pgmodeler/schemas/catalog/eventtrigger.sch
share/pgmodeler/schemas/catalog/extension.sch
share/pgmodeler/schemas/catalog/function.sch
share/pgmodeler/schemas/catalog/getcomment.sch
share/pgmodeler/schemas/catalog/index.sch
share/pgmodeler/schemas/catalog/language.sch
share/pgmodeler/schemas/catalog/notextobject.sch
share/pgmodeler/schemas/catalog/opclass.sch
share/pgmodeler/schemas/catalog/operator.sch
share/pgmodeler/schemas/catalog/opfamily.sch
share/pgmodeler/schemas/catalog/role.sch
share/pgmodeler/schemas/catalog/rule.sch
share/pgmodeler/schemas/catalog/schema.sch
share/pgmodeler/schemas/catalog/sequence.sch
share/pgmodeler/schemas/catalog/table.sch
share/pgmodeler/schemas/catalog/tablespace.sch
share/pgmodeler/schemas/catalog/template.sch
share/pgmodeler/schemas/catalog/trigger.sch
share/pgmodeler/schemas/catalog/usertype.sch
share/pgmodeler/schemas/catalog/view.sch
share/pgmodeler/schemas/sql/
share/pgmodeler/schemas/sql/aggregate.sch
share/pgmodeler/schemas/sql/cast.sch
share/pgmodeler/schemas/sql/collation.sch
share/pgmodeler/schemas/sql/column.sch
share/pgmodeler/schemas/sql/comment.sch
share/pgmodeler/schemas/sql/constraint.sch
share/pgmodeler/schemas/sql/conversion.sch
share/pgmodeler/schemas/sql/database.sch
share/pgmodeler/schemas/sql/dbmodel.sch
share/pgmodeler/schemas/sql/domain.sch
share/pgmodeler/schemas/sql/drop.sch
share/pgmodeler/schemas/sql/element.sch
share/pgmodeler/schemas/sql/eventtrigger.sch
share/pgmodeler/schemas/sql/excelement.sch
share/pgmodeler/schemas/sql/extension.sch
share/pgmodeler/schemas/sql/function.sch
share/pgmodeler/schemas/sql/idxelement.sch
share/pgmodeler/schemas/sql/index.sch
share/pgmodeler/schemas/sql/language.sch
share/pgmodeler/schemas/sql/opclass.sch
share/pgmodeler/schemas/sql/operator.sch
share/pgmodeler/schemas/sql/opfamily.sch
share/pgmodeler/schemas/sql/parameter.sch
share/pgmodeler/schemas/sql/permission.sch
share/pgmodeler/schemas/sql/relationship.sch
share/pgmodeler/schemas/sql/role.sch
share/pgmodeler/schemas/sql/rule.sch
share/pgmodeler/schemas/sql/schema.sch
share/pgmodeler/schemas/sql/sequence.sch
share/pgmodeler/schemas/sql/table.sch
share/pgmodeler/schemas/sql/tablespace.sch
share/pgmodeler/schemas/sql/trigger.sch
share/pgmodeler/schemas/sql/typeattribute.sch
share/pgmodeler/schemas/sql/usertype.sch
share/pgmodeler/schemas/sql/view.sch
share/pgmodeler/schemas/xml/
share/pgmodeler/schemas/xml/aggregate.sch
share/pgmodeler/schemas/xml/appendedsql.sch
share/pgmodeler/schemas/xml/basetype.sch
share/pgmodeler/schemas/xml/cast.sch
share/pgmodeler/schemas/xml/collation.sch
share/pgmodeler/schemas/xml/column.sch
share/pgmodeler/schemas/xml/comment.sch
share/pgmodeler/schemas/xml/constraint.sch
share/pgmodeler/schemas/xml/conversion.sch
share/pgmodeler/schemas/xml/customidxs.sch
share/pgmodeler/schemas/xml/database.sch
share/pgmodeler/schemas/xml/dbmodel.sch
share/pgmodeler/schemas/xml/domain.sch
share/pgmodeler/schemas/xml/dtd/
share/pgmodeler/schemas/xml/dtd/aggregate.dtd
share/pgmodeler/schemas/xml/dtd/baseelements.dtd
share/pgmodeler/schemas/xml/dtd/basetype.dtd
share/pgmodeler/schemas/xml/dtd/cast.dtd
share/pgmodeler/schemas/xml/dtd/collation.dtd
share/pgmodeler/schemas/xml/dtd/column.dtd
share/pgmodeler/schemas/xml/dtd/constraint.dtd
share/pgmodeler/schemas/xml/dtd/conversion.dtd
share/pgmodeler/schemas/xml/dtd/customidxs.dtd
share/pgmodeler/schemas/xml/dtd/database.dtd
share/pgmodeler/schemas/xml/dtd/dbmodel.dtd
share/pgmodeler/schemas/xml/dtd/domain.dtd
share/pgmodeler/schemas/xml/dtd/element.dtd
share/pgmodeler/schemas/xml/dtd/eventtrigger.dtd
share/pgmodeler/schemas/xml/dtd/extension.dtd
share/pgmodeler/schemas/xml/dtd/function.dtd
share/pgmodeler/schemas/xml/dtd/index.dtd
share/pgmodeler/schemas/xml/dtd/label.dtd
share/pgmodeler/schemas/xml/dtd/language.dtd
share/pgmodeler/schemas/xml/dtd/metadata.dtd
share/pgmodeler/schemas/xml/dtd/opclass.dtd
share/pgmodeler/schemas/xml/dtd/operator.dtd
share/pgmodeler/schemas/xml/dtd/opfamily.dtd
share/pgmodeler/schemas/xml/dtd/permission.dtd
share/pgmodeler/schemas/xml/dtd/relationship.dtd
share/pgmodeler/schemas/xml/dtd/role.dtd
share/pgmodeler/schemas/xml/dtd/rule.dtd
share/pgmodeler/schemas/xml/dtd/schema.dtd
share/pgmodeler/schemas/xml/dtd/sequence.dtd
share/pgmodeler/schemas/xml/dtd/table.dtd
share/pgmodeler/schemas/xml/dtd/tablespace.dtd
share/pgmodeler/schemas/xml/dtd/tag.dtd
share/pgmodeler/schemas/xml/dtd/textbox.dtd
share/pgmodeler/schemas/xml/dtd/trigger.dtd
share/pgmodeler/schemas/xml/dtd/usertype.dtd
share/pgmodeler/schemas/xml/dtd/view.dtd
share/pgmodeler/schemas/xml/element.sch
share/pgmodeler/schemas/xml/eventtrigger.sch
share/pgmodeler/schemas/xml/excelement.sch
share/pgmodeler/schemas/xml/extension.sch
share/pgmodeler/schemas/xml/function.sch
share/pgmodeler/schemas/xml/idxelement.sch
share/pgmodeler/schemas/xml/index.sch
share/pgmodeler/schemas/xml/info.sch
share/pgmodeler/schemas/xml/label.sch
share/pgmodeler/schemas/xml/language.sch
share/pgmodeler/schemas/xml/metadata.sch
share/pgmodeler/schemas/xml/object.sch
share/pgmodeler/schemas/xml/opclass.sch
share/pgmodeler/schemas/xml/operator.sch
share/pgmodeler/schemas/xml/opfamily.sch
share/pgmodeler/schemas/xml/parameter.sch
share/pgmodeler/schemas/xml/permission.sch
share/pgmodeler/schemas/xml/position.sch
share/pgmodeler/schemas/xml/prependedsql.sch
share/pgmodeler/schemas/xml/reference.sch
share/pgmodeler/schemas/xml/relationship.sch
share/pgmodeler/schemas/xml/role.sch
share/pgmodeler/schemas/xml/rule.sch
share/pgmodeler/schemas/xml/schema.sch
share/pgmodeler/schemas/xml/sequence.sch
share/pgmodeler/schemas/xml/style.sch
share/pgmodeler/schemas/xml/table.sch
share/pgmodeler/schemas/xml/tablespace.sch
share/pgmodeler/schemas/xml/tag.sch
share/pgmodeler/schemas/xml/textbox.sch
share/pgmodeler/schemas/xml/trigger.sch
share/pgmodeler/schemas/xml/typeattribute.sch
share/pgmodeler/schemas/xml/usertype.sch
share/pgmodeler/schemas/xml/view.sch