diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-04 10:06:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-04 10:06:25 +0000 |
commit | a51785591637e72a65b2f55c0a2bea023291206e (patch) | |
tree | 2b63a9ddc113f3286d8d96eb5286753d295e05a0 /editors/gobby | |
parent | 36cf28fb7fa22c8f5e9a0e739977d977a6b9258d (diff) | |
download | pkgsrc-a51785591637e72a65b2f55c0a2bea023291206e.tar.gz |
Imported gobby.
Gobby is a free collaborative editor. This means that it provides you
with the possibility to edit files simultaneously with other users over
a network. It supports multiple documents in one session and a
multi-user chat. The platforms on which you could use Gobby are so far
Microsoft Windows, Linux, Mac OS X and other Unix-like ones. Developed
with the Gtk+ toolkit it integrates nicely into the GNOME desktop
environment if you want it to.
Diffstat (limited to 'editors/gobby')
-rw-r--r-- | editors/gobby/DESCR | 7 | ||||
-rw-r--r-- | editors/gobby/Makefile | 28 | ||||
-rw-r--r-- | editors/gobby/PLIST | 16 | ||||
-rw-r--r-- | editors/gobby/distinfo | 5 |
4 files changed, 56 insertions, 0 deletions
diff --git a/editors/gobby/DESCR b/editors/gobby/DESCR new file mode 100644 index 00000000000..4586b2a313a --- /dev/null +++ b/editors/gobby/DESCR @@ -0,0 +1,7 @@ +Gobby is a free collaborative editor. This means that it provides you +with the possibility to edit files simultaneously with other users over +a network. It supports multiple documents in one session and a +multi-user chat. The platforms on which you could use Gobby are so far +Microsoft Windows, Linux, Mac OS X and other Unix-like ones. Developed +with the Gtk+ toolkit it integrates nicely into the GNOME desktop +environment if you want it to. diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile new file mode 100644 index 00000000000..de9a3a5004c --- /dev/null +++ b/editors/gobby/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 10:06:25 rillig Exp $ +# + +DISTNAME= gobby-0.4.5 +CATEGORIES= editors +MASTER_SITES= http://releases.0x539.de/gobby/ + +MAINTAINER= rillig@NetBSD.org +HOMEPAGE= http://gobby.0x539.de/ +COMMENT= Collaborative Editor + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ +USE_TOOLS= pkg-config + +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/glibmm/buildlink3.mk" +.include "../../devel/libsigc++/buildlink3.mk" +.include "../../editors/obby/buildlink3.mk" +.include "../../net/howl/buildlink3.mk" +.include "../../net/net6/buildlink3.mk" +.include "../../security/gnutls/buildlink3.mk" +.include "../../textproc/libxml++/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtkmm/buildlink3.mk" +.include "../../x11/gtksourceview/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/gobby/PLIST b/editors/gobby/PLIST new file mode 100644 index 00000000000..97e7846c423 --- /dev/null +++ b/editors/gobby/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 10:06:25 rillig Exp $ +bin/gobby +man/man1/gobby.1 +share/locale/ca/LC_MESSAGES/gobby.mo +share/locale/de/LC_MESSAGES/gobby.mo +share/locale/es/LC_MESSAGES/gobby.mo +share/locale/fr/LC_MESSAGES/gobby.mo +share/locale/it/LC_MESSAGES/gobby.mo +share/locale/pt/LC_MESSAGES/gobby.mo +share/locale/ru/LC_MESSAGES/gobby.mo +share/locale/sv/LC_MESSAGES/gobby.mo +share/locale/zh_CN/LC_MESSAGES/gobby.mo +share/pixmaps/gobby.png +share/pixmaps/gobby/chat.png +share/pixmaps/gobby/doclist.png +share/pixmaps/gobby/userlist.png diff --git a/editors/gobby/distinfo b/editors/gobby/distinfo new file mode 100644 index 00000000000..fc6b1422152 --- /dev/null +++ b/editors/gobby/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/11/04 10:06:25 rillig Exp $ + +SHA1 (gobby-0.4.5.tar.gz) = 9f7a66d89c2f33b13a01a9dbb73a7fe35c5bf646 +RMD160 (gobby-0.4.5.tar.gz) = 63e7158539be941f53391e399a518b7db429d135 +Size (gobby-0.4.5.tar.gz) = 356399 bytes |