non port: x11-fonts/bitstream-vera/Makefile |
Number of commits found: 32 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
x11-fonts: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Illarionov <littlesavage@rambler.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Ashish Shukla <wahjava@gmail.com>
* Babak Farrokhi <babak@farrokhi.net>
* Björn König <bkoenig@alpha-tierchen.de>
* Brett Taylor
* Dave Cottlehuber <dch@skunkwerks.at>
* Dejan Lesjak <lesi@FreeBSD.org>
* Dennis Herrmann <adox@mcx2.org>
* Dominic Marks <dominic.marks@btinternet.com>
* Dryice Liu <dryice@liu.com.cn>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Eric Anholt <anholt@FreeBSD.org>
* Florian Limberger <flo@snakeoilproductions.net>
* Guerkan Senguen <gurkan@phys.ethz.ch>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Herbert J. Skuhra <herbert.skuhra@gmx.at>
* Horia Racoviceanu <horia@racoviceanu.com>
* Ilya A. Arkhipov <rum1cro@yandex.ru>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Lundberg <johalun0@gmail.com>
* Jordan Irwin <antumdeluge@gmail.com>
* KOMATSU Shinichiro
* Kevin Lo <kevlo@FreeBSD.org>
* Konstantinos Konstantinidis <kkonstan@daemon.gr>
* Koop Mast <kwm@FreeBSD.org>
* Kuan-Chung Chiu <buganini@gmail.com>
* Leland Wang <llwang@infor.org>
* Lowell Gilbert <lgfbsd@be-well.ilk.org>
* Manuel Giraud <manuel.giraud@gmail.com>
* Marcin Cieslak <saper@SYSTEM.PL>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Mateusz Piotrowski <0mp@FreeBSD.org>
* Matt Lancereau <matt@rimasec.net>
* Matthew Seaman
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Hsin <mhsin@mhsin.org>
* Michael Johnson <ahze@FreeBSD.org>
* NAKATA, Maho <maho@FreeBSD.org>
* Naresh Venkateshappa <nareshov@gmail.com>
* Norberto Lopes <nlopes.ml@gmail.com>
* Oliver Lehmann <lehmann@ans-netz.de>
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Pawel Worach
* Pedro Giffuni
* Pete Fritchman <petef@databits.net>
* Piotr Kubaj <pkubaj@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Winston Weinert <winstonw@lavabit.com>
* Yoshihiko Sarumaru <mistral@imasy.or.jp>
* Zhihao Yuan <lichray@gmail.com>
* arrowd <6yearold@gmail.com>
* bf <bf@FreeBSD.org>
* dburr@FreeBSD.org
* erich@FreeBSD.org
* giffunip@asme.org
* heiner Eichmann <h.eichmann@gmx.de>
* mi@aldan.algebra.com
* nork@FreeBSD.org
* past@ebs.gr
* trevor
With hat: portmgr
8d4fe7c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 11 Mar 2019
|
21:25 zeising
x11-fonts/mkfontscale: Update to 1.2.0
Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES
Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html
Thanks to Antoine for the exp-run!
PR: 236336 (exp-run)
Obtained from: FreeBSD Graphics Team dev repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by: B3 Init
|
Thursday, 1 Mar 2018
|
09:33 amdmi3
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket
|
Monday, 11 May 2015
|
18:34 mat
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 21 Mar 2015
|
23:05 bapt
Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
|
Thursday, 19 Mar 2015
|
17:29 bapt
Convert to USES=fonts
Use SUB_FILES instead of mangling pkg-message manually
|
Tuesday, 29 Jul 2014
|
21:43 adamw
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wednesday, 16 Jul 2014
|
03:34 adamw
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
|
Friday, 7 Mar 2014
|
13:45 miwi
- Stage support
Thanks to: antoine
|
Friday, 20 Sep 2013
|
23:51 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts)
|
Wednesday, 13 Jul 2011
|
12:39 bapt
- Fix font caching when installed from package
- bump portrevision
Approved by: kwm@ (with gnome hat)
|
Tuesday, 8 Sep 2009
|
19:26 marcus
Use the default MTREE_FILE.
PR: 138564
|
Monday, 2 Feb 2009
|
01:36 araujo
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
|
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [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)
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Saturday, 24 Mar 2007
|
20:40 marcus
Do not install config file as these fonts will automatically be loaded
with fontconfig-2.4.2. By installing the config file, it is no longer possible
to override Bitstream fonts in the users ~/.fonts.conf file.
PR: 110544
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
Friday, 2 Feb 2007
|
17:06 pav
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
|
Monday, 12 Jun 2006
|
04:58 mezz
Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
|
Saturday, 5 Nov 2005
|
04:53 marcus
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie <mjl@luckie.org.nz>
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Mark Hobden <markhobden@gmail.com>
Sergey Akifyev <asa@agava.com>
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
|
Friday, 4 Mar 2005
|
08:01 marcus
Remove the now-redundant MTREE file selection code. This is handled in
bsd.port.mk.
Requested by: lesi
|
Wednesday, 16 Feb 2005
|
05:11 marcus
Use the correct plist.
|
Tuesday, 15 Feb 2005
|
15:54 pav
- Avoid dependency on X libraries [1]
- Portlint
PR: ports/77503 [1]
Submitted by: Rui Lopes <rui@ruilopes.com>
|
Wednesday, 3 Mar 2004
|
16:38 pav
- Style: s/@freebsd.org/@FreeBSD.org/
|
Thursday, 17 Apr 2003
|
03:06 marcus
Update to the release version, 1.10.
|
Thursday, 20 Feb 2003
|
20:35 marcus
Add a RUN_DEPENDS on fontconfig as well.
|
20:28 marcus
Looks like we do need fc-cache since the cache files seem to vary slightly
from machine to machine.
|
01:38 marcus
* Don't depend on fontconfig (instead, package fonts.cache-1 with the port)
* Only install local.conf if one doesn't already exist
|
Wednesday, 19 Feb 2003
|
17:52 marcus
* The distfile was rerolled (only HTML formatting changes) so correct
checksum
* Do not depend on ttmkfdir, but instead package the fonts.dir with the
port [1]
Suggested by: nectar [1]
|
04:22 marcus
Remove redundant -p from ${MKDIR}.
|
04:19 marcus
Add bitstream-vera, a collection of 10 high-quality TrueType fonts that
look really nice in GNOME 2.
Inspired by: x11-fonts/webfonts
|
Number of commits found: 32 |