summaryrefslogtreecommitdiff
path: root/x11-clocks/astzclock/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* x11-clocks: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alexey Dokuchaev <danfe@regency.nsu.ru> * Anders Nordby <anders@fix.no> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Brian Handy <handy@physics.montana.edu> * Chris D. Faulhaber <jedgar@FreeBSD.org> * Chris Piazza <cpiazza@FreeBSD.org> * David Leonard <leonard@dstc.edu.au> * Emanuel Haupt <ehaupt@critical.ch> * FURUSAWA, Kazuhisa <kazu@jp.freebsd.org> * Greg Lewis <glewis@FreeBSD.org> * Harold Gutch <logix@foobar.franken.de> * Hendrik Scholz <hscholz@raisdorf.net> * J Han <hjh@best.com> * KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> * Kris Kennaway <kris@FreeBSD.org> * Lars Koeller <lkoeller@cc.fh-lippe.de> * Martin Wilke (miwi@FreeBSD.org) * Nobuhiro Yasutomi * Patrick Li <pat@databits.net> et al * Per Otterstr=F6m <pelle@fukt.bth.se> * Randall Hopper <aa8vb@ipass.net> * Rich Neswold <rneswold@mcs.net> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Ulrich Spoerlein <uspoerlein@gmail.com> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * desmo@bandwidth.org * gpalmer * gurkan@phys.ethz.ch * obrien@NUXI.com With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=517000
* Support stagedir.Vanilla I. Shu2014-01-111-3/+1
| | | | | | | Submitted by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=339424
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-clocks) Notes: svn path=/head/; revision=327778
* Convert to USES=imakeBaptiste Daroussin2013-06-281-6/+2
| | | | Notes: svn path=/head/; revision=322014
* . Fix a buffer overrun on start up.Greg Lewis2009-04-011-1/+1
| | | | Notes: svn path=/head/; revision=231440
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add a port of ASTZClock:Greg Lewis2004-09-031-0/+44
ASTZClock is currently a fairly minimal hack to the original ASClock to allow the specification of a time zone for the clock to use. Notes: svn path=/head/; revision=118000