gambas3: Add many packages (including gambas3-ide)

This commit is contained in:
bgermann 2018-09-05 00:31:30 +02:00
parent c7173063e4
commit 3c8f8d6013
113 changed files with 951 additions and 18 deletions

6
gambas3-gb-cairo/DESCR Normal file
View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
Cairo is a 2D graphics library with support for multiple output devices:
Images, PDF, PS or SVG files. This package includes Gambas bindings for cairo.

12
gambas3-gb-cairo/Makefile Normal file
View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.cairo
GB_DEPENDS= gambas3-gb-image
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-cairo-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Vectorial drawing for Gambas based on Cairo
.include "../../graphics/cairo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-cairo/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.cairo.component
lib/gambas3/gb.cairo.la
share/gambas3/info/gb.cairo.info
share/gambas3/info/gb.cairo.list

5
gambas3-gb-clipper/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component implements polygon clipping methods based on the Clipper library.

View File

@ -0,0 +1,10 @@
# $NetBSD$
BUILD_DIRS= main/lib/clipper
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-clipper-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Polygon clipping library for Gambas
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-clipper/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.clipper.component
lib/gambas3/gb.clipper.la
share/gambas3/info/gb.clipper.info
share/gambas3/info/gb.clipper.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package allows you to compress/uncompress data or files with the bzip2
algorithm.

View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.compress.bzlib2
GB_DEPENDS= gambas3-gb-compress
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-compress-bzlib2-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Gambas bzip2 bindings
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.compress.bzlib2.component
lib/gambas3/gb.compress.bzlib2.la
share/gambas3/info/gb.compress.bzlib2.info
share/gambas3/info/gb.compress.bzlib2.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package allows you to compress/uncompress data or files with the gzip
algorithm.

View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.compress.zlib
GB_DEPENDS= gambas3-gb-compress
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-compress-zlib-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Gambas zlib bindings
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.compress.zlib.component
lib/gambas3/gb.compress.zlib.la
share/gambas3/info/gb.compress.zlib.info
share/gambas3/info/gb.compress.zlib.list

View File

@ -0,0 +1,7 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to compress and uncompress files, and to read and
write compressed files using standard stream methods. It allows you to compress
and uncompress strings in memory, too.

View File

@ -0,0 +1,10 @@
# $NetBSD$
BUILD_DIRS= main/lib/compress
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-compress-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Compression library for Gambas
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.compress.component
lib/gambas3/gb.compress.la
share/gambas3/info/gb.compress.info
share/gambas3/info/gb.compress.list

6
gambas3-gb-crypt/DESCR Normal file
View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to encrypt a password and to compare encrypted
passwords by using the DES or MD5 algoritm implemented in the GNU libc library.

10
gambas3-gb-crypt/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $NetBSD$
BUILD_DIRS= gb.crypt
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-crypt-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= MD5/DES crypting for Gambas
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-crypt/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.crypt.component
lib/gambas3/gb.crypt.la
share/gambas3/info/gb.crypt.info
share/gambas3/info/gb.crypt.list

5
gambas3-gb-db-form/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component provides data-bound controls.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-db gambas3-gb-form
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-form-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Data bound controls for Gambas
.include "../../mk/bsd.pkg.mk"

12
gambas3-gb-db-form/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $NetBSD$
lib/gambas3/gb.db.form.component
lib/gambas3/gb.db.form.gambas
share/gambas3/control/gb.db.form/databrowser.png
share/gambas3/control/gb.db.form/datacheckbox.png
share/gambas3/control/gb.db.form/datacombo.png
share/gambas3/control/gb.db.form/datacomboview.png
share/gambas3/control/gb.db.form/datacontrol.png
share/gambas3/control/gb.db.form/datasource.png
share/gambas3/control/gb.db.form/dataview.png
share/gambas3/info/gb.db.form.info
share/gambas3/info/gb.db.form.list

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package allows you to access MySQL databases.

View File

