summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-07-03 14:26:32 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-07-03 14:26:32 +0000
commitbe0b4abae3bb269ad18e08b0373eca5e2bc2c166 (patch)
treed9d23d5bdeed1015a88779ef467a4722026cf297 /graphics/xfig
parent7e3cf06b04c2e394edacd24d9c449c534a546534 (diff)
downloadpkgsrc-be0b4abae3bb269ad18e08b0373eca5e2bc2c166.tar.gz
Update to xfig-3.2.2.
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/Makefile27
-rw-r--r--graphics/xfig/files/md52
-rw-r--r--graphics/xfig/patches/patch-aa94
-rw-r--r--graphics/xfig/pkg/PLIST464
4 files changed, 542 insertions, 45 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 50a463c028c..41c2e481513 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -1,26 +1,35 @@
-# $NetBSD: Makefile,v 1.9 1998/06/22 12:39:48 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/07/03 14:26:32 frueauf Exp $
#
-DISTNAME= xfig.3.2
-PKGNAME= xfig-3.2
-WRKSRC= ${WRKDIR}/xfig.3.2
+DISTNAME= xfig.3.2.2
+PKGNAME= xfig-3.2.2
+WRKSRC= ${WRKDIR}/xfig.3.2.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
MAINTAINER= root@garbled.futureone.com
-RUN_DEPENDS= fig2dev:../../print/transfig
+DEPENDS+= transfig-3.2.1:../../print/transfig
DEPENDS+= xpm-3.4j:../../graphics/xpm
DEPENDS+= jpeg-6a:../../graphics/jpeg
DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d
+CONFLICTS= xfig-3.2
+
USE_IMAKE= yes
post-install:
- ${MKDIR} ${X11BASE}/share/examples/xfig
- ${MKDIR} ${X11BASE}/share/doc/xfig
- ${CP} ${WRKSRC}/Examples/* ${X11BASE}/share/examples/xfig
- ${CP} ${WRKSRC}/Doc/xfig.ps.gz ${X11BASE}/share/doc/xfig
+ @${MKDIR} ${X11BASE}/share/examples/xfig
+ @${CP} ${WRKSRC}/Examples/*.fig ${X11BASE}/share/examples/xfig
+ @${CP} ${WRKSRC}/Examples/*.jpg ${X11BASE}/share/examples/xfig
+ @${CP} ${WRKSRC}/Examples/*.eps ${X11BASE}/share/examples/xfig
+ @${CP} ${WRKSRC}/Examples/*.xbm ${X11BASE}/share/examples/xfig
+ @${CP} ${WRKSRC}/Examples/*.gif ${X11BASE}/share/examples/xfig
+ @${CP} ${WRKSRC}/Examples/*.xpm ${X11BASE}/share/examples/xfig
+ @${RM} ${X11BASE}/share/doc/xfig/html/images/add-arrow-button.gif.bak \
+ ${X11BASE}/share/doc/xfig/html/images/open-compound-button.gif.bak \
+ ${X11BASE}/share/doc/xfig/html/images/screen-image.fig.bak \
+ ${X11BASE}/share/doc/xfig/html/images/update-control.gif.bak
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/xfig/files/md5 b/graphics/xfig/files/md5
index f099618a9d4..7299605b40d 100644
--- a/graphics/xfig/files/md5
+++ b/graphics/xfig/files/md5
@@ -1 +1 @@
-MD5 (xfig.3.2.tar.gz) = d16c4662b96e3f9d0735b7612c7d016b
+MD5 (xfig.3.2.2.tar.gz) = c250a538f434fb60963bcd633be13d7a
diff --git a/graphics/xfig/patches/patch-aa b/graphics/xfig/patches/patch-aa
index 950f70b9a2f..dd4148cc1c0 100644
--- a/graphics/xfig/patches/patch-aa
+++ b/graphics/xfig/patches/patch-aa
@@ -1,22 +1,26 @@
---- Imakefile.orig Fri Aug 22 22:59:16 1997
-+++ Imakefile Sun Feb 8 16:15:29 1998
-@@ -46,12 +46,12 @@
- XCOMM set JPEGLIBDIR after the #else to the directory where you have the source
- XCOMM for jpeg.
-
--XCOMM #define USEINSTALLEDJPEG
-+#define USEINSTALLEDJPEG
+--- Imakefile.orig Thu Jul 2 19:37:09 1998
++++ Imakefile Fri Jul 3 14:32:45 1998
+@@ -40,7 +40,8 @@
+ #ifdef USEJPEG
+ #ifdef USEINSTALLEDJPEG
+-JPEGLIBDIR = /usr/local/lib
++JPEGLIBDIR = $(LOCALBASE)/lib
++JPEGINCDIR = -I$(LOCALBASE)/include
+ #else
+ JPEGLIBDIR = ../jpeg
+ #endif
+@@ -54,7 +55,7 @@
XCOMM Uncomment the following definition for XAWLIB if you want to use
XCOMM the 3d Athena Widget Set (highly recommended!)
-XCOMM XAWLIB = -lXaw3d
+XAWLIB = -lXaw3d
- XCOMM Uncomment the following if needed for DECstations running older X11R4
+ XCOMM Uncomment the following if needed for DECstations running older X11R4
XCOMM INCROOT=/usr/include/mit
-@@ -66,20 +66,20 @@
- XCOMM Change XPMLIB if necessary to point to the xpm library (libXpm)
+@@ -70,12 +71,12 @@
+ XCOMM Change XPMLIBS if necessary to point to the xpm library (libXpm)
XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h)
-XCOMM #define USEXPM
@@ -28,20 +32,10 @@
XPMLIBDIR = $(USRLIBDIR)
-XPMINC = -I$(INCDIR)
+XPMINC = -I$(INCDIR)/X11
- XPMLIB = -L$(XPMLIBDIR) -lXpm
+ XPMLIBS = -L$(XPMLIBDIR) -lXpm
#endif
- #ifdef USEJPEG
-
- #ifdef USEINSTALLEDJPEG
--JPEGLIBDIR = /usr/local/lib
--JPEGINCDIR = -I/usr/include/X11
-+JPEGLIBDIR = $(LOCALBASE)/lib
-+JPEGINCDIR = -I$(LOCALBASE)/include
- JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
- #else
- JPEGLIBDIR = ../jpeg
-@@ -112,7 +112,7 @@
+@@ -101,7 +102,7 @@
XCOMM inline functions. With the "INLINE" keyword, you should notice that
XCOMM the display will be a bit faster in complex figures
@@ -50,3 +44,57 @@
XCOMM use (and change) the following if you want the multi-key data base file
XCOMM somewhere other than the standard X11 library directory
+@@ -110,6 +111,8 @@
+ XCOMM use this if you want the multi-key data base file in the standard X11 tree
+ XFIGLIBDIR = $(LIBDIR)/xfig
+
++XFIGDOCDIR = $(X11BASE)/share/doc/xfig
++
+ XCOMM If your system doesn't have strstr undefine the following definition
+ XCOMM HAVE_NO_NOSTRSTR = -DNOSTRSTR
+
+@@ -169,7 +172,6 @@
+
+ #ifdef USEJPEG
+ #ifdef USEINSTALLEDJPEG
+-JPEGINCDIR = -I/usr/include/X11
+ JPEGLIB = -L$(JPEGLIBDIR) -ljpeg
+ #else
+ JPEGCONF = configure
+@@ -314,22 +316,23 @@
+
+ XCOMM Install the object libraries here
+ install::
+- @echo Copying PDF documentation to $(XFIGLIBDIR)
++ @echo Copying PDF documentation to $(XFIGDOCDIR)
+ @(cd Doc ; \
+- $(INSTALL) -c xfig-howto.pdf $(XFIGLIBDIR) ; \
+- $(INSTALL) -c xfig.pdf $(XFIGLIBDIR) ; \
+- echo Copying html files to $(XFIGLIBDIR)/html ; \
+- if [ -d $(XFIGLIBDIR)/html ]; then set +x; \
+- else (set -x; $(MKDIRHIER) $(XFIGLIBDIR)/html ); fi ; \
+- (cd html ; $(INSTALL) -c *.* $(XFIGLIBDIR)/html ; ) ;\
++ /bin/mkdir -p $(XFIGDOCDIR); \
++ $(INSTALL) -c xfig-howto.pdf $(XFIGDOCDIR) ; \
++ $(INSTALL) -c xfig.pdf $(XFIGDOCDIR) ; \
++ echo Copying html files to $(XFIGDOCDIR)/html ; \
++ if [ -d $(XFIGDOCDIR)/html ]; then set +x; \
++ else (set -x; $(MKDIRHIER) $(XFIGDOCDIR)/html ); fi ; \
++ (cd html ; $(INSTALL) -c *.* $(XFIGDOCDIR)/html ; ) ;\
+ echo " Copying japanese html files" ; \
+- if [ -d $(XFIGLIBDIR)/html/japanese ]; then set +x; \
+- else (set -x; $(MKDIRHIER) $(XFIGLIBDIR)/html/japanese ); fi ; \
+- (cd html/japanese ; $(INSTALL) -c * $(XFIGLIBDIR)/html/japanese ; ) ; \
++ if [ -d $(XFIGDOCDIR)/html/japanese ]; then set +x; \
++ else (set -x; $(MKDIRHIER) $(XFIGDOCDIR)/html/japanese ); fi ; \
++ (cd html/japanese ; $(INSTALL) -c * $(XFIGDOCDIR)/html/japanese ; ) ; \
+ echo " Copying image files for html" ; \
+- if [ -d $(XFIGLIBDIR)/html/images ]; then set +x; \
+- else (set -x; $(MKDIRHIER) $(XFIGLIBDIR)/html/images ); fi ; \
+- (cd html/images ; $(INSTALL) -c * $(XFIGLIBDIR)/html/images ; ) ; \
++ if [ -d $(XFIGDOCDIR)/html/images ]; then set +x; \
++ else (set -x; $(MKDIRHIER) $(XFIGDOCDIR)/html/images ); fi ; \
++ (cd html/images ; $(INSTALL) -c * $(XFIGDOCDIR)/html/images ; ) ; \
+ ) ;
+ @echo "Copying Fig Object Libraries"
+ @(cd Examples/Libraries ; \
diff --git a/graphics/xfig/pkg/PLIST b/graphics/xfig/pkg/PLIST
index d2ed9ef40d9..f32658cdcf5 100644
--- a/graphics/xfig/pkg/PLIST
+++ b/graphics/xfig/pkg/PLIST
@@ -1,12 +1,445 @@
-@comment $NetBSD: PLIST,v 1.2 1998/02/08 23:45:05 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/07/03 14:26:32 frueauf Exp $
+bin/xfig
+man/cat1/xfig.0
lib/X11/xfig/CompKeyDB
lib/X11/app-defaults/Fig
lib/X11/app-defaults/Fig-color
-bin/xfig
-man/cat1/xfig.0
+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/twostory.fig
+lib/X11/xfig/Libraries/Buildings/twostory_front.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/film_digitizer.fig
+lib/X11/xfig/Libraries/Computers/high_speed_disk.fig
+lib/X11/xfig/Libraries/Computers/laptop.fig
+lib/X11/xfig/Libraries/Computers/printer.fig
+lib/X11/xfig/Libraries/Computers/scanner.fig
+lib/X11/xfig/Libraries/Computers/scanner2.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/Electrical/Physical/conn_db15.fig
+lib/X11/xfig/Libraries/Electrical/Physical/conn_db25.fig
+lib/X11/xfig/Libraries/Electrical/Physical/conn_db9.fig
+lib/X11/xfig/Libraries/Electrical/Physical/conn_molex_4pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/conn_molex_5pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/conn_molex_6pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_08pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_14pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_16pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_18pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_20pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_24pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_28pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/dip_40pin.fig
+lib/X11/xfig/Libraries/Electrical/Physical/fuse_holder.fig
+lib/X11/xfig/Libraries/Electrical/Physical/fuse_holder2.fig
+lib/X11/xfig/Libraries/Electrical/Physical/led_digit.fig
+lib/X11/xfig/Libraries/Electrical/Physical/receptacle_female.fig
+lib/X11/xfig/Libraries/Electrical/Physical/receptacle_male.fig
+lib/X11/xfig/Libraries/Electrical/Physical/reed_relay.fig
+lib/X11/xfig/Libraries/Electrical/Physical/terminal_block.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/battery.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/capacitor.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/circle_large.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/circle_med.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/circle_small.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/coil.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/crystal.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/current_source.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond_large.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond_large_fill.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond_med.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond_med_fill.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond_small.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diamond_small_fill.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/diode.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/dot_large.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/dot_med.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/dot_small.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/fet1.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/fet2.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/frame_ground.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/fuse.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/fuse2.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/ground.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/heater.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/inductor.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/led.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/logic_ground.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/mov.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/npn.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/opamp.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/plug_socket.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/pnp.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/pushbutton_nc.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/pushbutton_no.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/relay.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/resistor.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/sine.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/switch_spdt.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/switch_spst.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/thermostat.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/transformer.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/transformer_ironcore.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/triac.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/var_resistor.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/var_resistor2.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/zener.fig
+lib/X11/xfig/Libraries/Electrical/Schematic/zener2.fig
+lib/X11/xfig/Libraries/Flowchart/arrow_down.fig
+lib/X11/xfig/Libraries/Flowchart/arrow_left.fig
+lib/X11/xfig/Libraries/Flowchart/arrow_open_left.fig
+lib/X11/xfig/Libraries/Flowchart/arrow_open_right.fig
+lib/X11/xfig/Libraries/Flowchart/arrow_right.fig
+lib/X11/xfig/Libraries/Flowchart/arrow_up.fig
+lib/X11/xfig/Libraries/Flowchart/collate.fig
+lib/X11/xfig/Libraries/Flowchart/comment_annotation.fig
+lib/X11/xfig/Libraries/Flowchart/communication_link.fig
+lib/X11/xfig/Libraries/Flowchart/connector.fig
+lib/X11/xfig/Libraries/Flowchart/core.fig
+lib/X11/xfig/Libraries/Flowchart/decision.fig
+lib/X11/xfig/Libraries/Flowchart/display.fig
+lib/X11/xfig/Libraries/Flowchart/document.fig
+lib/X11/xfig/Libraries/Flowchart/extract.fig
+lib/X11/xfig/Libraries/Flowchart/initialization.fig
+lib/X11/xfig/Libraries/Flowchart/inputoutput.fig
+lib/X11/xfig/Libraries/Flowchart/magnetic_disk.fig
+lib/X11/xfig/Libraries/Flowchart/magnetic_tape.fig
+lib/X11/xfig/Libraries/Flowchart/manual_input.fig
+lib/X11/xfig/Libraries/Flowchart/manual_operator.fig
+lib/X11/xfig/Libraries/Flowchart/merge.fig
+lib/X11/xfig/Libraries/Flowchart/offline_storage.fig
+lib/X11/xfig/Libraries/Flowchart/offpage_connector.fig
+lib/X11/xfig/Libraries/Flowchart/online_storage.fig
+lib/X11/xfig/Libraries/Flowchart/predefined_process.fig
+lib/X11/xfig/Libraries/Flowchart/process.fig
+lib/X11/xfig/Libraries/Flowchart/punched_card.fig
+lib/X11/xfig/Libraries/Flowchart/sort.fig
+lib/X11/xfig/Libraries/Flowchart/terminal_interrupt.fig
+lib/X11/xfig/Libraries/Hospital/centrifuge.fig
+lib/X11/xfig/Libraries/Hospital/display.fig
+lib/X11/xfig/Libraries/Hospital/dual_display.fig
+lib/X11/xfig/Libraries/Hospital/ekg.fig
+lib/X11/xfig/Libraries/Hospital/film_digitizer.fig
+lib/X11/xfig/Libraries/Hospital/microscope.fig
+lib/X11/xfig/Libraries/Hospital/monitor.fig
+lib/X11/xfig/Libraries/Hospital/stethsoscope.fig
+lib/X11/xfig/Libraries/Hospital/ultrasound.fig
+lib/X11/xfig/Libraries/Logic/circle_large.fig
+lib/X11/xfig/Libraries/Logic/circle_med.fig
+lib/X11/xfig/Libraries/Logic/circle_small.fig
+lib/X11/xfig/Libraries/Logic/diamond_large.fig
+lib/X11/xfig/Libraries/Logic/diamond_large_fill.fig
+lib/X11/xfig/Libraries/Logic/diamond_med.fig
+lib/X11/xfig/Libraries/Logic/diamond_med_fill.fig
+lib/X11/xfig/Libraries/Logic/diamond_small.fig
+lib/X11/xfig/Libraries/Logic/diamond_small_fill.fig
+lib/X11/xfig/Libraries/Logic/dot_large.fig
+lib/X11/xfig/Libraries/Logic/dot_med.fig
+lib/X11/xfig/Libraries/Logic/dot_small.fig
+lib/X11/xfig/Libraries/Logic/gate_and.fig
+lib/X11/xfig/Libraries/Logic/gate_and3.fig
+lib/X11/xfig/Libraries/Logic/gate_inverter.fig
+lib/X11/xfig/Libraries/Logic/gate_inverter_schmidt.fig
+lib/X11/xfig/Libraries/Logic/gate_nand.fig
+lib/X11/xfig/Libraries/Logic/gate_nand3.fig
+lib/X11/xfig/Libraries/Logic/gate_nand_schmidt.fig
+lib/X11/xfig/Libraries/Logic/gate_neg_in_or.fig
+lib/X11/xfig/Libraries/Logic/gate_neg_in_or3.fig
+lib/X11/xfig/Libraries/Logic/gate_nor.fig
+lib/X11/xfig/Libraries/Logic/gate_nor3.fig
+lib/X11/xfig/Libraries/Logic/gate_or.fig
+lib/X11/xfig/Libraries/Logic/gate_or3.fig
+lib/X11/xfig/Libraries/Logic/gate_xor.fig
+lib/X11/xfig/Libraries/Logic/ground.fig
+lib/X11/xfig/Libraries/Logic/ic_1-8_demux.fig
+lib/X11/xfig/Libraries/Logic/ic_74165.fig
+lib/X11/xfig/Libraries/Logic/ic_74HC139.fig
+lib/X11/xfig/Libraries/Logic/ic_74HC244.fig
+lib/X11/xfig/Libraries/Logic/ic_74HC4040.fig
+lib/X11/xfig/Libraries/Logic/ic_74LS138.fig
+lib/X11/xfig/Libraries/Logic/ic_AC161.fig
+lib/X11/xfig/Libraries/Logic/ic_DAC0800LCN.fig
+lib/X11/xfig/Libraries/Logic/ic_HC595.fig
+lib/X11/xfig/Libraries/Logic/ic_d_flipflop.fig
+lib/X11/xfig/Libraries/Logic/ic_jk_flipflop.fig
+lib/X11/xfig/Libraries/Logic/ic_oneshot.fig
+lib/X11/xfig/Libraries/Logic/logic_ground.fig
+lib/X11/xfig/Libraries/Music/eighth-tie.fig
+lib/X11/xfig/Libraries/Music/eighth.fig
+lib/X11/xfig/Libraries/Music/fermata.fig
+lib/X11/xfig/Libraries/Music/flat.fig
+lib/X11/xfig/Libraries/Music/half-dotted-down.fig
+lib/X11/xfig/Libraries/Music/half-dotted-up.fig
+lib/X11/xfig/Libraries/Music/half-down.fig
+lib/X11/xfig/Libraries/Music/half-up.fig
+lib/X11/xfig/Libraries/Music/natural.fig
+lib/X11/xfig/Libraries/Music/quarter-dotted-down.fig
+lib/X11/xfig/Libraries/Music/quarter-dotted-up.fig
+lib/X11/xfig/Libraries/Music/quarter-down.fig
+lib/X11/xfig/Libraries/Music/quarter-up.fig
+lib/X11/xfig/Libraries/Music/sharp.fig
+lib/X11/xfig/Libraries/Music/sixteenth-tie.fig
+lib/X11/xfig/Libraries/Music/sixteenth.fig
+lib/X11/xfig/Libraries/Music/staff.fig
+lib/X11/xfig/Libraries/Music/treble_clef.fig
+lib/X11/xfig/Libraries/Music/treble_staff.fig
+lib/X11/xfig/Libraries/Music/whole-dotted.fig
+lib/X11/xfig/Libraries/Music/whole.fig
+lib/X11/xfig/Libraries/Networks/at+t_emmi.fig
+lib/X11/xfig/Libraries/Networks/concentrator1.fig
+lib/X11/xfig/Libraries/Networks/concentrator2.fig
+lib/X11/xfig/Libraries/Networks/concentrator3.fig
+lib/X11/xfig/Libraries/Networks/ether_switch.fig
+lib/X11/xfig/Libraries/Networks/forerunner_asx100.fig
+lib/X11/xfig/Libraries/Networks/gdc_apex.fig
+lib/X11/xfig/Libraries/Networks/hub1.fig
+lib/X11/xfig/Libraries/Networks/imux.fig
+lib/X11/xfig/Libraries/Networks/microwave1.fig
+lib/X11/xfig/Libraries/Networks/microwave2.fig
+lib/X11/xfig/Libraries/Networks/mmedia_explorer.fig
+lib/X11/xfig/Libraries/Networks/rack.fig
+lib/X11/xfig/Libraries/Networks/rack2.fig
+lib/X11/xfig/Libraries/Networks/router.fig
+lib/X11/xfig/Libraries/Networks/smux6000.fig
+lib/X11/xfig/Libraries/Networks/switching_hub.fig
+lib/X11/xfig/Libraries/Networks/synoptics_latticell.fig
+lib/X11/xfig/Libraries/Networks/transceiver1.fig
+lib/X11/xfig/Libraries/Networks/transceiver2.fig
+lib/X11/xfig/Libraries/Networks/transceiver3.fig
+share/doc/xfig/html/accelerators.html
+share/doc/xfig/html/authors.html
+share/doc/xfig/html/command-panel.html
+share/doc/xfig/html/drawing-mode.html
+share/doc/xfig/html/editing-mode.html
+share/doc/xfig/html/faq.html
+share/doc/xfig/html/features_bugs.html
+share/doc/xfig/html/fig-format.html
+share/doc/xfig/html/i18n.html
+share/doc/xfig/html/images/3dhouse-small.gif
+share/doc/xfig/html/images/3dhouse.gif
+share/doc/xfig/html/images/a-umlaut.gif
+share/doc/xfig/html/images/add-arrow-button.gif
+share/doc/xfig/html/images/add-point-button.gif
+share/doc/xfig/html/images/align-button.gif
+share/doc/xfig/html/images/angle-geom-button.gif
+share/doc/xfig/html/images/angle-geom-latex-line.gif
+share/doc/xfig/html/images/angle-geom-latex-vector.gif
+share/doc/xfig/html/images/angle-geom-manhattan.gif
+share/doc/xfig/html/images/angle-geom-mountain.gif
+share/doc/xfig/html/images/angle-geom-mounthattan.gif
+share/doc/xfig/html/images/angle-geom-unrestricted.gif
+share/doc/xfig/html/images/anybrowser3.gif
+share/doc/xfig/html/images/arc-box-button.gif
+share/doc/xfig/html/images/arc-button.gif
+share/doc/xfig/html/images/arc-examples.gif
+share/doc/xfig/html/images/arc-type-button.gif
+share/doc/xfig/html/images/arc-type-open.gif
+share/doc/xfig/html/images/arc-type-pie-wedge.gif
+share/doc/xfig/html/images/arrow-closed.gif
+share/doc/xfig/html/images/arrow-indented.gif
+share/doc/xfig/html/images/arrow-mode-backward.gif
+share/doc/xfig/html/images/arrow-mode-both.gif
+share/doc/xfig/html/images/arrow-mode-button.gif
+share/doc/xfig/html/images/arrow-mode-forward.gif
+share/doc/xfig/html/images/arrow-mode-none.gif
+share/doc/xfig/html/images/arrow-open.gif
+share/doc/xfig/html/images/arrow-pointed.gif
+share/doc/xfig/html/images/arrow-size-button.gif
+share/doc/xfig/html/images/arrow-size-image.gif
+share/doc/xfig/html/images/arrow-size-panel.gif
+share/doc/xfig/html/images/arrow-type-button.gif
+share/doc/xfig/html/images/arrow-types.gif
+share/doc/xfig/html/images/balloons-button.gif
+share/doc/xfig/html/images/balloons-example.gif
+share/doc/xfig/html/images/blueball.gif
+share/doc/xfig/html/images/blueballdot.gif
+share/doc/xfig/html/images/blueramp.gif
+share/doc/xfig/html/images/box-button.gif
+share/doc/xfig/html/images/box-curve-button.gif
+share/doc/xfig/html/images/break-compound-button.gif
+share/doc/xfig/html/images/c-cedilla.gif
+share/doc/xfig/html/images/cap-style-butt.gif
+share/doc/xfig/html/images/cap-style-button.gif
+share/doc/xfig/html/images/cap-style-example.gif
+share/doc/xfig/html/images/cap-style-projecting.gif
+share/doc/xfig/html/images/cap-style-round.gif
+share/doc/xfig/html/images/circle-diam-button.gif
+share/doc/xfig/html/images/circle-example.gif
+share/doc/xfig/html/images/circle-rad-button.gif
+share/doc/xfig/html/images/closed-approx-spline-button.gif
+share/doc/xfig/html/images/closed-interp-spline-button.gif
+share/doc/xfig/html/images/cmd-accel.gif
+share/doc/xfig/html/images/color-panel.gif
+share/doc/xfig/html/images/copy-button.gif
+share/doc/xfig/html/images/delete-button.gif
+share/doc/xfig/html/images/delete-point-button.gif
+share/doc/xfig/html/images/depth-button.gif
+share/doc/xfig/html/images/drawedit-accel.gif
+share/doc/xfig/html/images/edit-button.gif
+share/doc/xfig/html/images/edit-panel-picture.gif
+share/doc/xfig/html/images/edit-panel-polyline.gif
+share/doc/xfig/html/images/edit-panel-text.gif
+share/doc/xfig/html/images/edit-point-panel.gif
+share/doc/xfig/html/images/ellipse-diam-button.gif
+share/doc/xfig/html/images/ellipse-example.gif
+share/doc/xfig/html/images/ellipse-rad-button.gif
+share/doc/xfig/html/images/exclaim.gif
+share/doc/xfig/html/images/export-panel.gif
+share/doc/xfig/html/images/file-panel.gif
+share/doc/xfig/html/images/fill-color-button.gif
+share/doc/xfig/html/images/fill-style-button.gif
+share/doc/xfig/html/images/fill-style-panel.gif
+share/doc/xfig/html/images/flip-horiz-button.gif
+share/doc/xfig/html/images/flip-vert-button.gif
+share/doc/xfig/html/images/glue-compound-button.gif
+share/doc/xfig/html/images/goldline.gif
+share/doc/xfig/html/images/greenball.gif
+share/doc/xfig/html/images/greenpig.gif
+share/doc/xfig/html/images/greenpig_sm.gif
+share/doc/xfig/html/images/grid-button.gif
+share/doc/xfig/html/images/horiz-align-abut-edge.gif
+share/doc/xfig/html/images/horiz-align-button.gif
+share/doc/xfig/html/images/horiz-align-center-even.gif
+share/doc/xfig/html/images/horiz-align-center.gif
+share/doc/xfig/html/images/horiz-align-edge-even.gif
+share/doc/xfig/html/images/horiz-align-left.gif
+share/doc/xfig/html/images/horiz-align-none.gif
+share/doc/xfig/html/images/horiz-align-right.gif
+share/doc/xfig/html/images/house_col576x369.gif
+share/doc/xfig/html/images/image_browse.gif
+share/doc/xfig/html/images/join-style-bevel.gif
+share/doc/xfig/html/images/join-style-button.gif
+share/doc/xfig/html/images/join-style-example.gif
+share/doc/xfig/html/images/join-style-miter.gif
+share/doc/xfig/html/images/join-style-round.gif
+share/doc/xfig/html/images/korean-text.gif
+share/doc/xfig/html/images/latin1-chars.gif
+share/doc/xfig/html/images/library-button.gif
+share/doc/xfig/html/images/library_panel.gif
+share/doc/xfig/html/images/line-style-button.gif
+share/doc/xfig/html/images/line-style-panel.gif
+share/doc/xfig/html/images/line-width-button.gif
+share/doc/xfig/html/images/mouse-function-indicator.gif
+share/doc/xfig/html/images/move-button.gif
+share/doc/xfig/html/images/move-point-button.gif
+share/doc/xfig/html/images/num-copies-button.gif
+share/doc/xfig/html/images/num-sides-button.gif
+share/doc/xfig/html/images/num-x-copies-button.gif
+share/doc/xfig/html/images/num-y-copies-button.gif
+share/doc/xfig/html/images/open-approx-spline-button.gif
+share/doc/xfig/html/images/open-compound-button.gif
+share/doc/xfig/html/images/open-interp-spline-button.gif
+share/doc/xfig/html/images/pen-color-button.gif
+share/doc/xfig/html/images/pict-button.gif
+share/doc/xfig/html/images/pict-info.gif
+share/doc/xfig/html/images/pict-japanese.gif
+share/doc/xfig/html/images/pict-new.gif
+share/doc/xfig/html/images/point-position-button.gif
+share/doc/xfig/html/images/polygon-button.gif
+share/doc/xfig/html/images/polyline-button.gif
+share/doc/xfig/html/images/polyline-example.gif
+share/doc/xfig/html/images/print-panel.gif
+share/doc/xfig/html/images/pull-down.gif
+share/doc/xfig/html/images/redball.gif
+share/doc/xfig/html/images/redballdot.gif
+share/doc/xfig/html/images/regular-polygon-button.gif
+share/doc/xfig/html/images/rotate-angle-button.gif
+share/doc/xfig/html/images/rotate-ccw-button.gif
+share/doc/xfig/html/images/rotate-cw-button.gif
+share/doc/xfig/html/images/ruler.gif
+share/doc/xfig/html/images/scale-button.gif
+share/doc/xfig/html/images/screen-image-small.gif
+share/doc/xfig/html/images/screen-image.fig
+share/doc/xfig/html/images/screen-image.gif
+share/doc/xfig/html/images/search-text-panel.gif
+share/doc/xfig/html/images/show-lengths.gif
+share/doc/xfig/html/images/smart-link-button.gif
+share/doc/xfig/html/images/smart-link-move.gif
+share/doc/xfig/html/images/smart-link-off.gif
+share/doc/xfig/html/images/smart-link-slide.gif
+share/doc/xfig/html/images/splash.gif
+share/doc/xfig/html/images/spline-curves.gif
+share/doc/xfig/html/images/spline-examples.gif
+share/doc/xfig/html/images/spline-line-button.gif
+share/doc/xfig/html/images/spline-sf-example.gif
+share/doc/xfig/html/images/sun-meta-key.gif
+share/doc/xfig/html/images/text-angle-button.gif
+share/doc/xfig/html/images/text-button.gif
+share/doc/xfig/html/images/text-flags-button.gif
+share/doc/xfig/html/images/text-flags-panel.gif
+share/doc/xfig/html/images/text-font-button.gif
+share/doc/xfig/html/images/text-font-panel-latex.gif
+share/doc/xfig/html/images/text-font-panel.gif
+share/doc/xfig/html/images/text-justify-button.gif
+share/doc/xfig/html/images/text-justify-center.gif
+share/doc/xfig/html/images/text-justify-left.gif
+share/doc/xfig/html/images/text-justify-right.gif
+share/doc/xfig/html/images/text-size-button.gif
+share/doc/xfig/html/images/text-step-button.gif
+share/doc/xfig/html/images/transit.gif
+share/doc/xfig/html/images/transit_sm.gif
+share/doc/xfig/html/images/unit-box.gif
+share/doc/xfig/html/images/unit-box.gif.orig
+share/doc/xfig/html/images/unit-panel.gif
+share/doc/xfig/html/images/update-button.gif
+share/doc/xfig/html/images/update-control.gif
+share/doc/xfig/html/images/valid_html.gif
+share/doc/xfig/html/images/vertical-align-abut-edge.gif
+share/doc/xfig/html/images/vertical-align-bottom.gif
+share/doc/xfig/html/images/vertical-align-button.gif
+share/doc/xfig/html/images/vertical-align-center-even.gif
+share/doc/xfig/html/images/vertical-align-center.gif
+share/doc/xfig/html/images/vertical-align-edge-even.gif
+share/doc/xfig/html/images/vertical-align-none.gif
+share/doc/xfig/html/images/vertical-align-top.gif
+share/doc/xfig/html/images/window2-small.gif
+share/doc/xfig/html/images/window2.gif
+share/doc/xfig/html/images/xfig-title.gif
+share/doc/xfig/html/images/xfighelp.gif
+share/doc/xfig/html/images/xim-off-the-spot.gif
+share/doc/xfig/html/images/xim-over-the-spot.gif
+share/doc/xfig/html/images/xim-root.gif
+share/doc/xfig/html/images/zoom-button.gif
+share/doc/xfig/html/images/zoom-panel.gif
+share/doc/xfig/html/index.html
+share/doc/xfig/html/indicator-panel.html
+share/doc/xfig/html/installation.html
+share/doc/xfig/html/introduction.html
+share/doc/xfig/html/japanese/accelerators.html
+share/doc/xfig/html/japanese/authors.html
+share/doc/xfig/html/japanese/command-panel.html
+share/doc/xfig/html/japanese/drawing-mode.html
+share/doc/xfig/html/japanese/editing-mode.html
+share/doc/xfig/html/japanese/faq.html
+share/doc/xfig/html/japanese/features_bugs.html
+share/doc/xfig/html/japanese/fig-format.html
+share/doc/xfig/html/japanese/i18n.html
+share/doc/xfig/html/japanese/index.html
+share/doc/xfig/html/japanese/indicator-panel.html
+share/doc/xfig/html/japanese/installation.html
+share/doc/xfig/html/japanese/introduction.html
+share/doc/xfig/html/japanese/japanese.ps
+share/doc/xfig/html/japanese/misc-panel.html
+share/doc/xfig/html/japanese/options.html
+share/doc/xfig/html/misc-panel.html
+share/doc/xfig/html/options.html
+share/doc/xfig/xfig-howto.pdf
+share/doc/xfig/xfig.pdf
share/examples/xfig/3dhouse.fig
-share/examples/xfig/Linuxlogo.fig
+share/examples/xfig/8-bit.fig
share/examples/xfig/aircraft.fig
+share/examples/xfig/airflow.fig
share/examples/xfig/antennas.fig
share/examples/xfig/arithmetic.fig
share/examples/xfig/arrows.fig
@@ -19,11 +452,6 @@ share/examples/xfig/bugs.gif
share/examples/xfig/cassette.fig
share/examples/xfig/circuit.fig
share/examples/xfig/clipart.fig
-share/examples/xfig/clp_bldgs.fig
-share/examples/xfig/clp_computer1.fig
-share/examples/xfig/clp_computer2.fig
-share/examples/xfig/clp_hospit_equip.fig
-share/examples/xfig/clp_network.fig
share/examples/xfig/ctrlbox_lay.fig
share/examples/xfig/ctrlbox_sch.fig
share/examples/xfig/damper.fig
@@ -46,6 +474,7 @@ share/examples/xfig/housecheck.fig
share/examples/xfig/icebergs.jpg
share/examples/xfig/illusion.fig
share/examples/xfig/lidar.fig
+share/examples/xfig/linuxlogo.fig
share/examples/xfig/lists.fig
share/examples/xfig/logic.fig
share/examples/xfig/logo.eps
@@ -59,7 +488,6 @@ share/examples/xfig/ps-foil.fig
share/examples/xfig/ps-schematic.fig
share/examples/xfig/pumpkin.xbm
share/examples/xfig/recycle.fig
-share/examples/xfig/resistor.fig
share/examples/xfig/rfxc.fig
share/examples/xfig/roundboxes.fig
share/examples/xfig/roundboxes2.fig
@@ -73,7 +501,19 @@ share/examples/xfig/transit.fig
share/examples/xfig/watch.fig
share/examples/xfig/window1.fig
share/examples/xfig/window2.fig
-share/doc/xfig/xfig.ps.gz
@dirrm share/examples/xfig
+@dirrm share/doc/xfig/html/images
+@dirrm share/doc/xfig/html/japanese
+@dirrm share/doc/xfig/html
@dirrm share/doc/xfig
-@dirrm lib/X11/xfig
+@dirrm lib/X11/xfig/Libraries/Buildings
+@dirrm lib/X11/xfig/Libraries/Computers
+@dirrm lib/X11/xfig/Libraries/Electrical/Physical
+@dirrm lib/X11/xfig/Libraries/Electrical/Schematic
+@dirrm lib/X11/xfig/Libraries/Electrical
+@dirrm lib/X11/xfig/Libraries/Flowchart
+@dirrm lib/X11/xfig/Libraries/Hospital
+@dirrm lib/X11/xfig/Libraries/Logic
+@dirrm lib/X11/xfig/Libraries/Music
+@dirrm lib/X11/xfig/Libraries/Networks
+@dirrm lib/X11/xfig/Libraries