--- eagle-5.6.0.orig/debian/eagle.postrm +++ eagle-5.6.0/debian/eagle.postrm @@ -0,0 +1,16 @@ +#! /bin/sh +set -e + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + rm -f /usr/share/eagle/bin/eagle.key + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 +esac + +#DEBHELPER# + +exit 0 --- eagle-5.6.0.orig/debian/control +++ eagle-5.6.0/debian/control @@ -0,0 +1,32 @@ +Source: eagle +Maintainer: Shaun Jackman +Section: non-free/electronics +Priority: optional +Build-Depends: libc6-dev-i386 [amd64], debhelper (> 7), + libfontconfig1-dev, libfreetype6-dev, libjpeg62-dev, libpng12-dev, + libx11-dev, libxcursor-dev, libxext-dev, libxft-dev, libxi-dev, + libxrandr-dev, libxrender-dev, zlib1g-dev +Standards-Version: 3.8.3.0 +Homepage: http://www.cadsoft.de + +Package: eagle +Architecture: amd64 i386 +Depends: eagle-data (= ${source:Version}), ia32-libs [amd64], + ${shlibs:Depends} +Description: Printed circuit board design tool + Eagle includes a layout editor, schematic editor, and an autorouter. + The following limitations apply to the EAGLE Light Edition: + The usable board area is limited to 100 x 80 mm (4 x 3.2 inches). + Only two signal layers can be used (Top and Bottom). + The schematic editor can only create one sheet. + +Package: eagle-data +Architecture: all +Description: Data files for Eagle + This package includes the data files for Eagle. + . + Eagle includes a layout editor, schematic editor, and an autorouter. + The following limitations apply to the EAGLE Light Edition: + The usable board area is limited to 100 x 80 mm (4 x 3.2 inches). + Only two signal layers can be used (Top and Bottom). + The schematic editor can only create one sheet. --- eagle-5.6.0.orig/debian/changelog +++ eagle-5.6.0/debian/changelog @@ -0,0 +1,215 @@ +eagle (5.6.0-3) unstable; urgency=low + + * Copy the eagle executable to the user's home directory to prevent + eagle from crashing. Closes: #546237. + + -- Shaun Jackman Sun, 18 Oct 2009 22:36:47 -0700 + +eagle (5.6.0-2) unstable; urgency=low + + * Add build dependencies. Closes: #521746. + + -- Shaun Jackman Mon, 05 Oct 2009 22:13:29 -0700 + +eagle (5.6.0-1) unstable; urgency=low + + * New upstream release. Closes: #533549. + * Update the policy to version 3.8.3.0. + * Remove debian/po. + + -- Shaun Jackman Tue, 25 Aug 2009 23:53:23 -0700 + +eagle (5.4.0-4) unstable; urgency=low + + * The eagle shell script requires bash for exec -a. Closes: #535868. + + -- Shaun Jackman Sun, 05 Jul 2009 12:34:46 -0700 + +eagle (5.4.0-3) unstable; urgency=low + + * Store the generated license key in the user's home directory. + Closes: #450529. + * Remove the debconf template, which is no longer necessary. + * Move architecture-independent files to eagle-data. + * Update the policy to version 3.8.2.0. + * Bump debian/compat to 7. + * Replace dh_clean -k with dh_prep. + * Remove dh_desktop. + + -- Shaun Jackman Sun, 21 Jun 2009 13:11:08 -0700 + +eagle (5.4.0-2) unstable; urgency=low + + * Do not run dh_strip. The upstream binary is already stripped. + Closes: #516252. + + -- Shaun Jackman Thu, 19 Feb 2009 19:27:25 -0800 + +eagle (5.4.0-1) unstable; urgency=low + + * New upstream release. Closes: #483561. + + -- Shaun Jackman Sun, 08 Feb 2009 10:53:55 -0800 + +eagle (4.16r2-4) unstable; urgency=low + + * New Russian debconf translation. Closes: #504418. + Thanks to Yuri Kozlov. + + -- Shaun Jackman Fri, 21 Nov 2008 22:06:59 -0800 + +eagle (4.16r2-3) unstable; urgency=low + + * New Brazilian Portuguese debconf translation. Closes: #501750. + Thanks to Felipe Augusto van de Wiel. + + -- Shaun Jackman Mon, 27 Oct 2008 12:10:33 -0700 + +eagle (4.16r2-2) unstable; urgency=low + + * Set XLIB_SKIP_ARGB_VISUALS to be compatible with the Xorg Composite + extension. Closes: #491221. + * Update the policy to version 3.8.0.1. + * Replace the copyright symbol with the word in the copyright file. + + -- Shaun Jackman Mon, 21 Jul 2008 21:26:41 -0700 + +eagle (4.16r2-1) unstable; urgency=low + + * New upstream release. + * Move the menu entry to the section "Applications/Science/Electronics". + * Update the watch file. + * Add a desktop entry and call dh_desktop. + * Add a shared mime info entry and call dh_installmime. + * Add mimelnk entries. + + -- Shaun Jackman Sun, 21 Oct 2007 18:19:39 -0700 + +eagle (4.16-5) unstable; urgency=low + + * New Spanish debconf translation. Closes: #410214. + Thanks to Felipe Caminos. + + -- Shaun Jackman Thu, 8 Feb 2007 10:23:46 -0700 + +eagle (4.16-4) unstable; urgency=low + + * Depend on ia32-libs for amd64. Closes: #406472. + + -- Shaun Jackman Thu, 11 Jan 2007 14:44:26 -0700 + +eagle (4.16-3) unstable; urgency=medium + + * Move the architecture-dependent files to /usr/lib/eagle. Closes: #392414. + * Make the package binry NMUable by using (= ${source:Version}). + * Update the policy to version 3.7.2.2. No changes were necessary. + + -- Shaun Jackman Fri, 13 Oct 2006 10:42:45 -0600 + +eagle (4.16-2) unstable; urgency=low + + * Replace ia32-libs-dev with libc6-dev-i386. Closes: #360358. + + -- Shaun Jackman Sat, 1 Apr 2006 17:24:00 -0700 + +eagle (4.16-1) unstable; urgency=low + + * New upstream release. + * New Portuguese translation of the debconf messages. Closes: #338724. + Thanks to Miguel Figueiredo. + * Update the German translation of the debconf messages. Closes: #347466. + Thanks to Johannes Starosta. + * Update the policy version to 3.6.2.2. No changes necessary. + + -- Shaun Jackman Sun, 15 Jan 2006 23:08:55 -0700 + +eagle (4.15-1) unstable; urgency=low + + * New upstream release. + * Remove libstdc++2.10-glibc2.2 from the build dependencies. + + -- Shaun Jackman Wed, 28 Sep 2005 11:38:03 -0600 + +eagle (4.11-12) unstable; urgency=low + + * Add libstdc++2.10-glibc2.2 to the build dependencies. + * Add the Swedish translation of the debconf messages. Closes: #330440. + Thanks to Daniel Nylander. + + -- Shaun Jackman Wed, 28 Sep 2005 11:20:44 -0600 + +eagle (4.11-11) unstable; urgency=low + + * Add the German translation of the debconf messages. Closes: #322447. + Thanks to Johannes Starosta. + * Change the debhelper compatibility level to 4. + + -- Shaun Jackman Tue, 23 Aug 2005 15:46:33 -0700 + +eagle (4.11-10) unstable; urgency=low + + * Add the Czech translation of the debconf messages. Closes: #319373. + Thanks to Katarina Machalkova. + + -- Shaun Jackman Thu, 21 Jul 2005 10:58:07 -0700 + +eagle (4.11-9) unstable; urgency=low + + * Add amd64 to the list of supported architectures (closes: #306312). + + -- Shaun Jackman Mon, 25 Apr 2005 15:21:59 -0700 + +eagle (4.11-8) unstable; urgency=low + + * Include Danish po-debconf translation (closes: #272504). + Thanks to Morten Brix Pedersen. + + -- Shaun Jackman Fri, 24 Sep 2004 08:26:25 -0700 + +eagle (4.11-7) unstable; urgency=low + + * Include Japanese po-debconf template translation (closes: #272787). + Thanks to Hideki Yamane. + + -- Shaun Jackman Wed, 22 Sep 2004 08:30:57 -0700 + +eagle (4.11-6) unstable; urgency=low + + * Use original ISO-8859-15 encoding of po file (closes: #271535). + + -- Shaun Jackman Fri, 17 Sep 2004 14:43:20 -0700 + +eagle (4.11-5) unstable; urgency=low + + * Include French debconf templates translation (closes: #271535). + Thanks to Jean-Luc Coulon. + + -- Shaun Jackman Mon, 13 Sep 2004 09:21:42 -0700 + +eagle (4.11-4) unstable; urgency=low + + * Add package eagle-data for architecture independent data (closes: #233342). + * Create shell script wrapper (closes: #221507). + * Use gettext debconf templates (closes: #240869). + * Update the standards version to 3.6.1.0. + + -- Shaun Jackman Sun, 29 Aug 2004 17:04:35 -0700 + +eagle (4.11-3) unstable; urgency=low + + * Create a symlink for the online help system (Closes: #225263). + + -- Shaun Jackman Sat, 27 Dec 2003 19:48:18 -0800 + +eagle (4.11-2) unstable; urgency=low + + * Install the license key file in the postinst script (Closes: #219510). + + -- Shaun Jackman Fri, 7 Nov 2003 18:05:26 -0800 + +eagle (4.11-1) unstable; urgency=low + + * Initial Release. + + -- Shaun Jackman Mon, 20 Oct 2003 18:27:32 -0700 + --- eagle-5.6.0.orig/debian/eagle.install +++ eagle-5.6.0/debian/eagle.install @@ -0,0 +1,6 @@ +bin/eagle usr/lib/eagle/bin +debian/bin/eagle usr/bin +bin/*.png usr/share/pixmaps +debian/eagle.xpm usr/share/pixmaps +debian/eagle.desktop usr/share/applications +debian/mimelnk/* usr/share/mimelnk/application --- eagle-5.6.0.orig/debian/compat +++ eagle-5.6.0/debian/compat @@ -0,0 +1 @@ +7 --- eagle-5.6.0.orig/debian/rules +++ eagle-5.6.0/debian/rules @@ -0,0 +1,38 @@ +#!/usr/bin/make -f + +build: + +clean: + dh_clean + +binary-indep: + dh_prep + dh_install -i + dh_installchangelogs -i + dh_installdocs -i + dh_link -i + dh_compress -i + dh_fixperms -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: + dh_prep + dh_install -a + dh_installchangelogs -a -k doc/UPDATE_en + dh_installdocs -a + dh_installman -a + dh_installmenu -a + dh_installmime -a + dh_link -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_shlibdeps -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a + +binary: binary-indep binary-arch +.PHONY: build install clean binary-indep binary-arch binary --- eagle-5.6.0.orig/debian/copyright +++ eagle-5.6.0/debian/copyright @@ -0,0 +1,119 @@ +This package was debianized by Shaun Jackman on +Mon, 20 Oct 2003 18:27:32 -0700. + +It was downloaded from http://www.cadsoft.de + +Upstream Author: CadSoft Online + +Copyright: + +Copyright 2009 CadSoft Computer GmbH + +EAGLE LICENSE AGREEMENT + +This is a legal agreement between you, the end user, and CadSoft +Computer, Inc., which markets software products under the trademark +EAGLE. CadSoft Computer, Inc. shall be referred to in this Agreement +as CadSoft. If you do not agree to the terms of this Agreement, +promptly return the disk package and accompanying items (including +written materials and containers) to the place you obtained them for a +full refund. + +USE OF THIS PRODUCT CONSTITUTES YOUR ACCEPTANCE OF THESE TERMS AND +CONDITIONS AND YOUR AGREEMENT TO ABIDE BY THEM. + +Grant of License + +CadSoft grants to you the right to use one copy of the accompanying +EAGLE software program and any and all updates that you may receive +(the Software) on a single computer or workstation. You may, however, +install the Software on more than one computer or on a file server +provided you do not operate the Software on more than one computer or +workstation at a time. Multi user licenses are limited to the given +number of concurrent users. + +Freeware License + +The "Freeware" version of EAGLE Light is limited to "non-profit" or +evaluation use. By "non-profit" we mean that as soon as you earn money +by using EAGLE, you have to register it! This allows anybody who +wishes to use EAGLE Light for their private hobby projects to do so. +Also students can use this version for any educational projects. It is +even ok to use this version in a commercial environment as long as you +just want to evaluate the program. As soon as you start using it for +commercial projects, you will have to register it. + +Board manufacturers ("board houses") who only want to produce +production data (like, e.g. Gerber files) from board files they +receive from EAGLE users, may also use the Freeware version to do +this. + +The Freeware license is valid without a printed "User License Certificate". + +Copyright + +The Software is owned by CadSoft and is protected by United States +copyright laws and international treaty provisions. Therefore, you +must treat the Software like any other copyrighted material (e.g., a +book or musical recording). You may not copy the written materials +accompanying the Software. + +Other Restrictions + +You may not rent or lease the Software, but you may transfer your +stand-alone copy of the Software and accompanying written materials on +a permanent basis provided you retain no copies and the recipient +agrees to the terms of this Agreement. Any such transfer must include +all updates and prior versions of the Software and accompanying +written materials, and notice must be given by you to CadSoft that +such transfer has taken place. You may not reverse engineer, +decompile, disassemble, or create derivative works based on the +Software for any purpose other than creating an adaptation to the +Software as an essential step in its utilization for your own use. You +acknowledge Cadsoft's claim that the Software embodies valuable trade +secrets proprietary to CadSoft; you may not disclose any information +regarding the internal operations of the Software to others. + +Limited Warranty and Liability + +CadSoft warrants that the Software, as updated and when properly used, +will operate in all material respects in conformity with the +documentation for such Software, and the Software media will be free +of defects, for 30 (thirty) days from the date of shipment of such +version to you. In the event of a failure to meet the foregoing +limited warranty, your sole remedy in the event of nonconformity of +the Software, at CadSoft's option, shall be replacement of the +defective materials or a refund of the license fees paid for the +affected Software. + +CadSoft disclaims all other warranties and conditions, express or +implied. No warranty is made regarding the results of any Software or +services, or that the Software's functionality will meet your +requirements. In no event will CadSoft or its suppliers be liable for +any loss or inaccuracy of data or any loss of profits. + + +==> http://www.cadsoft.de/distrib.htm <== + +Redistributing EAGLE + +Yes, you can put EAGLE on your Linux distribution or CD-ROM! The +Freeware version of EAGLE may be redistributed with Linux +distributions, software collections or project CD-ROMs. + +Here's how you can do it: + +* Get the current archive from our Download area. +* If you need to modify the archive to adapt it to your distribution's +environment, please make sure the new archive will contain all files +from the original archive, and that those files are unaltered (this +applies especially to the executable files, the freeware.key license +file and any text files containing copyright notices). +* Make it clear that this is a Freeware Light edition of a commercial +product, and as such may only be used for non-commercial or evaluation +purposes. +* Please let us know if you add EAGLE to your Linux distribution or +CD-ROM. + +If you have any questions regarding this, please contact our webmaster. +webmaster@cadsoft.de --- eagle-5.6.0.orig/debian/eagle.manpages +++ eagle-5.6.0/debian/eagle.manpages @@ -0,0 +1 @@ +doc/eagle.1 --- eagle-5.6.0.orig/debian/eagle.links +++ eagle-5.6.0/debian/eagle.links @@ -0,0 +1 @@ +usr/share/pixmaps/eagleicon50.png usr/share/pixmaps/eagle.png --- eagle-5.6.0.orig/debian/eagle.docs +++ eagle-5.6.0/debian/eagle.docs @@ -0,0 +1,4 @@ +doc/README_* +doc/*.txt +doc/UPDATE_de +debian/doc/* --- eagle-5.6.0.orig/debian/eagle.menu +++ eagle-5.6.0/debian/eagle.menu @@ -0,0 +1,3 @@ +?package(eagle):needs="X11" section="Applications/Science/Electronics" \ + title="Eagle" command="/usr/bin/eagle" \ + icon="/usr/share/pixmaps/eagle.xpm" --- eagle-5.6.0.orig/debian/eagle-data.install +++ eagle-5.6.0/debian/eagle-data.install @@ -0,0 +1,12 @@ +cam usr/share/eagle +dru usr/share/eagle +lbr usr/share/eagle +projects usr/share/eagle +scr usr/share/eagle +ulp usr/share/eagle +bin/eagle.def usr/share/eagle/bin +bin/eagle_de.htm usr/share/eagle/bin +bin/eagle_de.qm usr/share/eagle/bin +bin/eagle_en.htm usr/share/eagle/bin +bin/freeware.key usr/share/eagle/bin +bin/qt_de.qm usr/share/eagle/bin --- eagle-5.6.0.orig/debian/eagle-data.docs +++ eagle-5.6.0/debian/eagle-data.docs @@ -0,0 +1 @@ +doc/*.pdf --- eagle-5.6.0.orig/debian/watch +++ eagle-5.6.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.cadsoft.de/pub/program/(5\.[\dr]+)/eagle-lin-(.*)\.run debian uupdate --- eagle-5.6.0.orig/debian/eagle.desktop +++ eagle-5.6.0/debian/eagle.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Categories=Development;Electronics +Comment=Design a printed circuit board. +Exec=eagle %U +GenericName=PCB Designer +Icon=eagle +MimeType=application/vnd.cadsoft.eagle.board;application/vnd.cadsoft.eagle.project;application/vnd.cadsoft.eagle.schematic +Name=Eagle +Type=Application --- eagle-5.6.0.orig/debian/eagle.sharedmimeinfo +++ eagle-5.6.0/debian/eagle.sharedmimeinfo @@ -0,0 +1,21 @@ + + + + Eagle printed circuit board + + PCB + Printed Circuit Board + + + + Eagle project + + + + + + + Eagle schematic + + + --- eagle-5.6.0.orig/debian/README.Debian +++ eagle-5.6.0/debian/README.Debian @@ -0,0 +1,11 @@ +eagle for Debian +---------------- + +Eagle must generate and install a license key file. This file may +either be stored in each user's home directory in +~/.eagle/bin/eagle.key or shared system-wide in +/usr/share/eagle/bin/eagle.key, in which case Eagle must be run once +as root to install the license key file like so: +sudo sh -c 'exec -a /usr/share/eagle/bin/eagle /usr/lib/eagle/bin/eagle' + + -- Shaun Jackman , 2009-06-21 --- eagle-5.6.0.orig/debian/eagle.xpm +++ eagle-5.6.0/debian/eagle.xpm @@ -0,0 +1,293 @@ +/* XPM */ +static char *eagle[] = { +/* columns rows colors chars-per-pixel */ +"32 32 255 2", +" c #000000", +". c #0B0202", +"X c #140302", +"o c #150A0A", +"O c #190201", +"+ c #1B0D0D", +"@ c #260300", +"# c #210E0D", +"$ c #2E0603", +"% c #231313", +"& c #2D1B1A", +"* c #370702", +"= c #360C09", +"- c #380601", +"; c #3E0F0C", +": c #391412", +"> c #430601", +", c #470F0B", +"< c #480B05", +"1 c #441512", +"2 c #4F1713", +"3 c #4F1915", +"4 c #530E09", +"5 c #590B04", +"6 c #5F120C", +"7 c #521915", +"8 c #561D19", +"9 c #5A201E", +"0 c #4B2625", +"q c #4F2C2C", +"w c #502726", +"e c #532A29", +"r c #5D2F2C", +"t c #58302F", +"y c #5C3635", +"u c #5C3837", +"i c #620800", +"p c #691009", +"a c #7A0C01", +"s c #711007", +"d c #70140B", +"f c #65231E", +"g c #622522", +"h c #682723", +"j c #682E2B", +"k c #603230", +"l c #673C3B", +"z c #702E2A", +"x c #7D2E28", +"c c #78312D", +"v c #723C3B", +"b c #7F3E3C", +"n c #694342", +"m c #714342", +"M c #706061", +"N c #7BA2A2", +"B c #800B00", +"V c #861107", +"C c #86150D", +"Z c #891208", +"A c #990D00", +"S c #9E1308", +"D c #87211C", +"F c #88251E", +"G c #90241C", +"H c #802D28", +"J c #87312C", +"K c #8E342E", +"L c #8C3B36", +"P c #8B3E39", +"I c #9C2720", +"U c #982821", +"Y c #97342D", +"T c #9D332C", +"R c #923A35", +"E c #9A3A34", +"W c #9C3E39", +"Q c #A40F01", +"! c #AB1508", +"~ c #A21D13", +"^ c #B01507", +"/ c #BD1000", +"( c #BF1C0E", +") c #BF2317", +"_ c #BF271B", +"` c #A2332C", +"' c #A73730", +"] c #BF2626", +"[ c #B3362D", +"{ c #BC3026", +"} c #B53F37", +"| c #A0433D", +" . c #AD433D", +".. c #B3423A", +"X. c #834544", +"o. c #854E4D", +"O. c #934643", +"+. c #9D4641", +"@. c #935554", +"#. c #9C5D5C", +"$. c #9A6868", +"%. c #967171", +"&. c #9F7271", +"*. c #AD4641", +"=. c #AF4C47", +"-. c #AB4E49", +";. c #A15553", +":. c #AE5653", +">. c #B45753", +",. c #BC5751", +"<. c #B95F5B", +"1. c #B7605C", +"2. c #A66E6D", +"3. c #A86564", +"4. c #A96B6A", +"5. c #B16462", +"6. c #B56C6B", +"7. c #B37170", +"8. c #C61B0C", +"9. c #CF1706", +"0. c #CC1C0C", +"q. c #C42316", +"w. c #CA2811", +"e. c #DC2414", +"r. c #DD281A", +"t. c #C42E23", +"y. c #CE352B", +"u. c #C23E36", +"i. c #C93D34", +"p. c #D03425", +"a. c #D6372B", +"s. c #DF3B31", +"d. c #E11604", +"f. c #ED200E", +"g. c #E52A1B", +"h. c #EC2413", +"j. c #EF2B1B", +"k. c #E33113", +"l. c #F42412", +"z. c #F32817", +"x. c #F62C1C", +"c. c #FA2F1F", +"v. c #F23A1B", +"b. c #E33526", +"n. c #EB3121", +"m. c #EF3B2E", +"M. c #E53C30", +"N. c #EC3F33", +"B. c #F63323", +"V. c #F73728", +"C. c #F73A2C", +"Z. c #F93626", +"A. c #F93728", +"S. c #F83C2E", +"D. c #F63E32", +"F. c #F83E31", +"G. c #C04239", +"H. c #CE4036", +"J. c #D74137", +"K. c #D0453B", +"L. c #D6483C", +"P. c #DD4137", +"I. c #D8493D", +"U. c #E24B20", +"Y. c #E64236", +"T. c #E54B3F", +"R. c #ED4035", +"E. c #EF4438", +"W. c #EC4A3E", +"Q. c #FF422D", +"!. c #F74236", +"~. c #F54438", +"^. c #F44A3E", +"/. c #F84135", +"(. c #F84639", +"). c #F9493D", +"_. c #FF5B27", +"`. c #C24A43", +"'. c #CB4C44", +"]. c #C6514B", +"[. c #CA534C", +"{. c #CB5954", +"}. c #D34B42", +"|. c #DB4C43", +" X c #D7554B", +".X c #DB5046", +"XX c #D05954", +"oX c #D5635D", +"OX c #C36360", +"+X c #C46965", +"@X c #C36E6C", +"#X c #CF6663", +"$X c #CC6D6A", +"%X c #C17877", +"&X c #CF7875", +"*X c #DC6C68", +"=X c #D5716E", +"-X c #DE736E", +";X c #D57674", +":X c #D37E7C", +">X c #DD7C79", +",X c #E34E45", +".t + IXIXIXIXIXIXIXIX", +"IXIXIXIXIXIXIXIXIXIXP +.-.rXzXzXxXxXcXcX*X#XdX*X<.k IXIXIXIXIXIX", +"IXIXIXIXIXIXIXIXz ]. .| [.zXuXzXzXxXxXcXcXsX>.X.0 # IXIXIXIXIXIX", +"IXIXIXIXIXIXIXHXR .`.[.tXuXuXuXlXlXzXzXiX,.O.e IXIXIXIXIXIXIXIX", +"IXIXIXIXIXIXIX1X....'.qXwXwXuXuXuXuXlXzXzXkXXXP IXIXIXIXIXIXIXIX", +"IXIXIXIXIXIXIXI.} ,X9X0XwXqXwXwXuXuXuXlXzXjX=.j IXIXIXIXIXIXIXIX", +"IXIXIXIXIXIXI.,XK.8X8X9X9X0X0XwXqXeXuXuXuXrXL IXIXIXIXIXIXIXIX", +"IXIXIXIXIXIXW.^.).8X8X8X9X9X9X0XwXqXqXeXuX3XR IXIXIXIXIXIXIXIX", +"IXIXIXIXIXIXE.).).).5X5X8X8X8X0X9XwXwXwXeX X IXIXIXIXIX", +"IXIXIXIXIX/ @ @ . X O IXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIXIX" +}; --- eagle-5.6.0.orig/debian/bin/eagle +++ eagle-5.6.0/debian/bin/eagle @@ -0,0 +1,27 @@ +#!/bin/bash +set -e + +if [ -z $DISPLAY ]; then + echo "eagle: cannot open display" >&2 + exit 1 +fi + +# Prevent eagle from crashing if the composite extension is enabled. +export XLIB_SKIP_ARGB_VISUALS=1 + +if [ -r /usr/share/eagle/bin/eagle.key ]; then + exec -a /usr/share/eagle/bin/eagle /usr/lib/eagle/bin/eagle "$@" +fi + +if [ ! -d ~/.eagle ]; then + mkdir ~/.eagle + ln -s /usr/share/eagle/* ~/.eagle + rm -f ~/.eagle/bin + mkdir ~/.eagle/bin + ln -s /usr/share/eagle/bin/* ~/.eagle/bin +fi +if [ ! -x ~/.eagle/bin/eagle ]; then + cp /usr/lib/eagle/bin/eagle ~/.eagle/bin +fi + +exec -a ~/.eagle/bin/eagle /usr/lib/eagle/bin/eagle "$@" --- eagle-5.6.0.orig/debian/doc/freeware.htm +++ eagle-5.6.0/debian/doc/freeware.htm @@ -0,0 +1,248 @@ + + + + + CadSoft Online: Freeware + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HomeCadSoft Online
This page in English
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     Info 
     Führung 
  Freeware 
     Non-Profit 
     Händler 
     Preise 
     Bestellen 
     Neu in V5 
     FAQ 
     Unterstützung 
     Download 
     Upload 
     Forum 
     Elektro-CAD 
     Simulation 
     Prototypen 
     LP-Hersteller 
     Schulungen 
     Bücher 
     MicroSPS 
     Musik 
     Gallery 
     T-Shirt 
     Auszeichnungen 
     Links 
     Rechtliches 
     Impressum 
