The NetBSD Project

CVS log for pkgsrc/cad/lc/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / cad / lc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Fri Mar 6 20:47:42 2015 UTC (8 years ago) by dmcmahill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

remove cad/lc.  Received confirmation from upstream that LC is no longer available (it was binary distribution only).

Revision 1.17 / (download) - annotate - [select for diffs], Sat Apr 6 04:11:44 2013 UTC (9 years, 11 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

'Please use "${TEST}" instead of "test".'

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 16 15:26:29 2012 UTC (10 years, 6 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

CONFLICTS += mono-[0-9]*; ++pkgrevision

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 23 12:50:04 2012 UTC (10 years, 10 months ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.14: +11 -7 lines
Diff to previous 1.14 (colored)

cad/lc: Remove cat page installation

It seems like the document tarball is extracted twice, once into the
work directory and then again directly into the destdir.  To prevent the
cat pages from installing, the man directory was removed after the
second extraction.

At the same time, the hardcoded variations of "lc2.10" were replaced by
a variable to ease future upgrades.

Revision 1.14 / (download) - annotate - [select for diffs], Tue May 19 08:59:05 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 12 22:42:58 2008 UTC (14 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 3 01:43:01 2008 UTC (15 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.11: +9 -8 lines
Diff to previous 1.11 (colored)

Add basic destdir support.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 23 18:20:30 2007 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system.  Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:

	EMUL_REQD=	suse>=9.1 netbsd>=2.0 solaris>=10

all in one, succinct line.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 29 05:18:37 2007 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.9: +28 -65 lines
Diff to previous 1.9 (colored)

* 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.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Feb 24 03:43:49 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)

enable sparc64, mipsel{,64}

Revision 1.8 / (download) - annotate - [select for diffs], Sat Feb 24 03:32:07 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.7: +8 -2 lines
Diff to previous 1.7 (colored)

fix WRKSRC and PLIST for x86_64

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 24 00:29:42 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.6: +5 -2 lines
Diff to previous 1.6 (colored)

fix permissions on the installed docs and examples

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 24 00:17:58 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

add missing *-*-x86_64 to ONLY_FOR_PLATFORM and update distinfo with the latest

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 24 00:05:59 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.4: +6 -2 lines
Diff to previous 1.4 (colored)

install the docs too

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 23 23:42:58 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

take a guess at the correct dependencies for NetBSD/x86_64

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 23 23:19:37 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

fix the list of suse pkgs we need on netbsd/i386

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 23 22:59:09 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

remove an obsolete comment

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Feb 23 22:50:40 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of lc-2.10

LC is simulation tool for the analysis of the electromagnetic
properties of electrical interconnects. The full three-dimensional
circuit is modeled, so all interactions are automatically included in
the solution. The model can be excited by numerous types of waveforms,
and the transient response measured using common values such as
voltage and current. Circuit parameters such as inductance,
capacitance, and impedance can be derived from the transient response,
and frequency-domain results such as S-parameters can also be
calculated. Far field radiation patterns can be obtained.

LC is primarily an electromagnetic simulation and uses the
Finite-Difference Time-Domain (FD-TD) technique. FD-TD is a full wave
explicit solution of Maxwell's equations in three dimensions. In FD-TD,
the rectangular volume enclosing the model is discretized into a large
number of small cells, which may be uniformly-sized, or may vary in size
within the simulation space. The dielectric, permeable, lossy, and
conducting material properties of each cell are incorporated into the
field updates, which are performed iteratively in small time steps.

An interface between the electromagnetic simulation and the circuit
simulation program SPICE is available within LC. This allows the user
to add arbitrary SPICE circuits, such as drivers and loads, into the
interconnect model. The interconnect performance is calculated using
FD-TD while the lumped-element circuits are evaluated by SPICE.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 23 22:50:40 2007 UTC (16 years, 1 month ago) by dmcmahill
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>