pkgsrc/cad/eagle/Makefile

36 lines
948 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2012/10/08 13:25:11 asau Exp $
#
Update eagle to 4.16r2. (distfile for 4.14 are not available, so up to latest for 4.1x). Release notes for EAGLE 4.16r2 ============================ * Bugfixes: - Fixed generating pixmaps that are much longer in one dimension with the EXPORT IMAGE command. - Fixed handling the net class when renaming a net segment to a new name. - Fixed a crash when clicking into the empty area of the Technologies dialog. - Fixed an 'Internal polygon error 73' when zooming far in on a board that contains smds with a roundness other than 0. Release notes for EAGLE 4.16r1 ============================== * Bugfixes: - Fixed handling '\' in UNC program file name under Windows XP in case the program is installed on a server. - Fixed handling the ESCape key in ULPs with nested dialogs. - Fixed handling the program file name under Windows if it starts with ".\". - Fixed handling German umlauts in the User Language functions strupr(), strlwr(), toupper() and tolower() under Windows and Mac OS X. - Fixed setting the current item in the Control Panel's tree view when drag&dropping a package into a library in case there is also a device set with the same name. - Fixed unexpected airwires in case an open Pwr pin is connected to a net with the same name, or a Supply pin with the same name is placed on an open Pwr pin. - Fixed printing rotated or mirrored texts under Linux and Mac OS X. - Fixed handling upper/lowercase when licensing under Windows on a server. - Fixed handling the highest byte of the Palette values in the eaglerc file. - Fixed handling polygons with only two edges, in case one of them is an arc. Release notes for EAGLE 4.16 ============================ * Bugfixes: - Fixed CUT/PASTE of net classes (only the first two were actually pasted). - Fixed handling library name after "Save as" (was wrong in Description editor). - Fixed CHANGE PACKAGE/TECHNOLOGY in case a device contains more than 254 technologies (which was possible due to a missing check in the technology dialog of the device editor). - Fixed the technology dialog in the device editor, so that it doesn't accept more than 254 technologies per package variant. - Fixed a possible data corruption when a supply pin overwrites a net name. Leftover pin references that may have been caused by such a data corruption are automatically deleted during the next library update. - Fixed an unexpected "Cancel" button in some message boxes. - Fixed generating annulus symbols for pads that have the NOTHERMALS flag set. - Fixed faulty splitting of arcs near their end points. - Fixed a rounding error in handling rectangle coordinates and wire curves. - Fixed moving mirrored packages with polygons in a board (polygons were displayed in the wrong layer). - Fixed faulty "Change Class..." lines in the EXPORT NETLIST output from a schematic. - Fixed a problem with getting the program directory name under Windows XP if the console version of EAGLE was started without a full path name. - Fixed a possible crash when canceling the console version of EAGLE with Ctrl+C under Windows XP. - Fixed loading a text file on Windows XP from a non-Windows server (the file was not editable even though it was writable in the file system). - Fixed storing Undo data when doing a library update where the sequence of gates had changed in a device. If doing UNDO followed by REDO after such an update, some of the part's gates may have been swapped. Release notes for EAGLE 4.15 ============================ * Bugfixes: - The CHANGE PACKAGE command now updates the package in the board with the version from the schematic, in order to avoid problems in case a REPLACE has been done in the board while the schematic was closed. - Fixed handling access to the individual characters of a string in ULPs on Mac OS X. - The COPY command now updates the package in the board with the version from the schematic _before_ actually adding the copied part, in order to avoid problems in case a REPLACE has been done in the board while the schematic was closed. - The library update now reports a modification to the board even if it was just the renaming of some packages due to a previous REPLACE with the schematic closed. - Fixed handling empty strings in dlgListView. - Fixed clearing the selection of a dlgListView. - Fixed setting user defined default Design Rules when loading an existing library from within a project. - Fixed an extra line that appeared when closing a group with the right mouse button in case the group was empty. - Fixed a possible crash in UL_WIRE.pieces(). - Fixed cursor positioning after an error message regarding a loop member in a ULP.
2010-01-06 09:33:23 +01:00
DISTNAME= eagle-lin-eng-4.16r2
PKGNAME= ${DISTNAME:S/-lin-eng//}
CATEGORIES= cad
2011-11-23 14:24:49 +01:00
MASTER_SITES= ftp://ftp.cadsoft.de/eagle/program/${PKGVERSION}/
EXTRACT_SUFX= .tgz
2003-07-17 23:21:03 +02:00
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.cadsoft.de/
COMMENT= Easy to use printed circuit board editor
LICENSE= fee-based-commercial-use
RESTRICTED= Redistribution not permitted
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
* Add new emulator framework in pkgsrc/mk/emulator that handles all binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-29 07:18:36 +02:00
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= x11
BUILD_DIRS= # empty
INSTALLATION_DIRS= bin
do-configure:
${SED} -e "s:@@PREFIX@@:${PREFIX}:g" <${FILESDIR}/eagle >${WRKDIR}/eagle
do-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/eagle
cd ${WRKSRC} && ${CP} -R ${WRKSRC}/* ${DESTDIR}${PREFIX}/eagle
${INSTALL_SCRIPT} ${WRKDIR}/eagle ${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"