+

+ +

+

+stop software patents banner +
+
+ + + + + +
+ + +

Freeware

+ + +Die EAGLE Light Edition darf kostenlos benutzt werden! +

+Einschränkungen +

+Folgende Einschränkungen gelten allgemein für die EAGLE Light Edition: +

    +
  • Die nutzbare Platinenfläche ist auf 100 x 80 mm (4 x 3.2 Zoll) beschränkt. +
  • Es können nur zwei Signal-Lagen (Top und Bottom) verwendet werden. +
  • Der Schaltplan-Editor kann nur eine Seite erzeugen. +
+Abgesehen von diesen drei Einschränkungen kann man mit der EAGLE Light Edition alles machen, +was man auch mit der Professional Edition tun kann. +Es ist sogar möglich, Dateien zu laden, zu betrachten und auszudrucken die diese Grenzen überschreiten! +

+Die Freeware-Version von EAGLE Light unterliegt zusätzlich folgenden Einschränkungen: +

    +
  • Technische Unterstützung ist nur per Email oder über unser Forum verfügbar (nicht über Fax oder Telefon). +
  • Die Benutzung ist auf nicht-kommerzielle Anwendungen oder Evaluierung beschränkt. +
+

+Was bedeutet "nicht-kommerziell"? +

+Die Definition von nicht-kommerziell ist recht einfach: +

    +
  • Wenn Sie durch die Verwendung der Freeware Version von EAGLE Light Geld verdienen (oder einsparen), dann müssen Sie eine Lizenz erwerben. +
