pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc transfig: remove, replaced by print/fig2dev



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f327b98b147
branches:  trunk
changeset: 369735:4f327b98b147
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 03 15:12:42 2017 +0000

description:
transfig: remove, replaced by print/fig2dev

diffstat:

 biology/chemtool/DESCR                              |    4 +-
 cross/avr-libc/options.mk                           |    4 +-
 doc/CHANGES-2017                                    |    3 +-
 editors/lyx/MESSAGE                                 |    4 +-
 print/apsfilter/Makefile                            |    6 +-
 print/transfig/DESCR                                |    3 -
 print/transfig/MESSAGE                              |    8 -
 print/transfig/Makefile                             |   29 ----
 print/transfig/PLIST                                |   77 ------------
 print/transfig/buildlink3.mk                        |   16 --
 print/transfig/distinfo                             |   11 -
 print/transfig/patches/patch-aa                     |  124 --------------------
 print/transfig/patches/patch-ab                     |   13 --
 print/transfig/patches/patch-ac                     |   19 ---
 print/transfig/patches/patch-ae                     |   21 ---
 print/transfig/patches/patch-fig2dev_dev_genibmgl.c |   13 --
 textproc/dblatex/Makefile                           |    3 +-
 textproc/dblatex/options.mk                         |    4 +-
 18 files changed, 15 insertions(+), 347 deletions(-)

diffs (truncated from 490 to 300 lines):

diff -r 2887478fffe7 -r 4f327b98b147 biology/chemtool/DESCR
--- a/biology/chemtool/DESCR    Tue Oct 03 15:09:47 2017 +0000
+++ b/biology/chemtool/DESCR    Tue Oct 03 15:12:42 2017 +0000
@@ -3,5 +3,5 @@
 GTK widget set.
 
 Molecules can be exported in X bitmap format. Encapsulated postscript,
-fig, or PicTeX formats are also possible if the fig2dev program from
-the transfig package (pkgsrc/print/transfig/) is installed.
+fig, or PicTeX formats are also possible if the fig2dev
+(pkgsrc/print/fig2dev) is installed.
diff -r 2887478fffe7 -r 4f327b98b147 cross/avr-libc/options.mk
--- a/cross/avr-libc/options.mk Tue Oct 03 15:09:47 2017 +0000
+++ b/cross/avr-libc/options.mk Tue Oct 03 15:12:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2016/11/15 20:30:01 riastradh Exp $
+# $NetBSD: options.mk,v 1.2 2017/10/03 15:12:42 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.avr-libc
 PKG_SUPPORTED_OPTIONS+=                doc
@@ -32,7 +32,7 @@
 BUILD_DEPENDS+=         tex-tocloft-[0-9]*:../../print/tex-tocloft
 BUILD_DEPENDS+=         tex-xcolor-[0-9]*:../../print/tex-xcolor
 BUILD_DEPENDS+=         tex-xkeyval-[0-9]*:../../print/tex-xkeyval
-BUILD_DEPENDS+=         transfig-[0-9]*:../../print/transfig
+BUILD_DEPENDS+=         fig2dev-[0-9]*:../../print/fig2dev
 BUILD_DEPENDS+=         makeindexk-[0-9]*:../../textproc/makeindexk
 
 post-extract:
diff -r 2887478fffe7 -r 4f327b98b147 doc/CHANGES-2017
--- a/doc/CHANGES-2017  Tue Oct 03 15:09:47 2017 +0000
+++ b/doc/CHANGES-2017  Tue Oct 03 15:12:42 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.4294 2017/10/03 15:09:47 wiz Exp $
+$NetBSD: CHANGES-2017,v 1.4295 2017/10/03 15:12:43 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2017:
 
@@ -6097,3 +6097,4 @@
        Updated math/gnumeric112 to 1.12.35 [wiz 2017-10-03]
        Added print/fig2dev version 3.2.6a [wiz 2017-10-03]
        Updated graphics/xfig to 3.2.6a [wiz 2017-10-03]
