Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 20:11:57 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100809: [PATCH] cad/gnucap: update to 2006.07.08, take maintainership
Message-ID:  <20060725161157.7051012C2C@fonon.realnet>
Resent-Message-ID: <200607251620.k6PGKCHZ080578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100809
>Category:       ports
>Synopsis:       [PATCH] cad/gnucap: update to 2006.07.08, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 25 16:20:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006
>Description:
- Update to 2006.07.08
- Take maintainership

Added file(s):
- files/patch-doc_Makefile.in
- files/patch-examples_Makefile.in
- files/patch-man_Makefile.in
- files/patch-modelgen_md.h
- files/patch-src_md.h

Note to committers: don't make the port use PORTDOCS macro - i like
to have a list of all docs in pkg-plist for this port. Thanks!

>How-To-Repeat:
>Fix:

--- gnucap-2006.07.08.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/cad/gnucap/Makefile /var/tmp/gnucap/Makefile
--- /usr/ports/cad/gnucap/Makefile	Mon Jul 24 16:21:22 2006
+++ /var/tmp/gnucap/Makefile	Tue Jul 25 20:11:12 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/distinfo /var/tmp/gnucap/distinfo
--- /usr/ports/cad/gnucap/distinfo	Thu Nov 24 03:22:45 2005
+++ /var/tmp/gnucap/distinfo	Tue Jul 25 13:13:34 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/files/patch-doc_Makefile.in /var/tmp/gnucap/files/patch-doc_Makefile.in
--- /usr/ports/cad/gnucap/files/patch-doc_Makefile.in	Thu Jan  1 03:00:00 1970
+++ /var/tmp/gnucap/files/patch-doc_Makefile.in	Tue Jul 25 15:24:36 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/files/patch-examples_Makefile.in /var/tmp/gnucap/files/patch-examples_Makefile.in
--- /usr/ports/cad/gnucap/files/patch-examples_Makefile.in	Thu Jan  1 03:00:00 1970
+++ /var/tmp/gnucap/files/patch-examples_Makefile.in	Tue Jul 25 15:14:55 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/files/patch-man_Makefile.in /var/tmp/gnucap/files/patch-man_Makefile.in
--- /usr/ports/cad/gnucap/files/patch-man_Makefile.in	Thu Jan  1 03:00:00 1970
+++ /var/tmp/gnucap/files/patch-man_Makefile.in	Tue Jul 25 19:29:15 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/files/patch-modelgen_md.h /var/tmp/gnucap/files/patch-modelgen_md.h
--- /usr/ports/cad/gnucap/files/patch-modelgen_md.h	Thu Jan  1 03:00:00 1970
+++ /var/tmp/gnucap/files/patch-modelgen_md.h	Tue Jul 25 19:24:41 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/files/patch-src_md.h /var/tmp/gnucap/files/patch-src_md.h
--- /usr/ports/cad/gnucap/files/patch-src_md.h	Thu Jan  1 03:00:00 1970
+++ /var/tmp/gnucap/files/patch-src_md.h	Tue Jul 25 19:24:49 2006
@@ -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 -ruN --exclude=CVS /usr/ports/cad/gnucap/pkg-plist /var/tmp/gnucap/pkg-plist
--- /usr/ports/cad/gnucap/pkg-plist	Sat Jul  3 19:39:00 2004
+++ /var/tmp/gnucap/pkg-plist	Tue Jul 25 19:27:04 2006
@@ -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%%
--- gnucap-2006.07.08.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060725161157.7051012C2C>