+Damit ist es jedem, der EAGLE Light für seine privaten Hobby-Projekte verwenden will möglich, dies zu tun. +Auch Schüler und Studenten können diese Version für Ausbildungszwecke verwenden. Auch die Benutzung in +einem kommerziellen Umfeld ist erlaubt, solange es nur darum geht, das Programm zu evaluieren. +Sobald Sie anfangen, es für kommerzielle Projekte einzusetzen, benötigen Sie dafür eine Lizenz. +Eine Ausnahme bilden Leiterplattenhersteller, die die Freeware Light Edition verwenden +dürfen um Produktionsdaten (z. B. Gerber-Dateien) aus Board-Dateien zu erzeugen, die +sie von EAGLE-Anwendern erhalten haben. +

+Wie bekomme ich es? +

+Führen Sie folgende Schritte aus um die kostenlose EAGLE Light Edition auf Ihrem System zu installieren: +

    +
  • Gehen Sie in den Download Bereich und holen + Sie sich die Datei welche die EAGLE Programminstallationsdaten für Ihre Sprache (Deutsch oder Englisch) + und Ihr Betriebssystem (Linux, Windows oder Mac) enthält. +
  • Installieren Sie diese Datei auf Ihrem System. +
  • Wenn Sie EAGLE das erste Mal starten werden Sie gefragt, ob Sie eine Lizenzdiskette + besitzen oder ob Sie EAGLE als Freeware benutzen wollen. Klicken Sie auf den + "Run as freeware"-Button. +
