- Update to 4.6.1
PR: ports/160084 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
2eedcbcead
commit
e265bd4c8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280908
3 changed files with 44 additions and 372 deletions
|
@ -6,14 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= atlc
|
||||
PORTVERSION= 4.6.0
|
||||
PORTVERSION= 4.6.1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tool to calculate the impedance of transmission lines
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
LICENSE= GPLv2 # (or later)
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= atlc.1 coax.1 create_bmp_for_circ_in_circ.1 \
|
||||
create_bmp_for_circ_in_rect.1 \
|
||||
|
@ -27,32 +32,44 @@ MAN1= atlc.1 coax.1 create_bmp_for_circ_in_circ.1 \
|
|||
design_coupler.1 dualcoax.1 \
|
||||
find_optimal_dimensions_for_microstrip_coupler.1 \
|
||||
readbin.1 sysdata.1
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG}
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
@${ECHO_MSG} "You can enable additional compilation optimizations"
|
||||
@${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS"
|
||||
.endif
|
||||
@${ECHO_MSG}
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
PLIST_FILES= bin/atlc bin/coax bin/create_any_bitmap \
|
||||
bin/create_bmp_for_circ_in_circ \
|
||||
bin/create_bmp_for_circ_in_rect \
|
||||
bin/create_bmp_for_microstrip_coupler \
|
||||
bin/create_bmp_for_rect_cen_in_rect \
|
||||
bin/create_bmp_for_rect_cen_in_rect_coupler \
|
||||
bin/create_bmp_for_rect_in_circ \
|
||||
bin/create_bmp_for_rect_in_rect \
|
||||
bin/create_bmp_for_stripline_coupler \
|
||||
bin/create_bmp_for_symmetrical_stripline \
|
||||
bin/design_coupler bin/dualcoax \
|
||||
bin/find_optimal_dimensions_for_microstrip_coupler \
|
||||
bin/locatediff bin/myfilelength bin/mymd5sum bin/readbin
|
||||
|
||||
post-patch:
|
||||
.if !defined(WITH_OPTIMIZED_CFLAGS)
|
||||
@${REINPLACE_CMD} -E -e 's,-O(2|3),,' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for file in docs/qex-december-1996/Makefile.in \
|
||||
docs/html-docs/Makefile.in \
|
||||
docs/html-docs/jpgs/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|atlc/docs|doc/atlc|' ${WRKSRC}/${file}
|
||||
.for file in Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS/s|docs examples||' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
@${REINPLACE_CMD} -e 's|atlc/examples|examples/atlc|' \
|
||||
-e 's|cvsignore||' -e 's|create_for_Makefile.am||' \
|
||||
${WRKSRC}/examples/Makefile.in
|
||||
.else
|
||||
@${REINPLACE_CMD} -e 's|docs examples||' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(${TAR} -C ${WRKSRC}/docs --exclude "*Makefile*" -cf - . | \
|
||||
${TAR} -C ${DOCSDIR} --unlink -xf -)
|
||||
@${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+rx
|
||||
@${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
@${FIND} ${DOCDIR} | ${XARGS} ${CHOWN} ${SHHAREOWN}:${SHAREGRP}
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(${TAR} -C ${WRKSRC}/examples --exclude "*Makefile*" -cf - . | \
|
||||
${TAR} -C ${EXAMPLESDIR} --unlink -xf -)
|
||||
@${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+rx
|
||||
@${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
@${FIND} ${DOCDIR} | ${XARGS} ${CHOWN} ${SHHAREOWN}:${SHAREGRP}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (atlc-4.6.0.tar.gz) = 3dc1c3b40ac61a9221568a52261c2f9dbbc3765524156e28a421d8ea0255380d
|
||||
SIZE (atlc-4.6.0.tar.gz) = 2445849
|
||||
SHA256 (atlc-4.6.1.tar.bz2) = 0ad8f9bb2a9c59ed452ffd8fdbad85a53d0c3022e69d479caa4ab9c0a6841321
|
||||
SIZE (atlc-4.6.1.tar.bz2) = 1784110
|
||||
|
|
|
@ -1,345 +0,0 @@
|
|||
bin/atlc
|
||||
bin/coax
|
||||
bin/create_any_bitmap
|
||||
bin/create_bmp_for_circ_in_circ
|
||||
bin/create_bmp_for_circ_in_rect
|
||||
bin/create_bmp_for_microstrip_coupler
|
||||
bin/create_bmp_for_rect_cen_in_rect
|
||||
bin/create_bmp_for_rect_cen_in_rect_coupler
|
||||
bin/create_bmp_for_rect_in_circ
|
||||
bin/create_bmp_for_rect_in_rect
|
||||
bin/create_bmp_for_stripline_coupler
|
||||
bin/create_bmp_for_symmetrical_stripline
|
||||
bin/design_coupler
|
||||
bin/dualcoax
|
||||
bin/find_optimal_dimensions_for_microstrip_coupler
|
||||
bin/locatediff
|
||||
bin/myfilelength
|
||||
bin/mymd5sum
|
||||
bin/readbin
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/FAQ.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/IMPORTANT.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/accuracy.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/an_example_of_using_design_coupler.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/atlc.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/banner.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/bmp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/building.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/calculate_zodd_and_zeven.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/colours.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/couplers.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_circ_in_circ.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_circ_in_rect.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_rect_cen_in_rect.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_rect_cen_in_rect_coupler.1
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_rect_in_circ.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_rect_in_rect.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_stripline_coupler.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/create_bmp_for_symmetrical_stripline.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/design_coupler.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/determine_dimensions_of_couplers.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/errors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/examples.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/fileformat.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/generate_for_coupler.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/generators.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/index2.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/installing.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/000000.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/0000ff.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/00ff00.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/00ffff.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/1aefb3.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/3dcoup.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/50.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/696969.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/8235ef.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/8e8e8e.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/aliased.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/bc7f60.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/bluefish.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/central.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/centred.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/cir.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.Er.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.U.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.V.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coax2.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coaxial1.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/cop1.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coupler.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coupler3.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coupler4.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/coupler9.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/d5a04d.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/dcdcdc.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/dff788.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/eccentric_coax.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/eccentric_coax2.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/efcc1a.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/elliptical.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/enclosed-microstrip.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ff0000.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ff0001.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ff00ff.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ffcaca.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ffff00.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ffffff.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/full-size.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/home-email.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ms_coupler.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.Er.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.U.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.V.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/multi-dielectric.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/not-aliased.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/off-centre.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/off-centre2.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.Er.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.U.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.V.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/pcb2.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/rect.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/rect2.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/rect9.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ric.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/symmetrical_strip.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/test.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/too-small.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.Er.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.U.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.V.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire2.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/twin-wire2.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.Er.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.U.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.V.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/ushape.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd-dark.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd-dark.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd-dark.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd-light.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd-light.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd-light.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.E.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.Er.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.Ex.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.Ey.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.U.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.V.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/very-odd.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/jpgs/wide.jpg
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/make-check.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/man-pages.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/options.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qex_december_1996/ATLC.C
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qex_december_1996/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/qex_december_1996/atlc.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/readbin.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/rect_in_rect.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/sysdata.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/theory.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/todo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/tutorial.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/usage_design_coupler.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html-docs/valid-html40.gif
|
||||
%%PORTDOCS%%share/examples/atlc/100ohm-201h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/100ohm-401h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/100ohm-801h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/200ohm-201h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/200ohm-401h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/200ohm-801h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.E.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.Ey.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-401h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-801h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/400ohm-1551h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.E.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.Ey.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-201h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-401h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-801h.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/aliased.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/an_odd_er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/bigger_not_in_centre.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-100.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200-Er=100.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.E.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.Ey.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-25.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-400.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-50.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.E.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.Ey.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coaxtest.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coaxtest2.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/coupler.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/dual-dielectric-coax.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/ground-negative-short.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/microstrip_coupler.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/multi-dielectric.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/not-aliased.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/not_in_centre.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/odd-coupler.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/off-centre-coax.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/offset.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/pcb-coupler.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/pcb.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/positive-ground-short.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/positive-negative-short.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.E.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.E.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.Ex.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.Ex.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.Ey.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.Ey.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.U.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.U.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.V.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.V.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.E.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.E.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.Ex.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.Ex.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.Ey.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.Ey.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.U.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.U.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.V.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.V.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.E.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.Ey.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test3.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test4.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test5.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test6.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test7.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.E.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.Ey.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.E.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.E.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.Er.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.Ex.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.Ex.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.Ey.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.Ey.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.U.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.U.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.V.even.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.V.odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler2.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_sym_strip.Ex.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_sym_strip.U.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_sym_strip.V.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/test_sym_strip.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire2.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire3.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire4.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/ushape.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/very-odd.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/wide-9pixel.bmp
|
||||
%%PORTDOCS%%share/examples/atlc/100ohm-201h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/100ohm-401h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/100ohm-801h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/200ohm-201h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/200ohm-401h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/200ohm-801h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-201h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/25ohm-401h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/400ohm-1551h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-401h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/50ohm-801h.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/bigger_not_in_centre.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-100.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200-Er=100.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-200.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-25.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-400.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax-500-50.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coax2.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coaxtest.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coaxtest2.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/coupler.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/ground-negative-short.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/microstrip_coupler.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/multi-dielectric.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/not-aliased.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/not_in_centre.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/offset.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/pcb-coupler.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/pcb.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler1.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test-coupler2.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test3.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test4.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test6.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test7.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test_rect_in_rect.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test_stripline_coupler.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/test_sym_strip.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire2.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire3.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/twin-wire4.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/ushape.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/very-odd.bmp.txt
|
||||
%%PORTDOCS%%share/examples/atlc/wide-9pixel.bmp.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html-docs/jpgs
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html-docs
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/qex_december_1996
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrm share/examples/atlc
|
Loading…
Reference in a new issue