diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-28 02:37:22 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-28 02:37:22 +0000 |
commit | 1b7477b2fd4f8c1f150a64526ad81c9f14e38887 (patch) | |
tree | 14cc4f61ad4c96c32804ea5040e8a76902b12737 /cad/simian-docs | |
parent | 0ccb07d3db0fdee1d5af97f8ef0d5a853a817a45 (diff) | |
download | pkgsrc-1b7477b2fd4f8c1f150a64526ad81c9f14e38887.tar.gz |
Initial import of simian-docs-2.1
User's guide for SIMIAN (Surface Impedance Method for Interconnect
Analysis). The guide is in PDF format.
Diffstat (limited to 'cad/simian-docs')
-rw-r--r-- | cad/simian-docs/Makefile | 30 | ||||
-rw-r--r-- | cad/simian-docs/distinfo | 4 | ||||
-rw-r--r-- | cad/simian-docs/pkg/DESCR | 2 | ||||
-rw-r--r-- | cad/simian-docs/pkg/PLIST | 3 |
4 files changed, 39 insertions, 0 deletions
diff --git a/cad/simian-docs/Makefile b/cad/simian-docs/Makefile new file mode 100644 index 00000000000..485f5aceda3 --- /dev/null +++ b/cad/simian-docs/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/28 02:37:22 dmcmahill Exp $ +# + +DISTNAME= simian_man_12_98 +PKGNAME= simian-docs-2.1 +CATEGORIES= cad +MASTER_SITES= http://weewave.mer.utexas.edu/MED_files/MED_research/Intrcncts/SIMIAN_stuff/simian_mnl_ps_pdf/ +EXTRACT_SUFX= .pdf + +MAINTAINER= dmcmahill@netbsd.org +HOMEPAGE= http://weewave.mer.utexas.edu/MED_files/MED_research/Intrcncts/SIMIAN_stuff/simian_links.html +COMMENT= PDF manual for SIMIAN + +RESTRICTED= "Personal use only" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} + +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/simian + ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${PREFIX}/share/doc/simian + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/simian-docs/distinfo b/cad/simian-docs/distinfo new file mode 100644 index 00000000000..bcc96dff7a7 --- /dev/null +++ b/cad/simian-docs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/04/28 02:37:22 dmcmahill Exp $ + +SHA1 (simian_man_12_98.pdf) = 81c3e983c347dd47c622788c01667dfa6fdf7eda +Size (simian_man_12_98.pdf) = 129861 bytes diff --git a/cad/simian-docs/pkg/DESCR b/cad/simian-docs/pkg/DESCR new file mode 100644 index 00000000000..1724930a9e7 --- /dev/null +++ b/cad/simian-docs/pkg/DESCR @@ -0,0 +1,2 @@ +User's guide for SIMIAN (Surface Impedance Method for Interconnect +Analysis). The guide is in PDF format. diff --git a/cad/simian-docs/pkg/PLIST b/cad/simian-docs/pkg/PLIST new file mode 100644 index 00000000000..e8fecd17d9f --- /dev/null +++ b/cad/simian-docs/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/28 02:37:22 dmcmahill Exp $ +share/doc/simian/simian_man_12_98.pdf +@dirrm share/doc/simian |