@ -0,0 +1,13 @@
# $NetBSD$
BUILD_DIRS= gb.db.mysql
GB_DEPENDS= gambas3-gb-db
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-mysql-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= MySQL driver for Gambas
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.db.mysql.component
lib/gambas3/gb.db.mysql.la
share/gambas3/info/gb.db.mysql.info
share/gambas3/info/gb.db.mysql.list

5
gambas3-gb-db-odbc/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package allows you to access databases via the ODBC interface.

View File

@ -0,0 +1,13 @@
# $NetBSD$
BUILD_DIRS= gb.db.odbc
GB_DEPENDS= gambas3-gb-db
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-odbc-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= ODBC driver for Gambas
.include "../../databases/unixodbc/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-db-odbc/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.db.odbc.component
lib/gambas3/gb.db.odbc.la
share/gambas3/info/gb.db.odbc.info
share/gambas3/info/gb.db.odbc.list

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package allows you to access PostgreSQL databases.

View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.db.postgresql
GB_DEPENDS= gambas3-gb-db
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-postgresql-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= PostgreSQL driver for Gambas
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.db.postgresql.component
lib/gambas3/gb.db.postgresql.la
share/gambas3/info/gb.db.postgresql.info
share/gambas3/info/gb.db.postgresql.list

View File

@ -0,0 +1,7 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
The Gambas SQLite 2 driver.
This component is deprecated. Use gambas3-gb-db-sqlite3 instead.

View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.db.sqlite2
GB_DEPENDS= gambas3-gb-db
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-sqlite2-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= The Gambas SQLite 2 driver (deprecated)
.include "../../databases/sqlite/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.db.sqlite2.component
lib/gambas3/gb.db.sqlite2.la
share/gambas3/info/gb.db.sqlite2.info
share/gambas3/info/gb.db.sqlite2.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package allows you to access to sqlite3 databases (not for sqlite 2) from
Gambas code.

View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.db.sqlite3
GB_DEPENDS= gambas3-gb-db
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-sqlite3-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= SQLite driver for Gambas
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1 @@
@comment $NetBSD$

5
gambas3-gb-db/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to access several database management systems.

11
gambas3-gb-db/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= main/lib/db
GB_DEPENDS= gambas3-runtime
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-db-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Database access for Gambas
.include "../../mk/bsd.pkg.mk"

6
gambas3-gb-db/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $NetBSD$
lib/gambas3/gb.db.component
lib/gambas3/gb.db.gambas
lib/gambas3/gb.db.la
share/gambas3/info/gb.db.info
share/gambas3/info/gb.db.list

5
gambas3-gb-dbus/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to take part in the D-Bus system.

12
gambas3-gb-dbus/Makefile Normal file
View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.dbus
GB_DEPENDS= gambas3-runtime
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-dbus-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= D-Bus interface for Gambas
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
gambas3-gb-dbus/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $NetBSD$
lib/gambas3/gb.dbus.component
lib/gambas3/gb.dbus.gambas
lib/gambas3/gb.dbus.la
share/gambas3/info/gb.dbus.info
share/gambas3/info/gb.dbus.list

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows to deal with the low-level X11 library.

View File

@ -0,0 +1,14 @@
# $NetBSD$
BUILD_DIRS= gb.desktop.x11
GB_DEPENDS= gambas3-gb-image
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-desktop-x11-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= X-Window library support for Gambas
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.desktop.x11.component
lib/gambas3/gb.desktop.x11.la
share/gambas3/info/gb.desktop.x11.info
share/gambas3/info/gb.desktop.x11.list

6
gambas3-gb-desktop/DESCR Normal file
View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to use desktop-agnostic routines based on the
xdg-utils scripts, to open files, send mails, manage the screen saver...

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-image gambas3-gb-desktop-x11
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-desktop-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Desktop management component for Gambas
.include "../../mk/bsd.pkg.mk"

