The NetBSD Project

CVS log for pkgsrc/x11/xpr/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xpr

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 3 23:13:56 2024 UTC (10 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
xpr: update to 1.2.0.

This release adds new command line arguments -papertype, -pheight, and -pwidth
in order to support paper sizes other than 8.5 x 11 inches.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while X window dump files should never be more
than 2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xpr to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (8):
      Use memcpy() instead of memmove() when buffers are known not to overlap
      Remove unnnecessary casts from malloc(), calloc(), and free() calls
      No need to bzero() buffers allocated by calloc()
      Add support for paper sizes other than 8.5 x 11 inches
      gitlab CI: stop requiring Signed-off-by in commits
      Modernize lseek() calls
      configure: Use AC_SYS_LARGEFILE to enable large file support
      xpr 1.2.0

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 11 19:40:33 2022 UTC (2 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
xpr: update to 1.1.0.

This release drops support for the custom printing languages used
by the long-obsolete DEC LA100 & LN03 printers from the early 80's.

It continues to support PCL & PostScript output.

Alan Coopersmith (16):
      Standardize indentation in validate_visual()
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Use time_t instead of long with time() & ctime()
      xpr.man: remove duplicate "HP" from PaintJet XL Color name
      xpr.man: show current version in footer instead of X11R6
      Remove support for Digital LA100 dot matrix printer
      Remove support for Digital LN03 laser printer
      gitlab CI: add a basic build test
      Fix spelling/wording issues
      gitlab CI: Use ci-fairy image template
      gitlab CI: enable Static Application Security Testing (SAST)
      Build xz tarballs instead of bzip2
      man pages: remove out-of-date COPYRIGHT section
      xdpr.man: minor corrections
      xpr 1.1.0

Matthieu Herrb (1):
      remove extra 3rd parameter to open()

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:34:55 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 7 15:14:42 2021 UTC (3 years, 3 months ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
x11: Remove SHA1 hashes for distfiles

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 10 22:10:33 2018 UTC (6 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
xpr: update to 1.0.5.

Alan Coopersmith (12):
      Remove unneeded uses of <math.h> & -lm
      This is not a GNU project, so declare it foreign.
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Remove old CVS id tags
      Combine strings in usage message
      Fix "missmatch" typo in error message
      Print which option was in error along with usage message
      Add -version option to print program version
      More constification
      Fix man page references to X(1) to use __miscmansuffix__
      xpr 1.0.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matthieu Herrb (1):
      Use strcmp() to compare strings and simplify options parser.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Nov 4 03:29:11 2015 UTC (9 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 2 12:38:33 2015 UTC (9 years, 6 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Adding:

libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap

from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>