+

+Ist es wirklich zu etwas zu gebrauchen? +

+Vielleicht sind Sie der Meinung, daß es Ihnen die Einschränkungen von EAGLE Light nicht +erlauben, irgendetwas Sinnvolles damit anzufangen? +Dann werfen Sie doch mal einen Blick auf diese 68HC12-Platine, +die voll im Rahmen der Möglichkeiten von EAGLE Light liegt +(man kann damit sogar noch größere Platinen als diese bearbeiten). +

+Wie kann ich eine Lizenz erwerben oder eine größere Version erhalten? +

+Falls Ihre Anwendung den nicht-kommerziellen Bereich verläßt, oder falls Sie Wert +auf ein gedrucktes Handbuch, die CD-ROM und volle technische Unterstützung über Telefon +und Fax legen, können Sie eine persönliche Lizenz erwerben. Alle Dateien, die Sie mit +der Freeware-Version von EAGLE Light erstellt haben können mit jeder lizenzierten Version +von EAGLE Light, Standard oder Professional weiterverarbeitet werden. Sollte also Ihr +Projekt die Grenzen von EAGLE Light überschreiten, so können Sie jederzeit auf die +nächst höhere Stufe aufsteigen (und Sie zahlen auch nur die Differenz zwischen dem, was +Sie bereits haben und dem, auf das Sie aufsteigen wollen). +