+       Removed print/transfig [wiz 2017-10-03]
diff -r 2887478fffe7 -r 4f327b98b147 editors/lyx/MESSAGE
--- a/editors/lyx/MESSAGE       Tue Oct 03 15:09:47 2017 +0000
+++ b/editors/lyx/MESSAGE       Tue Oct 03 15:12:42 2017 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.4 2017/09/26 10:27:00 wiz Exp $
+$NetBSD: MESSAGE,v 1.5 2017/10/03 15:12:42 wiz Exp $
 
 After upgrading LyX or adding new converters, document previewers,
 TeX fonts, or other features, LyX users should consider running
@@ -9,7 +9,7 @@
 
 Examples of packages that can be used to extend LyX include:
 converters/latex2rtf, converters/wv, graphics/ImageMagick,
-graphics/tgif, graphics/tiff, print/dvipdfmx, print/gv, print/transfig,
+graphics/tgif, graphics/tiff, print/dvipdfmx, print/gv, print/fig2dev,
 textproc/dsssl-docbook-modular, textproc/ispell-base, and
 textproc/latex2html.
 
diff -r 2887478fffe7 -r 4f327b98b147 print/apsfilter/Makefile
--- a/print/apsfilter/Makefile  Tue Oct 03 15:09:47 2017 +0000
+++ b/print/apsfilter/Makefile  Tue Oct 03 15:12:42 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2017/08/16 20:45:43 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.34 2017/10/03 15:12:42 wiz Exp $
 
 DISTNAME=      apsfilter-7.2.8
+PKGREVISION=   1
 CATEGORIES=    print
 #MASTER_SITES= http://www.apsfilter.org/download/
 
@@ -12,7 +12,7 @@
 
 DEPENDS+=      recode-[0-9]*:../../converters/recode
 #DEPENDS+=     html2ps-[0-9]*:../../print/html2ps
