non port: korean/baekmukfonts-bdf/Makefile |
Number of commits found: 33 |
Tuesday, 13 Sep 2022
|
01:17 Jung-uk Kim (jkim)
korean/baekmukfonts-bdf: Update to 2.2
2dbac11 |
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:22 Tobias C. Berner (tcberner)
korean: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Hyogeol Lee <hyogeollee@gmail.com>
* Hyogeol, Lee <hyogeollee@gmail.com>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Junho CHOI <junho.choi@gmail.com>
* Ka Ho Ng <khng300@gmail.com>
* Oh Junseon <hollywar@mail.holywar.net>
* Satoshi TAOKA <taoka@FreeBSD.org>
With hat: portmgr
2d165cf |
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
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
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
 |
Tuesday, 29 Jul 2014
|
20:55 adamw
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
 |
Friday, 30 May 2014
|
12:22 pawel
Add staging support
 |
Friday, 20 Sep 2013
|
19:49 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
korean)
 |
Wednesday, 31 Jul 2013
|
11:56 az
- Convert to new perl framework
- Trim Makefile header
 |
Friday, 21 Jun 2013
|
18:01 bsam
Use @${MKDIR} instead of direct use of command command "mkdir -p".
 |
Monday, 17 Jun 2013
|
23:04 jkim
Update e-mail address on behalf of cjh as he personally requested.
 |
Friday, 18 Nov 2011
|
23:30 ehaupt
Remove trailing whitespaces.
Feature safe: yes
 |
Saturday, 2 Jan 2010
|
18:14 linimon
Reset cjh due to inactivity. We hope to see him back again soon.
Hat: portmgr
 |
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}.
 |
Friday, 23 Jul 2004
|
19:10 anholt
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
 |
Wednesday, 10 Mar 2004
|
21:48 fenner
Remove extraneous backslash, causing PKGNAMESUFFIX= -bdf to be
included in the definition of MASTER_SITES.
Noticed by: distfile survey
 |
Thursday, 20 Nov 2003
|
15:06 trevor
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
 |
13:51 trevor
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
 |
Tuesday, 9 Sep 2003
|
10:15 cjh
Fix distfiles/www locations and one maintainer.
 |
Friday, 7 Mar 2003
|
06:05 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Saturday, 25 Aug 2001
|
09:20 cjh
Add backup site.
 |
Tuesday, 6 Feb 2001
|
13:25 olgeni
Style review in ports/korean.
 |
Thursday, 2 Nov 2000
|
11:32 cjh
Checksum update. the author of gulim* fonts updated the content without
notice.
 |
Monday, 9 Oct 2000
|
16:40 cjh
Add batang10, batang10b manually-hinted fonts. Increase PORTREVISION.
 |
Monday, 25 Sep 2000
|
13:52 cjh
Change manually hinted gulim{10,10b} fonts from pcf to bdf source.
 |
Thursday, 14 Sep 2000
|
20:22 asami
Add BUILD_DEPENDS to bdftopcf:XFree86-4-clients when XFREE86_VERSION=4.
 |
Tuesday, 12 Sep 2000
|
12:08 asami
Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.
 |
Sunday, 3 Sep 2000
|
14:05 cjh
Install a manually hinted gulim10 and gulim10b fonts. (Gulim 10 points)
 |
Thursday, 24 Aug 2000
|
19:08 cjh
Extra BUILD_DEPENDS on XFree86 removed. (it uses USE_X_PREFIX)
 |
Friday, 23 Jun 2000
|
13:22 cjh
- Change distfile location. - Fix broken WWW in DESCR.
 |
Number of commits found: 33 |