+Sie erhalten Ihre persönliche Lizenz für EUR 49.- (Preise in Ihrer Landeswährung +erfragen Sie bitte bei Ihrem lokalen Händler). +

+Falls Sie mehr Leistung benötigen als die Freeware-Version bietet könnte unsere +Non-Profit-Lizenz für Sie interessant sein. +

+Copyright +

+Die Freeware-Version von EAGLE Light ist urheberrechtlich geschützte Software, © 2009 CadSoft Computer GmbH, +alle Rechte weltweit vorbehalten. Keine der in EAGLE enthaltenen ausführbaren Dateien oder die Datei +freeware.key (welche die Freeware Lizenz implementiert) darf in irgendeiner Weise verändert werden. +CadSoft behält sich das Recht vor zu entscheiden, ob dieses Freeware-Programm mit künftigen +EAGLE-Versionen weitergeführt wird. + + +

+
[counter]
© 2009 CadSoft Computer GmbH 
+ + + --- eagle-5.6.0.orig/debian/doc/distrib.htm +++ eagle-5.6.0/debian/doc/distrib.htm @@ -0,0 +1,182 @@ + + + + + CadSoft Online: Redistributing EAGLE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HomeCadSoft Online
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     Info 
     Tour 
     Freeware 
     Non-Profit 
     Dealers 
     Prices 
     Order 
     New in V5 
     FAQ 
     Support 
     Download 
     Upload 
     Forum 
     Simulation 
     Prototyping 
     Boardhouses 
     Training 
     Books 
     Music 
     Gallery 
     T-Shirt 
     Awards 
     Links 
     Legal stuff 
     Contact 