6
gambas3-gb-desktop/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $NetBSD$
lib/gambas3/gb.desktop.component
lib/gambas3/gb.desktop.gambas
share/gambas3/control/gb.desktop/desktopwatcher.png
share/gambas3/info/gb.desktop.info
share/gambas3/info/gb.desktop.list

View File

@ -0,0 +1,7 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component provides classes for highlighting source code. At the moment,
the following highlighters are implemented: Gambas, C, C++, JavaScript, SQL and
HTML.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-eval-highlight-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Syntax highlighter routines for Gambas
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.eval.highlight.component
lib/gambas3/gb.eval.highlight.gambas
share/gambas3/info/gb.eval.highlight.info
share/gambas3/info/gb.eval.highlight.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component defines new enhanced versions of the standard dialogs, based on
the controls defined in the gambas3-gb-form component.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-form
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-form-dialog-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Enhanced version of the standard dialogs for Gambas
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.form.dialog.component
lib/gambas3/gb.form.dialog.gambas
share/gambas3/info/gb.form.dialog.info
share/gambas3/info/gb.form.dialog.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component provides the TextEditor control, which is a text editor with
syntax highlighting support.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-eval-highlight
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-form-editor-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Enhanced text editor for Gambas with syntax highlighting
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,6 @@
@comment $NetBSD$
lib/gambas3/gb.form.editor.component
lib/gambas3/gb.form.editor.gambas
share/gambas3/control/gb.form.editor/texteditor.png
share/gambas3/info/gb.form.editor.info
share/gambas3/info/gb.form.editor.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This components allows you to make multi-document interfaces with the Workspace
control, and provides a ToolBar container.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-form gambas3-gb-settings
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-form-mdi-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Multi-document interface for Gambas
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,7 @@
@comment $NetBSD$
lib/gambas3/gb.form.mdi.component
lib/gambas3/gb.form.mdi.gambas
share/gambas3/control/gb.form.mdi/toolbar.png
share/gambas3/control/gb.form.mdi/workspace.png
share/gambas3/info/gb.form.mdi.info
share/gambas3/info/gb.form.mdi.list

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component provides some stock icons.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-form
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-form-stock-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Default stock icons for Gambas
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.form.stock.component
lib/gambas3/gb.form.stock.gambas
share/gambas3/info/gb.form.stock.info
share/gambas3/info/gb.form.stock.list

View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component provides a full-featured VT-100 terminal emulator control.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-term
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-form-terminal-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Terminal emulator for Gambas
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,6 @@
@comment $NetBSD$
lib/gambas3/gb.form.terminal.component
lib/gambas3/gb.form.terminal.gambas
share/gambas3/control/gb.form.terminal/terminalview.png
share/gambas3/info/gb.form.terminal.info
share/gambas3/info/gb.form.terminal.list

6
gambas3-gb-form/DESCR Normal file
View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This components provides a set of enhanced GUI controls. It can be used with
any GUI component.

11
gambas3-gb-form/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime gambas3-gb-image gambas3-gb-settings
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-form-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Enhanced GUI controls for Gambas
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-form/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.form.component
lib/gambas3/gb.form.gambas
share/gambas3/info/gb.form.info
share/gambas3/info/gb.form.list

5
gambas3-gb-image/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component implements image and color management routines.

10
gambas3-gb-image/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $NetBSD$
BUILD_DIRS= main/lib/image
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-image-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Image management component for Gambas
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-image/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.image.component
lib/gambas3/gb.image.la
share/gambas3/info/gb.image.info
share/gambas3/info/gb.image.list

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows to convert the Gambas Markdown Syntax to HTML.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-markdown-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Gambas Markdown markup syntax
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.markdown.component
lib/gambas3/gb.markdown.gambas
share/gambas3/info/gb.markdown.info
share/gambas3/info/gb.markdown.list

7
gambas3-gb-media/DESCR Normal file
View File

@ -0,0 +1,7 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package is a simplified interface to the GStreamer library. It allows to
play, convert and transform multimedia data from any source to any format by
linking plugins together.

