View | Details | Raw Unified | Return to bug 283754 | Differences between
and this patch

Collapse All | Expand All

(-)b/cad/ngspice_rework/Makefile (-3 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	ngspice_rework
1
PORTNAME=	ngspice_rework
2
PORTVERSION=	41
2
PORTVERSION=	44.2
3
PORTREVISION=	1
4
CATEGORIES=	cad
3
CATEGORIES=	cad
5
MASTER_SITES=	SF/ngspice/ng-spice-rework/${PORTVERSION}
4
MASTER_SITES=	SF/ngspice/ng-spice-rework/${PORTVERSION}
6
DISTNAME=	ngspice-${PORTVERSION}
5
DISTNAME=	ngspice-${PORTVERSION}
Lines 22-28 shlib_PLIST= ${MASTERDIR}/pkg-plist-shlib Link Here
22
USES=		compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig
21
USES=		compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig
23
22
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--enable-cider --enable-xspice --with-readline=yes
24
CONFIGURE_ARGS=	--enable-cider # xspice, readline, osdi are now standard
26
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
25
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
27
26
28
OPTIONS_DEFINE=	DEBUG
27
OPTIONS_DEFINE=	DEBUG
(-)b/cad/ngspice_rework/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1694224900
1
TIMESTAMP = 1739165203
2
SHA256 (ngspice-41.tar.gz) = 1ce219395d2f50c33eb223a1403f8318b168f1e6d1015a7db9dbf439408de8c4
2
SHA256 (ngspice-44.2.tar.gz) = e7dadfb7bd5474fd22409c1e5a67acdec19f77e597df68e17c5549bc1390d7fd
3
SIZE (ngspice-41.tar.gz) = 9518525
3
SIZE (ngspice-44.2.tar.gz) = 11198335
(-)b/cad/ngspice_rework/pkg-plist-shlib (-2 / +9 lines)
Lines 1-9 Link Here
1
libdata/pkgconfig/ngspice.pc
1
libdata/pkgconfig/ngspice.pc
2
lib/libngspice.so
2
lib/libngspice.so
3
lib/libngspice.so.0
3
lib/libngspice.so.0
4
lib/libngspice.so.0.0.8
4
lib/libngspice.so.0.0.11
5
lib/ngspice/analog.cm
5
lib/ngspice/analog.cm
6
lib/ngspice/digital.cm
6
lib/ngspice/digital.cm
7
lib/ngspice/ivlng.so
8
lib/ngspice/ivlng.vpi
7
lib/ngspice/spice2poly.cm
9
lib/ngspice/spice2poly.cm
8
lib/ngspice/table.cm
10
lib/ngspice/table.cm
9
lib/ngspice/xtradev.cm
11
lib/ngspice/xtradev.cm
Lines 15-17 share/ngspice/scripts/devload Link Here
15
share/ngspice/scripts/setplot
17
share/ngspice/scripts/setplot
16
share/ngspice/scripts/spectrum
18
share/ngspice/scripts/spectrum
17
share/ngspice/scripts/spinit
19
share/ngspice/scripts/spinit
18
- 
20
share/ngspice/scripts/src/ngspice/cmtypes.h
21
share/ngspice/scripts/src/ngspice/cosim.h
22
share/ngspice/scripts/src/ngspice/miftypes.h
23
share/ngspice/scripts/src/verilator_main.cpp
24
share/ngspice/scripts/src/verilator_shim.cpp
25
share/ngspice/scripts/vlnggen

Return to bug 283754