Ping
On Thu, December 22, 2016 14:47, Kirill Bychkov wrote: > On Fri, September 2, 2016 13:56, Christian Weisgerber wrote: >> Now that gtk1 has been removed, we need to give jasper@ a new goal >> in life. I think a good candidate is imake. Anything that still >> uses imake for configuration is likely old cruft that has been >> barely maintained, if at all, since the late 1990s. >> >> Here's a list of ports that use CONFIGURE_STYLE=imake: > > Hi! > Attached diff updates graphics/xfig to latest version. Upstream > switched from imake to autotools. > Update HOMEPAGE and remove trailing whitespace in DESCR while here. > Slightly tested on amd64. > Comments? OK? > >> >> astro/sunclock >> astro/xearth >> astro/xephem >> astro/xphoon >> audio/ascd >> audio/libworkman >> audio/xcdplayer >> audio/xmcd >> benchmarks/xengine >> comms/seyon >> editors/axe >> emulators/spim >> fonts/ja-funetfonts >> fonts/jmk-fonts >> fonts/zh-kcfonts >> fonts/zh-taipeifonts >> games/speyes >> games/spider >> games/xasteroids >> games/xbat >> games/xbattle >> games/xboing >> games/xchomp >> games/xcubes >> games/xdeblock >> games/xdino >> games/xgolgo >> games/xjewel >> games/xkobo >> games/xlife >> games/xmine >> games/xminesweep >> games/xmj >> games/xmris >> games/xonix >> games/xpat2 >> games/xpilot >> games/xripple >> games/xscavenger >> games/xscrabble >> games/xskat >> graphics/mpeg_play >> graphics/tgif >> graphics/xanim >> graphics/xbmbrowser >> graphics/xfig >> graphics/xoris >> graphics/xpaint >> japanese/canna >> japanese/kinput2 >> japanese/kterm >> mail/xlbiff >> misc/magicpoint >> misc/xgas >> misc/xless >> misc/xtar >> misc/xtimer >> net/ssvnc >> net/wmnet >> plan9/9wm >> plan9/larswm >> plan9/w9wm >> print/bibview >> print/ghostview >> print/transfig >> productivity/xinvest >> productivity/xquote >> sysutils/xbatt >> sysutils/xbattbar >> textproc/docbook-to-man >> textproc/mgdiff >> x11/asclock >> x11/bclock >> x11/bricons >> x11/ctwm >> x11/emiclock >> x11/lupe >> x11/mouseclock >> x11/piewm >> x11/root-tail >> x11/sliderule >> x11/swisswatch >> x11/tvtwm >> x11/unclutter >> x11/viewfax >> x11/wmdate >> x11/x2vnc >> x11/x2x >> x11/xaniroc >> x11/xantfarm >> x11/xautolock >> x11/xcb >> x11/xco >> x11/xcoloredit >> x11/xcolors >> x11/xdtm >> x11/xdu >> x11/xfed >> x11/xfishtank >> x11/xgrab >> x11/xkeycaps >> x11/xmascot >> x11/xmold >> x11/xpostit >> x11/xpostitPlus >> x11/xprompt >> x11/xscribble >> x11/xsnow >> x11/xtacy >> x11/xtattr >> x11/xtestpicture >> x11/xtoolwait >> x11/xtu >> x11/xvkbd >> x11/xwit >> x11/xzoom >> >> Some more ports that otherwise depend on imake or in turn on something >> that does: >> >> audio/ardour >> audio/aubio >> chinese/crxvt >> comms/x3270 >> comms/xastir >> fonts/zh-bg5pdf >> games/redeclipse >> games/xbl >> graphics/GraphicsMagick >> graphics/colorexplorer >> graphics/darktable >> graphics/enblend-enfuse >> graphics/hugin >> graphics/ipe >> graphics/pdf2djvu >> japanese/Wnn >> japanese/jvim >> japanese/onew >> math/octave >> x11/afterstep >> x11/kde/base3 >> x11/treewm >> x11/wmclock >> >
Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/xfig/Makefile,v retrieving revision 1.52 diff -u -p -r1.52 Makefile --- Makefile 5 Mar 2016 17:41:42 -0000 1.52 +++ Makefile 22 Dec 2016 11:40:20 -0000 @@ -2,46 +2,35 @@ COMMENT= CAD drawing program for X11 -VERSION= 3.2.5c -DISTNAME= xfig.${VERSION}.full -PKGNAME= xfig-${VERSION} +DISTNAME= xfig-3.2.6 CATEGORIES= graphics x11 -HOMEPAGE= http://www.xfig.org/ +HOMEPAGE= http://mcj.sourceforge.net/ # MIT PERMIT_PACKAGE_CDROM= Yes -WANTLIB += ICE SM X11 Xaw3d Xmu Xpm Xt c jpeg m png z +WANTLIB += X11 Xaw3d Xpm Xt c jpeg m png MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcj/} +EXTRACT_SUFX= .tar.xz -PATCHORIG= .pat.orig LIB_DEPENDS= graphics/jpeg \ graphics/png \ x11/Xaw3d>=1.6 RUN_DEPENDS= print/transfig \ - textproc/xpdf + textproc/xpdf \ + devel/desktop-file-utils -MAKE_FLAGS= CDEBUGFLAGS="${CFLAGS}" \ - PNGLIBDIR="${LOCALBASE}/lib" \ - PNGINC="-I${LOCALBASE}/include" \ - XPMLIBDIR="${X11BASE}/lib" \ - XPMINC="-I${X11BASE}/include/X11" \ - XAPPLOADDIR="${PREFIX}/lib/X11/app-defaults" \ - XFIGDOCDIR="${PREFIX}/share/doc/xfig" \ - XFIGLIBDIR="${PREFIX}/lib/X11/xfig" +CONFIGURE_STYLE= gnu +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ARGS+= --with-applicationsdir=${PREFIX}/share/applications \ + --with-icondir=${PREFIX}/share/pixmaps \ + --docdir=${PREFIX}/share/doc/xfig \ + --with-appdefaultdir=${PREFIX}/lib/X11/app-defaults \ + --datarootdir=${PREFIX}/lib/X11 -CONFIGURE_STYLE= imake - -INSTALL_TARGET= install install.all - -WRKDIST= ${WRKDIR}/xfig.${VERSION} -NO_TEST= Yes USE_GROFF= Yes - -post-extract: - chmod -R u=rwX,go=rX ${WRKSRC}; find ${WRKSRC} -type f -print0 | xargs -0 chmod -x - find ${WRKSRC}/Doc/html -name '*.orig' -print0 | xargs -0 rm .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/graphics/xfig/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 5 Mar 2016 17:41:42 -0000 1.8 +++ distinfo 22 Dec 2016 11:40:20 -0000 @@ -1,2 +1,2 @@ -SHA256 (xfig.3.2.5c.full.tar.gz) = 6mKPl1t5qxdaspIgzBGCdEZkl/YhfymJkoMXvimTofk= -SIZE (xfig.3.2.5c.full.tar.gz) = 6078933 +SHA256 (xfig-3.2.6.tar.xz) = FEXsjdphpPs13HVpu93EEtMS3tjAodUp3WM/DtqPVgk= +SIZE (xfig-3.2.6.tar.xz) = 5057024 Index: patches/patch-Imakefile =================================================================== RCS file: patches/patch-Imakefile diff -N patches/patch-Imakefile --- patches/patch-Imakefile 5 Mar 2016 17:41:42 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,40 +0,0 @@ -$OpenBSD: patch-Imakefile,v 1.12 2016/03/05 17:41:42 sthen Exp $ ---- Imakefile.pat.orig Thu Aug 9 18:14:15 2012 -+++ Imakefile Thu Jan 28 13:00:31 2016 -@@ -96,8 +96,8 @@ XCOMM You must have version 5b or newer of the jpeg li - - #ifdef USEJPEG - # ifdef USEINSTALLEDJPEG -- JPEGLIBDIR = /usr/local/lib -- JPEGINC = -I/usr/include/X11 -+JPEGLIBDIR = ${LOCALBASE}/lib -+JPEGINC = -I${LOCALBASE}/include - # else - JPEGLIBDIR = ../jpeg - JPEGINC = -I$(JPEGLIBDIR) -@@ -178,7 +178,7 @@ XFIGDOCDIR = /usr/local/xfig/doc - - XCOMM MANDIR tells where the standard man pages should go (no need to change it - XCOMM if you want the man pages installed in the standard place on your system --MANDIR = $(MANSOURCEPATH)$(MANSUFFIX) -+XCOMM MANDIR = $(MANSOURCEPATH)$(MANSUFFIX) - XCOMM MANDIR = /usr/local/xfig/man - - XCOMM If your system doesn't have strstr undefine the following definition -@@ -428,7 +428,6 @@ install.rhtml:: - echo Copying pdf and html files to $(DESTDIR)$(XFIGDOCDIR) ; \ - if [ -d $(DESTDIR)$(XFIGDOCDIR)/html ]; then set +x; \ - else (set -x; $(MKDIRHIER) $(DESTDIR)$(XFIGDOCDIR)/html ); fi ; \ -- $(INSTALL) -m 644 -c xfig_man.html $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ - if [ -d html ]; then \ -@@ -451,7 +450,7 @@ install.libs:: - @if [ -d $(DESTDIR)$(OBJLIBDIR) ]; then set +x; \ - else (set -x; $(MKDIRHIER) $(DESTDIR)$(OBJLIBDIR) ; set +x; ); fi - @if [ -d Libraries ]; then \ -- (cd Libraries ; tar cf - */. ) | ( cd $(DESTDIR)$(OBJLIBDIR) ; tar xf - ) ; \ -+ (cd Libraries ; tar cf - [A-Z]* ) | ( cd $(DESTDIR)$(OBJLIBDIR) ; tar xf - ) ; \ - else echo No Object Libraries to install ; \ - fi; - Index: patches/patch-e_chop_c =================================================================== RCS file: /cvs/ports/graphics/xfig/patches/patch-e_chop_c,v retrieving revision 1.3 diff -u -p -r1.3 patch-e_chop_c --- patches/patch-e_chop_c 9 Jun 2009 13:20:21 -0000 1.3 +++ patches/patch-e_chop_c 22 Dec 2016 11:40:20 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-e_chop_c,v 1.3 2009/06/09 13:20:21 jasper Exp $ ---- e_chop.c.pat.orig Tue Jun 9 15:09:30 2009 -+++ e_chop.c Tue Jun 9 15:11:06 2009 +--- src/e_chop.c.orig Tue Jun 9 15:09:30 2009 ++++ src/e_chop.c Tue Jun 9 15:11:06 2009 @@ -19,7 +19,7 @@ /* >>>>>>>>>>>>>>>>>>> fixme -- don't forget undo ! <<<<<<<<<<<<<<<< */ Index: patches/patch-fig_h =================================================================== RCS file: /cvs/ports/graphics/xfig/patches/patch-fig_h,v retrieving revision 1.3 diff -u -p -r1.3 patch-fig_h --- patches/patch-fig_h 5 Mar 2016 17:41:43 -0000 1.3 +++ patches/patch-fig_h 22 Dec 2016 11:40:20 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-fig_h,v 1.3 2016/03/05 17:41:43 sthen Exp $ ---- fig.h.pat.orig Fri Feb 18 19:43:48 2011 -+++ fig.h Thu Jan 28 12:52:39 2016 -@@ -375,7 +375,7 @@ extern double drand48(); - extern long random(); - extern void srandom(unsigned int); - --#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__) && !defined(__GLIBC__) -+#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__) && !defined(__GLIBC__) && !defined(__OpenBSD__) - extern void srandom(int); - - #endif +--- src/fig.h.orig Mon Jun 20 22:29:39 2016 ++++ src/fig.h Thu Dec 22 12:32:54 2016 +@@ -149,7 +149,7 @@ extern double drand48(); + extern long random(); + extern void srandom(unsigned int); + +-#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__) && !defined(__GLIBC__) ++#elif !defined(__osf__) && !defined(__CYGWIN__) && !defined(linux) && !defined(__FreeBSD__) && !defined(__GLIBC__) && !defined(__OpenBSD__) + extern void srandom(int); + + #endif Index: patches/patch-u_error_c =================================================================== RCS file: /cvs/ports/graphics/xfig/patches/patch-u_error_c,v retrieving revision 1.1 diff -u -p -r1.1 patch-u_error_c --- patches/patch-u_error_c 5 Mar 2016 17:41:43 -0000 1.1 +++ patches/patch-u_error_c 22 Dec 2016 11:40:20 -0000 @@ -2,9 +2,9 @@ $OpenBSD: patch-u_error_c,v 1.1 2016/03/ Avoids null deref->segfault->core seen if you exit by closing the window. ---- u_error.c.pat.orig Thu Jan 28 13:21:16 2016 -+++ u_error.c Thu Jan 28 13:23:12 2016 -@@ -67,6 +67,9 @@ int X_error_handler(Display *d, XErrorEvent *err_ev) +--- src/u_error.c.orig Thu May 5 00:05:10 2016 ++++ src/u_error.c Thu Dec 22 12:22:20 2016 +@@ -65,6 +65,9 @@ int X_error_handler(Display *d, XErrorEvent *err_ev) /* uninstall error handlers so we don't recurse if another error happens! */ XSetErrorHandler(NULL); XSetIOErrorHandler((XIOErrorHandler) NULL); @@ -13,4 +13,4 @@ Avoids null deref->segfault->core seen i + } XGetErrorText(tool_d, (int) (err_ev->error_code), err_msg, MAXERRMSGLEN - 1); (void) fprintf(stderr, - "xfig%s.%s: X error trapped - error message follows:\n%s\n", + "xfig%s: X error trapped - error message follows:\n%s\n", Index: patches/patch-w_intersect_c =================================================================== RCS file: /cvs/ports/graphics/xfig/patches/patch-w_intersect_c,v retrieving revision 1.3 diff -u -p -r1.3 patch-w_intersect_c --- patches/patch-w_intersect_c 9 Jun 2009 13:19:44 -0000 1.3 +++ patches/patch-w_intersect_c 22 Dec 2016 11:40:20 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-w_intersect_c,v 1.3 2009/06/09 13:19:44 jasper Exp $ ---- w_intersect.c.pat.orig Tue Jun 9 15:12:38 2009 -+++ w_intersect.c Tue Jun 9 15:12:49 2009 +--- src/w_intersect.c.orig Sun Jul 24 00:10:28 2016 ++++ src/w_intersect.c Thu Dec 22 12:22:20 2016 @@ -26,7 +26,9 @@ #include "w_msgpanel.h" #include "f_util.h" @@ -10,4 +10,4 @@ $OpenBSD: patch-w_intersect_c,v 1.3 2009 +#endif #include <math.h> #undef I - + Index: patches/patch-w_keyboard_c =================================================================== RCS file: /cvs/ports/graphics/xfig/patches/patch-w_keyboard_c,v retrieving revision 1.3 diff -u -p -r1.3 patch-w_keyboard_c --- patches/patch-w_keyboard_c 5 Mar 2016 17:41:43 -0000 1.3 +++ patches/patch-w_keyboard_c 22 Dec 2016 11:40:20 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-w_keyboard_c,v 1.3 2016/03/05 17:41:43 sthen Exp $ ---- w_keyboard.c.pat.orig Fri Sep 30 20:27:36 2011 -+++ w_keyboard.c Thu Jan 28 12:51:55 2016 +--- src/w_keyboard.c.orig Sun Jul 24 00:10:28 2016 ++++ src/w_keyboard.c Thu Dec 22 12:22:20 2016 @@ -17,8 +17,9 @@ */ @@ -12,13 +12,3 @@ $OpenBSD: patch-w_keyboard_c,v 1.3 2016/ #include <alloca.h> #endif #include <string.h> -@@ -41,7 +42,8 @@ - #define REG_NOERROR 0 - #endif - --#if defined(__FreeBSD__) && !defined(REG_NOERROR) -+#if defined(__FreeBSD__) || defined(__OpenBSD__) \ -+ && !defined(REG_NOERROR) - #define REG_NOERROR 0 - #endif - Index: patches/patch-w_snap_c =================================================================== RCS file: /cvs/ports/graphics/xfig/patches/patch-w_snap_c,v retrieving revision 1.3 diff -u -p -r1.3 patch-w_snap_c --- patches/patch-w_snap_c 27 Dec 2009 22:07:36 -0000 1.3 +++ patches/patch-w_snap_c 22 Dec 2016 11:40:20 -0000 @@ -1,6 +1,6 @@ $OpenBSD: patch-w_snap_c,v 1.3 2009/12/27 22:07:36 jasper Exp $ ---- w_snap.c.pat.orig Mon Mar 30 17:52:10 2009 -+++ w_snap.c Sun Dec 27 23:07:04 2009 +--- src/w_snap.c.orig Mon Mar 30 17:52:10 2009 ++++ src/w_snap.c Sun Dec 27 23:07:04 2009 @@ -32,7 +32,7 @@ #include "u_search.h" #include "f_util.h" Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/graphics/xfig/pkg/DESCR,v retrieving revision 1.5 diff -u -p -r1.5 DESCR --- pkg/DESCR 15 Dec 2003 21:42:35 -0000 1.5 +++ pkg/DESCR 22 Dec 2016 11:40:20 -0000 @@ -5,5 +5,5 @@ interactively in an X window. The resul on postscript printers or converted to a variety of other formats (e.g. to allow inclusion in LaTeX documents). -To enjoy the beautiful colors, specify "*customization: -color" in your +To enjoy the beautiful colors, specify "*customization: -color" in your .Xdefaults or .Xresources file. Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/graphics/xfig/pkg/PLIST,v retrieving revision 1.13 diff -u -p -r1.13 PLIST --- pkg/PLIST 5 Mar 2016 17:41:43 -0000 1.13 +++ pkg/PLIST 22 Dec 2016 11:40:20 -0000 @@ -1297,7 +1297,6 @@ lib/X11/xfig/Libraries/Examples/isometri lib/X11/xfig/Libraries/Examples/lidar.fig lib/X11/xfig/Libraries/Examples/lists.fig lib/X11/xfig/Libraries/Examples/logic.fig -lib/X11/xfig/Libraries/Examples/markku_figs.zip lib/X11/xfig/Libraries/Examples/musicnotes.fig lib/X11/xfig/Libraries/Examples/nikke.fig lib/X11/xfig/Libraries/Examples/orifices.fig @@ -1317,7 +1316,6 @@ lib/X11/xfig/Libraries/Examples/tsr2-sid lib/X11/xfig/Libraries/Examples/uno_hand.fig lib/X11/xfig/Libraries/Examples/watch.fig lib/X11/xfig/Libraries/Examples/window.fig -lib/X11/xfig/Libraries/Examples/xfig.exe.stackdump lib/X11/xfig/Libraries/Fasteners/ lib/X11/xfig/Libraries/Fasteners/Bolts/ lib/X11/xfig/Libraries/Fasteners/Bolts/Hexhead_Shld_bolt.fig @@ -1331,7 +1329,6 @@ lib/X11/xfig/Libraries/Fasteners/Bolts/R lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_Shld_bolt.fig lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_Slotted_bolt.fig lib/X11/xfig/Libraries/Fasteners/Bolts/Roundhead_bolt.fig -lib/X11/xfig/Libraries/Fasteners/Fasteners.tar lib/X11/xfig/Libraries/Fasteners/Machinescrews/ lib/X11/xfig/Libraries/Fasteners/Machinescrews/Hexhead_Shld_screw.fig lib/X11/xfig/Libraries/Fasteners/Machinescrews/Hexhead_screw.fig @@ -1434,13 +1431,13 @@ lib/X11/xfig/Libraries/Flags/Asia/tajiks lib/X11/xfig/Libraries/Flags/Asia/thailand.fig lib/X11/xfig/Libraries/Flags/Asia/uzbekistan.fig lib/X11/xfig/Libraries/Flags/Asia/vietnam.fig -lib/X11/xfig/Libraries/Flags/Carribean/ -lib/X11/xfig/Libraries/Flags/Carribean/cuba.fig -lib/X11/xfig/Libraries/Flags/Carribean/dominican_republic.fig -lib/X11/xfig/Libraries/Flags/Carribean/grenada.fig -lib/X11/xfig/Libraries/Flags/Carribean/haiti.fig -lib/X11/xfig/Libraries/Flags/Carribean/jamaica.fig -lib/X11/xfig/Libraries/Flags/Carribean/puerto_rico.fig +lib/X11/xfig/Libraries/Flags/Caribbean/ +lib/X11/xfig/Libraries/Flags/Caribbean/cuba.fig +lib/X11/xfig/Libraries/Flags/Caribbean/dominican_republic.fig +lib/X11/xfig/Libraries/Flags/Caribbean/grenada.fig +lib/X11/xfig/Libraries/Flags/Caribbean/haiti.fig +lib/X11/xfig/Libraries/Flags/Caribbean/jamaica.fig +lib/X11/xfig/Libraries/Flags/Caribbean/puerto_rico.fig lib/X11/xfig/Libraries/Flags/CentralAmerica/ lib/X11/xfig/Libraries/Flags/CentralAmerica/costa_rica.fig lib/X11/xfig/Libraries/Flags/CentralAmerica/honduras.fig @@ -1485,7 +1482,6 @@ lib/X11/xfig/Libraries/Flags/Europe/swed lib/X11/xfig/Libraries/Flags/Europe/switzerland.fig lib/X11/xfig/Libraries/Flags/Europe/ukraine.fig lib/X11/xfig/Libraries/Flags/Europe/yugoslavia.fig -lib/X11/xfig/Libraries/Flags/MAKEPNG lib/X11/xfig/Libraries/Flags/MiddleEast/ lib/X11/xfig/Libraries/Flags/MiddleEast/iran.fig lib/X11/xfig/Libraries/Flags/MiddleEast/iraq.fig @@ -1900,7 +1896,6 @@ lib/X11/xfig/Libraries/Maps/Asia/uzbekis lib/X11/xfig/Libraries/Maps/Asia/vietnam.fig lib/X11/xfig/Libraries/Maps/Canada/ lib/X11/xfig/Libraries/Maps/Canada/alberta.fig -lib/X11/xfig/Libraries/Maps/Canada/assemble lib/X11/xfig/Libraries/Maps/Canada/bc.fig lib/X11/xfig/Libraries/Maps/Canada/canada.fig lib/X11/xfig/Libraries/Maps/Canada/manitoba.fig @@ -2043,7 +2038,6 @@ lib/X11/xfig/Libraries/Maps/USA/alabama. lib/X11/xfig/Libraries/Maps/USA/alaska.fig lib/X11/xfig/Libraries/Maps/USA/arizona.fig lib/X11/xfig/Libraries/Maps/USA/arkansas.fig -lib/X11/xfig/Libraries/Maps/USA/assemble lib/X11/xfig/Libraries/Maps/USA/california.fig lib/X11/xfig/Libraries/Maps/USA/colorado.fig lib/X11/xfig/Libraries/Maps/USA/connecticut.fig @@ -2640,7 +2634,15 @@ lib/X11/xfig/Libraries/Welding/tv.2.fig lib/X11/xfig/Libraries/Welding/tv.3.fig lib/X11/xfig/Libraries/Welding/u.1.fig @man man/man1/xfig.1 +share/applications/xfig.desktop share/doc/xfig/ +share/doc/xfig/FORMAT1.3 +share/doc/xfig/FORMAT1.4 +share/doc/xfig/FORMAT2.0 +share/doc/xfig/FORMAT2.1 +share/doc/xfig/FORMAT3.0 +share/doc/xfig/FORMAT3.1 +share/doc/xfig/FORMAT3.2 share/doc/xfig/html/ share/doc/xfig/html/accelerators.html share/doc/xfig/html/animate.js @@ -2889,7 +2891,6 @@ share/doc/xfig/html/images/rotate-ccw-bu share/doc/xfig/html/images/rotate-cw-button.png share/doc/xfig/html/images/rotation-angle-button.png share/doc/xfig/html/images/ruler.png -share/doc/xfig/html/images/sav1a0.tmp share/doc/xfig/html/images/scale-button.png share/doc/xfig/html/images/screen-image.png share/doc/xfig/html/images/screen-image_sm.png @@ -2947,6 +2948,8 @@ share/doc/xfig/html/images/view-menu-but share/doc/xfig/html/images/watch.png share/doc/xfig/html/images/watch_sm.png share/doc/xfig/html/images/xfig-logo.png +share/doc/xfig/html/images/xfig-title-old.png +share/doc/xfig/html/images/xfig-title.fig share/doc/xfig/html/images/xfig-title.png share/doc/xfig/html/images/xfig_splash_logo.png share/doc/xfig/html/images/xfighelp.png @@ -2958,6 +2961,72 @@ share/doc/xfig/html/images/zoom-panel.pn share/doc/xfig/html/index.html share/doc/xfig/html/installation.html share/doc/xfig/html/introduction.html +share/doc/xfig/html/ja_JP.ujis +share/doc/xfig/html/japanese/ +share/doc/xfig/html/japanese/accelerators.html +share/doc/xfig/html/japanese/attributes.html +share/doc/xfig/html/japanese/authors.html +share/doc/xfig/html/japanese/bugs_fixed.html +share/doc/xfig/html/japanese/but_frm_accelerators.html +share/doc/xfig/html/japanese/but_frm_attributes.html +share/doc/xfig/html/japanese/but_frm_authors.html +share/doc/xfig/html/japanese/but_frm_bugs_fixed.html +share/doc/xfig/html/japanese/but_frm_drawing.html +share/doc/xfig/html/japanese/but_frm_editing.html +share/doc/xfig/html/japanese/but_frm_faq.html +share/doc/xfig/html/japanese/but_frm_global_settings.html +share/doc/xfig/html/japanese/but_frm_i18n.html +share/doc/xfig/html/japanese/but_frm_installation.html +share/doc/xfig/html/japanese/but_frm_introduction.html +share/doc/xfig/html/japanese/but_frm_layers.html +share/doc/xfig/html/japanese/but_frm_main_menus.html +share/doc/xfig/html/japanese/but_frm_miscellaneous.html +share/doc/xfig/html/japanese/but_frm_new_features.html +share/doc/xfig/html/japanese/but_frm_object_libraries.html +share/doc/xfig/html/japanese/but_frm_options.html +share/doc/xfig/html/japanese/but_frm_panning.html +share/doc/xfig/html/japanese/but_frm_printing.html +share/doc/xfig/html/japanese/button_frame.fig +share/doc/xfig/html/japanese/contents.html +share/doc/xfig/html/japanese/drawing.html +share/doc/xfig/html/japanese/editing.html +share/doc/xfig/html/japanese/faq.html +share/doc/xfig/html/japanese/fig-format.html +share/doc/xfig/html/japanese/frm_accelerators.html +share/doc/xfig/html/japanese/frm_attributes.html +share/doc/xfig/html/japanese/frm_authors.html +share/doc/xfig/html/japanese/frm_bugs_fixed.html +share/doc/xfig/html/japanese/frm_drawing.html +share/doc/xfig/html/japanese/frm_editing.html +share/doc/xfig/html/japanese/frm_faq.html +share/doc/xfig/html/japanese/frm_global_settings.html +share/doc/xfig/html/japanese/frm_i18n.html +share/doc/xfig/html/japanese/frm_installation.html +share/doc/xfig/html/japanese/frm_introduction.html +share/doc/xfig/html/japanese/frm_layers.html +share/doc/xfig/html/japanese/frm_main_menus.html +share/doc/xfig/html/japanese/frm_master.html +share/doc/xfig/html/japanese/frm_miscellaneous.html +share/doc/xfig/html/japanese/frm_new_features.html +share/doc/xfig/html/japanese/frm_object_libraries.html +share/doc/xfig/html/japanese/frm_options.html +share/doc/xfig/html/japanese/frm_panning.html +share/doc/xfig/html/japanese/frm_printing.html +share/doc/xfig/html/japanese/global_settings.html +share/doc/xfig/html/japanese/i18n.html +share/doc/xfig/html/japanese/index.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/latex_and_xfig.html +share/doc/xfig/html/japanese/layers.html +share/doc/xfig/html/japanese/main_menus.html +share/doc/xfig/html/japanese/miscellaneous.html +share/doc/xfig/html/japanese/new_features.html +share/doc/xfig/html/japanese/options.html +share/doc/xfig/html/japanese/panning.html +share/doc/xfig/html/japanese/printing.html +share/doc/xfig/html/japanese/screen_image_map.html share/doc/xfig/html/latex_and_xfig.html share/doc/xfig/html/layers.html share/doc/xfig/html/main_menus.html @@ -2968,4 +3037,9 @@ share/doc/xfig/html/panning.html share/doc/xfig/html/printing.html share/doc/xfig/html/screen_image_map.html share/doc/xfig/xfig-howto.pdf +share/doc/xfig/xfig_man.html share/doc/xfig/xfig_ref_en.pdf +share/pixmaps/ +share/pixmaps/xfig.png +@exec %D/bin/update-desktop-database +@unexec-delete %D/bin/update-desktop-database