Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
2.0.6_2 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 ) |
2.0.6_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.6_2 05 Oct 2021 20:01:17 |
Bernhard Froehlich (decke) |
devel/cvsweb: Add CPE information
Approved by: portmgr (blanket) |
2.0.6_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.6_2 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.0.6_2 31 Jan 2019 13:38:59 |
tobik |
devel/cvsweb: Do not set SUB_LIST after bsd.port.pre.mk
The framework already adds PREFIX and DOCSDIR to it, so drop it
entirely. Move variables that do not need to be after bsd.port.pre.mk
up. |
2.0.6_2 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
variables deprecation revision
WITHOUT_NLS 2013-12-13 r336337
WITH_/WITHOUT_ 2014-02-24 r345870
NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587
WITH_BDB_VER 2016-05-02 r414444
OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387
WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965
While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.
Cleanup bsd.sanity.mk a bit.
Fix fallout.
PR: 224613
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13490 |
2.0.6_2 16 Jun 2017 09:19:34 |
amdmi3 |
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
2.0.6_2 14 May 2015 10:15:09 |
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 |
2.0.6_2 02 Mar 2015 23:16:02 |
bapt |
Remove Authors and License from pkg-descr |
2.0.6_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
2.0.6_2 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
2.0.6_2 27 Jun 2014 13:47:29 |
danilo |
- Add stage support
PR: ports/191185
Submitted by: joe@thrallingpenguin.com |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
2.0.6_2 16 Sep 2013 09:22:22 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.0.6_2 27 Jul 2013 16:06:25 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
2.0.6_2 23 Dec 2011 14:45:07 |
crees |
Use bsd.port.pre.mk to allow the port to actually find the correct cgi-bindir
without falling through to the last case every time.
PR: ports/163099
Submitted by: crees
Approved by: maintainer timeout (2w+) |
2.0.6_2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.0.6_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.0.6_2 23 Jan 2006 07:04:10 |
linimon |
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin` |
2.0.6_2 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.0.6_2 03 Dec 2005 21:40:31 |
erwin |
Add SHA256
PR: 89828
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer) |
2.0.6_2 10 Apr 2005 12:54:06 |
pav |
- Style
PR: ports/79709
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer) |
2.0.6_2 06 Mar 2005 13:47:15 |
knu |
Hand the maintainership over to Jon Noack. Thanks! |
2.0.6_2 11 Feb 2005 22:52:01 |
knu |
Remove a -p flag which seems to be an overkill |
2.0.6_2 30 Jan 2005 16:53:43 |
knu |
Change the maintainer to myself, adding a note that issues that are
not specific to this port/package should go to the freebsd-cvsweb
mailing list.
Requested by: scop |
2.0.6_2 12 Aug 2004 13:18:53 |
knu |
Remove -l from the default cvs(1) options.
PR: ports/69854
Submitted by: Marco Trentini <mark@remotelab.org>
Suggested by: scop
Replace a hardcoded /usr/local with $PREFIX. |
2.0.6_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.0.6_1 24 Feb 2004 14:18:50 |
knu |
Turn off perl's -T flag for the moment, for CVSweb 2.0.6's code does
not pass Perl 5.8's stricter taint checks. The flag will be turned on
again when the port is updated to the next release.
PR: ports/62650, ports/62743
Submitted by: naddy, Palle Girgensohn <girgen@pingpong.net> |
2.0.6 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.0.6 26 Sep 2002 21:16:50 |
scop |
Update to FreeBSD-CVSweb 2.0.6.
Approved by: knu (mentor) |
2.0.5 23 Jul 2002 15:10:00 |
scop |
Update to FreeBSD-CVSweb 2.0.5.
Approved by: knu (mentor) |
2.0.4 06 Jul 2002 18:43:48 |
scop |
Released FreeBSD-CVSweb 2.0.4.
Approved by: knu (mentor) |
2.0.3 06 Jul 2002 18:28:38 |
scop |
Update project web page address.
Approved by: knu (mentor) |
2.0.3 06 Jul 2002 18:27:26 |
scop |
Add trailing slash to example URI.
Approved by: knu (mentor) |
2.0.3 18 Jun 2002 09:12:45 |
knu |
Pass the maintainership over to freebsd-cvsweb@FreeBSD.org. |
2.0.3 22 May 2002 08:14:06 |
knu |
Update to FreeBSD-cvsweb 2.0.3.
2002-05-22 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Previous fixes against cross-site scripting
vulnerabilities were insufficient and buggy (error messages were
messed up). Revamp fatal() to HTML-quote automatically and fix
error message output. |
2.0.2 22 May 2002 06:57:12 |
knu |
Update to FreeBSD-cvsweb 2.0.2 and unmark FORBIDDEN.
2002-05-22 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Read configuration files with `do' instead of
`require' to unbreak mod_perl support.
[Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
* cvsweb.cgi: Cosmetic fixes. Use and/or rather than &&/|| to
connect sentences.
* cvsweb.cgi: Exit with -1 if exec() fails.
* cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1.
[Submitted by: Ville Skytt?,Ad?(B <ville.skytta@iki.fi>] (Only the first 15 lines of the commit message are shown above ) |
2.0.1 15 May 2002 17:48:54 |
knu |
Mark as FORBIDDEN; due to cross-site scripting vulnerabilities.
I'll hopefully release the next version this weekend. |
2.0.1 10 Apr 2002 23:05:00 |
knu |
Correct document file names.
Submitted by: naddy
Pointy hat to: knu |
2.0.1 10 Apr 2002 19:58:54 |
knu |
Update to FreeBSD-cvsweb 2.0.1.
2002-04-11 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi, cvsweb.conf: Perform an HTML cleanup.
[Submitted by: Ville Skytt?,Ad?(B <ville.skytta@iki.fi>]
* cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.1.
2002-04-05 Akinori MUSHA <knu@iDaemons.org>
* INSTALL: Somehow description configuration doesn't work if you
put trailing /'s in module names, so fix the document for the
moment.
[Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>]
2002-02-06 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Use TMPDIR instead of the hardcoded /tmp.
* cvsweb.cgi: Never pass 'MAIN' to cvs(1). 'HEAD' is the valid
tag. |
29 Jan 2002 10:16:28 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
07 Nov 2001 21:41:57 |
knu |
Update to FreeBSD-cvsweb 2.0.0. |
01 Aug 2001 11:12:14 |
knu |
Forgot to update patches. |
01 Aug 2001 11:03:43 |
knu |
Update to knu-cvsweb 1.112.1.82. |
06 Jul 2001 10:51:49 |
knu |
Update to knu-cvsweb 1.110.1.78. |
05 Jun 2001 11:54:07 |
knu |
Update to 1.106.1.74. |
19 May 2001 22:00:43 |
knu |
Don't bother Perl with $@%'s in CVSROOT, TITLE, etc.. |
10 May 2001 18:50:35 |
knu |
Update to knu-cvsweb 1.106.1.72. |
07 May 2001 18:17:20 |
knu |
Update to knu-cvsweb 1.106.1.71. |
24 Apr 2001 17:02:38 |
knu |
Update to knu-cvsweb 1.106.1.70b. No functional changes but only
documentational changes. |
27 Mar 2001 17:29:07 |
knu |
Update to knu-cvsweb 1.106.1.70. |
22 Mar 2001 19:49:10 |
knu |
Update to knu-cvsweb 1.106.1.68. |
10 Feb 2001 13:19:57 |
knu |
Add %%PORTDOCS%%. |
29 Jan 2001 03:59:17 |
knu |
Update to knu-cvsweb 1.105.1.65. |
14 Jan 2001 09:14:53 |
knu |
Update a patch to fix a typo rather than a repack/update. |
14 Jan 2001 08:40:40 |
knu |
Update to knu-cvsweb 1.105.1.64. |
12 Jan 2001 04:14:37 |
knu |
Update to knu-cvsweb 1.104.1.63. |
11 Jan 2001 18:20:24 |
knu |
Update to knu-cvsweb 1.104.1.62. |
11 Jan 2001 03:41:57 |
knu |
Update to knu-cvsweb 1.104.1.61. |
05 Jan 2001 00:13:39 |
knu |
Update to knu-cvsweb 1.104.1.59. |
03 Jan 2001 03:24:09 |
knu |
Update to knu-cvsweb 1.104.1.57. |
02 Jan 2001 23:47:42 |
knu |
Update to knu-cvsweb 1.104.1.56. |
02 Jan 2001 12:39:04 |
knu |
Update to knu-cvsweb 1.104.1.55. |
01 Jan 2001 23:51:23 |
knu |
Update to knu-cvsweb 1.104.1.54. |
29 Dec 2000 23:59:35 |
knu |
Update to knu-cvsweb 1.104.1.52. |
29 Dec 2000 09:16:10 |
knu |
Update to knu-cvsweb 1.104.1.49. Tiny fixes. |
28 Dec 2000 18:31:13 |
knu |
Update to knu-cvsweb 1.104.1.47. |
18 Dec 2000 04:31:28 |
knu |
Update to knu-cvsweb 1.104.1.45. |
07 Dec 2000 15:24:14 |
knu |
Update to knu-cvsweb 1.104.1.42. |
04 Nov 2000 19:26:15 |
knu |
Update to knu-cvsweb 1.104.1.39. |
20 Oct 2000 22:31:02 |
knu |
Install TODO.knu too. |
20 Oct 2000 16:52:28 |
knu |
Update to knu-cvsweb 1.103.1.37. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
07 Oct 2000 09:07:34 |
knu |
Update to knu-cvsweb 1.103.1.33. |
30 Sep 2000 21:13:19 |
knu |
Update to knu-cvsweb 1.103.1.30. |
30 Sep 2000 19:53:24 |
knu |
Update to knu-cvsweb 1.103.1.29. |
23 Sep 2000 21:48:46 |
knu |
Update to knu-cvsweb 1.103.1.26. |
19 Sep 2000 21:22:39 |
knu |
Update to knu-cvsweb 1.101.1.24. |
04 Sep 2000 17:06:41 |
knu |
Update to 1.94.1.19. |
03 Sep 2000 20:21:55 |
knu |
Update to knu-cvsweb 1.94.1.17. |
25 Aug 2000 10:39:12 |
knu |
Update to knu-cvsweb 1.94.1.15. |
15 Aug 2000 09:54:13 |
knu |
Update to knu-cvsweb 1.93.1.13. |
01 Aug 2000 13:53:42 |
knu |
Update to 1.93.1.10. - Nothing but #!/usr/bin/perl -> #!/usr/bin/perl5 |
29 Jul 2000 14:24:11 |
knu |
Update with my development branch of cvsweb. |
22 Jul 2000 10:09:36 |
knu |
Add a missing `,' to the end of the line. |
19 Jul 2000 01:10:40 |
knu |
Introduce %functionlineregexp variable. |
19 Jul 2000 01:06:45 |
knu |
- Introduce @prcategories variable to allow override/customize PR categires. |
19 Jul 2000 00:49:13 |
knu |
Fix broken mutiple repositories support. (Already sent to the author) |
19 Jul 2000 00:47:02 |
knu |
Browse two repositories by default. local => /home/cvs FreeBSD =>
/home/ncvs |
18 Jul 2000 21:56:08 |
knu |
Update to rev. 1.90. o checkout without revision should default to HEAD |
17 Jul 2000 11:42:22 |
knu |
Correct md5 that is calculated from the original distfile. |
11 Jul 2000 03:07:20 |
knu |
Update to rev.1.86. |
29 Jun 2000 03:31:42 |
asami |
Use ${MASTER_SITE_LOCAL}. |
07 Jun 2000 18:24:39 |
knu |
Local distfiles have been moved to:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/ |
07 Jun 2000 09:23:12 |
knu |
Update to the latest CVS snapshot. - Minor fixes - Timezone support |
05 Jun 2000 07:59:26 |
knu |
Remove subdirectories too. |
05 Jun 2000 06:47:02 |
knu |
Satisfy bento by removing the apache directory on package building. |