texlive[45875] Master/texmf-dist: pst-pdgr (21nov17)

commits+karl at tug.org commits+karl at tug.org
Tue Nov 21 23:14:59 CET 2017


Revision: 45875
          http://tug.org/svn/texlive?view=revision&revision=45875
Author:   karl
Date:     2017-11-21 23:14:58 +0100 (Tue, 21 Nov 2017)
Log Message:
-----------
pst-pdgr (21nov17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pst-pdgr/NEWS
    trunk/Master/texmf-dist/doc/generic/pst-pdgr/README
    trunk/Master/texmf-dist/doc/generic/pst-pdgr/pst-pdgr.pdf
    trunk/Master/texmf-dist/source/generic/pst-pdgr/Makefile
    trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx
    trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins
    trunk/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex
    trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg
    trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty

Modified: trunk/Master/texmf-dist/doc/generic/pst-pdgr/NEWS
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-pdgr/NEWS	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/doc/generic/pst-pdgr/NEWS	2017-11-21 22:14:58 UTC (rev 45875)
@@ -1,5 +1,9 @@
 pst-pdgr NEWS:  History of user interface changes
 
+Changes in v0.4, 2017/11/20
+
+* Compatible with new pstricks
+
 Changes in v0.3, 2007/06/25
 
 * armB no longer sets the length of the arm for \pstDescent and
@@ -6,4 +10,5 @@
   \pstTwins.  Instead the new option descarmA is instroduced.
 
 
+
 This file is in public domain
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/generic/pst-pdgr/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-pdgr/README	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/doc/generic/pst-pdgr/README	2017-11-21 22:14:58 UTC (rev 45875)
@@ -1,6 +1,6 @@
-	  Creating Medical Pedigree with PSTricks and LaTeX
+	  Creating Medical Pedigrees with PSTricks and LaTeX
 		  Boris Veytsman & Leila Akhmadeeva
-		       Version 0.3, July 2007
+		       Version 0.4, November 2017
 	
 This package is a set of macros based on PSTricks to draw medical
 pedigrees according to the recommendations for standardized human
@@ -19,7 +19,7 @@
 The documentation is in the file pst-pdgr.pdf. You may use the
 provided Makefile to re-typeset it.
 
-Copyright 2006, 2007 Boris Veytsman <borisv at lk.net>, Leila Akhmadeeva
+Copyright 2006--2017 Boris Veytsman <borisv at lk.net>, Leila Akhmadeev
 
 This work may be distributed and/or modified under the conditions of
 the LaTeX Project Public License, either version 1.3 of this license

Modified: trunk/Master/texmf-dist/doc/generic/pst-pdgr/pst-pdgr.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/generic/pst-pdgr/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/generic/pst-pdgr/Makefile	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/source/generic/pst-pdgr/Makefile	2017-11-21 22:14:58 UTC (rev 45875)
@@ -3,7 +3,7 @@
 #
 # This file is in public domain
 #
-# $Id: Makefile,v 2.1 2007-07-12 16:36:41 boris Exp $
+# $Id: Makefile,v 2.2 2017/11/20 21:27:26 boris Exp $
 #
 
 PACKAGE=pst-pdgr
@@ -51,4 +51,4 @@
 # Archive for the distribution. Includes typeset documentation
 #
 archive:  all clean
-	tar -czvf pst-pdgr.tgz --exclude '*~' --exclude '*.tgz' --exclude CVS .
+	COPYFILE_DISABLE=1 tar -C .. -czvf ../pst-pdgr.tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip'  --exclude CVS --exclude '.git*' -s/latex/pst-pdgr/ latex; mv ../pst-pdgr.tgz .

Modified: trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.dtx	2017-11-21 22:14:58 UTC (rev 45875)
@@ -1,6 +1,6 @@
 % \iffalse
 %<*gobble>
-% $Id: pst-pdgr.dtx,v 2.8 2007-07-23 16:40:25 boris Exp $
+% $Id: pst-pdgr.dtx,v 2.9 2017/11/20 21:27:26 boris Exp $
 %
 % Copyright 2006, 2007, Boris Veytsman <borisv at lk.net>, Leila Akhmadeeva
 % This work may be distributed and/or modified under the
@@ -1393,7 +1393,7 @@
 %<latex>\ProvidesPackage{pst-pdgr}
 %<cfg>\ProvidesFile{pst-pdgr.cfg}
 %<tex>\message{
-[2007/07/20 v0.3 Medical Pedigree with PSTricks]
+[2017/11/20 v0.4 Medical Pedigree with PSTricks]
 %<tex>}
 %    \end{macrocode}
 %
@@ -1402,6 +1402,7 @@
 % work:
 %    \begin{macrocode}
 %<*latex>
+\RequirePackage{pstricks}%
 \InputIfFileExists{pst-pdgr.cfg}{%
   \typeout{Loading configuration file pst-pdgr.cfg}}{%
   \typeout{Configuration file pst-pdgr.cfg is not found}}

Modified: trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins
===================================================================
--- trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/source/generic/pst-pdgr/pst-pdgr.ins	2017-11-21 22:14:58 UTC (rev 45875)
@@ -1,7 +1,7 @@
 %
 % Doctrip file for pst-pedigree
 % This file is in public domain
-% $Id: pst-pdgr.ins,v 2.0 2007-06-24 20:01:28 boris Exp $
+% $Id: pst-pdgr.ins,v 2.0 2007/06/24 20:01:28 boris Exp $
 %
 \def\batchfile{pst-pdgr.ins}
 \input docstrip

Modified: trunk/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/tex/generic/pst-pdgr/pst-pdgr.tex	2017-11-21 22:14:58 UTC (rev 45875)
@@ -23,7 +23,7 @@
 \csname PSTPedigreeLoaded\endcsname
 \let\PSTPedigreeLoaded\endinput
 \message{
-[2007/07/20 v0.3 Medical Pedigree with PSTricks]
+[2017/11/20 v0.4 Medical Pedigree with PSTricks]
 }
 \ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi
 \ifx\PSTnodesLoaded\endinput\else\input pst-node.tex\fi

Modified: trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.cfg	2017-11-21 22:14:58 UTC (rev 45875)
@@ -11,7 +11,7 @@
 %% Good luck
 %% 
 \ProvidesFile{pst-pdgr.cfg}
-[2007/07/20 v0.3 Medical Pedigree with PSTricks]
+[2017/11/20 v0.4 Medical Pedigree with PSTricks]
 \endinput
 %%
 %% End of file `pst-pdgr.cfg'.

Modified: trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty	2017-11-21 22:14:30 UTC (rev 45874)
+++ trunk/Master/texmf-dist/tex/latex/pst-pdgr/pst-pdgr.sty	2017-11-21 22:14:58 UTC (rev 45875)
@@ -22,7 +22,8 @@
 %% in the same archive or directory.)
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{pst-pdgr}
-[2007/07/20 v0.3 Medical Pedigree with PSTricks]
+[2017/11/20 v0.4 Medical Pedigree with PSTricks]
+\RequirePackage{pstricks}%
 \InputIfFileExists{pst-pdgr.cfg}{%
   \typeout{Loading configuration file pst-pdgr.cfg}}{%
   \typeout{Configuration file pst-pdgr.cfg is not found}}



More information about the tex-live-commits mailing list