The NetBSD Project

CVS log for pkgsrc/converters/latex2rtf/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / converters / latex2rtf

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 17 21:56:22 2009 UTC (2 years, 5 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.20: +4 -3 lines
Diff to previous 1.20 (colored)

PKG_DESTDIR_SUPPORT

Revision 1.20 / (download) - annotate - [select for diffs], Mon Mar 20 18:15:37 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.19: +8 -4 lines
Diff to previous 1.19 (colored)

* Nuke all references to and definitions of INFO_DIR in package Makefiles
  and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:55 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 21 16:34:37 2005 UTC (6 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

This build uses perl (should use sed and date +"%a %b %e %T %Y" instead).
And removed a couple empty lines.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 9 07:17:04 2005 UTC (6 years, 6 months ago) by reed
Branch: MAIN
Changes since 1.16: +7 -27 lines
Diff to previous 1.16 (colored)

Update to latex2rtf-1.9.16a. Okayed by maintainer.

Changed order of MASTER_SITES -- use sourceforge first (said to be updated
first).

Remove post-extract and do-configure targets.

Get rid of do-install steps except for info file (use INSTALL_MAN
instead of INSTALL_DATA for that).

Remove man/man1 from INSTALLATION_DIRS as the install does this
already.

Add many configs to PLIST.

Now installs a latex2png executable.

Updated patch also honors PKGMANDIR.

The ChangeLog has:

Squash another compiler warning
Better error message when getTexUntil fails
Fix for \succ and \prec by Aleksey Cheusov
fix uninitialized warning messages under debian
new versions of derived files
Preparing for 1.9.16 release
support for compression of citations i.e., [1,2,3,4] is now [1-4]
support for sorted citations
Fixes for natbib style when numbers are used
support for \ensuremath
fix for bibliographic reference for non-alpha natbib entries
fixes for superscripted natbib style
update docs with information about bibliography styles
trying to check in
Change format of error messages Fix missing filename in error messages Change
        diagnostic level of warnings in a couple of places
Fix annoying extra page break at beginning of reports and books
Some support for \citealt and \citealp commands from natbib package.  Not
        thoroughly tested but it works ok for single authors.
Add support for \euro{amount} and \EUR{amount}
Added lines to babel_czech.tex to facilitate processing with latex Updated
        subsup.tex in tarball.`
add babel_spanish.tex and fig_size.tex to distribution fixes for \centering in
        table and figure environments
fix font handling in equations so that ${\rm A}$ typesets in roman. Update ToDo
        and ChangeLog
Fix for mis-numbering of figures and tables in reports
support for \bibpunct in the natbib package
Fix bizzare way that commands are searched.  It is now possible to replace
        command behavior by pushing a new Environment.
support for revtex \begin{acknowledge} \end{acknowledge} as well as \onlinecite
        and \citeonline (from RevTeX).  (This is untested currently) patches fro
m
        Marin Chicoine.
avoid possible overrun in cCommand in TranslateCommand security flaw pointed out
        by D. J. Bernstein
avoid buffer overruns in macro expansion that can be security holes reported by
        D. J. Bernstein
.... and many other changes ...

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:43 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Create directories before installing files into them.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:08 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 30 08:06:01 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Be consistent in variable usage (or lack thereof).

Revision 1.13 / (download) - annotate - [select for diffs], Fri Nov 19 15:05:12 2004 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored)

Update HOMEPAGE and MASTER_SITES.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 13 21:28:27 2004 UTC (7 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

USE_BUILDLINK3 is a yes/no variable.

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 7 22:08:56 2004 UTC (8 years ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

This package uses INFO_FILES so install latex2rtf.info to
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.

(I didn't receive any okay from maintainer when I asked
in April.)

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 11 07:21:15 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Convert to buildlink3.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 22 09:06:35 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.8: +10 -4 lines
Diff to previous 1.8 (colored)

Fix latex2rtf to not hardcode install(1). From Jonathan Perkins in PR 22881.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 9 10:35:48 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

USE_NEW_TEXINFO is unnecessary now.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 8 15:50:54 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

No need to loop for one file.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 26 09:48:15 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

USE_NEW_TEXINFO.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 14 23:42:26 2002 UTC (9 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored)

buildlink1 -> buildlink2

Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:04 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Introduce new framework for handling info files generation and installation.

Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 20 04:06:48 2001 UTC (10 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.2: +5 -1 lines
Diff to previous 1.2 (colored)

Honor CC and CFLAGS settings passed in from environment.  Also mark as
USE_BUILDLINK_ONLY.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 16 13:59:25 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 8 00:20:16 2000 UTC (12 years, 2 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of latex2rtf, based on pkg/9563 by 
Brook Milligan <brook@biology.nmsu.edu> 

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 8 00:20:16 2000 UTC (12 years, 2 months ago) by wiz
Branch: MAIN

Initial revision

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>