debian/0000775000000000000000000000000012233103634007165 5ustar debian/source/0000775000000000000000000000000012035442266010474 5ustar debian/source/format0000664000000000000000000000001412035442266011702 0ustar 3.0 (quilt) debian/amsn.10000664000000000000000000000311412035442266010213 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH AMSN 1 "April 17, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME amsn \- An MSN messenger client written in Tcl .SH SYNOPSIS .B amsn .SH DESCRIPTION This manual page documents briefly the .B amsn command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBamsn\fP is a program that enables you to communicate with other Microsoft Messenger users. It provides most of the same functionality that the original MSN client does, including real time chat, contact lists, file transfers and more. .SH OPTIONS .B amsn supports no commandline options. Everything is done via the GUI. .SH AUTHOR amsn was written by Alvaro J. Iradier Muro and Didimo E. Grimaldo T. .PP This manual page was written by Muammar El Khatib , for the Debian project (but may be used by others). debian/patches/0000775000000000000000000000000012035442266010623 5ustar debian/patches/04_autoupdate.patch0000664000000000000000000000301412035442266014320 0ustar Author: Stéphane Marguet (Stemp) Description: This is a patch for turning off autoupdate. This is done to avoid the users complaining that the freshly released version is not available on Debian yet. --- amsn-0.98.4.orig/config.tcl +++ amsn-0.98.4/config.tcl @@ -236,7 +236,7 @@ ::config::setKey autoconnect 0 ;#Automatically connect when amsn starts ::config::setKey libtls_temp "" ;#TLS ::config::setKey lineflushlog 1 ;#Flush log files after each line - ::config::setKey autocheckver 1 ;#Automatically check for newer versions on startup + ::config::setKey autocheckver 0 ;#Automatically check for newer versions on startup ::config::setKey truncatenames 1 ;#Truncate nicknames longer than window width in windows' title ::config::setKey truncatenicks 0 ;#Truncate nicknames longer than window width in chat windows ::config::setKey keepalive 1 ;#Keep alive connection (ping every minute) @@ -247,7 +247,7 @@ ::config::setKey start_ns_server "messenger.hotmail.com:1863" ::config::setKey default_gateway_server "gateway.messenger.hotmail.com" ::config::setKey start_gateway_server "gateway.messenger.hotmail.com" - ::config::setKey activeautoupdate 1 ;#Active the auto update + ::config::setKey activeautoupdate 0 ;#Active the auto update ::config::setKey allowbadwords 1 ;#Disable censure on nicks ::config::setKey enablebanner 1 ;#Show or Hide AMSN Banner (By default Show) ::config::setKey startontray 0 ;#Start amsn on tray icon only (hide contact list) debian/patches/07_fix_ftbfs4hurd.patch0000664000000000000000000000426212035442266015077 0ustar diff -ur amsn-0.98.4/configure amsn-0.98.4.patched/configure --- amsn-0.98.4/configure 2011-08-01 11:55:15.000000000 +0000 +++ amsn-0.98.4.patched/configure 2011-08-01 12:03:57.000000000 +0000 @@ -2292,6 +2292,9 @@ SunOS) FOUND_OS=solaris ;; + GNU) + FOUND_OS=gnu + ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if amsn will build on \`uname -s\`" >&5 $as_echo_n "checking if amsn will build on \`uname -s\`... " >&6; } diff -ur amsn-0.98.4/configure.ac amsn-0.98.4.patched/configure.ac --- amsn-0.98.4/configure.ac 2011-08-01 11:55:15.000000000 +0000 +++ amsn-0.98.4.patched/configure.ac 2011-08-01 12:03:19.000000000 +0000 @@ -72,6 +72,9 @@ SunOS) FOUND_OS=solaris ;; + GNU) + FOUND_OS=gnu + ;; *) AC_MSG_CHECKING(if amsn will build on `uname -s`) AC_MSG_RESULT(maybe) diff -ur amsn-0.98.4/Makefile.in amsn-0.98.4.patched/Makefile.in --- amsn-0.98.4/Makefile.in 2010-03-18 19:58:48.000000000 +0000 +++ amsn-0.98.4.patched/Makefile.in 2011-08-01 12:13:55.000000000 +0000 @@ -188,6 +188,12 @@ FILES_TO_INSTALL += utils/webcamsn/webcamsn.so utils/webcamsn/pkgIndex.tcl utils/TkCximage/TkCximage.so utils/TkCximage/pkgIndex.tcl utils/linux/capture/capture.so utils/linux/capture/pkgIndex.tcl utils/linux/linflash/flash.so utils/linux/linflash/pkgIndex.tcl utils/linux/traydock/libtray.so utils/linux/traydock/pkgIndex.tcl utils/linux/capture/libng/plugins/drv0-v4l2.so utils/linux/capture/libng/plugins/conv-mjpeg.so utils/tcl_siren/tcl_siren.so utils/tcl_siren/pkgIndex.tcl utils/tclISF/tclISF.so utils/tclISF/pkgIndex.tcl utils/asyncresolver/asyncresolver.tcl utils/asyncresolver/libasyncresolver.so utils/asyncresolver/pkgIndex.tcl FILES_TO_EXCLUDE += AppMain.tcl + else + ifeq ($(FOUND_OS),gnu) +FILES_TO_INSTALL += utils/webcamsn/webcamsn.so utils/webcamsn/pkgIndex.tcl utils/TkCximage/TkCximage.so utils/TkCximage/pkgIndex.tcl utils/tcl_siren/tcl_siren.so utils/tcl_siren/pkgIndex.tcl utils/tclISF/tclISF.so utils/tclISF/pkgIndex.tcl utils/asyncresolver/asyncresolver.tcl utils/asyncresolver/libasyncresolver.so utils/asyncresolver/pkgIndex.tcl + +FILES_TO_EXCLUDE += AppMain.tcl + endif endif endif endif debian/patches/02_amsn_remote.patch0000664000000000000000000000054012035442266014455 0ustar Author: Description: A patch to change amsn-remote to make it use wish8.5 instead --- amsn-0.98.4.orig/amsn-remote +++ amsn-0.98.4/amsn-remote @@ -1,9 +1,9 @@ -#!/usr/bin/wish +#!/usr/bin/wish8.5 ### ### Remote controller program ### -source amsncore.tcl +source /usr/share/amsn/amsncore.tcl set initialize_amsn 1 debian/patches/08_use_aplay_for_sound.patch0000664000000000000000000000117112035442266016213 0ustar ## 08_use_aplay_for_sound.dpatch by Festor Wailon Dacoba. ## ## DP: Use "aplay" for play sounds with ALSA Index: amsn-0.98.9/config.tcl =================================================================== --- amsn-0.98.9.orig/config.tcl 2012-09-30 11:12:50.700347860 -0400 +++ amsn-0.98.9/config.tcl 2012-09-30 11:14:02.984344837 -0400 @@ -89,7 +89,7 @@ ::config::setKey os "unix" } elseif { [OnUnix] } { - ::config::setKey soundcommand "play \$sound" + ::config::setKey soundcommand "aplay \$sound" ::config::setKey browser "xdg-open \$url" ::config::setKey notifyXoffset 0 ::config::setKey notifyYoffset 0 debian/patches/series0000664000000000000000000000024712035442266012043 0ustar 01_patching_amsn.patch 02_amsn_remote.patch 03_amsn_remote-CLI.patch 04_autoupdate.patch 05_checkupdate.patch 06_recognize_kfreebsd.patch 08_use_aplay_for_sound.patch debian/patches/01_patching_amsn.patch0000664000000000000000000000046112035442266014760 0ustar Author: Description: A patch to make amsn use wish8.5 in debian. This is done because the default is wish8.4 and amsn doesn't work with 8.4 anymore. --- amsn-0.98.4.orig/amsn +++ amsn-0.98.4/amsn @@ -1,6 +1,6 @@ #!/bin/sh # \ -exec wish $0 $@ +exec wish8.5 $0 $@ ### ### debian/patches/03_amsn_remote-CLI.patch0000664000000000000000000000105512035442266015065 0ustar Author: Description: A patch to change amsn-remote-CLI to make it use wish8.5 instead --- amsn-0.98.4.orig/amsn-remote-CLI +++ amsn-0.98.4/amsn-remote-CLI @@ -1,11 +1,11 @@ -#!/usr/bin/tclsh +#!/usr/bin/wish8.5 ### ### Remote controller program ### set initialize_amsn 1 -source amsncore.tcl +source /usr/share/amsn/amsncore.tcl proc readsocket { } { global sock @@ -229,7 +229,7 @@ } } -source [file join $program_dir migmd5.tcl] +source [file join $program_dir /usr/share/amsn/migmd5.tcl] set sockDS 0 debian/patches/05_checkupdate.patch0000664000000000000000000001000012035442266014417 0ustar Author: Stéphane Marguet (Stemp) Description: Remove Check Update Option. --- amsn-0.98.4.orig/login_screen.tcl +++ amsn-0.98.4/login_screen.tcl @@ -43,9 +43,6 @@ component forgot_pass_link component new_account_link - component check_ver_icon - component check_ver_text - variable more_label variable remember_me 0 @@ -88,7 +85,6 @@ contentmanager add group login_screen main checkboxes auto_login -orient horizontal -widget $self -pady 2 contentmanager add group login_screen main login -orient horizontal -widget $self -align center -pady 8 contentmanager add group login_screen main links -orient vertical -pady 32 -widget $self -align left - contentmanager add group login_screen main check_ver -orient horizontal -pady 8 -widget $self -align center contentmanager add group login_screen main more -orient horizontal -pady 8 -widget $self -align right # Create widgets @@ -156,9 +152,6 @@ set forgot_pass_link [$self create text 0 0 -anchor nw -text [trans forgot_pass]] # New account set new_account_link [$self create text 0 0 -anchor nw -text [trans new_account]] - # Check for newer amsn version - set check_version_icon [$self create image 0 0 -anchor nw -image [::skin::loadPixmap download]] - set check_version_text [$self create text 0 0 -anchor nw -text [trans checkver] -fill [::skin::getKey loginurlfg]] set more_label [$self create text 0 0 -anchor nw -text [trans more]] @@ -190,8 +183,6 @@ # Links contentmanager add element login_screen main links forgot_pass -widget $self -tag $forgot_pass_link -pady 2 contentmanager add element login_screen main links new_account -widget $self -tag $new_account_link -pady 2 - contentmanager add element login_screen main check_ver icon -widget $self -tag $check_version_icon -padx 4 -valign middle - contentmanager add element login_screen main check_ver text -widget $self -tag $check_version_text -padx 4 -valign middle contentmanager add element login_screen main more label -widget $self -tag $more_label # Set font for canvas all text items @@ -236,7 +227,6 @@ $self CanvasTextToLink login_screen main more label "$self ShowMore" $self CanvasTextToLink login_screen main links forgot_pass [list launch_browser "https://accountservices.passport.net/uiresetpw.srf?lc=1033"] $self CanvasTextToLink login_screen main links new_account [list launch_browser "https://accountservices.passport.net/reg.srf?sl=1&lc=1033"] - $self CanvasTextToLink login_screen main check_ver text "::autoupdate::check_version" $self FillLoginFields @@ -450,7 +440,6 @@ contentmanager show login_screen main checkboxes contentmanager show login_screen main login contentmanager show login_screen main links - contentmanager show login_screen main check_ver contentmanager show login_screen main more # We sort to get the sizes of each element.. @@ -465,7 +454,6 @@ contentmanager hide login_screen main checkboxes contentmanager hide login_screen main login contentmanager hide login_screen main links - contentmanager hide login_screen main check_ver contentmanager show login_screen main more set max [winfo height $self] @@ -507,12 +495,8 @@ if { $current < $max } { contentmanager show login_screen lang - incr current [contentmanager height login_screen main check_ver] - incr current [contentmanager cget login_screen main check_ver -pady] - incr current [contentmanager cget login_screen main check_ver -pady] if { $current < $max } { - contentmanager show login_screen main check_ver if { [::config::getKey show_login_screen_links 1] } { incr current [contentmanager height login_screen main links] @@ -560,7 +544,6 @@ contentmanager show login_screen main checkboxes contentmanager show login_screen main login contentmanager show login_screen main links - contentmanager show login_screen main check_ver contentmanager show login_screen main more # We sort to get the sizes of each element.. debian/patches/06_recognize_kfreebsd.patch0000664000000000000000000000123312035442266016002 0ustar Author: Description: This patch changes the configure file to detect and recognize kfreebsd. --- amsn-0.98.4.orig/configure +++ amsn-0.98.4/configure @@ -2268,7 +2268,7 @@ Linux) FOUND_OS="linux" ;; - OpenBSD | FreeBSD | NetBSD) + *BSD) # *BSD has important stuff (from ports) # in /usr/local ... CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib" --- amsn-0.98.4.orig/configure.ac +++ amsn-0.98.4/configure.ac @@ -48,7 +48,7 @@ Linux) FOUND_OS="linux" ;; - OpenBSD | FreeBSD | NetBSD) + *BSD) # *BSD has important stuff (from ports) # in /usr/local ... CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib" debian/amsn-data.install0000664000000000000000000000061412035442266012432 0ustar debian/tmp/usr/share/amsn docs/* /usr/share/doc/amsn README /usr/share/doc/amsn debian/tmp/usr/share/amsn/AGREEMENT /usr/share/doc/amsn debian/tmp/usr/share/amsn/CREDITS /usr/share/doc/amsn debian/tmp/usr/share/amsn/TODO /usr/share/doc/amsn debian/tmp/usr/share/amsn/FAQ /usr/share/doc/amsn debian/tmp/usr/share/amsn/HELP /usr/share/doc/amsn debian/tmp/usr/share/amsn/INSTALL /usr/share/doc/amsn debian/amsn.install0000664000000000000000000000044412035442266011524 0ustar debian/tmp/usr/lib/amsn debian/tmp/usr/share/amsn/amsn-remote* debian/tmp/usr/share/pixmaps/amsn* debian/tmp/usr/share/applications/amsn.desktop debian/tmp/usr/share/pixmaps debian/amsn.xpm /usr/share/pixmaps/amsn debian/tmp/usr/bin debian/lintian-overrides/amsn /usr/share/lintian/overrides debian/amsn.manpages0000664000000000000000000000007412035442266011650 0ustar debian/amsn.1 debian/amsn-remote.1 debian/amsn-remote-CLI.1 debian/compat0000664000000000000000000000000212035442266010372 0ustar 9 debian/control0000664000000000000000000000254612233101335010573 0ustar Source: amsn Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Vivia Nikolaidou Build-Depends: debhelper (>= 9), tcl8.5-dev, tk8.5-dev, libpng12-dev, libjpeg-dev, libnice-dev, libv4l-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libfarstream-0.1-dev, libgstreamer-plugins-base0.10-dev, libgupnp-1.0-dev, libgupnp-igd-1.0-dev, dpkg-dev (>= 1.16.0) Standards-Version: 3.9.3 Homepage: http://amsn.sourceforge.net/ Package: amsn Architecture: any Depends: ${shlibs:Depends}, amsn-data (= ${source:Version}), libfarstream-0.1-0, tcl8.5, tk8.5, tcl-tls, xdg-utils, ${misc:Depends} Recommends: tcl-snack Suggests: www-browser Replaces: amsn-data (<< 0.98.9-1) Conflicts: amsn-data (<< 0.98.9-1) Description: MSN messenger application written in Tcl A very nice MSN compatible messenger application. Works pretty much like its Windows based counterpart. Perfect for keeping in touch with those friends who have not yet seen the light. Package: amsn-data Architecture: all Depends: tk8.5, ${misc:Depends} Recommends: python Replaces: amsn(<< 0.98.9-1) Conflicts: amsn(<< 0.98.9-1) Description: Data files for aMSN This package contains architecture-independent supporting data files required for use with aMSN such as documentation, icons, translations, plugins, skins and sounds. debian/watch0000664000000000000000000000020412035442266010221 0ustar # Compulsory line, this is a version 3 file version=3 opts="dversionmangle=s/\~debian//" \ http://sf.net/amsn/amsn-(.*)\.tar\.bz2 debian/amsn-remote.10000664000000000000000000000253112035442266011506 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH AMSN-REMOTE 1 "April 10, 2008" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME amsn-remote \- sever to connect to amsn remotely. .SH SYNOPSIS .B amsn-remote .SH DESCRIPTION This manual page documents briefly the .B amsn-remote and its commands. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBamsn-remote\fP is a sever that allows amsn-remote-CLI to connect to amsn remotely. You can then chat on the console using it. .SH SEE ALSO .BR http://amsn.sourceforge.net/, amsn-remote-CLI(1) .br .PP This manual page was written by Muammar El Khatib , for the Debian project (but may be used by others). debian/changelog0000664000000000000000000006007012233103634011042 0ustar amsn (0.98.9-1ubuntu3) trusty; urgency=low * Recommend tcl-snack instead of libsnack2-alsa | libsnack2 since the snack package has been restructured and tcl-snack already has an alternate dependency on alsa | oss -- Micah Gersten Sat, 26 Oct 2013 22:05:05 -0500 amsn (0.98.9-1ubuntu2) raring; urgency=low * Modified build infrastructure to use multiarch Tcl location so the build doesn't break trying to use (nonexistent) locate(1) fallback. -- Daniel T Chen Sun, 07 Apr 2013 14:39:21 -0400 amsn (0.98.9-1ubuntu1) quantal; urgency=low * Sync with Debian. (LP: #1001958) Remaining changes: * debian/control: - Build-depend on libfarstream-0.1-dev - Depend on libfarstream-0.1-0 and xdg-utils * debian/patches/08_use_aplay_for_sound.patch: - Use aplay from alsa-utils instead of play from sox for sounds -- Jeremy Bicha Wed, 10 Oct 2012 23:39:21 -0400 amsn (0.98.9-1) unstable; urgency=low * Updated to new 0.98.9 version: + Rewritten P2P stack, fixing CVE-2006-0138 among other bugs + Fixed compilation against libpng 1.5 + Fixed problem running libng under latest tcl/tk (made webcam not work) + Upstream moved .so files out of /usr/share * Added self as maintainer * Refactored and cleaned up the package -- Vivia Nikolaidou Tue, 12 Jun 2012 21:33:58 +0300 amsn (0.98.4-4) unstable; urgency=low * aMSN should compile now in hurd-i386. In this revision patch 07_fix_ftbfs4hurd.patch has been created. Thanks to Svante Signell for providing it. (Closes: #636213) * debian/control: + Build-Depends on libjpeg-dev instead of libjpeg62-dev. (Closes: #633435) -- Muammar El Khatib Mon, 01 Aug 2011 17:49:35 +0200 amsn (0.98.4-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Bump Standards-Version to 3.9.2. No changes were needed. * Support for Video4Linux version has been dropped in the Linux kernel. This caused a FTBFS because linux/videodev.h is not provided anymore. (Closes: #621955) -- Muammar El Khatib Thu, 30 Jun 2011 21:51:09 +0200 amsn (0.98.4-2) unstable; urgency=low * Uploading to unstable. -- Muammar El Khatib Sun, 06 Feb 2011 10:09:55 +0100 amsn (0.98.4-1) experimental; urgency=low * New upstream release. (Closes: #606988) -- Muammar El Khatib Wed, 29 Dec 2010 16:30:16 +0100 amsn (0.98.3-5) unstable; urgency=medium * Uploading to unstable because of the fact the test previously made in the upload to experimental (revision 0.98.3-4) was successful. -- Muammar El Khatib Tue, 21 Dec 2010 22:21:39 +0100 amsn (0.98.3-4) experimental; urgency=low * debian/rules: utils/webcamsn is not created for hurd-i386 so it has been put into the conditional ifneq ($(DEB_HOST_ARCH_OS),hurd) for avoiding copying it in the install target. -- Muammar El Khatib Tue, 21 Dec 2010 15:55:41 +0100 amsn (0.98.3-3) unstable; urgency=low * Bump Standards-Version to 3.9.1. No changes were needed. * debian/patches/07_infoaudacious.dpatch + It has been included a patch from revision 12184 of amsn's SVN repository. With this change, the audacios music plugin is able to detect when the player is set to the 'paused' state. (Closes: #597204) * debian/patches/08_offline_message_issue.dpatch + This is a change introduced in aMSN's SVN (revision 12185) to protocol.tcl due to changes in the oim soap request so that aMSN is able to receive offline messages again. Thanks to Riccardo Stagni for providing a patch. (Closes: #600971) * Maintainer's mail has been changed. * This revision of aMSN avoids a FTBFS that happens in Hurd because of the libasyncresolver.so. -- Muammar El Khatib Fri, 19 Dec 2010 18:23:38 +0100 amsn (0.98.3-2) unstable; urgency=low * debian/patches/06_recognize_kfreebsd.patch.dpatch + Added. Make configure recognize kFreeBSD as a BSD * debian/rules + Only special case the bits that are actually linux only + Don't build-depend on libv4l-dev on GNU/KFreeBSD (Closes: #583187) * Thanks to Sjoerd Simons for providing the patch that fixed this problem. -- Muammar El Khatib Sat, 12 Jun 2010 15:42:08 -0430 amsn (0.98.3-1) unstable; urgency=medium * New upstream release. -- Muammar El Khatib Thu, 18 Mar 2010 23:03:36 -0430 amsn (0.98.1-2) unstable; urgency=low * Bump Standards-Version to 3.8.4. No changes were needed. * debian/control: ${misc:Depends} was added to the field Depends of amsn and amsn-data. -- Muammar El Khatib Tue, 23 Feb 2010 15:50:46 -0430 amsn (0.98.1-1) unstable; urgency=low * New upstream release. * Error caused when chat windows was opened has been fixed in this new upstream release. (Closes: #543977, #550490, #553367, #493766) * debian/control: amsn now depends on libsnack2-alsa | libsnack2 instead of just libsnack2-alsa so that users may be able to use the OSS output. (Closes: #552145) * aMSN is able to send offline messages again. (Closes: #550643) -- Muammar El Khatib Tue, 03 Nov 2009 22:47:59 -0430 amsn (0.98-1) unstable; urgency=low * New upstream release. (Closes: #545968) * Bump Standards-Version to 3.8.3 * debian/control: libgupnp-igd-1.0-dev has been added in the Build-Depends field for controling UPnP Internet Gateway Devices port mapping. * debian/README.Debian-source was renamed to debian/README.source and information about dpatch has been added in order to comply with Debian Policy Manual 4.14. * debian/control: gstreamer0.10-alsa has been added as a dependency of aMSN. (Closes: #545738) * In this version "appear offline" state can be selected from the tray icon. (Closes: #511268) * Start Video call botton label is now showed correctly in chat window. (Closes: #541657) -- Muammar El Khatib Thu, 03 Sep 2009 22:58:41 -0430 amsn (0.98~svn11402-1) unstable; urgency=low * New upstream snapshot. * debian/control: some packages have been added in the Build-Depends field in order to make aMSN able to support Video and Voice calls: libnice-dev, libv4l-dev, libgupnp-1.0-dev, libgupnp-igd, libgstfarsight0.10-dev and libgstreamer-plugins-base0.10-dev. * debian/patches: the next patches are no longer required: - 04_settingoff_autoupdate.dpatch.old - 05_changing_sxml.dpatch.old - 06_TkCximage.dpatch.old - 07_autoupdate.dpatch.old - 08_proxy.dpatch.old They have been removed from debian/patches directory. Most of the changes implemented by those patches are now included by upstream in the aMSN source code. * debian/watch: the file has been fixed in this revision and now it is able to look for the correct versions of the package. Problem was caused because upstream is now shipping the tarball in the form *.tar.bz2 instead of *.tar.gz. -- Muammar El Khatib Sun, 26 Jul 2009 20:36:04 -0430 amsn (0.97.2~debian-3) unstable; urgency=low * Bump Standards-Version to 3.8.2 * Long description for amsn-data package has been improved in this revision. * No changes were needed in order to bump Standards-Version. * Manual pages has been improved in this Debian revision. * debian/rues: dh_desktop has been removed because is deprecated now. The setup it used to handle is now done with triggers. -- Muammar El Khatib Fri, 03 Jul 2009 20:59:30 -0430 amsn (0.97.2~debian-2) unstable; urgency=low * aMSN is now able to work with version 8.5.6 of tcl/tk8.5. (Closes: #517230, #460611) * debian/control: Dependency on libsnack2 was changed to libsnack2-alsa instead. (Closes: #512262) -- Muammar El Khatib Thu, 26 Feb 2009 11:21:32 -0430 amsn (0.97.2~debian-1) unstable; urgency=low * New upstream version. * Typo in changelog from 0.97.1~debian-2 has been fixed in this revision. (Closes: #496972) -- Muammar El Khatib Sat, 30 Aug 2008 20:18:07 -0430 amsn (0.97.1~debian-2) unstable; urgency=low * This revision should avoid a possible upgrade problem because of the fact aMSN package has been split in two parts. (Closes: #494209) * New upstream version notification has been disabled in this revision. (Closes: #272741, #489015) -- Muammar El Khatib Sat, 16 Aug 2008 21:52:24 -0300 amsn (0.97.1~debian-1) unstable; urgency=low * New upstream release. (Closes: #488850) * Bump Standards-Version to 3.8.0 * The circular dependency has been erased in this revision of aMSN. amsn-data does not depend on amsn anymore. (Closes: #478692) * The problem caused by a missing Replaces in amsn-data package has been fixed in this new revision. (Closes: #484302) * aMSN depends on tcl-tls instead of tcltls. (Closes: #484206, #490762) -- Muammar El Khatib Thu, 10 Jul 2008 22:27:25 -0430 amsn (0.97-3) unstable; urgency=low * Bug: 'amsn: replace/conflict' has been fixed in this revision. (Closes: #476666) * Added a new preinst script to remove unneeded files from amsn-data package. -- Muammar El Khatib Fri, 18 Apr 2008 15:13:53 -0430 amsn (0.97-2) unstable; urgency=low * Bug: 'Please disable new version notification' has been fixed in this new revision of aMSN (Closes: #272741). Thanks to Marco Rodrigues for providing a patch. * Data files have been moved to a new amsn-data package. * debian/rules: dh_desktop was added. (Closes: #461800). * Desktop file has been improved to follow new standars. * A manpage for amsn-remote has been done. * Added preinst script to remove unneeded files from amsn package that has been moved to amsn-data. -- Muammar El Khatib Wed, 02 Apr 2008 00:39:55 -0430 amsn (0.97-1) unstable; urgency=low * Bump Standards-Version to 3.7.3 * The package now Build-Depends on tcl/tk8.5. * Webpage was moved from aMSN's description to control tag. * Debian copyright file is valid UTF-8, now. * New Upstream Version (Closes: #458355) * aMSN is now compiled against tcl/tk8.5 (Closes: #458027) * Bug 'unnecessary use of lintian overrides' is closed in this revision (Closes: #458544) -- Muammar El Khatib Mon, 31 Dec 2007 19:02:52 -0430 amsn (0.97~rc1+dfsg1-5) unstable; urgency=low * FTBFS under -rsudo systems has been fixed in this revision. (Closes: #434983) * Problems with amsn-remote and amsn-remote-CLI has been fixed. (Closes: #436514) -- Muammar El Khatib Sat, 28 Jul 2007 12:06:04 -0400 amsn (0.97~rc1+dfsg1-4) unstable; urgency=low * FTBFS on alpha, mips and mipsel: Fixed in this revision. -- Muammar El Khatib Thu, 26 Jul 2007 18:01:42 -0400 amsn (0.97~rc1+dfsg1-3) unstable; urgency=low * The bug: "aMSN no longer docks" has been fixed. It was caused because some libraries were missing under /usr/share/amsn/utils/linux/traydock. (Closes: #434083) -- Muammar El Khatib Sat, 21 Jul 2007 10:30:33 -0400 amsn (0.97~rc1+dfsg1-2) unstable; urgency=low * RC bug caused when aMSN failed to load TkCimage has been fixed in this revision. Thanks to Fabiano Manoel de Andrade for reporting. (Closes: #433573) -- Muammar El Khatib Thu, 19 Jul 2007 19:31:02 -0400 amsn (0.97~rc1+dfsg1-1) unstable; urgency=low * New upstream version. * debian/rules: Added rules to apply patches. -- Muammar El Khatib Tue, 19 Jun 2007 22:32:57 +0100 amsn (0.96+dfsg1-2) unstable; urgency=low * imlib11 was removed of Depends field in debian/control because it is not used by amsn. * manpages were corrected. * Removed old debian/prerm. * Removed Replaces on ccmsn. * Moved sox and docker from Depends to Suggests. * FTBFS caused for strip was fixed. (Closes: #422776) * Thanks to Nelson de Oliveira. -- Muammar El Khatib Wed, 09 May 2007 18:56:33 -0400 amsn (0.96+dfsg1-1) unstable; urgency=low * New Upstream Release (Closes: #418912, #396314, #412036) * New maintainer. (Closes: #419896) * Bump Standards-Version to 3.7.2 * Package depending on multiple libpng versions libpng12-0 libpng12-0 has been fixed. * Description of the packaged was fixed, Homepage was added. * Extra license files were removed. * a manpage to amsn-remote-CLI was made. * The version of debhelper was changed to >> 5 instead of >> 4.0.0. * File rules.2 was removed because it was not used. * Commented lines into debian/rules were deleted since they were useless. * Copyright file was corrected. * Acknowledge NMUs (Closes: #378702, #383569, #397835, #401099, #411078) * FTBFS on GNU/kFreeBSD has been fixed. Thanks to Cyril Brulebois for the patchs and for reporting. (Closes: 413852) -- Muammar El Khatib Fri, 13 Apr 2007 19:32:50 -0400 amsn (0.95+dfsg2-0.3) unstable; urgency=high * Non-maintainer upload. * High urgency for fixing RC bug. * Add precisions about license terms of all embedded code (Closes: #411078): + files created from revision 8153 at http://svn.sourceforge.net/viewvc/amsn/trunk/amsn/ - utils/Tclxml/LICENSE - utils/base64/license.terms - utils/bwidget1.8.0/LICENSE.txt - utils/http2.4/license.terms - utils/log/license.terms - utils/tcldom/LICENSE - utils/tclsoap1.6.7/LICENSE + file created from http://quicktimetcl.cvs.sourceforge.net/quicktimetcl/quicktimetcl/README?revision=1.6 - utils/macosx/QuickTimeTcl3.1/README -- Mohammed Adnène Trojette Sat, 10 Mar 2007 00:50:56 +0100 amsn (0.95+dfsg2-0.2) unstable; urgency=high * Non-maintainer upload * purge the file also from the unpacked tree, to make it disappear from the debian diff. Again closes: #401099. Thanks to Filipus Klutiero for his work on this issue. -- Frank Küster Fri, 9 Feb 2007 17:46:43 +0100 amsn (0.95+dfsg2-0.1) unstable; urgency=high * Non-maintainer upload. * purge the file ctadverts.tcl as that is non-DFSG-free. Closes: #401099 -- Andreas Barth Mon, 4 Dec 2006 14:44:01 +0000 amsn (0.95+dfsg1-0.1) unstable; urgency=low * Non-maintainer upload. * purge the directory skins/default/winicons/ as that contains probably undistributable files which we don't use anyways. Closes: #397835 -- Andreas Barth Mon, 27 Nov 2006 15:03:45 +0100 amsn (0.95-2.1) unstable; urgency=low * Non-maintainer upload to fix lack of dependencies on binary package. * debian/control: added ${shlibs:Depends} for the amsn binary, thanks to Christian Aichinger for the patch. (Closes: #383569) * Added msn.xpm, converted from upstream's 32x32 msn.png icon. * debian/rules: added a rule that installs amsn.xpm for the menu entry. * debian/rules: fix dh_installman so that the manpage gets installed. (Closes: #378702) * Removed debian/substvars, since it's automatically generated by debhelper. * debian/rules: added extra rules so that .so files get installed in /usr/lib and doc files get installed in /usr/share/doc * Added debian/links so that .so files get symlinked into /usr/share, else the program does not work. -- Margarita Manterola Sat, 9 Sep 2006 16:17:51 -0300 amsn (0.95-2) unstable; urgency=low * Fixed tcl/tk dependency problem. * Fixed lack of menu file in /usr/share/menu (closes: #350632). -- Theodore Karkoulis Mon, 6 Feb 2006 13:21:54 +0200 amsn (0.95-1) unstable; urgency=low * New Upstream Release (closes: #345052, #278575). -- Theodore Karkoulis Wed, 4 Jan 2006 15:26:02 +0200 amsn (0.94-3) unstable; urgency=low * Fixed Empty Chatboxes popup (closes: #333307). -- Theodore Karkoulis Sat, 29 Oct 2005 20:51:16 +0300 amsn (0.94-2) unstable; urgency=low * Built against libpng12-0 and imlib11 (closes: #328337). -- Theodore Karkoulis Sat, 17 Sep 2005 16:13:18 +0300 amsn (0.94-1) unstable; urgency=low * New Upstream Release (closes: #280047) * Closing a bug that has been fixed some time ago (has to do with play volume) (closes: #246221). * amsn.desktop file problem has been fixed (closes: #270943). -- Theodore Karkoulis Thu, 18 Nov 2004 10:42:22 +0200 amsn (0.93-2) unstable; urgency=low * Added amsn.desktop to /usr/share/applications (closes: #270943). -- Theodore Karkoulis Mon, 20 Sep 2004 23:36:48 +0300 amsn (0.93-1) unstable; urgency=low * New upstream release. -- Theodore Karkoulis Sat, 28 Aug 2004 19:26:41 +0300 amsn (0.92-1) unstable; urgency=low * New upstream release (closes: #251966, #252413). -- Theodore Karkoulis Tue, 1 Jun 2004 17:42:44 +0300 amsn (0.91-2) unstable; urgency=low * Added missing CREDITS file in /usr/share/amsn, (closes: #249513). -- Theodore Karkoulis Wed, 19 May 2004 10:56:23 +0300 amsn (0.91-1) unstable; urgency=low * New upsteam version. (closes: #248359, #248410). -- Theodore Karkoulis Sun, 2 May 2004 20:09:43 +0300 amsn (0.90-4) unstable; urgency=low * New Maintainer (closes: #230529). * Added suggested package imagemagick (closes: #234032). -- Theodore Karkoulis Wed, 10 Mar 2004 12:23:20 +0200 amsn (0.90-3) unstable; urgency=low * Make build-dep in imlib versioned to fix build errors on various platforms. -- Søren Boll Overgaard Fri, 20 Feb 2004 14:45:25 +0000 amsn (0.90-2) unstable; urgency=low * Include the contents of skins/Tux instead of only the directory structure. -- Søren Boll Overgaard Thu, 19 Feb 2004 18:34:31 +0000 amsn (0.90-1) unstable; urgency=low * New upstream release * Back out 03_windowclasses.dpatch, which is included upstream. -- Søren Boll Overgaard Wed, 18 Feb 2004 14:26:11 +0000 amsn (0.83-3) unstable; urgency=low * Include 03_windowclasses.dpatch again, thanks to Jon Dowland - Closes: Bug#220414 -- Søren Boll Overgaard Thu, 1 Jan 2004 12:15:14 +0000 amsn (0.83-2) unstable; urgency=low * Recode debian/control and debian/changelog in utf8. -- Søren Boll Overgaard Tue, 25 Nov 2003 22:30:06 +0000 amsn (0.83-1) unstable; urgency=low * New upstream release - Support the new protocol MSNP9 (Closes: Bug#207865, Bug#216223). * Back out 03_windowclasses.dpatch * Introduce 04_fix_libtray_path.dpatch to work around missing installation system. * Be a little less specific about the version of tcl needed. -- Søren Boll Overgaard Thu, 16 Oct 2003 21:09:27 +0000 amsn (0.82-3) unstable; urgency=low * Encode debian/control and debian/changelog in utf8 -- Søren Boll Overgaard Sun, 14 Sep 2003 11:17:41 +0000 amsn (0.82-2) unstable; urgency=low * Apply patch by Jon Dowland to give classes to Amsn windows (Closes: Bug#208057) -- Søren Boll Overgaard Sun, 14 Sep 2003 11:12:35 +0000 amsn (0.82-1) unstable; urgency=low * New upstream release (Closes: Bug#208013) -- Søren Boll Overgaard Wed, 10 Sep 2003 11:49:29 +0000 amsn (0.81-1) unstable; urgency=low * New upstream release. * Back out patch 01_brokenfix, since it it is in upstream sources. * debian/rules: - Make build stop failing if there is no clean target in traydock -- Søren Boll Overgaard Tue, 5 Aug 2003 10:16:44 +0000 amsn (0.80-9) unstable; urgency=low * dpatch: - Apply 02_sensible_browser to use sensible-browser instead of mozilla -- Søren Boll Overgaard Sat, 26 Jul 2003 13:54:01 +0000 amsn (0.80-8) unstable; urgency=low * debian/control: - amsn is written in tcl, not python, so fix dependencies accordingly (closes: Bug#200609) -- Søren Boll Overgaard Wed, 9 Jul 2003 14:02:19 +0000 amsn (0.80-7) unstable; urgency=low * debian/control - depend on libpng10-0 and docker (closes: Bug#197340) -- Søren Boll Overgaard Mon, 7 Jul 2003 12:40:45 +0000 amsn (0.80-6) unstable; urgency=low * debian/control: - depend on tk8.4 (closes: Bug#199108) * debian/rules - fix broken symlink to libtray.so (closes: Bug#198330) -- Søren Boll Overgaard Mon, 7 Jul 2003 11:58:22 +0000 amsn (0.80-5) unstable; urgency=low * debian/rules: - Add calls to unpatch and patch-stamp * debian/patches - Add 01_brokenfix.dpatch (closes: Bug#199409) -- Søren Boll Overgaard Sun, 6 Jul 2003 21:19:51 +0000 amsn (0.80-4) unstable; urgency=low * debian/rules: - Include hotmlog.htm in the package (Closes: Bug#196596). -- Søren Boll Overgaard Sun, 8 Jun 2003 12:06:30 +0000 amsn (0.80-3) unstable; urgency=low * debian/rules: - Make sure to clean the docking plugin, so we don't retain the i386 one. (closes: Bug#196223) -- Søren Boll Overgaard Thu, 5 Jun 2003 17:57:51 +0000 amsn (0.80-2) unstable; urgency=low * Fix build-failure due to erronous ldd-call. -- Søren Boll Overgaard Wed, 4 Jun 2003 15:38:20 +0000 amsn (0.80-1) unstable; urgency=low * New upstream release. * Includes "plugins" for docking in Kde and Gnome * Completely rewrite debian/rules since upstream no longer includes a Makefile -- Søren Boll Overgaard Sun, 25 May 2003 17:27:32 +0000 amsn (0.71-4) unstable; urgency=low * Fix spelling error in amsn.menu (Closes: Bug#189411) -- Søren Boll Overgaard Tue, 22 Apr 2003 16:48:06 +0000 amsn (0.71-3) unstable; urgency=low * Support tk8.4 (closes: Bug# 177461) -- Søren Boll Overgaard Mon, 20 Jan 2003 09:37:20 +0000 amsn (0.71-2) unstable; urgency=low * Include various docs introduced in new upstream version. -- Søren Boll Overgaard Mon, 9 Dec 2002 23:06:09 +0000 amsn (0.71-1) unstable; urgency=low * New upstream release -- Søren Boll Overgaard Mon, 9 Dec 2002 22:57:33 +0000 amsn (0.70-2) unstable; urgency=low * Use sensible-browser as the default browser, instead of mozilla. -- Søren Boll Overgaard Mon, 9 Dec 2002 22:38:34 +0000 amsn (0.70-1) unstable; urgency=low * New upstream release -- Søren Boll Overgaard Tue, 26 Nov 2002 13:20:16 +0000 amsn (0.61-6) unstable; urgency=low * Force the use of wish8.3, since tkDarken is unavailable in wish8.4. (closes: Bug#166235, Bug#166238) -- Søren Boll Overgaard Fri, 25 Oct 2002 20:14:04 +0200 amsn (0.61-5) unstable; urgency=low * Add entry to the Debian menu (closes: Bug#166164). -- Søren Boll Overgaard Thu, 24 Oct 2002 19:19:40 +0200 amsn (0.61-4) unstable; urgency=low * Don't make /usr/doc link. * Standards version 3.5.7 -- Søren Boll Overgaard Sun, 20 Oct 2002 13:29:01 +0200 amsn (0.61-3) unstable; urgency=low * Add dependency on sox to make sounds work. * Add Suggests: mozilla since it is the default browser -- Søren Boll Overgaard Thu, 10 Oct 2002 14:04:18 +0200 amsn (0.61-2) unstable; urgency=low * No need to build this for every architecture, so change arch. to all. -- Søren Boll Overgaard Mon, 23 Sep 2002 19:19:25 +0200 amsn (0.61-1) unstable; urgency=low * Initial Release (closes: Bug#154478). * Added wrapper script to get paths right, when running amsn. * Changed top level Makefile to install added stuff. * Changed top level Makefile to not install devel stuff. -- Søren Boll Overgaard Sat, 27 Jul 2002 13:49:50 +0200 debian/amsn-remote-CLI.10000664000000000000000000000523012035442266012112 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH AMSN-REMOTE-CLI 1 "April 17, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME amsn-remote-CLI \- program to connect to amsn remotely. .SH SYNOPSIS .B amsn-remote-CLI .SH DESCRIPTION This manual page documents briefly the .B amsn-remote-CLI and its commands. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBamsn-remote-CLI\fP is a program that allows you to connect to amsn remotely. You can chat on the console using it. .SH OPTIONS A summary of allowed commands are included below. .TP \fBhelp\fP Shows help on screen. .TP \fBlogout\fP Disconnects you from the currents session. .TP \fBconnect\fP Connects you to your account. .TP \fBonline\fP Shows you all online users and their states. .TP \fBstatus\fP Shows your current nick, personal message, state. .TP \fBgetstate\fP Shows you our online state. .TP \fBsetstate { state }\fP Sets your state : Online/Away/Busy/NoActivity/BRB/OnPhone/Lunch/AppearOffline .TP \fBsetnick { nickname }\fP Allows you to change your nickname. .TP \fBmsg { user message }\fP Sends the message "message" to the user with the email "user". .TP \fBmsg { message }\fP Sends the message "message" to the user defined with the command "chatto". .TP \fBchatto { user }\fP Let's you chat with the user "user" so you won't need to type it's email address everytime. .TP \fBendchat\fP Ends the chat with the user defined by the command "chatto". .TP \fBwhois { user }\fP Gives you the email address of the user depending on his nickname. .TP \fBwhatis { user }\fP Gives you the nickname of a user depending on his email address. .TP \fBquit\fP Ends the remote controlling session. .TP \fBamsn_close\fP Closes the amsn server. .TP Note : If you use only "testemail" for an email address, it will work as if you entered "testemail@hotmail.com" .SH SEE ALSO .BR http://amsn.sourceforge.net/ .br .PP This manual page was written by Muammar El Khatib , for the Debian project (but may be used by others). debian/amsn.menu0000664000000000000000000000023512035442266011020 0ustar ?package(amsn):needs="x11" section="Applications/Network/Communication" \ title="aMSN" command="/usr/bin/amsn" \ icon="/usr/share/pixmaps/amsn/amsn.xpm" debian/amsn.xpm0000664000000000000000000002246312035442266010667 0ustar /* XPM */ static char * msn_xpm[] = { "32 32 456 2", " c None", ". c #877754", "+ c #97845C", "@ c #98845D", "# c #917D57", "$ c #8B7855", "% c #837252", "& c #7A6C50", "* c #AC9970", "= c #B09C6F", "- c #A49065", "; c #98835B", "> c #958059", ", c #927C53", "' c #8D774C", ") c #8A7349", "! c #675635", "~ c #857547", "{ c #BAA77B", "] c #AC986C", "^ c #A08C62", "/ c #937D54", "( c #856C3F", "_ c #785D2A", ": c #6F521C", "< c #4F3A13", "[ c #A58A4B", "} c #A8905B", "| c #9B8451", "1 c #856C38", "2 c #70531E", "3 c #8E703E", "4 c #CDAD84", "5 c #EDD2B2", "6 c #E5CBA8", "7 c #6E5126", "8 c #A88F51", "9 c #957B3D", "0 c #866B30", "a c #CEA675", "b c #E0B88A", "c c #F7D2AB", "d c #F6D6B2", "e c #F2D0AD", "f c #F9DFC6", "g c #BA9773", "h c #4A4A4A", "i c #525252", "j c #595858", "k c #515151", "l c #383838", "m c #7A683A", "n c #A68D50", "o c #92773A", "p c #96773F", "q c #F2C597", "r c #F2C99B", "s c #F2CAA1", "t c #D9A479", "u c #E7BE9B", "v c #D4A67D", "w c #595959", "x c #6F6F6E", "y c #6C6C6C", "z c #686868", "A c #656565", "B c #616161", "C c #5F5F5F", "D c #4A4948", "E c #887541", "F c #A28A4F", "G c #BA8F59", "H c #CAA06F", "I c #EEC192", "J c #F1C496", "K c #F3CCA3", "L c #F5D3AE", "M c #F7D8B6", "N c #F6D7B5", "O c #EDC299", "P c #444444", "Q c #5C5C5C", "R c #5B5B5B", "S c #5A5A5A", "T c #535252", "U c #806C3B", "V c #9E854B", "W c #A17943", "X c #E9B889", "Y c #ECBF92", "Z c #EEC091", "` c #F2C89C", " . c #F4CEA6", ".. c #F2CDA7", "+. c #DBA476", "@. c #674E34", "#. c #E6C9A9", "$. c #E0C9B2", "%. c #DAC3AA", "&. c #D5BC9F", "*. c #CEB293", "=. c #A8927A", "-. c #484848", ";. c #454545", ">. c #46423D", ",. c #6B5A31", "'. c #9A8046", "). c #84682E", "!. c #A97F4B", "~. c #EAC095", "{. c #EBBC8D", "]. c #EDC093", "^. c #F1C79D", "/. c #F4CEA5", "(. c #F5D0A8", "_. c #E0B486", ":. c #B18B66", "<. c #FADFC0", "[. c #FBE4CA", "}. c #FAE0C1", "|. c #F8D8B6", "1. c #F4CB9E", "2. c #635B53", "3. c #4C423C", "4. c #92783E", "5. c #7F632A", "6. c #71541F", "7. c #E6B685", "8. c #EABD8F", "9. c #EBBA8B", "0. c #EDBF92", "a. c #F0C699", "b. c #F1C699", "c. c #D4A876", "d. c #554118", "e. c #CB976A", "f. c #E3B58D", "g. c #CA8B5D", "h. c #D1976A", "i. c #F2CEA9", "j. c #F5CFA8", "k. c #F2C89B", "l. c #7D6E5F", "m. c #4D4B48", "n. c #473D37", "o. c #70592A", "p. c #7B5E26", "q. c #D3A875", "r. c #E8B78A", "s. c #EABA8E", "t. c #E9B98A", "u. c #ECBE8F", "v. c #F0C293", "w. c #B38D53", "x. c #5B451A", "y. c #EEC398", "z. c #F6D6B3", "A. c #F8DBBB", "B. c #F6D8B7", "C. c #F3CBA2", "D. c #F0C396", "E. c #CFA983", "F. c #C99B71", "G. c #41342A", "H. c #676550", "I. c #77643D", "J. c #BF9864", "K. c #F6C793", "L. c #EABA8A", "M. c #E9B88A", "N. c #DDAC7C", "O. c #967B3D", "P. c #4B3916", "Q. c #D89F6F", "R. c #F3CEA9", "S. c #F7D6B3", "T. c #F5D3AF", "U. c #F2CDA6", "V. c #F0C69A", "W. c #ECBE91", "X. c #B78960", "Y. c #415B6D", "Z. c #709CBB", "`. c #77A2C0", " + c #779FBA", ".+ c #D8BA98", "++ c #F9CE9D", "@+ c #F9CE9C", "#+ c #F7CB99", "$+ c #9D9489", "%+ c #413B31", "&+ c #6D592C", "*+ c #E0B487", "=+ c #F4D0A9", "-+ c #F3CDA4", ";+ c #F0C69D", ">+ c #EBBE8F", ",+ c #ECC197", "'+ c #E0AD7C", ")+ c #82512E", "!+ c #567891", "~+ c #7AA4C1", "{+ c #85ABC6", "]+ c #8AAFC9", "^+ c #90B2CC", "/+ c #9BA9B3", "(+ c #F2C69A", "_+ c #FAD2A4", ":+ c #F9D0A4", "<+ c #8EADBE", "[+ c #8BAFC9", "}+ c #5A7586", "|+ c #D2A67A", "1+ c #F3C89C", "2+ c #F1C89E", "3+ c #EEC498", "4+ c #EBBC8F", "5+ c #E9BC8D", "6+ c #E7B689", "7+ c #A97449", "8+ c #648CA8", "9+ c #84AAC6", "0+ c #8FB3CC", "a+ c #95B7CE", "b+ c #9BBBD1", "c+ c #A1BFD3", "d+ c #A1BED1", "e+ c #D8DADD", "f+ c #EACFB9", "g+ c #ECD8C6", "h+ c #99B5C8", "i+ c #A2BFD4", "j+ c #94B6CD", "k+ c #A67E58", "l+ c #EFC193", "m+ c #EDBE90", "n+ c #EABB8B", "o+ c #E9BA8E", "p+ c #F2C18E", "q+ c #B48154", "r+ c #4D6C82", "s+ c #7FA7C4", "t+ c #96B7CF", "u+ c #9EBCD2", "v+ c #A5C1D6", "w+ c #ABC5D8", "x+ c #B0C9DA", "y+ c #B5CCDD", "z+ c #B7CAD8", "A+ c #FFFFFF", "B+ c #F4F4F4", "C+ c #A9C0CE", "D+ c #AEC8DA", "E+ c #A6C2D6", "F+ c #5D798D", "G+ c #E8B787", "H+ c #E9B88B", "I+ c #F3C38F", "J+ c #F8CA96", "K+ c #8C8748", "L+ c #314916", "M+ c #6C97B6", "N+ c #94B6CE", "O+ c #A0BED3", "P+ c #A8C3D7", "Q+ c #B7CEDE", "R+ c #BDD2E1", "S+ c #C3D6E4", "T+ c #B9CDDA", "U+ c #F9FAFC", "V+ c #F5F5F5", "W+ c #B4C6D3", "X+ c #B6CDDD", "Y+ c #80A1B7", "Z+ c #543C28", "`+ c #B09059", " @ c #F3C491", ".@ c #F9CD99", "+@ c #F9CD9B", "@@ c #E6C28E", "#@ c #5F8430", "$@ c #517A23", "%@ c #456B1A", "&@ c #729EBD", "*@ c #99B9D0", "=@ c #AAC4D8", "-@ c #B1CADB", ";@ c #B9CFDF", ">@ c #C0D4E2", ",@ c #C6D8E5", "'@ c #CBDBE7", ")@ c #D4DFE7", "!@ c #B5C7D2", "~@ c #B5CDDD", "{@ c #90B2CA", "]@ c #5C862E", "^@ c #769645", "/@ c #FAD1A3", "(@ c #F8CFA1", "_@ c #969F5D", ":@ c #6F9942", "<@ c #6A933E", "[@ c #648B38", "}@ c #4F7924", "|@ c #2B4410", "1@ c #76A1C0", "2@ c #95B6CD", "3@ c #9CBBD2", "4@ c #A4C0D5", "5@ c #ABC5D9", "6@ c #B2CADC", "7@ c #B9CFDE", "8@ c #BED3E1", "9@ c #C1D5E3", "0@ c #B9CBD9", "a@ c #ACC0CE", "b@ c #ADC6D9", "c@ c #A5C2D5", "d@ c #84A7C1", "e@ c #68913A", "f@ c #7BA250", "g@ c #80A558", "h@ c #EACCB0", "i@ c #E7C0A2", "j@ c #D7CEB3", "k@ c #87AD5D", "l@ c #86AE5B", "m@ c #81A856", "n@ c #7BA051", "o@ c #74974C", "p@ c #5D8332", "q@ c #385914", "r@ c #78A2C1", "s@ c #93B5CD", "t@ c #9BBAD1", "u@ c #A1BFD4", "v@ c #A8C4D7", "w@ c #ADC7D9", "x@ c #B1C9DB", "y@ c #A1BBCF", "z@ c #EEEFF0", "A@ c #9DB7C9", "B@ c #9FBDD2", "C@ c #7EA0B7", "D@ c #355116", "E@ c #7EA355", "F@ c #8BB062", "G@ c #95B371", "H@ c #B1CA95", "I@ c #9EC573", "J@ c #9AC071", "K@ c #95BA6C", "L@ c #8FB267", "M@ c #87A960", "N@ c #7EA059", "O@ c #587F2D", "P@ c #29410F", "Q@ c #709DBD", "R@ c #7DA6C2", "S@ c #87ADC8", "T@ c #8EB2CA", "U@ c #95B6CE", "V@ c #9ABAD0", "W@ c #9EBDD2", "X@ c #A3B9C8", "Y@ c #7D9CB0", "Z@ c #536D7E", "`@ c #53782A", " # c #8CAE66", ".# c #95B86F", "+# c #A5BF88", "@# c #FDFEFB", "## c #A9CB83", "$# c #B1D589", "%# c #ACD085", "&# c #A6C981", "*# c #9EC07A", "=# c #96B772", "-# c #8CAC6A", ";# c #7B9C56", "># c #446C19", ",# c #53748C", "'# c #6388A1", ")# c #7196B1", "!# c #7A9FB8", "~# c #82A5BF", "{# c #83A6BD", "]# c #7B9CB2", "^# c #6D8A9E", "/# c #597182", "(# c #658C3B", "_# c #8DAE68", ":# c #96B971", "<# c #A8C18F", "[# c #D7E3C7", "}# c #B7DC8E", "|# c #BADF92", "1# c #B4D88D", "2# c #ADCF87", "3# c #A5C67F", "4# c #9BBC77", "5# c #92B26E", "6# c #87A765", "7# c #4B751D", "8# c #5E8633", "9# c #84A75E", "0# c #8EB266", "a# c #9FBB82", "b# c #B1CD93", "c# c #ADD781", "d# c #B0D982", "e# c #ABD37F", "f# c #A4CB7A", "g# c #9CC273", "h# c #94B86C", "i# c #8BAE65", "j# c #82A45D", "k# c #537C26", "l# c #628936", "m# c #7FA555", "n# c #8DAD6A", "o# c #F2F2F1", "p# c #90B767", "q# c #9BC66C", "r# c #9EC96E", "s# c #9CC76C", "t# c #96C168", "u# c #90B964", "v# c #88AF5D", "w# c #80A656", "x# c #769C4F", "y# c #577F2A", "z# c #2F4A11", "A# c #4C6D25", "B# c #6F9547", "C# c #AFC19A", "D# c #81AD51", "E# c #87B455", "F# c #89B758", "G# c #88B657", "H# c #85B153", "I# c #80AB50", "J# c #79A34A", "K# c #709A44", "L# c #688F3D", "M# c #4E7820", "N# c #486229", "O# c #527928", "P# c #5F8B30", "Q# c #6A9838", "R# c #6E9E3B", "S# c #6D9C39", "T# c #679535", "U# c #608D2E", "V# c #558027", "W# c #466B1C", " ", " ", " ", " . + @ # $ % & ", " * = - ; > > , ' ) ! ", " ~ { ] ^ / ( _ : : : < ", " [ } | 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 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 S C B Q T ", " U V W X Y Z ` .L ..+. @.#.$.%.&.*.=.-.;.>. ", " ,.'.).!.~.{.].^./.(._. :.<.[.}.|.c 1.2.P 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.L C.D.E.F.G. ", " H.I.J.K.L.M.X N.O.P. Q.R.S.T.U.V.W.L.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+t.o+p+q+ ", " r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+ G+t.M.H+I+J+K+L+ ", " M+N+O+P+x+Q+R+S+T+U+V+W+X+D+Y+ Z+`+ @.@+@@@#@$@%@ ", " &@*@i+=@-@;@>@,@'@)@V+!@~@D+{@ ]@^@/@/@(@_@:@<@[@}@|@ ", " 1@2@3@4@5@6@7@8@9@0@B+a@b@c@d@ e@f@g@h@i@j@k@l@m@n@o@p@q@ ", "r+r@[+s@t@u@v@w@x@6@y@z@A@B@C@ D@E@F@G@B+A+H@I@J@K@L@M@N@O@P@ ", " Q@R@S@T@U@V@W@u@i+B@X@Y@Z@ `@ #.#+#V+@###$#%#&#*#=#-#;#># ", " ,#'#)#!#~#{#]#^#/# (#_#:#<#V+[#}#|#1#2#3#4#5#6#7# ", " 8#9#0#a#B+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# ", " ", " ", " "}; debian/copyright0000664000000000000000000012742412035442266011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aMSN Upstream-Contact: amsn-devel@lists.sourceforge.net Source: http://www.amsn-project.net Disclaimer: Autogenerated by CDBS Files: ./autogen.sh ./lang/complete.pl ./lang/genlangfiles.c ./lang/genpage.c ./lang/langchk.sh ./lang/missing.py ./plugins/amsnplus/snapshot.c ./plugins/music/MusicWin/MusicWin.h ./utils/TkCximage/src/CxImage/ximabmp.cpp ./utils/TkCximage/src/CxImage/ximacfg.h ./utils/TkCximage/src/CxImage/ximadef.h ./utils/TkCximage/src/CxImage/ximadsp.cpp ./utils/TkCximage/src/CxImage/ximaenc.cpp ./utils/TkCximage/src/CxImage/ximaexif.cpp ./utils/TkCximage/src/CxImage/ximage.cpp ./utils/TkCximage/src/CxImage/ximagif.cpp ./utils/TkCximage/src/CxImage/ximahist.cpp ./utils/TkCximage/src/CxImage/ximainfo.cpp ./utils/TkCximage/src/CxImage/ximaint.cpp ./utils/TkCximage/src/CxImage/ximajpg.cpp ./utils/TkCximage/src/CxImage/ximalpha.cpp ./utils/TkCximage/src/CxImage/ximalyr.cpp ./utils/TkCximage/src/CxImage/ximapal.cpp ./utils/TkCximage/src/CxImage/ximapng.cpp ./utils/TkCximage/src/CxImage/ximasel.cpp ./utils/TkCximage/src/CxImage/ximatga.cpp ./utils/TkCximage/src/CxImage/ximath.cpp ./utils/TkCximage/src/CxImage/ximath.h ./utils/TkCximage/src/CxImage/ximatran.cpp ./utils/TkCximage/src/CxImage/xiofile.h ./utils/TkCximage/src/CxImage/xmemfile.cpp ./utils/TkCximage/src/CxImage/xmemfile.h ./utils/asyncresolver/src/asyncresolver.c ./utils/cam_to_avi.sh ./utils/farsight/src/tcl_farsight.c ./utils/farsight/src/tcl_farsight.h ./utils/gupnp/gupnp.c ./utils/gupnp/gupnp.h ./utils/libaio/autogen.sh ./utils/libaio/include/aio/af_format.h ./utils/libaio/tcl/tclaio.c ./utils/libaio/tcl/tclaio.h ./utils/linux/capture/capture.c ./utils/linux/capture/capture.h ./utils/linux/capture/libng/byteswap.h ./utils/linux/capture/libng/color_common.c ./utils/linux/capture/libng/color_unused.c ./utils/linux/capture/libng/convert.c ./utils/linux/capture/libng/devices.c ./utils/linux/capture/libng/devices.h ./utils/linux/capture/libng/list.h ./utils/linux/capture/libng/misc.c ./utils/linux/capture/libng/misc.h ./utils/linux/capture/libng/parse-dvb.c ./utils/linux/capture/libng/parse-mpeg.c ./utils/linux/capture/libng/plugins/conv-mjpeg.c ./utils/linux/capture/libng/videodev.h ./utils/linux/capture/libng/videodev2-old.h ./utils/linux/capture/libng/videodev2.h ./utils/linux/capture/libng/writefile.h ./utils/linux/capture/structs/struct-dump.c ./utils/linux/capture/structs/struct-dump.h ./utils/linux/capture/structs/struct-v4l.c ./utils/linux/capture/structs/struct-v4l.h ./utils/linux/capture/structs/struct-v4l2.c ./utils/linux/capture/structs/struct-v4l2.h ./utils/linux/linflash/flash.c ./utils/linux/linflash/flash.h ./utils/linux/traydock/libtray.c ./utils/macosx/cp_gstreamer.sh ./utils/macosx/finishbuild.sh ./utils/macosx/growl1.0/src/GrowlDefines.h ./utils/macosx/make_dmg/make-diskimage.sh ./utils/macosx/sndplay-src/sndplay.m ./utils/macosx/startbuild.sh ./utils/macosx/tclCarbon/src/tclCarbon.h ./utils/macosx/tclCarbon/src/tclCarbonHICommand.h ./utils/macosx/tclCarbon/src/tclCarbonNotification.h ./utils/make_amsn_release.sh ./utils/tclISF/src/libISF/DecodeISF.h ./utils/tclISF/src/libISF/compression.c ./utils/tclISF/src/libISF/createISF.h ./utils/tclISF/src/libISF/createTags.c ./utils/tclISF/src/libISF/decProperty.c ./utils/tclISF/src/libISF/decodeTags.c ./utils/tclISF/src/libISF/decompression.c ./utils/tclISF/src/libISF/encoding.c ./utils/tclISF/src/libISF/libISF.c ./utils/tclISF/src/libISF/misc.h ./utils/tclISF/src/libISF/read.c ./utils/tclISF/src/tclISF.cpp ./utils/tclISF/src/tclISF.h ./utils/tcl_siren/src/siren_test.c ./utils/tcl_siren/src/tcl_siren.c ./utils/tcl_siren/src/tcl_siren.h ./utils/update-amsn.sh ./utils/webcamsn/src/constants.h ./utils/webcamsn/src/glib_replacement.h ./utils/webcamsn/src/kidhash.c ./utils/webcamsn/src/kidhash.h ./utils/webcamsn/src/webcamsn.c ./utils/webcamsn/src/webcamsn.h ./utils/windows/launcher/launcher.cpp ./utils/windows/winflash/flash.cpp ./utils/windows/winflash/flash.h ./utils/windows/winutils/winutils.cpp ./utils/windows/winutils/winutils.h ./utils/macosx/macDock/src/dockIcon.c ./utils/macosx/macDock/src/dockIcon.h ./utils/macosx/macDock/src/macDock.c ./utils/macosx/macDock/src/macDock.h Copyright: © 2001 - 2008 Alvaro J. Iradier Muro, Didimo Emilio Grimaldo, Youness Alaoui. License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ./utils/tcl_siren/src/common.c ./utils/tcl_siren/src/common.h ./utils/tcl_siren/src/dct4.c ./utils/tcl_siren/src/dct4.h ./utils/tcl_siren/src/decoder.c ./utils/tcl_siren/src/decoder.h ./utils/tcl_siren/src/encoder.c ./utils/tcl_siren/src/encoder.h ./utils/tcl_siren/src/huffman.c ./utils/tcl_siren/src/huffman.h ./utils/tcl_siren/src/huffman_consts.h ./utils/tcl_siren/src/rmlt.c ./utils/tcl_siren/src/rmlt.h ./utils/tcl_siren/src/siren7.h Copyright: 2006, Youness Alaoui License: LGPL-2+ This 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. . This 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 this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: ./utils/TkCximage/src/PhotoFormat.cpp ./utils/TkCximage/src/TkCximage.cpp ./utils/TkCximage/src/TkCximage.h ./utils/TkCximage/src/procs.cpp Copyright: 2004 - 2012, The aMSN Team License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This 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 Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. Files: ./utils/libaio/include/aio/aio.h ./utils/libaio/include/aio/aio_plugin.h ./utils/libaio/src/aio.c ./utils/libaio/src/aio_null.c ./utils/libaio/src/plugins/alsa/aio_alsa.c ./utils/libaio/src/plugins/oss/aio_oss.c ./utils/libaio/test/aio_example.c Copyright: 2008, Mohamed Abderaouf Bencheraiet License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This 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 Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. Files: ./utils/linux/capture/libng/color_lut.c ./utils/linux/capture/libng/color_packed.c ./utils/linux/capture/libng/color_yuv2rgb.c ./utils/linux/capture/libng/grab-ng.c ./utils/linux/capture/libng/grab-ng.h ./utils/linux/capture/libng/parse-mpeg.h ./utils/linux/capture/libng/plugins/drv0-bsd.c ./utils/linux/capture/libng/plugins/drv0-v4l2-old.c ./utils/linux/capture/libng/plugins/drv0-v4l2.c ./utils/linux/capture/libng/plugins/drv1-v4l.c ./utils/linux/capture/libng/writefile.c Copyright: 1997-2004, Gerd Knorr 1998-2000, Gerd Knorr 1998-2001, Gerd Knorr 1998-2002, Gerd Knorr 2000-04 Gerd Knorr 2001, Gerd Knorr 2001-03 Gerd Knorr 2003, Gerd Knorr License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ./utils/webcamsn/src/bitstring.c ./utils/webcamsn/src/colorspace.c ./utils/webcamsn/src/encode.c ./utils/webcamsn/src/fdct_quant.c ./utils/webcamsn/src/mimic-private.h ./utils/webcamsn/src/mimic.c ./utils/webcamsn/src/mimic.h ./utils/webcamsn/src/vlc_common.c ./utils/webcamsn/src/vlc_encode.c ./utils/webcamsn/src/deblock.c ./utils/webcamsn/src/decode.c ./utils/webcamsn/src/idct_dequant.c ./utils/webcamsn/src/vlc_decode.c Copyright: 2005, Ole André Vadla Ravnås License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This 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 Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. Files: ./sxml.tcl Copyright: © 2000-2001 Simon Edwards, Proprius Consulting Ltd License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. File: ./balloon.tcl Copyright: © 1996-1997 Stewart Allen. License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ./utils/macosx/growl1.0/src/GrowlApplicationBridge.h ./utils/macosx/growl1.0/src/GrowlApplicationBridge.m ./utils/macosx/growl1.0/src/GrowlPathUtil.h ./utils/macosx/growl1.0/src/GrowlPathUtil.m ./utils/macosx/growl1.0/src/GrowlPathway.h ./utils/macosx/growl1.0/src/NSURLAdditions.h ./utils/macosx/growl1.0/src/NSURLAdditions.m Copyright: 2004-2005, The Growl Project. 2005, The Growl Project. License: BSD (3 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Macquarie University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MACQUARIE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: ./utils/macosx/tclCarbon/src/tclCarbon.c ./utils/macosx/tclCarbon/src/tclCarbonHICommand.c ./utils/macosx/tclCarbon/src/tclCarbonNotification.c Copyright: 2005, Daniel A. Steffen License: BSD (3 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Macquarie University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MACQUARIE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: ./utils/macosx/growl1.0/src/TclGrowler.h ./utils/macosx/growl1.0/src/TclGrowler.m ./utils/macosx/growl1.0/src/growl.m Copyright: 2004-2005, Toby Peterson 2005, Toby Peterson License: BSD (3 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Macquarie University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MACQUARIE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: ./utils/macosx/statusicon/statusicon-quartz.h ./utils/macosx/statusicon/statusicon-quartz.m Copyright: 2006, Imendio AB 2010, Youness Alaoui License: LGPL-2+ This 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. . This 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 this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: ./utils/macosx/statusicon/statusicon.h ./utils/macosx/statusicon/statusicon.m Copyright: 2010, Youness Alaoui License: LGPL-2+ This 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. . This 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 this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: ./utils/macosx/growl1.0/src/CFGrowlAdditions.c ./utils/macosx/growl1.0/src/CFGrowlAdditions.h Copyright: 2005, The Growl Project License: BSD (3 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Macquarie University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MACQUARIE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: ./utils/linux/capture/libng/plugins/sn9c10x.c Copyright: 2004, Takafumi Mizuno 2007, Gabriel Gambetta License: BSD (2 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: ./utils/amsnctl.pl Copyright: 2004, David Munoz License: GPL-2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ./utils/tclISF/src/libISF/libISF.h Copyright: 2007, Boris FAURE License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ./plugins/music/MusicWin/MusicWin.cpp Copyright: 2005, Le philousophe - Phil * License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: ./utils/TkCximage/src/CxImage/ximabmp.h Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it 1995, Alejandro Aguilar Sierra License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/TkCximage/src/CxImage/ximagif.h Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it 1987, Steven A. Bennett 1994, C++ version by Alejandro Aguilar Sierra 1995, Alejandro Aguilar Sierra License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/TkCximage/src/CxImage/ximapng.h Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it 1995, Alejandro Aguilar Sierra 1998-2003, Glenn Randers-Pehrson License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/TkCximage/src/CxImage/ximajpg.h Copyright: 07/Aug/2001, Davide Pizzolato - www.xdp.it 1991-1998, Thomas G. Lane 1995, Alejandro Aguilar Sierra License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/TkCximage/src/CxImage/ximatga.h Copyright: 05/Jan/2002, Davide Pizzolato - www.xdp.it 1996-1998, Ulrich von Zadow License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/TkCximage/src/CxImage/ximaiter.h Copyright: 1995, Alejandro Aguilar Sierra License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/libaio/src/format.c Copyright: 2005, Alex Beregszaszi License: 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 1 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. Files: ./utils/macosx/make_dmg/openUp.c Copyright: 2001, Apple Computer, Inc. License: Apple Public Source License Version 1.1 The contents of this file constitute Original Code as defined in and are subject to the Apple Public Source License Version 1.1 (the "License"). You may not use this file except in compliance with the License. Please obtain a copy of the License at http://www.apple.com/publicsource and read it before using this file. . This Original Code and all software distributed under the License are distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the License for the specific language governing rights and limitations under the License. Files: ./utils/macosx/growl1.0/src/GrowlDefinesInternal.h Copyright: 2004, the Growl Project. License: BSD (3 clause) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Macquarie University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MACQUARIE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: ./utils/TkCximage/src/CxImage/xfile.h Copyright: 11/May/2002, Davide Pizzolato - www.xdp.it License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./utils/TkCximage/src/CxImage/ximage.h Copyright: 1995, Alejandro Aguilar Sierra (asierra(at)servidor(dot)unam(dot)mx) 2001, - 2008, Davide Pizzolato License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. Files: ./plugins/music/MusicWin/wa_ipc.h Copyright: 2003, Nullsoft, Inc License: zlib/libpng Covered code is provided under this license on an "as is" basis, without warranty of any kind, either expressed or implied, including, without limitation, warranties that the covered code is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the covered code is with you. Should any covered code prove defective in any respect, you (not the initial developer or any other contributor) assume the cost of any necessary servicing, repair or correction. This disclaimer of warranty constitutes an essential part of this license. No use of any covered code is authorized hereunder except under this disclaimer. . Permission is hereby granted to use, copy, modify, and distribute this source code, or portions hereof, for any purpose, including commercial applications, freely and without fee, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. . 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. . 3. This notice may not be removed or altered from any source distribution. debian/README.source0000664000000000000000000000037712035442266011362 0ustar Quilt: ===== This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/amsn.desktop0000664000000000000000000000113712035442266011527 0ustar [Desktop Entry] Name=aMSN Comment=MSN Messenger Clone Comment[ca]=Missatgeria instantà nia Comment[cs]=Instant Messenger Comment[de]=Instant Messenger Comment[en_CA]=Instant Messenger Comment[en_GB]=Instant Messenger Comment[el]=Κλώνος MSN Comment[es]=Mensajería instantánea Comment[nl]=Instant Messenger Comment[pt]=Mensagens Instantâneas Comment[pt_BR]=Mensagens Instantâneas Comment[sr]=Ð~^QÑ~^@зи глаÑ~^Aник Comment[sr@Latn]=Brzi glasnik Comment[sv]=Snabbmeddelandeprogram Exec=amsn Icon=amsn Terminal=false Type=Application Categories=Network; StartupNotify=false debian/rules0000775000000000000000000000553412130337423010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) CFLAGS=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS) config.status: configure dh_testdir CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)/tcl8.5 --with-tk=/usr/lib/$(DEB_HOST_MULTIARCH)/tk8.5 --prefix=/usr build: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp build-arch: build build-indep: build clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean # Clean some libs that are not clean by makefile rm -f ./utils/TkCximage/TkCximage.so rm -f ./utils/webcamsn/webcamsn.so rm -f ./utils/linux/capture/config.h rm -f ./utils/tcl_siren/tcl_siren.so rm -f ./utils/tclISF/tclISF.so ./utils/asyncresolver/libasyncresolver.so rm -f ./config.log dh_clean #amsn-remote should be in amsn, not amsn-data #GNUGPL and INSTALL are not needed #MusicWin are visual studio project files #amsnplus is broken #Thumbs.db is for Windows only #growl is for Max only #convert.tcl, test.tcl and missing.py are for developer use only #license files are already elsewhere SKIPFILES=amsn-remote \ GNUGPL \ INSTALL \ MusicWin.ds \ amsnplus \ Thumbs.db \ growl \ convert.tcl \ test.tcl \ missing.py \ license \ LICENSE.txt SKIPFILES_EXPANDED := $(foreach f,$(SKIPFILES),-X$(f)) install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp #Some permissions are wrong upstream and dh_fixperms doesn't handle these file types find $(CURDIR)/debian/tmp/usr/share/amsn -name \*.png -exec chmod a-x {} \; find $(CURDIR)/debian/tmp/usr/share/amsn -name \*.tcl -exec chmod a-x {} \; find $(CURDIR)/debian/tmp/usr/share/amsn -name \*.xml -exec chmod a-x {} \; chmod a-x $(CURDIR)/debian/tmp/usr/share/amsn/plugins/SpellCheck/lang/langlt dh_install -p amsn dh_install -p amsn-data $(SKIPFILES_EXPANDED) binary-indep: build install # We have nothing to do by default. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installmenu dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/lintian-overrides/0000775000000000000000000000000012035442266012632 5ustar debian/lintian-overrides/amsn0000664000000000000000000000304312035442266013513 0ustar #RPATH is necessary in order for these internal libraries to be found in #non-default dynamic linker search paths amsn binary: binary-or-shlib-defines-rpath usr/lib/amsn/utils/linux/capture/capture.so utils/linux/capture/libng amsn binary: binary-or-shlib-defines-rpath usr/lib/amsn/utils/linux/capture/libng/libng.so utils/linux/capture/libng amsn binary: binary-or-shlib-defines-rpath usr/lib/amsn/utils/linux/capture/libng/plugins/conv-mjpeg.so utils/linux/capture/libng amsn binary: binary-or-shlib-defines-rpath usr/lib/amsn/utils/linux/capture/libng/plugins/drv0-v4l2.so utils/linux/capture/libng amsn binary: binary-or-shlib-defines-rpath usr/lib/amsn/utils/linux/capture/libng/plugins/sn9c10x.so utils/linux/capture/libng #These are false positives amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/linux/capture/capture.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/linux/capture/libng/libng.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/linux/capture/libng/plugins/conv-mjpeg.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/linux/capture/libng/plugins/drv0-v4l2.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/linux/traydock/libtray.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/tclISF/tclISF.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/tcl_siren/tcl_siren.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/TkCximage/TkCximage.so amsn binary: hardening-no-fortify-functions usr/lib/amsn/utils/webcamsn/webcamsn.so