-DEPENDS+=      transfig-[0-9]*:../../print/transfig
+DEPENDS+=      fig2dev-[0-9]*:../../print/fig2dev
 DEPENDS+=      jpeg>=6b:../../graphics/jpeg
 DEPENDS+=      netpbm>=9.7nb1:../../graphics/netpbm
 DEPENDS+=      a2ps-[0-9]*:../../print/a2ps
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/DESCR
--- a/print/transfig/DESCR      Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-TransFig is a set of tools for creating TeX documents with graphics
-which are portable, in the sense that they can be printed in a wide
-variety of environments.
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/MESSAGE
--- a/print/transfig/MESSAGE    Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2004/03/27 21:59:22 rh Exp $
-
-Please note that Ghostscript is required if you want to convert Xfig
-drawings to Postscript, PDF, or related formats.  You need to install
-one of the Ghostscript packages (see pkgsrc/print/ghostscript*) for
-this.
-===========================================================================
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/Makefile
--- a/print/transfig/Makefile   Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.44 2014/02/24 12:12:02 wiz Exp $
-
-DISTNAME=      transfig.3.2.5e
-PKGNAME=       ${DISTNAME:S/g./g-/}
-CATEGORIES=    graphics print
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mcj/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.xfig.org/
-COMMENT=       TeX document creation tool utilizing portable graphics
-
-USE_IMAKE=             yes
-
-.include "../../mk/bsd.prefs.mk"
-
-# A default paper size is used only in the IBM-GL/HP-GL driver:
-.if defined(PAPERSIZE) && ${PAPERSIZE} == "A4"
-MAKE_ENV+=             DDA4="-DA4"
-.endif
-
-MAKE_ENV+=             ICONVLIBS="${BUILDLINK_LDADD.iconv}"
-
-# fig2ps2tex needs csh which might not be present on eg. Linux
-CHECK_INTERPRETER_SKIP=        bin/fig2ps2tex
-
-.include "../../graphics/png/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/PLIST
--- a/print/transfig/PLIST      Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,77 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2014/02/24 12:12:02 wiz Exp $
-bin/fig2dev
-bin/fig2ps2tex
-bin/fig2ps2tex.sh
-bin/pic2tpic
-bin/transfig
-lib/X11/xfig/bitmaps/bricks.bmp
-lib/X11/xfig/bitmaps/circles.bmp
-lib/X11/xfig/bitmaps/crosshatch.bmp
-lib/X11/xfig/bitmaps/crosshatch30.bmp
-lib/X11/xfig/bitmaps/crosshatch45.bmp
-lib/X11/xfig/bitmaps/dash.bmp
-lib/X11/xfig/bitmaps/dashDot.bmp
-lib/X11/xfig/bitmaps/dashDotDot.bmp
-lib/X11/xfig/bitmaps/dashDotDotDot.bmp
-lib/X11/xfig/bitmaps/dot.bmp
-lib/X11/xfig/bitmaps/fishscales.bmp
-lib/X11/xfig/bitmaps/hexagons.bmp
-lib/X11/xfig/bitmaps/horiz_saw.bmp
-lib/X11/xfig/bitmaps/horizontal.bmp
-lib/X11/xfig/bitmaps/left30.bmp
-lib/X11/xfig/bitmaps/left45.bmp
-lib/X11/xfig/bitmaps/leftshingle.bmp
-lib/X11/xfig/bitmaps/octagons.bmp
-lib/X11/xfig/bitmaps/p13.bmp
-lib/X11/xfig/bitmaps/right30.bmp
-lib/X11/xfig/bitmaps/right45.bmp
-lib/X11/xfig/bitmaps/sp0.bmp
-lib/X11/xfig/bitmaps/rightshingle.bmp
-lib/X11/xfig/bitmaps/small_fishscales.bmp
-lib/X11/xfig/bitmaps/sp1.bmp
-lib/X11/xfig/bitmaps/sp10.bmp
-lib/X11/xfig/bitmaps/sp11.bmp
-lib/X11/xfig/bitmaps/sp12.bmp
-lib/X11/xfig/bitmaps/sp13.bmp
-lib/X11/xfig/bitmaps/sp14.bmp
-lib/X11/xfig/bitmaps/sp15.bmp
-lib/X11/xfig/bitmaps/sp16.bmp
-lib/X11/xfig/bitmaps/sp17.bmp
-lib/X11/xfig/bitmaps/sp18.bmp
-lib/X11/xfig/bitmaps/sp19.bmp
-lib/X11/xfig/bitmaps/sp2.bmp
-lib/X11/xfig/bitmaps/sp20.bmp
-lib/X11/xfig/bitmaps/sp3.bmp
-lib/X11/xfig/bitmaps/sp4.bmp
-lib/X11/xfig/bitmaps/sp5.bmp
-lib/X11/xfig/bitmaps/sp6.bmp
-lib/X11/xfig/bitmaps/sp7.bmp
-lib/X11/xfig/bitmaps/sp8.bmp
-lib/X11/xfig/bitmaps/sp9.bmp
-lib/X11/xfig/bitmaps/vert_bricks.bmp
-lib/X11/xfig/bitmaps/vert_leftshingle.bmp
-lib/X11/xfig/bitmaps/vert_rightshingle.bmp
-lib/X11/xfig/bitmaps/vert_saw.bmp
-lib/X11/xfig/bitmaps/vertical.bmp
-lib/fig2dev/japanese.ps
-lib/fig2dev/ja.ps
-lib/fig2dev/ja_JP.ps
-lib/fig2dev/ja_JP.ujis.ps
-lib/fig2dev/ja_JP.eucJP.ps
-lib/fig2dev/ja_JP.EUC.ps
-lib/fig2dev/korean.ps
-lib/fig2dev/ko.ps
-lib/fig2dev/ko_KR.ps
-lib/fig2dev/ko_KR.eucKR.ps
-lib/fig2dev/ko_KR.EUC.ps
-lib/fig2dev/cs_CZ.ps
-lib/fig2dev/hr_HR.ps
-lib/fig2dev/hu_HU.ps
-lib/fig2dev/ro_RO.ps
-lib/fig2dev/pl_PL.ps
-lib/fig2dev/sk_SK.ps
-lib/fig2dev/sl_SI.ps
-${IMAKE_MAN_DIR}/fig2dev.1
-${IMAKE_MAN_DIR}/fig2ps2tex.1
-${IMAKE_MAN_DIR}/pic2tpic.1
-${IMAKE_MAN_DIR}/transfig.1
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/buildlink3.mk
--- a/print/transfig/buildlink3.mk      Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.13 2013/02/16 11:18:03 wiz Exp $
-
-BUILDLINK_TREE+=       transfig
-
-.if !defined(TRANSFIG_BUILDLINK3_MK)
-TRANSFIG_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.transfig+=       transfig>=3.2.4
-BUILDLINK_ABI_DEPENDS.transfig+=       transfig>=3.2.5dnb1
-BUILDLINK_PKGSRCDIR.transfig?= ../../print/transfig
-
-.include "../../graphics/png/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.endif # TRANSFIG_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -transfig
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/distinfo
--- a/print/transfig/distinfo   Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.23 2017/07/15 14:09:22 wiz Exp $
-
-SHA1 (transfig.3.2.5e.tar.gz) = 27aa9691bf84f8775db9be39c453a8132148bad1
-RMD160 (transfig.3.2.5e.tar.gz) = cc919f081483c3f570abeca6a8cadd4796d25015
-SHA512 (transfig.3.2.5e.tar.gz) = ed1379f1112514d90a4b3eecd3222baad311d804b5090e8e66867ec299e4f9a5f8d83ef8939aa6ecaa85a18143b8fb9b97f78e078ac5eeb934a158c55de6bb1e
-Size (transfig.3.2.5e.tar.gz) = 531256 bytes
-SHA1 (patch-aa) = 1c831b806eca90142348aab8e565d020466e6a96
-SHA1 (patch-ab) = b056ff88914bccfc172f15adb663eda0f254e125
-SHA1 (patch-ac) = 6508bac36a86a69b910f5e3b4f08e09a25055dfe
-SHA1 (patch-ae) = d38a07c99e27606a238b3dc89cd938ed9635291d
-SHA1 (patch-fig2dev_dev_genibmgl.c) = 86d75d687066e77f90f5e35914a5edc409708e3e
diff -r 2887478fffe7 -r 4f327b98b147 print/transfig/patches/patch-aa
--- a/print/transfig/patches/patch-aa   Tue Oct 03 15:09:47 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,124 +0,0 @@
-$NetBSD: patch-aa,v 1.12 2017/07/15 14:09:23 wiz Exp $
-
---- fig2dev/Imakefile.orig     2010-06-02 19:18:16.000000000 +0000
-+++ fig2dev/Imakefile
-@@ -34,7 +34,7 @@ XCOMM ******
- XCOMM You should point XFIGLIBDIR to the same directory you did when you compiled
- XCOMM and installed xfig.
- 
--XFIGLIBDIR =  /usr/local/lib/X11/xfig
-+XFIGLIBDIR =  $(PROJECTROOT)/lib/X11/xfig
- 
- XCOMM ******
- XCOMM If your system doesn't have the strerror() function (has sys_errlist) then
-@@ -53,7 +53,7 @@ XCOMM Uncomment the following line if yo
- XCOMM inline functions. With the "INLINE" keyword, you should notice that
- XCOMM the display will be a bit faster in complex figures
- 
--XCOMM USEINLINE = -DUSE_INLINE
-+USEINLINE = 
- 
- XCOMM ****************
- XCOMM Change RGB if necessary, to point to your rgb.txt color database
-@@ -76,7 +76,7 @@ XCOMM file are in different places
- #ifdef USEPNG
- PNGLIBDIR = $(USRLIBDIR)
- ZLIBDIR = $(USRLIBDIR)
--PNGINC = -I/usr/include/X11
-+PNGINC = -I$(LOCALBASE)/include
- #endif
- 
- XCOMM ****************
-@@ -92,7 +92,19 @@ XCOMM
- 
- #ifdef USEXPM
- XPMLIBDIR = $(USRLIBDIR)
--XPMINC = -I/usr/include/X11
-+XPMINC = -I$(LOCALBASE)/include/X11
-+#endif
-+
-+XCOMM ****************
-+XCOMM Uncomment the #define for USEICONV if you want to use the iconv(3). If the
-+XCOMM iconv(3) is in separate library (-liconv), define USELIBICONV too.
-+
-+#define USEICONV



Home | Main Index | Thread Index | Old Index