non port: german/hunspell/Makefile |
Number of commits found: 38 |
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 |
Tuesday, 17 Aug 2021
|
05:24 Tobias C. Berner (tcberner)
german/hunspell: fix swiss-german dictionary
- The swiss-german dictionary was not properly prepared, as the used
sed (/bin/sed) was unable to replace 'ß' by 'ss'.
- Use the shebangfix framework to make it use gsed, which is already
depended on.
Approved by: office (fluffy)
PR: 257882
3b26637 |
Monday, 9 Aug 2021
|
06:39 Baptiste Daroussin (bapt)
hunspell: avoid plist substitution
When using PLIST_FILES substitution is not necessary and recommended not
to use, the direct use of make(1) variables, works perfectly fine.
c82d924 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 2 Mar 2019
|
17:47 sunpoet
Pet portlint: reorder knobs
 |
Tuesday, 26 Feb 2019
|
08:40 tobik
german/hunspell: Use gsed during the build
hunspell's build currently attempts to use base sed and \t, most
certainly with the expectation that the latter will expand to a
tab. With base sed, this is currently not the case - '\t' gets
passed through literally to regex(3), which sees this as an escape
of an ordinary character. Escapes of ordinary characters will be
disallowed in future versions of regex(3), so switch to textproc/gsed
for now which does the right thing with \t.
PR: 233439
Submitted by: kevans
Approved by: office (maintainer timeout, > 2 months)
 |
Sunday, 6 Jan 2019
|
20:41 sunpoet
Update MASTER_SITES and WWW
 |
Thursday, 30 Nov 2017
|
06:13 linimon
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
 |
Friday, 26 May 2017
|
20:02 linimon
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
 |
Wednesday, 18 Jan 2017
|
13:20 tijl
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
Saturday, 7 Jan 2017
|
14:43 jbeich
textproc/hunspell: update to 1.6.0
- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR: 215714
Submitted by: sunpoet (based on)
Exp-run by: antoine
MFH: 2017Q1
Differential Revision: https://reviews.freebsd.org/D8887
 |
Saturday, 17 Dec 2016
|
12:58 sunpoet
- Update to 20161207
 |
Saturday, 3 Dec 2016
|
22:24 jbeich
textproc/hunspell: update to 1.5.4
Changes: https://github.com/hunspell/hunspell/blob/v1.5.4/ChangeLog
PR: 214837
Exp-run by: antoine (for 1.5.3)
Approved by: office (bapt)
 |
Sunday, 20 Nov 2016
|
23:55 sunpoet
- Update to 20160407
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 17 Jan 2016
|
13:12 sunpoet
- Make build process independent from locale setting
PR: 206191
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Sponsored by: PortsCamp Taiwan
 |
Tuesday, 12 Jan 2016
|
21:37 sunpoet
- Update to 20151222
 |
Saturday, 18 Jul 2015
|
15:01 sunpoet
- Add NO_ARCH
 |
Saturday, 20 Dec 2014
|
18:48 bapt
Cleanup plist
 |
Wednesday, 16 Jul 2014
|
15:34 sunpoet
- Use USES=tar:bzip2
 |
Tuesday, 28 Jan 2014
|
11:30 bapt
Use aspell instead of ispell to build the package
Cleanup build_depends
mute the mkdir
 |
Monday, 9 Dec 2013
|
11:37 sunpoet
- Update to 20131206
 |
Tuesday, 19 Nov 2013
|
10:12 sunpoet
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Sort USES
 |
Monday, 4 Nov 2013
|
10:49 bapt
Support stage, use bsdtar to extract
 |
Friday, 20 Sep 2013
|
18:30 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
german)
 |
Sunday, 4 Aug 2013
|
12:47 az
- Convert to new perl framework
Approved by: bapt@ (office@)
 |
Tuesday, 7 May 2013
|
13:12 bapt
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts
 |
Thursday, 28 Jun 2012
|
02:17 sunpoet
- Update to 20120607
 |
Wednesday, 17 Aug 2011
|
18:03 sunpoet
- Set DIST_SUBDIR: move dist files to DISTDIR/hunspell
 |
Friday, 12 Aug 2011
|
19:17 sunpoet
- Unify COMMENT and pkg-descr
- Set WRKSRC
- Fix typo
- Add trailing slash of WWW
 |
Tuesday, 9 Aug 2011
|
13:33 sunpoet
- Fix PLIST: explicitly list installing filenames
- Fix typo
 |
Monday, 1 Aug 2011
|
21:58 bapt
Fix build
Reported by: pointyhat (pav@)
 |
Friday, 29 Jul 2011
|
13:11 sunpoet
- Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
 |
Thursday, 28 Jul 2011
|
07:12 sunpoet
- Add perl as build dependency [1]
- Use PLIST_DIRSTRY for PREFIX/share/hunspell
- Bump PORTREVISION for PLIST change
- Cosmetic change
Reported by: pointyhat [1]
 |
Monday, 25 Jul 2011
|
08:53 sunpoet
- Fix typo
 |
Friday, 22 Jul 2011
|
05:30 bapt
Pass matainership to the new office team
 |
Wednesday, 20 Jul 2011
|
14:01 bapt
Add german hunspell dictionnaries
 |
Number of commits found: 38 |