pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xfig xfig: update to 3.2.6a.
details: https://anonhg.NetBSD.org/pkgsrc/rev/749e2d96e48e
branches: trunk
changeset: 369733:749e2d96e48e
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Oct 03 15:09:36 2017 +0000
description:
xfig: update to 3.2.6a.
Changes to Xfig
=============================================================================
Version 3.2
=============================================================================
Patchlevel 6a (January 2017)
CHANGES:
o Draw lines with the same width as in PostScript and other outputs.
BUGS FIXED:
o Add compile-switch --enable-tablet for using an input tablet.
o Eventually, sorted out the xpm switches. Only use --enable-xpm-splash.
o Improve ./configure and add diagnostic output. Looks now for headers
and libraries in unusal places, for compilation under mac darwin when
using fink or macports.
-----------------------------------
Patchlevel 6 (August 2016)
NEW FEATURES:
o Add compile switch to enable xpm-icon and xpm-splash screen
independently (--enable-xpm-icon, --enable-xpm-splash).
o New compile switch --enable-versioning, calls update_version_m4
to get version information from a source control system.
BUGS FIXED:
o Update documentation to LaTeX and Xfig.
From Roland Rosenfeld <roland%spinnaker.de@localhost>:
o Update LaTeX documentation, use \documentclass instead of
\documentstyle, \usepackage instead of \input.
o Builds on hurd, had to #include <limits.h> in a few places.
o Use application/x-xfig, not image/x-xfig in xfig.desktop file.
See https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/690067 and
https://bugs.launchpad.net/ubuntu/+source/xfig/+bug/1045848 .
-----------------------------------
Patchlevel 6-rc (July 2016)
NEW FEATURES:
o Should compile on Mac (Darwin) after installing dependencies using
Macports, Fink or Homebrew.
o Add two rudimentary tests. Run with make check.
UI CHANGES:
From Brian V. Smith. These changes were made because the original
view was of the drawing on the page instead of the modern view
of the observer moving left/right/up/down:
o Left arrow moves observer left (used to scroll canvas left)
o Right arrow moves observer right
o Up arrow moves observer up
o Down arrow moves observer down
o Ctrl+Wheel up zooms in, Ctrl+Wheel down zooms out (was the other
way around)
BUGS FIXED:
o To compile on ancient systems, try make -DANCIENT.
o Report correct paths to installed files in the man page.
o Add pathmax.h and dirstruct.h, to define DIRSTRUCT and PATH_MAX.
From Vladislav Zavjalov; Commit numbers refer to
http://git.altlinux.org/people/slazav/packages/?p=xfig.git;a=commit;h=#
o Preserve comments when deleting objects; Commit #6c42e5c
o Restore colors and main comment after Delete All + Undo; #34f6105
o Draw horizontal scrollbar if property buttons are too wide to fit
on the screen. Commit #e9c1394
o Add save8bit app-resource to allow saving 8-bit files. #5bd9fbb
o Move Xfuncs.h and Xosdefs.h out from fig.h. Commit #b433478
o Move -l flags from LDFLAGS to LDADD. Commit #2d57c85
From Roland Rosenfeld. Bug numers refer to https://bugs.debian.org/#.
o Do not link with -lXmu, if linking with Xaw3d > 1.5e.
o Make japanese documentation available for LANG=ja_JP.ujis.
o Set the Creation date in xfig_man.html to the date when
creating the source tarball.
o Really fix reading png files,
https://bugzilla.redhat.com/show_bug.cgi?id=1150330
o Delete some superfluos files, fix typos (Caribbean),
add semicolon in xfig.desktop (bug # 812477).
From Brian V. Smith:
o old link for "Xfig On Microsoft Windows"
(Getting and Installing Xfig html page)
o dash_list wrong dimension causes segfault on some line styles
o Should handle systems where REG_NOERROR (regular expression)
is undefined now
o Missing xfig_man.html
o Modify a few places where to set locale to "C".
o Didn't allocate enough space for fonts (would segfault
when popping up File panels)
o Moving arc point would segfault
-----------------------------------
Patchlevel 6-beta (May 2016)
NEW FEATURES:
o New tikz and pict2e export drivers.
o Build using autoconf (./configure; make; make install).
BUGS FIXED:
o Change \r\n to \n in all files.
From Roland Rosenfeld. Bug numbers refer to https://bugs.debian.org/#.
In fact, most of the bugs below, also those from other sources, were
fixed by applying the debian-patches.
o Position independent executables work, fixes bug # 756791.
o Revert previous change of X-spline parameter.
o Use C locale for fig2dev, to correctly interpret decimal point.
Fixes bug # 782737.
o Correct grid mode distances in man page. Bug # 314820.
o Extend xfig.desktop.
o Fix unsecure use of temporary file. From Thomas Hoger, gentoo.
Debian Bug # 565341.
o Escape - in man-page.
o Securely print string.
o Restore old shadow behaviour.
o Fix reading "/MediaBox" when importing pdf. Closes Bug # 530898.
o With -papersize b1, use B1, not B10. Bug 535181.
From Vladislav Zavjalov. Information on bugs is found
at https://bugzilla.altlinux.org/show_bug.cgi?id=#
o Do not use fontsets for symbol and dingbat fonts, bug # 26579.
o Fix compiler warnigs in w_indpanel.c. Commit feabe27.
o Restore correct depths when loading a figure, then undo.
Commit b5c79b3.
o Restore filename after delete region, undo. Commit 219d690.
o Restore user color when opening new fig-file. Commit fccd915.
o Restore correct depths when joining lines with different depths.
Commit a77bcaf.
o Fix xfontlist->fset initialization. Commit a592399.
o Fix default origin (100000,100000) -> (0,0) for filled objects.
Commit 4d87e60.
o Fix 100% cpu-load by save panel. Commit 81a4596.
o Do not use local SimpleMenu.c with XAW3D1_5E. Would segfault on
some 64-bit systems when opening main menu.
o Missing argument may cause crash or undefined behaviour.
Debian bug # 795642. From Michael Tautschnig.
From Hans de Goede. Bug information
at https://bugzilla.redhat.com/show_bug.cgi?id=#.
o Patch for importing png-files, Red Hat bug # 1150330. From David Kaufmann.
o Fix crash when changing arrow size. Bug # 1046102.
o Fix crash when creating dash-dotted lines. Bug # 1023744.
From Michael Srb, thanks to Maurizio Pollini and David Kaufmann.
o Fix crash on exit. From Peter Volkov at gentoo
-----------------------------------
Patchlevel 5c (August, 2013)
BUGS FIXED:
o Increased default width of layer panel from 58 to 64 to accomodate scrollbar width
o missing comma in FIXED_JAPANESE_PDF #ifdef case in w_cmdpanel.c
o printer name enclosed in apostrophes when printing in case has spaces in name
o new link from Elizabeth Bailey for Fig applications referenced in installation.html
o old link to duke.uask.ca for Fig applications has new link in installation.html
o Typo in message "GIF read error on extention ..." should be "extension"
o Possibility of stack overflow with malformed Fig files.
o In version 1.4 of the PNG library dither was removed so xfig now uses quantize when
importing PNG images with palettes
o Other updates for PNG library version 1.5 from Peter Volkov
o Some versions of Cygwin don't have either REG_NOERROR or REG_OKAY defined so
REG_NOERROR defined to be 0
o Changed X-Spline parameter to match original intent of X-Spline authors:
changed definition of Q(s) from -s to -0.5 * s in u_draw_spline.c
o Allowance for stricter ghostscript in -dSAFER mode. Was causing error on reading EPS images.
From Hans de Goede
o Security vulnerability with importing images fixed
(RedHat bug # 657981 - xfig buffer overflow when opening .fig file with malicius color definition)
o When exporting to combined PS/PDF/LATEX the -D option to exclude all but active layers
was not passed to fig2dev
o Uses 24-bit color instead of 8-bit when importing eps files (pcx24b driver for ghostscript)
o Bug in freeing null fontset
o Semicolon (;) added at end of MimeType line in xfig.desktop as per
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
o Reference to "Darwin Ports" changed to "MacPorts"
o Renamed O_TEXT to O_TXT to avoid conflicts with system define
o On lines with Round or Projecting cap style and arrowheads, the line endpoint stuck out
beyond the arrowhead
From Vladsilav Zavjalov:
o Uses fontsets for all fonts in international mode
o SEGV when zooming while creating object (e.g. text)
o Add locale_encoding appres which acts similar to euc_encoding, but uses system locale and
mbrlen function for multibyte character length calculation.
o Move "file not found" error message from check_docfile() to launch_viewer(),
remove excess check_docfile() call.
Error message is not shown when looking for a locale-dependent docs. It is shown only
if no docs found at all.
o Do not do strcpy with equal arguments in w_cmdpanel.c/update_cur_filename()
o Print to file had extra argument in sprintf in international mode
o Message panel not tall enough with 3D Athena widgets
o Warnings about different size of int and void * on 64-bit system.
To fix this problem I changed int to intptr_t in some places.
NEW FEATURES:
o New library objects from Markus Laner:
Networks: NodeB.fig, cloud.fig, router.fig, wlan.fig
Computers: datacard.fig, screen.fig, usbpen.fig, xbox.fig
o New command-line option -nowrite_bak to turn off automatic renaming of .fig to .fig.bak
when saving .fig file. X resource is "write_bak". Also command-line option -write_bak
to force renaming to true.
o Can now specify small buttons with command-line argument -smallicons
From Ed Rosten
-----------------------------------
Patchlevel 5b (Jun 1, 2009)
BUGS FIXED:
o Dimension line indicator incorrectly showed arrow length/width
o Several patches from Fedora xfig maintainer
o divide by 0 under certain circumstances in ruler code
From Libor Pechacek
o Segfault if PRINTER env variable was not defined
diffstat:
graphics/xfig/Makefile | 68 +-
graphics/xfig/PLIST | 5063 ++++++++++++-----------
graphics/xfig/distinfo | 34 +-
graphics/xfig/patches/patch-aa | 13 -
graphics/xfig/patches/patch-ab | 123 -
graphics/xfig/patches/patch-ac | 50 -
graphics/xfig/patches/patch-ad | 22 -
graphics/xfig/patches/patch-ae | 34 -
graphics/xfig/patches/patch-ag | 37 -
graphics/xfig/patches/patch-ai | 14 -
graphics/xfig/patches/patch-ak | 14 -
graphics/xfig/patches/patch-al | 24 -
graphics/xfig/patches/patch-am | 12 -
graphics/xfig/patches/patch-an | 53 -
graphics/xfig/patches/patch-ao | 50 -
graphics/xfig/patches/patch-ap | 21 -
graphics/xfig/patches/patch-aq | 24 -
graphics/xfig/patches/patch-d__text.c | 25 -
graphics/xfig/patches/patch-d__text.h | 9 -
graphics/xfig/patches/patch-e__edit.c | 15 -
graphics/xfig/patches/patch-src_e__chop.c | 16 +
graphics/xfig/patches/patch-src_w__intersect.c | 14 +
graphics/xfig/patches/patch-src_w__keyboard.c | 16 +
graphics/xfig/patches/patch-src_w__snap.c | 16 +
graphics/xfig/patches/patch-w__export.c | 22 -
graphics/xfig/patches/patch-w__print.c | 22 -
graphics/xfig/patches/patch-w__util.c | 40 -
27 files changed, 2619 insertions(+), 3232 deletions(-)
diffs (truncated from 6020 to 300 lines):
diff -r 9d73288f2183 -r 749e2d96e48e graphics/xfig/Makefile
--- a/graphics/xfig/Makefile Tue Oct 03 14:59:43 2017 +0000
+++ b/graphics/xfig/Makefile Tue Oct 03 15:09:36 2017 +0000
@@ -1,75 +1,27 @@
-# $NetBSD: Makefile,v 1.71 2015/10/14 20:17:26 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2017/10/03 15:09:36 wiz Exp $
-DISTNAME= xfig.3.2.5b.full
-PKGNAME= xfig-3.2.5b
-PKGREVISION= 11
+DISTNAME= xfig-3.2.6a
+PKGNAME= ${DISTNAME:S/-full//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/}
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.xfig.org/
+HOMEPAGE= http://mcj.sourceforge.net/
COMMENT= CAD-like 2D drawing tool, good for colorful scale drawings & ISOs
-DEPENDS+= transfig>=3.2.4:../../print/transfig
-# if we're using Xaw3d, then we need 1.5E or newer since using that
-# version means we need a patch, which is currently used unconditionally
-BUILDLINK_API_DEPENDS.Xaw3d+= Xaw3d>=1.5E
+DEPENDS+= fig2dev-[0-9]*:../../print/fig2dev
-WRKSRC= ${WRKDIR}/xfig.3.2.5b
-USE_IMAKE= YES
XAW_TYPE?= 3d
-NO_INSTALL_MANPAGES= YES # install.all does install.man
-INSTALL_TARGET= install install.all
-CFLAGS+= -I${X11BASE}/include/X11
-
-.include "../../mk/bsd.prefs.mk"
-
-post-extract:
- cd ${WRKSRC} && ${RM} -f Doc/*.orig Doc/*/*.orig Doc/*/*.save Doc/*/*/*.orig
- ${CHMOD} 755 ${WRKSRC}/Libraries
- find ${WRKSRC}/Libraries -type d -exec ${CHMOD} 0755 {} \;
- find ${WRKSRC}/Libraries -type f -exec ${CHMOD} 0644 {} \;
- find ${WRKSRC}/Doc -type d -exec ${CHMOD} 0755 {} \;
- find ${WRKSRC}/Doc -type f -exec ${CHMOD} 0644 {} \;
-
-SUBST_CLASSES+= xaw
-SUBST_STAGE.xaw= post-patch
-SUBST_MESSAGE.xaw= Fixing Imakefile
-SUBST_FILES.xaw= Imakefile
-.if defined(XAW_TYPE) && ${XAW_TYPE} == "3d"
-# define XAW3D and XAW3D1_5E
-SUBST_SED.xaw+= -e 's/.*\(\#define.XAW3D\)/\1/'
-# does not directly support Xaw3d
-.PHONY: buildlink-Xaw3d-inc-hack
-pre-configure: buildlink-Xaw3d-inc-hack
-
-buildlink-Xaw3d-inc-hack: buildlink-directories
- cd ${BUILDLINK_DIR}/include/X11 && ln -s Xaw3d Xaw
-.elif defined(XAW_TYPE) && ${XAW_TYPE} == "xpm"
-# define XAW3D, undef XAW3D1_5E
-SUBST_SED.xaw+= -e 's/.*\(\#define.XAW3D1_5E\)/XCOMM \1/'
-SUBST_SED.xaw+= -e t
-SUBST_SED.xaw+= -e 's/.*\(\#define.XAW3D\)/\1/'
-.else
-# undef XAW3D and XAW3D1_5E
-SUBST_SED.xaw+= -e 's/.*\(\#define.XAW3D\)/XCOMM \1/'
-.endif
-
-SUBST_CLASSES+= i18n
-SUBST_STAGE.i18n= post-patch
-SUBST_MESSAGE.i18n= Enabling I18N
-SUBST_FILES.i18n= Imakefile
-SUBST_SED.i18n+= -e 's/XCOMM \(\#define I18N\)/\1/'
-
-XFIGDOCDIR= ${PREFIX}/share/doc/xfig
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/Doc/FORMAT?.? ${DESTDIR}${XFIGDOCDIR}
+GNU_CONFIGURE= yes
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+# if we're using Xaw3d, then we need 1.5E or newer since using that
+# version means we need a patch, which is currently used unconditionally
+BUILDLINK_API_DEPENDS.Xaw3d+= Xaw3d>=1.5E
.include "../../mk/xaw.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 9d73288f2183 -r 749e2d96e48e graphics/xfig/PLIST
--- a/graphics/xfig/PLIST Tue Oct 03 14:59:43 2017 +0000
+++ b/graphics/xfig/PLIST Tue Oct 03 15:09:36 2017 +0000
@@ -1,2527 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2009/11/30 13:50:38 itohy Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/10/03 15:09:36 wiz Exp $
bin/xfig
-lib/X11/app-defaults/Fig
-lib/X11/xfig/CompKeyDB
-lib/X11/xfig/Libraries/Arrows/3darrow1.fig
-lib/X11/xfig/Libraries/Arrows/3darrow2.fig
-lib/X11/xfig/Libraries/Arrows/3darrow3.fig
-lib/X11/xfig/Libraries/Arrows/3darrow4.fig
-lib/X11/xfig/Libraries/Arrows/README
-lib/X11/xfig/Libraries/Arrows/circle_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/doublestraight_arrow2.fig
-lib/X11/xfig/Libraries/Arrows/squig1_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/squig1_arrow2.fig
-lib/X11/xfig/Libraries/Arrows/squig2_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/squig2_arrow2.fig
-lib/X11/xfig/Libraries/Arrows/straight_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/straight_arrow2.fig
-lib/X11/xfig/Libraries/Arrows/straight_arrow3.fig
-lib/X11/xfig/Libraries/Arrows/straight_arrow4.fig
-lib/X11/xfig/Libraries/Arrows/straight_arrow5.fig
-lib/X11/xfig/Libraries/Arrows/straight_arrow6.fig
-lib/X11/xfig/Libraries/Arrows/turn180A_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/turn180B_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/turn180C_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/turn90_arrow1.fig
-lib/X11/xfig/Libraries/Arrows/turn90_arrow2.fig
-lib/X11/xfig/Libraries/Arrows/turn90_arrow3.fig
-lib/X11/xfig/Libraries/Audiovisual/README
-lib/X11/xfig/Libraries/Audiovisual/audiorouter.fig
-lib/X11/xfig/Libraries/Audiovisual/camcorder.fig
-lib/X11/xfig/Libraries/Audiovisual/camcorder2.fig
-lib/X11/xfig/Libraries/Audiovisual/camcorder3.fig
-lib/X11/xfig/Libraries/Audiovisual/camera.fig
-lib/X11/xfig/Libraries/Audiovisual/codec.fig
-lib/X11/xfig/Libraries/Audiovisual/codec_minerva.fig
-lib/X11/xfig/Libraries/Audiovisual/codec_vb4k.fig
-lib/X11/xfig/Libraries/Audiovisual/codec_vbmp1.fig
-lib/X11/xfig/Libraries/Audiovisual/headset.fig
-lib/X11/xfig/Libraries/Audiovisual/microphone.fig
-lib/X11/xfig/Libraries/Audiovisual/monitor1.fig
-lib/X11/xfig/Libraries/Audiovisual/monitor2.fig
-lib/X11/xfig/Libraries/Audiovisual/rack.fig
-lib/X11/xfig/Libraries/Audiovisual/stand.fig
-lib/X11/xfig/Libraries/Audiovisual/telcorouter.fig
-lib/X11/xfig/Libraries/Audiovisual/uwavetower.fig
-lib/X11/xfig/Libraries/Audiovisual/vcr.fig
-lib/X11/xfig/Libraries/Buildings/README
-lib/X11/xfig/Libraries/Buildings/barrack.fig
-lib/X11/xfig/Libraries/Buildings/highrise1.fig
-lib/X11/xfig/Libraries/Buildings/highrise2.fig
-lib/X11/xfig/Libraries/Buildings/office.fig
-lib/X11/xfig/Libraries/Buildings/office2.fig
-lib/X11/xfig/Libraries/Buildings/twostory.fig
-lib/X11/xfig/Libraries/Buildings/twostory_front.fig
-lib/X11/xfig/Libraries/Charts/README
-lib/X11/xfig/Libraries/Charts/linear.fig
-lib/X11/xfig/Libraries/Charts/log_1.fig
-lib/X11/xfig/Libraries/Charts/log_2.fig
-lib/X11/xfig/Libraries/Charts/log_3.fig
-lib/X11/xfig/Libraries/Charts/polar.fig
-lib/X11/xfig/Libraries/Charts/smith.fig
-lib/X11/xfig/Libraries/Computers/AOpenKF45E.fig
-lib/X11/xfig/Libraries/Computers/AOpenKF45d.fig
-lib/X11/xfig/Libraries/Computers/HPLJ-5P.fig
-lib/X11/xfig/Libraries/Computers/Highprint-4011.fig
-lib/X11/xfig/Libraries/Computers/Monitor_Keybd_Mouse.fig
-lib/X11/xfig/Libraries/Computers/Primergy_Server.fig
-lib/X11/xfig/Libraries/Computers/README
-lib/X11/xfig/Libraries/Computers/Scenic-Pro_Desktop.fig
-lib/X11/xfig/Libraries/Computers/cd_disk.fig
-lib/X11/xfig/Libraries/Computers/dat-drive.fig
-lib/X11/xfig/Libraries/Computers/dat-drive2.fig
-lib/X11/xfig/Libraries/Computers/desktop1.fig
-lib/X11/xfig/Libraries/Computers/desktop2.fig
-lib/X11/xfig/Libraries/Computers/desktop3.fig
-lib/X11/xfig/Libraries/Computers/desktop4.fig
-lib/X11/xfig/Libraries/Computers/desktop5.fig
-lib/X11/xfig/Libraries/Computers/disk-array.fig
-lib/X11/xfig/Libraries/Computers/film_digitizer.fig
-lib/X11/xfig/Libraries/Computers/floppy_lg.fig
-lib/X11/xfig/Libraries/Computers/floppy_sm.fig
-lib/X11/xfig/Libraries/Computers/fujitsu-siemens.fig
-lib/X11/xfig/Libraries/Computers/generic_hardware.fig
-lib/X11/xfig/Libraries/Computers/high_speed_disk.fig
-lib/X11/xfig/Libraries/Computers/laptop.fig
-lib/X11/xfig/Libraries/Computers/laptop2.fig
-lib/X11/xfig/Libraries/Computers/minitower.fig
-lib/X11/xfig/Libraries/Computers/mirapoint.fig
-lib/X11/xfig/Libraries/Computers/printer.fig
-lib/X11/xfig/Libraries/Computers/printer2.fig
-lib/X11/xfig/Libraries/Computers/printer3.fig
-lib/X11/xfig/Libraries/Computers/qic-drive.fig
-lib/X11/xfig/Libraries/Computers/r320.fig
-lib/X11/xfig/Libraries/Computers/scanner.fig
-lib/X11/xfig/Libraries/Computers/server.fig
-lib/X11/xfig/Libraries/Computers/sparc5.fig
-lib/X11/xfig/Libraries/Computers/sun_d1000.fig
-lib/X11/xfig/Libraries/Computers/sunfire_v120.fig
-lib/X11/xfig/Libraries/Computers/sunfire_v240.fig
-lib/X11/xfig/Libraries/Computers/sunfire_v440.fig
-lib/X11/xfig/Libraries/Computers/tapedrive.fig
-lib/X11/xfig/Libraries/Computers/telephone.fig
-lib/X11/xfig/Libraries/Computers/terminal.fig
-lib/X11/xfig/Libraries/Computers/tower1.fig
-lib/X11/xfig/Libraries/Computers/tower2.fig
-lib/X11/xfig/Libraries/Computers/tower3.fig
-lib/X11/xfig/Libraries/Computers/ultra2.fig
-lib/X11/xfig/Libraries/Computers/ultra30.fig
-lib/X11/xfig/Libraries/Computers/va-jbot.fig
-lib/X11/xfig/Libraries/Computers/va-server-11xx.fig
-lib/X11/xfig/Libraries/Computers/va-server-1hd.fig
-lib/X11/xfig/Libraries/Computers/va-server-2hd.fig
-lib/X11/xfig/Libraries/Computers/va-server-2xxx-face.fig
-lib/X11/xfig/Libraries/Computers/va-server-3500.fig
-lib/X11/xfig/Libraries/Computers/va-server-3hd.fig
-lib/X11/xfig/Libraries/Computers/va-server-4450.fig
-lib/X11/xfig/Libraries/Computers/va-server-4hd.fig
-lib/X11/xfig/Libraries/Computers/va-server-5df.fig
-lib/X11/xfig/Libraries/Computers/va-server-nhs.fig
-lib/X11/xfig/Libraries/Computers/xterminal.fig
-lib/X11/xfig/Libraries/DSP/1toN.fig
-lib/X11/xfig/Libraries/DSP/1toNtime.fig
-lib/X11/xfig/Libraries/DSP/FFT.fig
-lib/X11/xfig/Libraries/DSP/IFFT.fig
-lib/X11/xfig/Libraries/DSP/Nto1.fig
-lib/X11/xfig/Libraries/DSP/Nto1time.fig
-lib/X11/xfig/Libraries/DSP/README
-lib/X11/xfig/Libraries/DSP/adder.fig
-lib/X11/xfig/Libraries/DSP/biquad.fig
-lib/X11/xfig/Libraries/DSP/comparator.fig
-lib/X11/xfig/Libraries/DSP/delay.fig
-lib/X11/xfig/Libraries/DSP/demux.fig
-lib/X11/xfig/Libraries/DSP/directform.fig
-lib/X11/xfig/Libraries/DSP/downsample.fig
-lib/X11/xfig/Libraries/DSP/filterbank.fig
-lib/X11/xfig/Libraries/DSP/fraction_format.fig
-lib/X11/xfig/Libraries/DSP/integrator.fig
-lib/X11/xfig/Libraries/DSP/lpf.fig
-lib/X11/xfig/Libraries/DSP/model.fig
-lib/X11/xfig/Libraries/DSP/mul_composition.fig
-lib/X11/xfig/Libraries/DSP/mult.fig
-lib/X11/xfig/Libraries/DSP/mult_modul.fig
-lib/X11/xfig/Libraries/DSP/mux.fig
-lib/X11/xfig/Libraries/DSP/phasecomp.fig
-lib/X11/xfig/Libraries/DSP/register.fig
-lib/X11/xfig/Libraries/DSP/sum_composition.fig
-lib/X11/xfig/Libraries/DSP/transfer.fig
-lib/X11/xfig/Libraries/DSP/upsample.fig
-lib/X11/xfig/Libraries/ERD/AUTHOR
-lib/X11/xfig/Libraries/ERD/Entity.fig
-lib/X11/xfig/Libraries/ERD/Entity_soft.fig
-lib/X11/xfig/Libraries/ERD/LICENSE
-lib/X11/xfig/Libraries/ERD/README
-lib/X11/xfig/Libraries/ERD/REL_many_many.fig
-lib/X11/xfig/Libraries/ERD/REL_many_many_h.fig
-lib/X11/xfig/Libraries/ERD/REL_many_many_v.fig
-lib/X11/xfig/Libraries/ERD/REL_one_many.fig
-lib/X11/xfig/Libraries/ERD/REL_one_many_h.fig
-lib/X11/xfig/Libraries/ERD/REL_one_many_v.fig
-lib/X11/xfig/Libraries/ERD/REL_specialization_d.fig
-lib/X11/xfig/Libraries/ERD/REL_specialization_l.fig
-lib/X11/xfig/Libraries/ERD/REL_specialization_r.fig
-lib/X11/xfig/Libraries/ERD/REL_specialization_u.fig
-lib/X11/xfig/Libraries/ERD/stick_h.fig
-lib/X11/xfig/Libraries/ERD/stick_v.fig
-lib/X11/xfig/Libraries/Electrical/README
-lib/X11/xfig/Libraries/Electrical/cable_outlet.fig
-lib/X11/xfig/Libraries/Electrical/duplex_outlet.fig
-lib/X11/xfig/Libraries/Electrical/duplex_outlet_20amp.fig
-lib/X11/xfig/Libraries/Electrical/quad_outlet.fig
-lib/X11/xfig/Libraries/Electrical/quad_outlet_20amp.fig
-lib/X11/xfig/Libraries/Electrical/receptacle.fig
-lib/X11/xfig/Libraries/Electrical/receptacle_250v.fig
-lib/X11/xfig/Libraries/Electrical/receptacle_30amps.fig
-lib/X11/xfig/Libraries/Electrical/receptacle_50amps.fig
-lib/X11/xfig/Libraries/Electrical/receptacle_female.fig
-lib/X11/xfig/Libraries/Electrical/receptacle_male.fig
-lib/X11/xfig/Libraries/Electrical/telephone_outlet.fig
-lib/X11/xfig/Libraries/Electronic/Physical/README
-lib/X11/xfig/Libraries/Electronic/Physical/bal_mike.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_db15.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_db25.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_db37.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_db9.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_4pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_5pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_molex_6pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/conn_ribbon_50pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_08pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_14pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_16pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_18pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_20pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_24pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_28pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/dip_40pin.fig
-lib/X11/xfig/Libraries/Electronic/Physical/fuse_holder.fig
-lib/X11/xfig/Libraries/Electronic/Physical/led_digit.fig
-lib/X11/xfig/Libraries/Electronic/Physical/on_off.fig
-lib/X11/xfig/Libraries/Electronic/Physical/rca_conn.fig
-lib/X11/xfig/Libraries/Electronic/Physical/reed_relay.fig
-lib/X11/xfig/Libraries/Electronic/Physical/rs422.fig
-lib/X11/xfig/Libraries/Electronic/Physical/sdi.fig
-lib/X11/xfig/Libraries/Electronic/Physical/svga.fig
-lib/X11/xfig/Libraries/Electronic/Physical/terminal_block.fig
-lib/X11/xfig/Libraries/Electronic/README
Home |
Main Index |
Thread Index |
Old Index