+

+ +

+

+stop software patents banner +
+
+ + + + + +
+ + +

Redistributing EAGLE

+ Yes, you can put EAGLE on your Linux distribution or CD-ROM! + +The Freeware version of EAGLE may be redistributed with +Linux distributions, software collections or project CD-ROMs.
+

+Here's how you can do it: +

    +
  • Get the current archive from our Download area. +
  • If you need to modify the archive to adapt it to your distribution's environment, please + make sure the new archive will contain all files from the original archive, and + that those files are unaltered (this applies especially to the executable files, the + freeware.key license file and any text files containing copyright notices). +
  • Make it clear that this is a Freeware Light edition of a commercial product, and as such + may only be used for non-commercial or evaluation purposes. +
  • Please let us know if you add EAGLE to your Linux distribution or CD-ROM. +
+If you have any questions regarding this, please contact our webmaster. + +
+
+
[counter]
© 2009 CadSoft Computer GmbH 
+ + + --- eagle-5.6.0.orig/debian/doc/nonprofit.htm +++ eagle-5.6.0/debian/doc/nonprofit.htm @@ -0,0 +1,215 @@ + + + + + CadSoft Online: Non-Profit-Lizenz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
HomeCadSoft Online
This page in English
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     Info 
     Führung 
     Freeware 
  Non-Profit 
     Händler 
     Preise 
     Bestellen 
     Neu in V5 
     FAQ 
     Unterstützung 
     Download 
     Upload 
     Forum 
     Elektro-CAD 
     Simulation 
     Prototypen 
     LP-Hersteller 
     Schulungen 
     Bücher 
     MicroSPS 
     Musik 
     Gallery 
     T-Shirt 
     Auszeichnungen 
     Links 
     Rechtliches 
     Impressum 
