non port: devel/cvsweb3/Makefile |
SVNWeb
|
Number of commits found: 38 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Tue, 5 Oct 2021
|
[ 20:01 Bernhard Froehlich (decke) ] c70316b
devel/cvsweb3: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 31 Jan 2019
|
[ 13:46 tobik ]
devel/cvsweb3: 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.
|
Mon, 10 Sep 2018
|
[ 13:15 mat ] (Only the first 10 of 127 ports in this commit are shown above. )
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Mon, 16 Apr 2018
|
[ 10:48 brnrd ]
www/apache22: Chase removal of Apache 2.2
|
Tue, 9 Jan 2018
|
[ 07:40 mat ] (Only the first 10 of 46 ports in this commit are shown above. )
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
|
Wed, 1 Nov 2017
|
[ 13:10 olgeni ] (Only the first 10 of 57 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
|
Thu, 9 Feb 2017
|
[ 12:47 amdmi3 ]
- Fix with perl 5.24
- While here, add LICENSE, NO_ARCH and regenerate patches
PR: 216465
Submitted by: vinny.abello@nttdata.com
Approved by: maintainer timeout (noackjr@alumni.rice.edu, 2 weeks)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
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
|
Sat, 18 Oct 2014
|
[ 08:45 riggs ]
- Fix install in case share/apache dir is not created prior to installtion
PR: 192943
Submitted by: turutani@scphys.kyoto-u.ac.jp
Approved by: maintainer timeout
|
Sun, 17 Aug 2014
|
[ 00:30 marino ]
devel/cvsweb3: Update cvsweb3.cgi for newer versions of perl
Remove patch to cvsweb3.cgi and implement all the necessary changes
only with sed which is already being used and shebangfix. This change to
the qw line is needed for the recent versions of perl.
PR: 192712
Submitted by: Dennis Glatting
Approved by: Just Fix It
|
Sun, 27 Jul 2014
|
[ 20:12 wg ]
devel/cvsweb3: support stage
PR: 191282
Submitted by: joe thrallingpenguin com
Approved by: maintainer (timeout)
|
Mon, 7 Oct 2013
|
[ 11:09 bapt ]
Fix pkgname collision
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Mon, 16 Sep 2013
|
[ 08:39 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Sat, 27 Jul 2013
|
[ 16:06 az ] (Only the first 10 of 38 ports in this commit are shown above. )
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
Sat, 30 Jun 2012
|
[ 14:07 az ] (Only the first 10 of 41 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Fri, 23 Dec 2011
|
[ 14:45 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+)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ] (Only the first 10 of 263 ports in this commit are shown above. )
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
|
Sat, 8 Sep 2007
|
[ 00:56 linimon ] (Only the first 10 of 101 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 23 Jan 2006
|
[ 07:04 linimon ] (Only the first 10 of 12 ports in this commit are shown above. )
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`
|
Sun, 22 Jan 2006
|
[ 05:52 edwin ] (Only the first 10 of 153 ports in this commit are shown above. )
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
|
Mon, 26 Dec 2005
|
[ 00:04 edwin ]
devel/cvsweb3: Wrong install location with www/apache22
www/apache22 installs its data files to ${PREFIX}/www/apache22
though, devel/cvsweb3 fails to find this directory.
PR: ports/90418
Submitted by: Tetsuya Uemura <t_uemura@macome.co.jp>
|
Fri, 2 Dec 2005
|
[ 19:30 erwin ]
Update to 3.0.6
PR: 89829
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer)
|
Mon, 31 Oct 2005
|
[ 18:24 erwin ] (Only the first 10 of 97 ports in this commit are shown above. )
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports
|
Sun, 10 Apr 2005
|
[ 13:01 pav ]
- Style
PR: ports/79710
Submitted by: Jonathan Noack <noackjr@alumni.rice.edu> (maintainer)
|
Sun, 6 Mar 2005
|
[ 13:47 knu ]
Hand the maintainership over to Jon Noack. Thanks!
|
Fri, 4 Feb 2005
|
[ 15:00 knu ]
Update to 3.0.5.
|
Sun, 30 Jan 2005
|
[ 16:53 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
|
Fri, 21 Jan 2005
|
[ 20:51 krion ]
Set LATEST_LINK.
Reported by: kris
|
Wed, 12 May 2004
|
[ 07:02 knu ]
Update to CVSweb 3.0.1 after a repocopy. Optional dependencies are
currently all enabled by default.
|
Number of commits found: 38 |