aboutsummaryrefslogtreecommitdiff
path: root/cad/gnucap
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-07-29 19:34:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-07-29 19:34:03 +0000
commit3988ed0e39e961f3e910d9ec8f3fec261ff8778b (patch)
treebe438bcec8e09060b87301ae84f69c22c608a956 /cad/gnucap
parent3eb9b3ba650390e23d5b12fbbee19480b712a30a (diff)
downloadports-3988ed0e39e961f3e910d9ec8f3fec261ff8778b.tar.gz
ports-3988ed0e39e961f3e910d9ec8f3fec261ff8778b.zip
- Pass maintainership to submitter
- Update to 2006.07.08 PR: ports/100809 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=169066
Diffstat (limited to 'cad/gnucap')
-rw-r--r--cad/gnucap/Makefile42
-rw-r--r--cad/gnucap/distinfo6
-rw-r--r--cad/gnucap/files/patch-doc_Makefile.in13
-rw-r--r--cad/gnucap/files/patch-examples_Makefile.in11
-rw-r--r--cad/gnucap/files/patch-man_Makefile.in37
-rw-r--r--cad/gnucap/files/patch-modelgen_md.h11
-rw-r--r--cad/gnucap/files/patch-src_md.h11
-rw-r--r--cad/gnucap/pkg-plist212
8 files changed, 147 insertions, 196 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile
index bbad31989549..e36b651349e5 100644
--- a/cad/gnucap/Makefile
+++ b/cad/gnucap/Makefile
@@ -7,52 +7,28 @@
#
PORTNAME= gnucap
-PORTVERSION= 2005.01.27
+PORTVERSION= 2006.07.08
CATEGORIES= cad
MASTER_SITES= http://www.gnucap.org/devel/ \
http://www.geda.seul.org/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= The Gnu Circuit Analysis Package
USE_GMAKE= yes
-HAS_CONFIGURE= yes
-MAKE_ARGS= CCC="${CXX}" CCFLAGS="${CXXFLAGS}"
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/${PORTNAME} \
+ --mandir=${PREFIX}/man
-CFLAGS+= -DUNIX -DNDEBUG -DNEEDS_IS_INF -DNEEDS_IS_NAN -I..
+OPTIONS= READLINE "Enable commandline features via readline" on
-MAN1= gnucap-ibis.1 gnucap.1
+MAN1= gnucap.1
.include <bsd.port.pre.mk>
-post-patch:
- @${REINPLACE_CMD} -e 's|echo|true|g' ${WRKSRC}/src/configure
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ibis/O/gnucap-ibis ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/modelgen/O/gnucap-modelgen ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/src/O/gnucap ${PREFIX}/bin
-.for file in *.1
- ${INSTALL_MAN} ${WRKSRC}/doc/${file} ${MANPREFIX}/man/man1
-.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in acs-tutorial history relnotes.* whatisit
- ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
-.endfor
- @${MKDIR} ${DOCSDIR}/man
-.for file in *.pdf
- ${INSTALL_DATA} ${WRKSRC}/man/${file} ${DOCSDIR}/man
-.endfor
- @${MKDIR} ${DOCSDIR}/man/html
-.for file in *.html
- ${INSTALL_DATA} ${WRKSRC}/man/html/${file} ${DOCSDIR}/man/html
-.endfor
- @${MKDIR} ${EXAMPLESDIR}
-.for file in README runall *.ckt *.doc
- ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
-.endfor
+.if !defined(WITHOUT_READLINE) || exists(${LOCALBASE}/lib/libreadline.so.5)
+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
.include <bsd.port.post.mk>
diff --git a/cad/gnucap/distinfo b/cad/gnucap/distinfo
index ad792184bd6c..922c398160b7 100644
--- a/cad/gnucap/distinfo
+++ b/cad/gnucap/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnucap-2005-01-27.tar.gz) = d5b9f00622b85bab90994e25195bba1e
-SHA256 (gnucap-2005-01-27.tar.gz) = 451e5a8599846f71299cd289b4a5aceafb96fb95d29de5dbe0ea9f227df87ebb
-SIZE (gnucap-2005-01-27.tar.gz) = 1343909
+MD5 (gnucap-2006-07-08.tar.gz) = d34fc4919ce8e949dc43d52b781753e5
+SHA256 (gnucap-2006-07-08.tar.gz) = 311562626876459cc265dcc09ac0673384454c0fbee8e4839c888991b0578094
+SIZE (gnucap-2006-07-08.tar.gz) = 1546670
diff --git a/cad/gnucap/files/patch-doc_Makefile.in b/cad/gnucap/files/patch-doc_Makefile.in
new file mode 100644
index 000000000000..5d04545161a5
--- /dev/null
+++ b/cad/gnucap/files/patch-doc_Makefile.in
@@ -0,0 +1,13 @@
+--- doc/Makefile.in.orig Tue Jun 27 07:23:23 2006
++++ doc/Makefile.in Tue Jul 25 15:24:30 2006
+@@ -153,8 +153,8 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-dist_man_MANS = gnucap.1 gnucap-ibis.1
+-pkgdocsdir = ${pkgdatadir}/doc
++dist_man_MANS = gnucap.1
++pkgdocsdir = @docdir@
+ dist_pkgdocs_DATA = \
+ acs-tutorial COPYING history INSTALL relnotes.029 \
+ relnotes.030 relnotes.031 relnotes.032 relnotes.033 relnotes.034 whatisit
diff --git a/cad/gnucap/files/patch-examples_Makefile.in b/cad/gnucap/files/patch-examples_Makefile.in
new file mode 100644
index 000000000000..f2570c87a489
--- /dev/null
+++ b/cad/gnucap/files/patch-examples_Makefile.in
@@ -0,0 +1,11 @@
+--- examples/Makefile.in.orig Tue Jul 25 15:11:22 2006
++++ examples/Makefile.in Tue Jul 25 15:14:07 2006
+@@ -150,7 +150,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-pkgexamplesdir = ${pkgdatadir}/examples
++pkgexamplesdir = ${prefix}/share/examples/@PACKAGE@
+ dist_pkgexamples_DATA = ${EXFILES}
+ EXFILES = \
+ eq2-145.ckt eq2-289.ckt eq2-577.ckt eq3-1153.ckt eq4-2305.ckt \
diff --git a/cad/gnucap/files/patch-man_Makefile.in b/cad/gnucap/files/patch-man_Makefile.in
new file mode 100644
index 000000000000..63408d94a1c7
--- /dev/null
+++ b/cad/gnucap/files/patch-man_Makefile.in
@@ -0,0 +1,37 @@
+--- man/Makefile.in.orig Wed Jun 28 12:29:13 2006
++++ man/Makefile.in Tue Jul 25 19:29:12 2006
+@@ -152,8 +152,8 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-pkgmanualdir = ${pkgdatadir}/manual
+-dist_pkgmanual_DATA = gnucap-man.pdf gnucap-man.dvi
++pkgmanualdir = @docdir@/manual
++dist_pkgmanual_DATA = gnucap-man.pdf
+ EXTRA_DIST = ${TEXSRCS} README
+ TEXSRCS = \
+ addmodel.tex behavior.tex circuit.tex commands.tex copying.tex \
+@@ -165,7 +165,7 @@
+ gnucap-man.toc
+
+ MAINTAINERCLEANFILES = \
+- gnucap-man.dvi gnucap-man.pdf
++ gnucap-man.pdf
+
+ TEXDIRS = Addmodel Behavior Circuit Commands Tech
+ TEXFILES = ${TEXSRCS} $(foreach __tmp__,$(TEXDIRS),$(wildcard \
+@@ -342,14 +342,6 @@
+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
+ pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-dist_pkgmanualDATA uninstall-info-am
+-
+-
+-gnucap-man.pdf: gnucap-man.dvi
+-@MISSING_DVIPDFM_TRUE@ @echo "WARNING: dvipdfm was not found on your system but"
+-@MISSING_DVIPDFM_TRUE@ @echo " $@ is out of date and needs to be"
+-@MISSING_DVIPDFM_TRUE@ @echo " rebuilt. Changes to gnucap-man.dvi"
+-@MISSING_DVIPDFM_TRUE@ @echo " will be ignored."
+-@MISSING_DVIPDFM_FALSE@ ${DVIPDFM} gnucap-man
+
+ # run it twice to fix the toc.
+ gnucap-man.dvi: $(TEXFILES)
diff --git a/cad/gnucap/files/patch-modelgen_md.h b/cad/gnucap/files/patch-modelgen_md.h
new file mode 100644
index 000000000000..262fc96079ab
--- /dev/null
+++ b/cad/gnucap/files/patch-modelgen_md.h
@@ -0,0 +1,11 @@
+--- modelgen/md.h.orig Tue Jul 25 19:24:12 2006
++++ modelgen/md.h Tue Jul 25 19:24:17 2006
+@@ -32,7 +32,7 @@
+ #include <cfloat>
+ #include <cmath>
+ #include <climits>
+-#include <limits>
++#include <limits.h>
+ #include <cstdio>
+ #include <cerrno>
+ #include <csetjmp>
diff --git a/cad/gnucap/files/patch-src_md.h b/cad/gnucap/files/patch-src_md.h
new file mode 100644
index 000000000000..33b293fe9a44
--- /dev/null
+++ b/cad/gnucap/files/patch-src_md.h
@@ -0,0 +1,11 @@
+--- src/md.h.orig Tue Jul 25 19:24:01 2006
++++ src/md.h Tue Jul 25 19:24:07 2006
+@@ -32,7 +32,7 @@
+ #include <cfloat>
+ #include <cmath>
+ #include <climits>
+-#include <limits>
++#include <limits.h>
+ #include <cstdio>
+ #include <cerrno>
+ #include <csetjmp>
diff --git a/cad/gnucap/pkg-plist b/cad/gnucap/pkg-plist
index 5e896a357204..cf44a4df522d 100644
--- a/cad/gnucap/pkg-plist
+++ b/cad/gnucap/pkg-plist
@@ -1,162 +1,54 @@
bin/gnucap
-bin/gnucap-ibis
bin/gnucap-modelgen
-%%PORTDOCS%%%%DOCSDIR%%/acs-tutorial
-%%PORTDOCS%%%%DOCSDIR%%/history
-%%PORTDOCS%%%%DOCSDIR%%/man/gnucap-man.pdf
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man001.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man002.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man003.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man004.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man005.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man006.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man007.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man008.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man009.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man010.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man011.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man012.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man013.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man014.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man015.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man016.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man017.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man018.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man019.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man020.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man021.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man022.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man023.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man024.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man025.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man026.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man027.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man028.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man029.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man030.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man031.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man032.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man033.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man034.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man035.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man036.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man037.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man038.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man039.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man040.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man041.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man042.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man043.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man044.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man045.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man046.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man047.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man048.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man049.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man050.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man051.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man052.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man053.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man054.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man055.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man056.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man057.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man058.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man059.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man060.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man061.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man062.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man063.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man064.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man065.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man066.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man067.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man068.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man069.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man070.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man071.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man072.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man073.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man074.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man075.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man076.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man077.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man078.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man079.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man080.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man081.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man082.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man083.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man084.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man085.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man086.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man087.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man088.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man089.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man090.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man091.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man092.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man093.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man094.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man095.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man096.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man097.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man098.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man099.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man100.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man101.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man102.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man103.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man104.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man105.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man106.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man107.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man108.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man109.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/gnucap-man110.html
-%%PORTDOCS%%%%DOCSDIR%%/man/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/relnotes.029
-%%PORTDOCS%%%%DOCSDIR%%/relnotes.030
-%%PORTDOCS%%%%DOCSDIR%%/relnotes.031
-%%PORTDOCS%%%%DOCSDIR%%/relnotes.032
-%%PORTDOCS%%%%DOCSDIR%%/relnotes.033
-%%PORTDOCS%%%%DOCSDIR%%/relnotes.034
-%%PORTDOCS%%%%DOCSDIR%%/whatisit
-%%PORTDOCS%%%%EXAMPLESDIR%%/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq.doc
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq2-145.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq2-289.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq2-577.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq3-1153.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq4-2305.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq4-4609.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq4-6913.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq4-9217.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq4-9217.tran-slow.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq4-9217.tran.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq5-.tran.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq5-.tran.fast.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq5-.tran.like-spice.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq5-.tran.slow.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq5-.tran.vfast.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eq5-.tran.vvfast.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eqboost.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eqflat.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/eqmodify.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/killzap.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/killzap.doc
-%%PORTDOCS%%%%EXAMPLESDIR%%/nmos.doc
-%%PORTDOCS%%%%EXAMPLESDIR%%/nmos100.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/nmos15.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/nmos18.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/nmos30.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/nmp100.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/opamp-ol.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/opamp-vf.ckt
-%%PORTDOCS%%%%EXAMPLESDIR%%/opamp.doc
-%%PORTDOCS%%%%EXAMPLESDIR%%/runall
-%%PORTDOCS%%%%EXAMPLESDIR%%/sc18.ckt
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/man/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/man
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%DOCSDIR%%/COPYING
+%%DOCSDIR%%/INSTALL
+%%DOCSDIR%%/acs-tutorial
+%%DOCSDIR%%/history
+%%DOCSDIR%%/manual/gnucap-man.pdf
+%%DOCSDIR%%/relnotes.029
+%%DOCSDIR%%/relnotes.030
+%%DOCSDIR%%/relnotes.031
+%%DOCSDIR%%/relnotes.032
+%%DOCSDIR%%/relnotes.033
+%%DOCSDIR%%/relnotes.034
+%%DOCSDIR%%/whatisit
+%%EXAMPLESDIR%%/README
+%%EXAMPLESDIR%%/eq.doc
+%%EXAMPLESDIR%%/eq2-145.ckt
+%%EXAMPLESDIR%%/eq2-289.ckt
+%%EXAMPLESDIR%%/eq2-577.ckt
+%%EXAMPLESDIR%%/eq3-1153.ckt
+%%EXAMPLESDIR%%/eq4-2305.ckt
+%%EXAMPLESDIR%%/eq4-4609.ckt
+%%EXAMPLESDIR%%/eq4-6913.ckt
+%%EXAMPLESDIR%%/eq4-9217.ckt
+%%EXAMPLESDIR%%/eq4-9217.tran-slow.ckt
+%%EXAMPLESDIR%%/eq4-9217.tran.ckt
+%%EXAMPLESDIR%%/eq5-.tran.ckt
+%%EXAMPLESDIR%%/eq5-.tran.fast.ckt
+%%EXAMPLESDIR%%/eq5-.tran.like-spice.ckt
+%%EXAMPLESDIR%%/eq5-.tran.slow.ckt
+%%EXAMPLESDIR%%/eq5-.tran.vfast.ckt
+%%EXAMPLESDIR%%/eq5-.tran.vvfast.ckt
+%%EXAMPLESDIR%%/eqboost.ckt
+%%EXAMPLESDIR%%/eqflat.ckt
+%%EXAMPLESDIR%%/eqmodify.ckt
+%%EXAMPLESDIR%%/killzap.ckt
+%%EXAMPLESDIR%%/killzap.doc
+%%EXAMPLESDIR%%/nmos.doc
+%%EXAMPLESDIR%%/nmos100.ckt
+%%EXAMPLESDIR%%/nmos15.ckt
+%%EXAMPLESDIR%%/nmos18.ckt
+%%EXAMPLESDIR%%/nmos30.ckt
+%%EXAMPLESDIR%%/nmosgen.c
+%%EXAMPLESDIR%%/nmp100.ckt
+%%EXAMPLESDIR%%/nmpgen.c
+%%EXAMPLESDIR%%/opamp-ol.ckt
+%%EXAMPLESDIR%%/opamp-vf.ckt
+%%EXAMPLESDIR%%/opamp.doc
+%%EXAMPLESDIR%%/runall
+%%EXAMPLESDIR%%/runall.out
+%%EXAMPLESDIR%%/sc18.ckt
+@dirrmtry %%EXAMPLESDIR%%
+@dirrmtry %%DOCSDIR%%/manual
+@dirrmtry %%DOCSDIR%%