+

+ +

+

+stop software patents banner +
+
+ + + + + +
+ + +

Non-Profit-Lizenz

+ + +CadSoft bietet spezielle Konditionen für EAGLE-Anwender, die mehr Leistung +benötigen als die Freeware Edition bietet, aber nicht +den vollen Preis für die Standard Edition ausgeben +wollen. Da es sich hierbei typischerweise um Hobby-Anwender handelt, wird diese +spezielle Lizenz auf einer Non-Profit-Basis vergeben. Das heißt, daß sie +nicht in einem kommerziellen Umfeld benutzt werden darf. Mit anderen Worten: +Sie dürfen durch die Verwendung dieser speziellen Non-Profit-EAGLE-Lizenz +kein Geld verdienen. +

+Die Non-Profit-Lizenz ist eine Ein-Benutzer-Lizenz die alle Eigenschaften +der Standard Edition aktiviert (beschränkt auf 4 Signal-Layer und 160x100mm +Routing-Fläche) mit allen drei Modulen (Layout+Schaltplan+Autorouter). +

+Der Preis für diese spezielle Lizenz beträgt EUR 125.-. +

+WICHTIG: +

+Wenn Sie diese spezielle Non-Profit-Version von EAGLE bestellen, füllen Sie +bitte diesen Vordruck aus und fügen ihn Ihrer +Bestellung hinzu. Sie bestätigen damit, daß Sie sich an die "Non-Profit"-Bedingung +dieser Lizenz halten werden. +Ohne diese unterschriebene Bestätigung kann Ihre Bestellung nicht bearbeitet werden. +

