The NetBSD Project

CVS log for pkgsrc/graphics/tex-mcf2graph-doc/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / tex-mcf2graph-doc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Sat Jun 17 11:47:52 2023 UTC (5 months, 2 weeks ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

tex-mcf2graph{,-doc}: update to 5.02

5.00
-change syntax of beginfigm()
 beginfigm() => beginfigm
-change command name
 MC() => cv()
 mc_check() => checkm()
-change library name
 mcf_library.mcf => main_lib.mcf
-add command loadm(),readm(),getm(),putm
-delete command mc_query()
-delete aux-file output
-add MCF template file template_lib.mcf
-add batch file mcf_to_graph.cmd
 >mcf_to_graph template_lib.mcf
  drag and drop library files on this batch
  create svg(default) files in ./template_lib
-update mcf2graph.mp
-update mcf_exa_soc.mp
-update MCF manual,example

5.01
-change command name
  cv_at() => cvat()
-update MCF manual,example

5.02
-change command name
 cv() => drawm()
-add abbreviated form command
 '',$,@,#,#@,##,|=,|<,_,\,\*,\\
-delete command cvat()
-update MCF manual,example

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 2 11:28:48 2023 UTC (8 months ago) by markd
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

tex-mcf2graph{,-doc}: update to 4.92

4.91
-update MCF manual
 from this version typeset with LuaTeX
 include mcf_man_soc.mp,mcf_mplib_exa.tex
-delete mcf_man_soc.mp
-delete mcf_mplib_exa.tex
-delete mcf_mplib_exa.pdf

4.92
-change default output
 eps => svg
-update MCFexample
 include mcf_exa_code.tex
-delete mcf_exa_code.tex
-delete mcf_exa_code.pdf

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 1 11:04:09 2022 UTC (15 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

tex-mcf2graph{,-doc}: update to 4.87

4.87
-change format of mcf_library.mcf
-change output file name
-update MCF manual,example

4.86
-fix bug in function mc_query()
-update mcf_library.mcf

4.85
-fix bug in function mc_query()
-update mcf_library.mcf
-update MCF manual

Revision 1.17 / (download) - annotate - [select for diffs], Sun May 15 04:31:27 2022 UTC (18 months, 3 weeks ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

tex-mcf2graph{,-doc}: update to 4.84

-fix bug in atom drawing
-improve report output
-update mcf_library.mcf

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 14 02:27:18 2022 UTC (19 months, 3 weeks ago) by markd
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

tex-mcf2graph{,-doc}: update to 4.83

4.83
-fix bug in bond check
-change fuction name
 check() => mc_check()
 query() => mc_query()
-improve report output
-update mcf_library.mcf
-update MCF manual

4.82
-add new example file
 mcf_exa_code.tex (example include code)
 mcf_exa_code.pdf
-change file name
 mf_data_base.mcf => mcf_library.mcf
-update mcf2graph.mp
-update mcf_library.mcf
-update MCF example

4.81
-update mcf2graph.mp
-update MCF manual

4.80
-update mcf2graph.mp
-update mcf_data_base.mcf
-update MCF manual,example

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jun 5 04:14:03 2021 UTC (2 years, 6 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

tex-mcf2graph{,-doc}: update to 4.65

4.65
-add parameter for sw_output
  None_Info_t  :  output font,'temp-info.aux'
  None_Mcode_t :  output font,'temp-mc.aux'
  None_Report_t : output font,'temp-report.aux'
  None_Info_Mcode_t :
    output font,'temp-info.aux','temp-mc.aux'
-update mcf_data_base.mcf
-update MCF manual,example

4.64
-add parameter for sw_output
    Mcode   : output MCF aux files
    Mcode_t : output 'temp-mc.aux'
    Info_t  : output 'temp-info.aux'
-update MCF manual,example

4.63
-add option parameter sw_output
    sw_calc   =1 => sw_output=None
    sw_aux_out=1 => sw_output=Info1
    sw_aux_out=2 => sw_output=Info2
    sw_rep_out=1 => sw_output=Report
    sw_mol_out=1 => sw_output=MOL2k
    sw_mol_out=2 => sw_output=MOL3k
-delete option parameters
    sw_calc,sw_aux_out,sw_rep_out,sw_mol_out,
    sw_file_open
-change molecular data base format
    end MCF : "-" => "+"
-update MCF manual,example

4.62
-add molecular data base file
    'mcf_data_base.mcf'
-improve function beginfont()
    able to use molecular data base file
-add option parameter sw_file_open
-improve function check()
-update MCF manual,example

4.61
-change syntax
    @.$n => @$n
    &.$n => &$n
-change function name
    check_mc() => check()
-improve function check()
-update MCF manual,example

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 14 20:09:21 2021 UTC (2 years, 9 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

tex-mcf2graph{,-doc}: update to 4.57

-change syntax
    n:@ => @n
    n:# => &n
    &"+" => "+"
    &"-" => "-"
    |=n  => #n
    =|   => ##
-delete command ``
-delete command a@#b
-delete command A[1],A[-1]
-delete bond type d,w,z
-fix bug in MOL file output
-fix bug in molecular weight calculation
-fix bug in report output
-fix bug in MOL file output
-improve parts definition
-improve global ext() setting
-fix bug in molecular weight calculation
-fix bug in charged atom calculation
-add commands
    ?!   : /_,!
    ??   : /_^35,/_-35
    /?!  : isopropyl
    /??! : tert-butyl
-change syntax
    /N!_ => /N?! : dimethylamino
-improve inline definition
-improve aux file output,input

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 27 02:08:13 2020 UTC (3 years, 7 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +3 -4 lines
Diff to previous 1.12 (colored)

tex-*: update to texlive 2020 versions

tex-a2ping{,-doc} to 2.84p
tex-animate{,-doc} to 20200425
tex-auto-pst-pdf{,-doc} to 0.6.52849
tex-chemfig{,-doc} to 1.52
tex-circuitikz{,-doc} to 1.1.1
tex-graphics-pln{,-doc} to 2020
tex-mcf2graph{,-doc} to 4.48
tex-mptopdf{,-doc} to 2020
tex-pst-node{,-doc} to 1.42a
tex-pst-pdf{,-doc} to 1.2e
tex-pst-tools{,-doc} to 0.10
tex-pstricks-add{,-doc} to 3.89a
tex-tikz-feynhand{,-doc} to 1.1.0
tex-tikzmark{,-doc} to 1.8
tex-tkz-base{,-doc} to 3.06c
tex-tkz-fct{,-doc} to 1.3c

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 6 20:04:25 2019 UTC (4 years ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

tex-*: add TEXLIVE_UNVERSIONED=yes

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 11 03:58:31 2019 UTC (4 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

tex-mcf2graph{,-doc}: update to 4.44

-add binop for add()
    a << b : a rotated b
-improve embedded font
-update MCF manual
-improve to ignore unknown command

Revision 1.10 / (download) - annotate - [select for diffs], Sat May 11 23:28:46 2019 UTC (4 years, 6 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

tex-mcf2graph{,-doc}: update to 4.40

-add function MC()
-change function name MCa() => MCat()
-delete function MCc(),MCd(),MCf()
-add angle parameter mangle
-add size parameter
   thickness_mframe
-change size parameter name
   bond_len => blength
   max_bond_length => max_blength
   font_wd,font_ht => fsize(w,h)
   margin_left_right,margin_top_bottom
     => fmargin(w,h)
   thickness_font_frame => thickness_fframe
   thickness_atom_frame => thickness_aframe
-delete ratio parameter ratio_bond_width
-delete option parameter sw_solid
-change option parameter name
   sw_clip        => sw_trimming
   sw_bond_single => sw_single
   sw_fomt_frame  => sw_fframe
   sw_mol_frame   => sw_mframe
   sw_atom_frame  => sw_aframe
-update MCF manual

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 7 11:04:36 2019 UTC (4 years, 7 months ago) by markd
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

tex-mcf2graph{,-doc}: update to 4.36

changes unknown

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 29 10:25:08 2019 UTC (4 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

tex-mcf2graph{,-doc}: update to 4.35

-fix bug in numbering bond
-update MCF manual

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 12 00:55:54 2018 UTC (5 years, 6 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

tex-mcf2graph{,-doc}: update to 4.30

 - Minor update of mcf2graph.mf

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 23 01:24:36 2017 UTC (6 years, 1 month ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

tex-mcf2graph{,-doc}: update to 4.28

-improve function ext(),EXT()
-update MCF syntax manual

-change syntax #n
  #n => $n
-update MCF syntax manual

Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 23 22:32:41 2017 UTC (6 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Update tex-mcf2graph{,-doc} to 4.25

-atom font can be changed
-update MCF syntax manual
-improve label,arrow emulation
-change variable names
   Bs[]   => B[]s
   Be[]   => B[]e
   B[]ang => B[]dir
   A[]bra => B[]dir
-update MCF syntax manual

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 21 10:14:19 2017 UTC (6 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

Update to TeXlive 2017

  Updated print/tex-marginnote{,-doc} to 1.2b
  Updated print/tex-mathtools to 1.19
  Updated graphics/tex-mcf2graph{,-doc} to 4.23
  Updated print/tex-media9{,-doc} to 0.80
  Updated print/tex-mhchem{,-doc} to 4.06
  Updated print/tex-minted{,-doc} to 2.4.1
  Updated print/tex-multirow{,-doc} to 2.2
  Updated print/tex-musixtex to 1.24
  Updated print/tex-mwcls{,-doc} to 0.75
  Updated print/tex-mweights{,-doc} to 20170330
  Updated fonts/tex-newpx{,-doc} to 1.320
  Updated fonts/tex-newtx{,-doc} to 1.525
  Updated fonts/tex-newtxsf{,-doc} to 1.05
  Updated fonts/tex-newtxtt{,-doc} to 1.055
  Updated print/tex-oberdiek{,-doc} to 2017
  Updated print/tex-onlyamsmath{,-doc} to 0.20

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 7 09:01:08 2016 UTC (7 years, 4 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

Update some texlive packages to latest versions.
Precise changes unknown
 Updated graphics/tex-animate{,-doc} to 20160727
 Updated graphics/tex-epstopdf{,-doc} to 2.25
 Updated graphics/tex-mcf2graph{,-doc} to 3.95
 Updated graphics/tex-pstricks{,-doc} to 2.68
 Updated graphics/tex-repere{,-doc} to 16.06

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 16 04:00:46 2016 UTC (7 years, 5 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Updated to TexLive 2016:

	Updated graphics/tex-animate{,-doc} to 20160415
	Updated graphics/tex-bclogo{,-doc} to 3.1
	Updated graphics/tex-mcf2graph{,-doc} to 3.92
	Updated graphics/tex-mptopdf{,-doc} to 2016
	Updated graphics/tex-pst-barcode{,-doc} to 0.15
	Updated graphics/tex-pst-node{,-doc} to 1.36
	Updated graphics/tex-pst-ovl{,-doc} to 0.07
	Updated graphics/tex-pst-plot{,-doc} to 1.75
	Updated graphics/tex-pstricks{,-doc} to 2.66
	Updated graphics/tex-pstricks-add{,-doc} to 3.80
	Updated graphics/tex-roundrect{,-doc} to 2.2
	Updated graphics/tex-shapes{,-doc} to 1.1
	Updated graphics/tex-tikzmark{,-doc} to 1.2
	Updated graphics/tex-tikzsymbols{,-doc} to 4.0

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 2 10:50:40 2015 UTC (8 years, 3 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3

Add tex-mcf2graph{,-doc} 3.53
   Draw chemical structure diagrams with Metafont/MetaPost
Add tex-roundrect{,-doc} 1.0
   Metapost macros for highly configurable rounded rectangles
Add tex-shapes{,-doc} 1.0
   Draw polygons, reentrant stars, and fractions in circles with Metapost

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>