13
gambas3-gb-media/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $NetBSD$
BUILD_DIRS= gb.media
GB_DEPENDS= gambas3-gb-image
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-media-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= GStreamer library interface for Gambas
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-media/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.media.component
lib/gambas3/gb.media.la
share/gambas3/info/gb.media.info
share/gambas3/info/gb.media.list

5
gambas3-gb-mime/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows to parse a string and convert it to a MIME message and vice versa.

11
gambas3-gb-mime/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= gb.mime
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-mime-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= MIME message management for Gambas
.include "../../mail/gmime3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-mime/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.mime.component
lib/gambas3/gb.mime.la
share/gambas3/info/gb.mime.info
share/gambas3/info/gb.mime.list

5
gambas3-gb-ncurses/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This package provides the NCurses library.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= gb.ncurses
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-ncurses-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= NCurses library for Gambas
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
gambas3-gb-ncurses/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $NetBSD$
TODO

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
Allows retrieval of http, ftp, and potentially other files via the network.

View File

@ -0,0 +1,12 @@
# $NetBSD$
BUILD_DIRS= gb.net.curl
GB_DEPENDS= gambas3-runtime gambas3-gb-net
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-net-curl-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Network high-level protocol management for Gambas based on the Curl library
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,6 @@
@comment $NetBSD$
lib/gambas3/gb.net.curl.component
lib/gambas3/gb.net.curl.gambas
lib/gambas3/gb.net.curl.la
share/gambas3/info/gb.net.curl.info
share/gambas3/info/gb.net.curl.list

5
gambas3-gb-net/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to implement network clients and servers in Gambas. It also lets you manage serial port devices.

10
gambas3-gb-net/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $NetBSD$
BUILD_DIRS= gb.net
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-net-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Network access for Gambas
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-net/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.net.component
lib/gambas3/gb.net.la
share/gambas3/info/gb.net.info
share/gambas3/info/gb.net.list

6
gambas3-gb-qt4/DESCR Normal file
View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component implements the Graphical User Interface classes. It is based on
the Qt4 library.

13
gambas3-gb-qt4/Makefile Normal file
View File

@ -0,0 +1,13 @@
# $NetBSD$
BUILD_DIRS= gb.qt4
GB_DEPENDS= gambas3-gb-image
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-qt4-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Qt4 toolkit implementation for Gambas
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-qdbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-qt4/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.qt4.component
lib/gambas3/gb.qt4.la
share/gambas3/info/gb.qt4.info
share/gambas3/info/gb.qt4.list

View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows your project to deal with application configuration files.

View File

@ -0,0 +1,11 @@
# $NetBSD$
BUILD_DIRS= comp
GB_DEPENDS= gambas3-runtime
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-settings-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= Gambas Application settings management
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.settings.component
lib/gambas3/gb.settings.gambas
share/gambas3/info/gb.settings.info
share/gambas3/info/gb.settings.list

5
gambas3-gb-signal/DESCR Normal file
View File

@ -0,0 +1,5 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows you to ignore POSIX signals, or intercept them inside an event handler.

View File

@ -0,0 +1,10 @@
# $NetBSD$
BUILD_DIRS= main/lib/signal
.include "../../wip/gambas3/Makefile.common"
PKGNAME= gambas3-gb-signal-${GB_VERSION}
MAINTAINER= bastiangermann@fishpost.de
COMMENT= POSIX signals management for Gambas
.include "../../mk/bsd.pkg.mk"

5
gambas3-gb-signal/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD$
lib/gambas3/gb.signal.component
lib/gambas3/gb.signal.la
share/gambas3/info/gb.signal.info
share/gambas3/info/gb.signal.list

6
gambas3-gb-term/DESCR Normal file
View File

@ -0,0 +1,6 @@
Gambas is a free development environment and a full powerful development
platform based on a Basic interpreter with object extensions, as easy as Visual
Basic.
This component allows to manage terminals, with an API very close to the one
provided by the operating system.

Some files were not shown because too many files have changed in this diff Show More