+Non-Profit-Lizenzen werden ausschließlich an einzelne, private Anwender vergeben. +Es gibt nur eine solche Lizenz pro Anwender. +

+ +Die angegebenen Preise gelten bei Bestellung innerhalb von Deutschland.
+Bitte setzen Sie sich mit ihrem lokalen Händler +in Verbindung um die aktuellen Preise in Ihrem Land zu erfahren.
+Lieferung nur gegen Nachnahme oder Vorauskasse. +

+EAGLE ist erhältlich für die Plattformen Windows®, Linux® und Mac®. +

+Die angegebenen Preise beinhalten ein gedrucktes Handbuch und alle verfügbaren +Bauteilbibliothekeni, sowie kostenlose technische +Unterstützung und ein Trainingshandbuch. +Eine Lizenz für mehrere Plattformen ist nur eine Lizenz. Das Programm +darf also auch dann nur von einem Benutzer gleichzeitig verwendet werden. +

+Preise in den USA + +


+ +Preise in Euro inklusive MwSt. zuzüglich Versandkosten. Irrtum und Änderung vorbehalten. + + +
+
+
[counter]
© 2009 CadSoft Computer GmbH 
+ + + --- eagle-5.6.0.orig/debian/mimelnk/vnd.cadsoft.eagle.board.desktop +++ eagle-5.6.0/debian/mimelnk/vnd.cadsoft.eagle.board.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.cadsoft.eagle.board +Icon=eagle +Patterns=*.brd +Comment=Eagle printed circuit board --- eagle-5.6.0.orig/debian/mimelnk/vnd.cadsoft.eagle.schematic.desktop +++ eagle-5.6.0/debian/mimelnk/vnd.cadsoft.eagle.schematic.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.cadsoft.eagle.schematic +Icon=eagle +Patterns=*.sch +Comment=Eagle schematic --- eagle-5.6.0.orig/debian/mimelnk/vnd.cadsoft.eagle.project.desktop +++ eagle-5.6.0/debian/mimelnk/vnd.cadsoft.eagle.project.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/vnd.cadsoft.eagle.project +Icon=eagle +Patterns=*.epf +Comment=Eagle project