Commit graph

13 commits

Author SHA1 Message Date
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
rillig
b686dd9180 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.
2020-01-18 23:30:43 +00:00
rillig
121d00ed27 x11: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 09:14:06 +00:00
mef
9b3eb9fac2 Updated x11/stalonetray to 0.81 to 0.83
---------------------------------------
http://stalonetray.sourceforge.net/news.html

March 4, 2015
New bugfix release 0.8.3. Changes:

    fix high CPU usage under E19 caused by support for _NET_WM_PING

February 5, 2015
New bugfix release 0.8.2 (aka "It ain't dead. It's restin'"). Changes:

    several fixes in command line and config file parser
    fixed _NET_WM_STRUTS_PARTIAL support for multiple screens (kudos to Mario Pilz for a patch)
    fixed _NET_WM_DESKTOP support (thanks to Sasha Vasko for a report)
    added support for _NET_WM_PING
2016-08-11 23:03:26 +00:00
agc
d8f09469bb 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-11-04 03:28:24 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
dholland
34db81e4dd Sort a bunch of plists. 2012-06-16 03:15:30 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
schnoebe
ce4410ce01 # November 5, 2010
New bugfix release 0.8.1. Fixes:

    * fix build failure for non-debug configurations
    * several manpage updates
    * fix SEGFAULT while parsing command line
    * icon layout fixes

Known issues: some Gnome icons that are "hidden" actually create a
window that is detected and embedded by stalonetray. Such icons appear
as empty spaces in the tray. Applications that are known to behave this
way are gnome-power-manager and gpk-update-icon.

# October 21, 2009

New major release 0.8.0. New features/notable changes:

    * Remote control. Now it is possible to execute clicks on icons
      windows from command line. See documentation on --remote-click option
      for more info
    * Support for window struts EWMH property: now maximized windows do
      not cover stalonetray window. See documentation on --window-strut option
      for more info.
    * In addition to --icon-size which defines default icon size, now
      there is also a --slot-size which defines size of slot containing an
      icon.
    * Initial and maximal tray window dimensions are now specified in
      slot_size multiples
    * Scrollbars: now tray window has extra border, which user can click
      on to scroll icon area. This means that one can have fixed-size tray
      window (usefull when it is swallowed by FvwmButtons). See documentation
      on --scrollbars option for more info. This feature is experimental.
    * Semi-ugly support for WindowMaker dockapp mode. See documentation
      on --dockapp-mode option for more info.

Notable fixes:

    * Build fix for NetBSD.
    * Fix EWMH window type support.

Some command line and configuration file options were depricated, see
DEPRICATIONS section of manpage for more info.
2011-02-01 04:38:11 +00:00
smb
5548060f79 Enable debug option 2008-04-25 15:04:32 +00:00
smb
ea5e99c442 Fix portability bug that caused spurious error message on NetBSD (patch
reported upstream).

Update to newest upstream version.
0.7.6 news
- fix bug with sticky mode under Openbox
- fix bug with dissappearing window under WindowMaker (sf.net bug #1858069)
- fix layout bug which prevented tray to shrink properly
- fix resizing bug when grow gravity seemed to be ignored
- fix regression: KDE icons are collected at startup again
- fix focus model so that it (more-or-less) matches ICCM

0.7.5 news
- fix silly bug with window states (sticky works now)
- code cleanup in xembed implementation

0.7.4 news
- fix sample rc file (Debian bug #446899)
- fix fallback support mode for KDE icons (now KDE icons
  work in Xmonad)
- detect if stalonetrays` window is no longer toplevel
  and do not try to fix geometry (fixes excessive CPU
  usage as reported in Debian bug #444748)

0.7.3 news
- fix freedesktop.org icons support on amd64 (Debian bug #445056)

0.7.2 news
- fix typo in parameter name for maximal tray height (Debian bug #444717)

0.7.1 news:
- fix crash on invalid rc file (Debian bug #443543)
- fix occasional KDE icons dissapearance (sf.net bug #1676375)

0.7 release highlights:
- tinting and fuzzy edges
- layout improvements
- XEMBED imlementation fixes
- massive code cleanup
2008-03-15 20:35:26 +00:00
joerg
17b1a87919 Add modular Xorg and DESTDIR support. 2007-08-16 21:57:04 +00:00
smb
ee3da180b6 Add the stalonetray (stand-alone system tray) package. Package based partly
on the FreeBSD ports version.
2007-08-04 13:44:19 +00:00