non port: games/gtypist/Makefile |
Number of commits found: 49 |
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 |
Thursday, 23 Sep 2021
|
16:22 Baptiste Daroussin (bapt)
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses
266130c |
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 |
Wednesday, 25 Nov 2020
|
18:28 naddy
Add category education.
 |
Thursday, 2 Jan 2020
|
09:46 bapt
Make sure we can link also with libncurses.so if built with wildchar support
 |
Saturday, 10 Nov 2018
|
18:12 bapt
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
 |
Thursday, 8 Dec 2016
|
19:23 tijl
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
 |
Monday, 21 Nov 2016
|
15:01 marino
games/gtypist: Support ports-bases ncurses
This software must be ancient because it expects the required wide
ncurses headers to be only at <ncursesw/ncurses.h>. The previous
workaround symlinked the base headers to the work directory.
Instead, fix the 5 source files via sed and bypass the conftest.
Approved by: ncurses blanket
 |
Thursday, 4 Feb 2016
|
21:39 marino
games/gtypist: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 31 Aug 2014
|
19:26 naddy
Update to 2.9.5 for minor fixes.
 |
Thursday, 17 Apr 2014
|
21:23 naddy
Update to 2.9.4 for minor fixes.
 |
Thursday, 13 Mar 2014
|
16:11 naddy
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz
 |
Monday, 30 Sep 2013
|
20:23 naddy
This uses iconv even with NLS off.
 |
16:16 naddy
Support staging.
Use option helpers.
Fix build with NLS option off.
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Thursday, 1 Aug 2013
|
20:22 naddy
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
 |
Monday, 10 Jun 2013
|
15:46 naddy
Update to 2.9.3 for minor bug fixes.
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Tuesday, 18 Dec 2012
|
15:44 naddy
- Update to 2.9.2:
Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE
- Switch to OptionsNG
 |
Saturday, 15 Sep 2012
|
20:00 naddy
Remove pointless header lines from ports I created once upon a time.
 |
Wednesday, 30 Nov 2011
|
19:00 naddy
Update to 2.9.1, no significant changes.
Feature safe: yes
 |
Sunday, 6 Nov 2011
|
21:04 naddy
Update to 2.9:
* UTF-8 support
* new lessons
* new Polish and Turkish translations, Spanish info file
 |
Tuesday, 4 Oct 2011
|
20:06 naddy
Update to 2.8.5: minor bug fixes.
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Wednesday, 25 Mar 2009
|
16:24 naddy
Mark MAKE_JOBS_SAFE for parallel building.
 |
Thursday, 19 Feb 2009
|
15:09 naddy
Update to 2.8.3: really fix a bug regarding rounding of error rates.
 |
Wednesday, 4 Feb 2009
|
21:05 naddy
Update to 2.8.2: fixes a rounding error and adds Basque translation.
 |
Friday, 6 Jun 2008
|
13:31 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
Monday, 2 Jun 2008
|
14:42 naddy
Sync with bug fix release 2.8.1. No code changes.
 |
Wednesday, 28 May 2008
|
19:23 naddy
Update to 2.8. No major changes.
 |
Sunday, 11 Jul 2004
|
10:55 krion
Support WITHOUT_NLS
 |
Wednesday, 4 Feb 2004
|
04:36 marcus
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
 |
Friday, 23 Jan 2004
|
18:12 trevor
Now gettext 0.12.1 is gettext-old.
 |
Friday, 3 Oct 2003
|
20:51 naddy
Update to 2.7. Notable changes:
- New menu-based ncurses interface, replacing function keys.
- Additional support for other languages.
- Miscellaneous improvements all over.
 |
Tuesday, 26 Aug 2003
|
20:25 marcus
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
 |
Monday, 25 Aug 2003
|
05:41 marcus
Chase the libintl.so shared lib version.
 |
Friday, 21 Feb 2003
|
12:52 naddy
pkg-comment -> COMMENT
 |
Friday, 6 Sep 2002
|
00:10 naddy
Update to 2.6.2. Minor changes only.
 |
Thursday, 1 Aug 2002
|
16:22 ade
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
 |
Friday, 19 Jul 2002
|
18:11 naddy
Update to 2.6. Notable changes in this release:
- New `typefortune' (perl-)script which creates lessons from `fortune'.
- New interface messages in Czech.
- New lessons in Czech.
 |
Friday, 12 Apr 2002
|
17:10 ade
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
 |
Friday, 15 Mar 2002
|
19:44 ade
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
 |
Tuesday, 22 Jan 2002
|
15:28 naddy
Update to 2.5: various fixes, new French translation.
 |
Thursday, 15 Nov 2001
|
23:04 naddy
Update to 2.4.1.
 |
Saturday, 3 Nov 2001
|
22:22 naddy
Update my MAINTAINER address.
 |
Friday, 19 Oct 2001
|
17:45 kevlo
Update to version 2.4
 |
Sunday, 27 May 2001
|
17:50 ijliao
add gtypist Interactive typing tutor
 |
Number of commits found: 49 |