non port: x11/stalonetray/Makefile |
SVNWeb
|
Number of commits found: 25 |
Tue, 21 Mar 2023
|
[ 07:41 Fernando Apesteguía (fernape) Author: Zsolt Udvari ] 8f10eb1
x11/stalonetray: update to 0.8.5
Submitter becomes maintainer. Already maintainer of several ports.
ChangeLog: https://github.com/kolbusa/stalonetray/releases/tag/v0.8.4
PR: 270339
Reported by: uzsolt@uzsolt.hu
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] d357bca (Only the first 10 of 288 ports in this commit are shown above. )
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Sat, 5 Jan 2019
|
[ 14:46 zi ]
- Reset MAINTAINER due to repeated fatal email bounces
Reported by: portscout
|
Sun, 31 May 2015
|
[ 09:36 pawel ]
Update to version 0.8.3
PR: 200073
Submitted by: graudeejs@gmail.com (maintainer)
|
Tue, 29 Jul 2014
|
[ 21:43 adamw ] (Only the first 10 of 277 ports in this commit are shown above. )
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Fri, 4 Jul 2014
|
[ 23:16 adamw ]
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Fri, 17 Jan 2014
|
[ 20:19 rakuco ]
Support staging.
PR: ports/185305
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: maintainer timeout (18 days)
|
Fri, 20 Sep 2013
|
[ 23:43 bapt ] (Only the first 10 of 483 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11)
|
Sat, 17 Sep 2011
|
[ 08:42 crees ] (Only the first 10 of 15 ports in this commit are shown above. )
Update email address for ports maintained by aldis@bsdroot.lv -->
graudeejs@gmail.com
|
Tue, 30 Aug 2011
|
[ 19:11 pawel ]
Assign maintainership
PR: ports/160039
Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
Approved by: miwi, wen (mentors implicit)
|
Wed, 2 Feb 2011
|
[ 15:21 arved ]
Update to 0.8.1
PR: 154442
Submitted by: Charlie Kester
Feature safe: yes
|
Fri, 12 Feb 2010
|
[ 14:20 miwi ]
- Update to 0.8.0
PR: 143818
Submitted by: Ports Fury
|
Sat, 22 Aug 2009
|
[ 00:39 amdmi3 ] (Only the first 10 of 148 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with X
|
Sun, 20 Jan 2008
|
[ 21:56 miwi ]
- Update to 0.7.6
PR: 119700
Submitted by: "Beat Gaetzi" <beat@chruetertee.ch>
|
Fri, 14 Dec 2007
|
[ 23:14 miwi ]
- Update to 0.7.5
PR: 118597
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 5 Oct 2007
|
[ 21:55 miwi ]
- Update to 0.7.3
PR: 116930
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Wed, 11 Jul 2007
|
[ 03:50 rafan ]
- Update to 0.6.5
- Use macro from bsd.sites.mk
PR: ports/114418
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
|
Tue, 12 Jun 2007
|
[ 05:22 novel ]
Stepan Zastupov <redchrom@gmail.com> informed he cannot maintan his
FreeBSD ports anymore, so passing maintainership to ports@. Thanks
for doing a good work so far, Stepan.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 14 Jul 2006
|
[ 08:09 itetcu ]
Update to 0.4
PR: ports/100273
Submitted by: maintainer
|
Sat, 8 Apr 2006
|
[ 03:05 novel ]
Add stalonetray 0.3, STAnd-aLONE system tray.
PR: ports/95393
Submitted by: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
|
Number of commits found: 25 |