Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.01j_1 25 Feb 2024 13:43:04 |
Muhammad Moinur Rahman (bofh) |
shells/fd: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.01j 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.01j 20 Jul 2022 14:22:59 |
Tobias C. Berner (tcberner) |
shells: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adamw@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
* Cyrille.Lefevre@laposte.net
* Danijel Tasov <danielt@pilgerer.org>
* David O'Brien <obrien@NUXI.com>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Kai Wang <kaiw27@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.01j 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.01j 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.01j 02 Nov 2020 22:07:22 |
rene |
Return knu@'s ports to the pool after his commit bit was safekept. |
3.01j 23 May 2020 19:13:13 |
amdmi3 |
- Add WWW
Approved by: portmgr blanket |
3.01j 24 Oct 2019 07:16:08 |
knu |
Update to 3.01j |
3.01h 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
3.01h 25 Dec 2018 07:12:34 |
knu |
Update to 3.01h |
3.01g 02 Jun 2018 06:05:17 |
knu |
Update to 3.01g |
3.01b 18 Jan 2017 13:20:32 |
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) |
3.01b 08 Sep 2015 17:53:40 |
danfe |
- Remove `files/patch-Makefile.in' as it is being unused since there is
pre-generated Makefile already provided
- Unbreak the build on PowerPC by not treating it differently from other
FreeBSD systems
- Respect CFLAGS in a more sane way than patching ${WRKSRC}/machine.h in
`_post-configure' target with some cryptic sed(1) regexp
- Factor out docfiles installation into `post-install-DOCS-on' target,
sanitize it a bit, unmute installation commands, move OPTIONS_DEFINE
knob lower while I am here
- Avoid use of contraction in the port description text |
3.01b 02 Mar 2015 23:47:18 |
bapt |
Remove Author from pkg-descr and white space fixes |
3.01b 12 Nov 2014 15:18:32 |
antoine |
Cleanup plist |
3.01b 11 Jun 2014 17:42:36 |
bapt |
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr |
3.01b 23 May 2014 03:30:05 |
knu |
Update to 3.01b. |
3.01a 06 Mar 2014 17:38:48 |
bapt |
Support stage |
3.01a 20 Sep 2013 22:57:24 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
3.01a 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.01a 08 Jun 2013 15:20:08 |
knu |
Update to 3.01a. |
3.01 03 Aug 2012 11:47:00 |
knu |
Update to 3.01. |
3.00m 29 Jul 2012 01:45:35 |
knu |
Update to 3.00m. |
3.00l 16 Jul 2012 10:20:45 |
knu |
Update to 3.00l + patches. |
3.00k 24 Apr 2012 01:59:24 |
knu |
Update to 3.00k (patched). |
3.00j_1 28 Dec 2011 06:55:26 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
3.00j_1 16 May 2011 12:38:19 |
knu |
Add support for xz archives to the configuration file. |
3.00j 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
3.00j 28 Sep 2010 13:23:45 |
knu |
Update to 3.00j w/ a patch.
Declare the port MAKE_JOBS_SAFE. |
3.00i 28 Jul 2010 08:03:26 |
knu |
Update to 3.00i. |
3.00h 14 Jun 2010 11:46:34 |
knu |
Update to 3.00h. |
3.00g_1 07 Jun 2010 02:22:59 |
knu |
Apply a quick-fix against the problem introduced in 3.00g. |
3.00g 04 Jun 2010 06:12:00 |
knu |
Update to 3.00g. |
3.00f 30 May 2010 14:36:13 |
knu |
This is the patch. |
3.00f 30 May 2010 14:33:56 |
knu |
Update to 3.00f with a quick fix applied. |
3.00e 01 Mar 2010 10:36:55 |
knu |
Update to 3.00e.
Feature safe: yes |
3.00d 02 Dec 2008 01:53:23 |
knu |
Update to 3.00d. |
3.00c_1 08 Oct 2008 10:25:38 |
knu |
Tweaking compiler options should be considered a configure task rather
than a patch task. |
3.00c_1 08 Oct 2008 08:44:28 |
knu |
Add missing files to pkg-plist.
Pointed out by: QAT |
3.00c 08 Oct 2008 08:38:08 |
knu |
Install configuration files also when NOPORTDOCS is yes.
Pointed out by: QAT |
3.00c 08 Oct 2008 07:52:48 |
knu |
Update to 3.00c. |
2.09i_1 16 Jul 2008 06:21:52 |
knu |
Add a patch to fix a paste-o problem under the INPUTKCODE=UTF8-mac
environment. |
2.09i 10 Jul 2008 11:10:57 |
knu |
Update to 2.09i. |
2.09h 24 Mar 2008 06:40:40 |
knu |
Update to 2.09h. |
2.09g 12 Feb 2008 06:39:31 |
knu |
Update to 2.09g. |
2.09f 27 Dec 2007 09:24:13 |
knu |
Update to 2.09f. |
2.09e 18 Sep 2007 06:22:23 |
knu |
Update to 2.09e, a bug-fix release. |
2.09d 29 Apr 2007 08:03:00 |
knu |
Update to 2.09d. |
2.09c 18 Jan 2007 10:43:09 |
knu |
Update to 2.09c. |
2.09 14 Sep 2006 18:52:23 |
knu |
Update to 2.09. |
2.08d 24 Jul 2006 09:44:11 |
knu |
Update to 2.08d. |
2.08c 07 Jun 2006 14:34:49 |
edwin |
Add SHA256 checksum |
2.08c 24 May 2006 11:48:21 |
knu |
Update to 2.08c. |
2.08b_1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
2.08b_1 11 Apr 2006 08:12:00 |
knu |
Add a patch to fix a problem that ~/.fd_history is truncated
when the home directory is on a file system without locking support. |
2.08b 07 Apr 2006 04:25:11 |
knu |
Update to 2.08b. |
2.07b_1 24 Jan 2006 01:04:19 |
edwin |
SHA256ify
Approved by: krion@ |
2.07b_1 18 Nov 2005 01:04:33 |
knu |
Add a missing man page to MAN1.
Noticed by: kris |
2.07b 14 Nov 2005 12:21:14 |
knu |
Update to 2.07b
Turn ADJTTY off by default. |
2.06a 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
2.06a 26 Oct 2004 04:05:31 |
knu |
Update to 2.06a. |
2.05g_1 17 Jul 2004 05:32:11 |
knu |
Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]
and [FDclone-users:00313]. |
2.05g 10 Jul 2004 13:17:48 |
knu |
Update to 2.05g. |
2.05f 24 Jun 2004 16:49:15 |
knu |
Update to 2.05f. |
2.05e_1 12 Jun 2004 18:00:42 |
knu |
Fix a bug where a \ at EOL did not work as escape character.
Obtained from: [FDclone-users:00287] |
2.05e 09 Jun 2004 12:01:12 |
knu |
Update to 2.05e. |
2.05d_4 27 May 2004 04:03:18 |
knu |
Double MAXLAUNCHTABLE and MAXFUNCLINES. |
2.05d_3 25 May 2004 18:56:27 |
knu |
Readd a correct fix against the glob expansion bug. |
2.05d_2 25 May 2004 10:00:23 |
knu |
Back out part of the previous commit. Turned out that the fixes in
[FDclone-users:00266] and [FDclone-users:00274] have bugs... |
2.05d_1 25 May 2004 05:17:40 |
knu |
Apply fixes against recently reported bugs.
[FDclone-users:00266]
Properly expand globs like <"/usr/"*> and </usr\/*>.
[FDclone-users:00274]
Complete the previous fix and make <'/usr/'*> work.
[FDclone-users:00275]
Fix a bug where a recursive copy fails when the destination directory
has a trailing slash.
[FDclone-users:00276]
Remove superfluous calls of chflags(2) to supress errors on filesystems
that do not support file flags.
[FDclone-users:00278]
Disable path name completion RENAME_FILE. |
2.05d 13 May 2004 07:44:12 |
knu |
Update to 2.05d. |
2.05c 25 Feb 2004 12:58:03 |
knu |
Update to 2.05c. |
2.05a 30 Dec 2003 21:35:32 |
osa |
Use DOCSDIR macro.
Approved by: knu (maintainer) |
2.05a 10 Dec 2003 03:57:28 |
knu |
Update to 2.05a, which fixes a bug in a builtin command "checkid". |
2.05 08 Dec 2003 18:46:34 |
knu |
Update to 2.05. |
2.04c_1 20 Nov 2003 05:09:21 |
knu |
Apply a patch that fixes segv in group lookups.
Obtained from: [FDclone-users:00244] |
2.04c 18 Oct 2003 10:40:29 |
knu |
Update to 2.04c. |
2.04a 29 Jul 2003 06:09:54 |
knu |
Update to 2.04a. |
2.04 30 Jun 2003 05:58:03 |
knu |
Update to 2.04. |
2.03b 15 May 2003 05:57:42 |
knu |
Update to 2.03b. |
2.03a_1 23 Apr 2003 10:20:12 |
knu |
Apply a fix against a macro expansion problem and bump PORTREVISION
accordingly. |
2.03a 19 Apr 2003 12:35:59 |
knu |
Update to 2.03a + readlink fix. |
2.03 28 Mar 2003 10:13:10 |
knu |
Update to 2.03. |
2.02b 03 Mar 2003 00:16:54 |
knu |
Update to 2.02b. |
2.02a_1 19 Feb 2003 08:48:16 |
knu |
Bump PORTREVISION for a couple of fixes I applied. |
2.02a 19 Feb 2003 08:46:56 |
knu |
Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls into
background as soon as it is invoked. |
2.02a 19 Feb 2003 08:44:58 |
knu |
Add a patch to fix a glob expansion problem where special character
escaping does not work. |
2.02a 18 Feb 2003 05:52:57 |
knu |
De-pkg-comment my non-ruby ports as well. |
2.02a 05 Jan 2003 19:14:20 |
knu |
Ignore error in updating /etc/shells so that a normal user can build
and install this port. |
2.02a 03 Jan 2003 11:20:52 |
knu |
Update to 2.02a. |
2.01c 06 Oct 2002 18:52:30 |
knu |
Update to 2.01c. |
2.01b_3 18 Sep 2002 18:57:53 |
knu |
- Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive. |
2.01b_2 15 Sep 2002 20:55:58 |
knu |
- Apply a couple of patches posted on the FD-clone mailing list,
which fix bugs in file name completion and handling of tar archives
that contain ".".
- Update fd2rc:
o Properly call zip(1) with -r (recursive).
o Make some file extensions case insensitive.
o Source /etc/fd2rc.local so administrators can put their own local
configurations in it.
o Set FD_WRITEFS to 1 (do not ask).
o Set FD_INHERITCOPY to 1 (preserve timestamps). |
2.01b_1 11 Aug 2002 13:28:31 |
knu |
- Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly. |
2.01b 13 Jul 2002 04:19:38 |
knu |
- Update to 2.01b.
- Honor CC and CFLAGS. (which hasn't been working since 2.0) |
2.01a 11 Jun 2002 12:31:41 |
knu |
Update to 2.01a.
Adjust tar_format for the latest GNU tar. |
2.01 15 May 2002 18:17:32 |
knu |
Update to 2.01.
Add compression/uncompression definitions for .Z/.gz/.bz2. |
2.00b_1 15 Apr 2002 17:55:19 |
knu |
- Add a patch from the author that fixes a bug in file name
completion. Bump PORTREVISION accordingly.
- Default the number of columns to 1.
- Add some nifty launcher definitions.
Submitted by: nork (partly) |
2.00b 31 Mar 2002 18:28:32 |
knu |
Update to 2.00b. |