Next | Query returned 12 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-02-09 21:58:55 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xditview: update to 1.0.7.

This release adds -help & -version options to the xditview command.
It also enables the use of the Xft code inherited from XFree86 which
was previously not enabled in our conversion from Imake to autoconf.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by this program should ever
be anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

While this program remains lightly maintained by X.Org, packagers may
want to consider if the gxditview fork maintained as part of the groff
packages offers a better alternative for your users.

Alan Coopersmith (17):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      gitlab CI: stop requiring Signed-off-by in commits
      Dvi.c: remove unused XtStrlen macro
      Convert to X.Org standard code style
      lex.c: increment length counters when adding to buffer
      Replace strcpy() calls with strncpy() or memcpy()
      Add bounds check to getstr()
      More variable scope reductions as recommended by cppcheck
      Initialize more variables in their declarations
      configure: Add --with-xft and --without-xft flags to control USE_XFT
      Mark more char * as const
      Add CWARNFLAGS to AM_CFLAGS
      GetLine: resolve -Wmaybe-uninitialized warning
      Add .git-blame-ignore-revs to hide whitespace commits from git blame
      Print which argument was unknown before giving usage message
      Add -help and -version options
      xditview 1.0.7
   2022-10-16 01:11:48 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xditview: update to 1.0.6.

Alan Coopersmith (14):
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      man page: remove out-of-date COPYRIGHT section
      Variable scope reductions as recommended by cppcheck
      Use _CONST_X_STRING to make libXt declare String as const char *
      Clear -Wmissing-field-initializers warnings
      Fix -Wsign-compare warnings
      Delete HorizontalMove macro that shadows/duplicates HorizontalMove function
      Inline *Move & *Goto functions
      Use standard strrchr() instead of ancient rindex()
      Avoid leak of new_file if we decide not to use it
      Declare guesses const
      xditview 1.0.6
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
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
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-03-04 11:45:26 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xditview: update to 1.0.5.

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xditview 1.0.5

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

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

Pat Kane (1):
      make sure filename is a regular file.

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
   2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372)
Log message:
Reset maintainer
   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
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.
   2015-04-17 09:05:02 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.0.4:

Alan Coopersmith (12):
      Close file leak when fdopen() fails in OpenFile()
      Convert sprintf calls to snprintf
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Const cleanup
      unifdef -UNOTDEF -UNOTUSED
      Remove #if 0 code
      Combine usage message strings
      Remove CVS/RCS $Id tags
      Use SEEK_* names instead of raw numbers for fseek whence argument
      xditview 1.0.4
   2013-06-09 14:12:27 by Blue Rats | Files touched by this commit (3)
Log message:
Add MAKE_FLAGS+=appdefaultdir=${PREFIX}/lib/X11/app-defaults so package
works with native xorg.

Next | Query returned 12 messages, browsing 1 to 10 | Previous