debian/0000775000000000000000000000000012235204755007175 5ustar debian/gastman.manpages0000664000000000000000000000001211654725572012346 0ustar gastman.1 debian/gastman.1.docbook0000664000000000000000000000344311654725572012345 0ustar Lionel Porcheron lionel@alveonet.org 2006 Lionel Porcheron 2006-02-23 gastman 1 gastman graphical console for asterisk gastman DESCRIPTION This manual page documents briefly the gastman command. The gastman is a GK2 based graphical console for Asterisk. Three views are offered : a graphical view (where you can manipulate calls), the list view (calls), queue view and an asterisk console. AUTHOR This manual page was written by Lionel Porcheron lionel@alveonet.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. debian/source/0000775000000000000000000000000011654727025010501 5ustar debian/source/format0000664000000000000000000000001411654727025011707 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000420111654725572011136 0ustar This package was debianized by Lionel Porcheron on Sat, 18 Feb 2006 16:22:16 +0100 Source was downloaded from http://ftp.digium.com/pub/gastman/ Upstream author: Mark Spencer Copyright (C) 2006 Mark Spencer License: md5.c: This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. win32/strsep.c: The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Other parts of the software are covered by GPL This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/changelog0000664000000000000000000000415112235204755011050 0ustar gastman (0.99+1.0rc1-0ubuntu8) trusty; urgency=low * No change rebuild against db 5.3. -- Dmitrijs Ledkovs Sat, 02 Nov 2013 14:19:25 +0000 gastman (0.99+1.0rc1-0ubuntu7) raring; urgency=low * Added missing math lib to link, fixing FTBFS. -- Daniel T Chen Sun, 07 Apr 2013 17:57:52 -0400 gastman (0.99+1.0rc1-0ubuntu6) precise; urgency=low * Rework 01_makefile_fix_destdir.dpatch: - don't add $(DESTDIR), instead set $(INSTALL_PREFIX) in debian/rules - add call to pkg-config for glib-2.0 - pass build flags from environment - rename to makefile.patch * Explicilty build-depend on pkg-config and libglib2.0-dev. * Build-depend on docbook-xml. * Convert to dh7 debian/rules. * Use source format 3.0 (quilt). * Update watch file. * Bump Standards-Version to 3.9.2. -- Ilya Barygin Fri, 04 Nov 2011 14:15:01 +0400 gastman (0.99+1.0rc1-0ubuntu5) oneiric; urgency=low * Build-depend on libdb-dev. -- Matthias Klose Mon, 29 Aug 2011 16:36:48 +0200 gastman (0.99+1.0rc1-0ubuntu4) hardy; urgency=low * Rebuild for libdb4.3 -> libdb4.6 migration. -- Chuck Short Wed, 05 Mar 2008 10:05:25 -0500 gastman (0.99+1.0rc1-0ubuntu3) hardy; urgency=low * debian/watch: + Add Debian pkg-voip wrapper to handle it (LP: #181621). * debian/gastman.desktop: + Fix it with to the latest freedesktop standards. * debian/control: + Add Homepage field and remove URL from Long Description. + Bump Standards-Version to 3.7.3 (no changes). * debian/rules: + Add dh_desktop. -- Marco Rodrigues Wed, 09 Jan 2008 22:14:27 +0000 gastman (0.99+1.0rc1-0ubuntu2) gutsy; urgency=low * debian/control: Update maintainer fields according to debian- maintainer-field spec. -- Martin Pitt Wed, 15 Aug 2007 08:04:21 +0000 gastman (0.99+1.0rc1-0ubuntu1) dapper; urgency=low * Initial release. * Add manpage * Added .desktop to appear in freedesktop.org menu -- Lionel Porcheron Sat, 18 Feb 2006 16:20:45 +0100 debian/control0000664000000000000000000000147411654735642010616 0ustar Source: gastman Section: comm Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Lionel Porcheron Build-Depends: debhelper (>= 7.0.50~), pkg-config, libdb-dev, libgtk2.0-dev, libglib2.0-dev, libx11-dev, docbook2x, docbook-xml Standards-Version: 3.9.2 Homepage: http://downloads.digium.com/pub/gastman/ Package: gastman Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GUI tool for Asterisk administration and monitoring Gastman is a graphical Manager interface for Asterisk. It uses the GTK+ library, and so is usually run under XWindow, although GTK+ environments also exist for Windows and Mac OS X. debian/rules0000775000000000000000000000024111654730235010253 0ustar #!/usr/bin/make -f export INSTALL_PREFIX := $(CURDIR)/debian/gastman %: dh $@ override_dh_auto_build: dh_auto_build docbook2x-man debian/gastman.1.docbook debian/watch0000664000000000000000000000037411654736100010230 0ustar version=3 # This version mangling seems too hacky, # it'd be better to just to use package version 1.0~rcX opts=uversionmangle=s/-RC/~rc/,\ dversionmangle=s/0\.99\+1\.0/1\.0~/ \ http://downloads.asterisk.org/pub/telephony/gastman/gastman-(.+)\.tar\.gz debian/gastman.xpm0000664000000000000000000001744711654725572011403 0ustar /* XPM */ static char * gastman_xpm[] = { "32 32 359 2", " c None", ". c #375237", "+ c #3E533E", "@ c #435B43", "# c #253525", "$ c #3F533F", "% c #416F3F", "& c #4B8649", "* c #559B51", "= c #55A259", "- c #57AC57", "; c #58AC58", "> c #5BAB5A", ", c #57AA57", "' c #55AA57", ") c #549A52", "! c #498447", "~ c #3D6341", "{ c #3B623F", "] c #4B884A", "^ c #55A957", "/ c #58AB56", "( c #50AB55", "_ c #55AC56", ": c #52AB50", "< c #54AD53", "[ c #56AD58", "} c #56AA56", "| c #52A254", "1 c #55A854", "2 c #58AA5B", "3 c #53AA55", "4 c #529553", "5 c #3A583C", "6 c #3F5E3E", "7 c #4B8B4E", "8 c #5BA95A", "9 c #55AB55", "0 c #57A955", "a c #3D7B40", "b c #376836", "c c #4D8D4E", "d c #52AB54", "e c #54AD56", "f c #4A8A47", "g c #3D6A3A", "h c #3F7540", "i c #52AB57", "j c #58AB58", "k c #55AB53", "l c #56AA57", "m c #56A554", "n c #37643A", "o c #4B564B", "p c #426F42", "q c #52AA57", "r c #58AA56", "s c #57AC55", "t c #52A957", "u c #59A95B", "v c #56A553", "w c #376B3D", "x c #54A553", "y c #3F7E3C", "z c #53AE51", "A c #3F783F", "B c #4FA753", "C c #41713C", "D c #55A958", "E c #59A856", "F c #55AF54", "G c #56AA53", "H c #57AB54", "I c #58A259", "J c #2F4F2F", "K c #3D6F41", "L c #54AA55", "M c #58AB55", "N c #54AC55", "O c #54AB55", "P c #54AC59", "Q c #55A052", "R c #3F7F40", "S c #32672F", "T c #53A75B", "U c #1C3C1E", "V c #475A43", "W c #566656", "X c #395536", "Y c #55A555", "Z c #3D753F", "` c #57A755", " . c #58A756", ".. c #55AD57", "+. c #53AA57", "@. c #498449", "#. c #3E493E", "$. c #435443", "%. c #405340", "&. c #405140", "*. c #354635", "=. c #2C4A2F", "-. c #58AA59", ";. c #53AB56", ">. c #56AB59", ",. c #5AAA53", "'. c #55AA56", "). c #48904B", "!. c #3B6A3F", "~. c #498749", "{. c #519E4D", "]. c #55A757", "^. c #4F9A53", "/. c #4A8C49", "(. c #4B9149", "_. c #51A04F", ":. c #58AC55", "<. c #478D4E", "[. c #42783E", "}. c #4D9B4E", "|. c #59AA55", "1. c #55AC55", "2. c #55AB56", "3. c #58A855", "4. c #54A453", "5. c #3C5035", "6. c #3F4637", "7. c #3F5D43", "8. c #2D342D", "9. c #417340", "0. c #56AD54", "a. c #54A956", "b. c #57AC58", "c. c #4F9F52", "d. c #3B7038", "e. c #51AB56", "f. c #55A452", "g. c #236D39", "h. c #245D35", "i. c #206031", "j. c #2B5C31", "k. c #296C38", "l. c #458847", "m. c #59A557", "n. c #407D44", "o. c #4C9048", "p. c #53AB53", "q. c #468146", "r. c #223822", "s. c #2C402F", "t. c #3E5B41", "u. c #364B39", "v. c #3A4234", "w. c #304A2F", "x. c #366039", "y. c #38673A", "z. c #3D6E3C", "A. c #3C703F", "B. c #305C2E", "C. c #52A556", "D. c #56A855", "E. c #4C9B4E", "F. c #14552C", "G. c #145533", "H. c #114524", "I. c #183E24", "J. c #105430", "K. c #35743C", "L. c #56AB55", "M. c #58AE57", "N. c #52A852", "O. c #417940", "P. c #427E46", "Q. c #376837", "R. c #3A623E", "S. c #486B4A", "T. c #3D4D3A", "U. c #3B4C3B", "V. c #30342C", "W. c #38463E", "X. c #465E4A", "Y. c #587F55", "Z. c #588157", "`. c #598053", " + c #4A6B4D", ".+ c #428141", "++ c #54AB58", "@+ c #56AC57", "#+ c #529B4F", "$+ c #104B2B", "%+ c #0E341F", "&+ c #1D4124", "*+ c #22412C", "=+ c #1F4629", "-+ c #235D33", ";+ c #53A958", ">+ c #58AA53", ",+ c #52AB58", "'+ c #56AD5C", ")+ c #539B52", "!+ c #3B5E37", "~+ c #537E55", "{+ c #517E56", "]+ c #4E724B", "^+ c #4E5047", "/+ c #3D483D", "(+ c #27392C", "_+ c #3D583E", ":+ c #3B4A38", "<+ c #395036", "[+ c #294329", "}+ c #55A955", "|+ c #59A75B", "1+ c #53AE56", "2+ c #4C944A", "3+ c #154B2C", "4+ c #1C4427", "5+ c #1B4325", "6+ c #22472A", "7+ c #1B4327", "8+ c #255B2E", "9+ c #54AB54", "0+ c #59AB56", "a+ c #53AB58", "b+ c #54AC54", "c+ c #3B643A", "d+ c #3D5540", "e+ c #384535", "f+ c #394839", "g+ c #3C6941", "h+ c #53AE58", "i+ c #51AB52", "j+ c #55AF56", "k+ c #498D46", "l+ c #164729", "m+ c #195A33", "n+ c #22462E", "o+ c #134627", "p+ c #1F4727", "q+ c #144523", "r+ c #55A554", "s+ c #56A956", "t+ c #57AA55", "u+ c #56AE57", "v+ c #52AB56", "w+ c #4D8751", "x+ c #455647", "y+ c #323E32", "z+ c #262C2A", "A+ c #354D32", "B+ c #4E5B4E", "C+ c #447846", "D+ c #55AD52", "E+ c #55AA53", "F+ c #58A858", "G+ c #4F914D", "H+ c #25402C", "I+ c #264C2B", "J+ c #2A462A", "K+ c #163C27", "L+ c #193D22", "M+ c #153F23", "N+ c #4E9A49", "O+ c #56AC58", "P+ c #56AB56", "Q+ c #59A257", "R+ c #4C6249", "S+ c #3D5642", "T+ c #415E43", "U+ c #3E5538", "V+ c #448242", "W+ c #55A855", "X+ c #56AC55", "Y+ c #56AA55", "Z+ c #4C994F", "`+ c #104321", " @ c #16542F", ".@ c #2E5B33", "+@ c #0F3923", "@@ c #26492D", "#@ c #153D24", "$@ c #479649", "%@ c #58AD56", "&@ c #56AA54", "*@ c #57AE56", "=@ c #57A956", "-@ c #58A956", ";@ c #353E31", ">@ c #427946", ",@ c #55AC53", "'@ c #53AD55", ")@ c #56AA59", "!@ c #52A150", "~@ c #32532E", "{@ c #2E5C32", "]@ c #355B36", "^@ c #427D42", "/@ c #39673A", "(@ c #4CA151", "_@ c #5AA956", ":@ c #54AB56", "<@ c #57AA58", "[@ c #54AC58", "}@ c #59A65A", "|@ c #27382C", "1@ c #3E4E3A", "2@ c #2C3B31", "3@ c #487344", "4@ c #54AD54", "5@ c #56A856", "6@ c #53AB55", "7@ c #57AA56", "8@ c #55AB58", "9@ c #5AAD52", "0@ c #56A857", "a@ c #54AA53", "b@ c #56AB5A", "c@ c #55AC58", "d@ c #529852", "e@ c #313930", "f@ c #212C21", "g@ c #384E38", "h@ c #3D5537", "i@ c #434D42", "j@ c #384034", "k@ c #29362C", "l@ c #3B6F3B", "m@ c #499249", "n@ c #5BA858", "o@ c #57AB55", "p@ c #57A859", "q@ c #56A957", "r@ c #59AA57", "s@ c #53AC59", "t@ c #55A956", "u@ c #53AC57", "v@ c #55AB54", "w@ c #53A350", "x@ c #417643", "y@ c #3B5836", "z@ c #324332", "A@ c #425742", "B@ c #303D34", "C@ c #38493B", "D@ c #425A43", "E@ c #455B48", "F@ c #2B342A", "G@ c #253E24", "H@ c #416F3E", "I@ c #3C693A", "J@ c #3C7B3D", "K@ c #437D40", "L@ c #3C7A3F", "M@ c #3C7841", "N@ c #3E7538", "O@ c #356737", "P@ c #2F552E", "Q@ c #324C33", "R@ c #212E21", " ", " ", " ", " ", " ", " ", " ", " . + @ # ", " $ % & * = - ; > , ' ) ! ~ ", " { ] ^ / ( _ : < [ } | 1 2 3 < 4 5 ", " 6 7 8 9 9 0 a b c d e f g h i j k l m n ", " o p q r s t u v w x y ' z A B C D E F G H I J ", " K L M N O P Q R S T U V W X Y Z ` ...+./ P @. ", " #.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.|.1.2.3.4.5.", " 6.7.8. 9.0.L a.b.c.d.e.f.g.h.i.j.k.l.N ;.m.n.o.b.L p.q.r.", " s.t.u.v. w.x.y.z.A.B.C.D.E.F.G.H.I.J.K.'.L.M.N.O.P.Q.R.S.T.", " U.V.W. X.Y.Z.`. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+", " /+ (+_+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+|.a+b+c+d+e+ ", " f+ g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+ ", " x+y+z+A+B+ C+D+E+F+G+H+I+J+K+L+M+N+O+9 P+, Q+ ", " R+S+T+U+ V+W+X+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@ ", " ;@ >@,@'@)@!@~@{@q.]@^@/@(@_@:@<@[@}@ ", " |@ 1@ 2@ 3@4@5@6@7@8@v+>.9@0@@+0 a@b@c@E+d@ ", " e@ f@g@ h@i@j@k@l@m@n@o@1+p@2.q@r@s@t@u@v@w@x@y@ ", " z@A@B@C@D@E@F@ G@H@I@J@K@L@M@N@O@P@Q@R@ ", " ", " ", " ", " ", " ", " ", " "}; debian/patches/0000775000000000000000000000000012130366037010620 5ustar debian/patches/makefile.patch0000664000000000000000000000326312130366037013422 0ustar Description: adapt makefile to Ubuntu: * install binary to /usr/bin * use pkg-config to get glib flags * pass build flags from environment Author: Lionel Porcheron Author: Ilya Barygin Index: gastman-0.99+1.0rc1/Makefile =================================================================== --- gastman-0.99+1.0rc1.orig/Makefile 2004-03-30 14:43:54.000000000 -0500 +++ gastman-0.99+1.0rc1/Makefile 2013-04-07 17:58:51.963625821 -0400 @@ -28,13 +28,15 @@ echo $(GTK2LIBS); \ fi) GLIBFLAGS=$(shell \ - if [ `which glib12-config`="" ]; then \ + if which glib-config >/dev/null; then \ echo `glib-config --cflags`; \ - else \ + elif which glib12-config >/dev/null; then \ echo `glib12-config --cflags`; \ + else \ + echo `pkg-config --cflags glib-2.0`; \ fi) -CFLAGS=-Wall -g $(GTKFLAGS) $(GLIBFLAGS) -Iinclude -DGTK_ENABLE_BROKEN +CFLAGS+=-Wall -g $(GTKFLAGS) $(GLIBFLAGS) -Iinclude -DGTK_ENABLE_BROKEN LIBS=$(GTKLIBS) $(shell if [ -f /etc/master.passwd ]; then echo ""; else echo "-ldb "; fi) LIBS+=$(shell if [ -f /usr/lib/libgdk_pixbuf.so ]; then echo -lgdk_pixbuf ; fi) OBJS=gastman.o gui.o gtklink.o md5.o @@ -42,9 +44,9 @@ all: $(TARGET) install: gastman - mkdir -p $(INSTALL_PREFIX)/usr/sbin + mkdir -p $(INSTALL_PREFIX)/usr/bin for x in $(TARGET); do \ - install -m 755 $$x $(INSTALL_PREFIX)/usr/sbin/gastman; \ + install -m 755 $$x $(INSTALL_PREFIX)/usr/bin/gastman; \ done ; \ mkdir -p $(INSTALL_PREFIX)/usr/share/gastman/icons for x in art/*.xpm; do \ @@ -55,5 +57,5 @@ rm -f *.o gastman gastman: $(OBJS) - $(CC) -o gastman $(OBJS) $(GLIBFLAGS) $(LIBS) + $(CC) $(LDFLAGS) -o gastman $(OBJS) $(GLIBFLAGS) $(LIBS) -lm debian/patches/series0000664000000000000000000000001711654732263012043 0ustar makefile.patch debian/compat0000664000000000000000000000000211654727214010377 0ustar 7 debian/gastman.install0000664000000000000000000000012311654725572012224 0ustar debian/gastman.xpm usr/share/pixmaps debian/gastman.desktop usr/share/applications debian/gastman.desktop0000664000000000000000000000030411654725572012230 0ustar [Desktop Entry] Version=1.0 Type=Application Name=Gastman Comment=Graphical Asterisk Console GenericName=Asterisk Console Exec=gastman Terminal=false Icon=gastman Categories=GNOME;System;Monitor;