non port: www/tclhttpd/Makefile |
SVNWeb
|
Number of commits found: 34 |
Sat, 11 Feb 2023
|
[ 02:51 Mikhail Teterin (mi) ] a162c35
www/tclhttpd: deal with the new clang's hatred for K&R
|
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:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Sat, 23 Oct 2021
|
[ 03:25 Mikhail Teterin (mi) ] d3d311b
www/tclhttpd: Add a patch to work with newer Tcl (8.6+)
The subcommands of file(n) aren't available in safe interpreters.
Bump PORTREVISION.
PR: 259053
Submitted by: Peter Dean
|
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, 21 Apr 2016
|
[ 11:33 gahr ] (Only the first 10 of 35 ports in this commit are shown above. )
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
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
|
Wed, 6 Aug 2014
|
[ 09:11 olgeni ] (Only the first 10 of 191 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt)
|
Fri, 21 Feb 2014
|
[ 15:46 gahr ]
- Convert to USES=tcl
- STAGE-clean
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Fri, 10 Dec 2010
|
[ 19:12 mi ]
Use _MAKE_JOBS instead of hard-coding the -j2:
PR: 147907
Submitted by: Andrius Morkunas
Use the USE_TCL knob and rely on the variables set by bsd.tcl.mk
instead of figuring them out ourselves. Switching to USE_TCL makes
this port depend on Tcl-8.5 by default now, hence the PORTREVISION
bump.
|
Wed, 9 Apr 2008
|
[ 13:42 pav ] (Only the first 10 of 171 ports in this commit are shown above. )
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
|
Fri, 21 Sep 2007
|
[ 22:35 pav ]
- Make tcllib depobjs version independent
Reported by: pointyhat
Pointy hat to: mi
|
Tue, 7 Nov 2006
|
[ 14:44 mi ]
The previous commit, which was supposed to simply update the
tcllib dependency, accidentally introduced reference to unfinished
work on the generation of locale-independent dates for HTTP-headers.
Finish (and unbreak) this work and allow the server to run in
non-English/ASCII locales. Changes submitted to the (dormant) vendor.
|
Sat, 28 Oct 2006
|
[ 13:26 mi ]
Grrrr. This tcllib-dependant port slipped through due to my local
modifications. Mad as a (pointy)hatter...
Notified by: kris
Approved by: portmgr (earlier)
|
Sat, 11 Feb 2006
|
[ 14:43 lawrance ]
Out with the old rc.d script, in with the new.
PR: ports/91442 (requested by)
Submitted by: Mike <mspam@hideaway.net>
Approved by: mi (maintainer, timeout 4 weeks)
|
Fri, 19 Nov 2004
|
[ 21:36 mi ] (Only the first 10 of 17 ports in this commit are shown above. )
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
|
Mon, 5 Apr 2004
|
[ 16:47 mi ]
Bump up RUN-dependency on tcllib from 1.4 to 1.6.
Submitted by: kris
|
Sat, 17 Jan 2004
|
[ 11:41 edwin ]
Chase update of devel/tcllib.
Noticed by: bento
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/tclhttpd-3.4.2.log
|
Thu, 24 Apr 2003
|
[ 17:01 mi ]
Upgrade from 3.3 to 3.4.2. Use tcl84 by default.
|
Fri, 7 Mar 2003
|
[ 06:12 ade ] (Only the first 10 of 296 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 29 Mar 2002
|
[ 17:55 mi ]
Finally catch up with the version number change of devel/tcllib --
I guess, we need some pattern matching in the RUN_DEPENDS too --
this port would work happily with the old tcllib0.8 as well as
the new tcllib1.2.
Submitted by: bento
|
Tue, 10 Jul 2001
|
[ 14:54 sobomax ] (Only the first 10 of 12 ports in this commit are shown above. )
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
|
Thu, 14 Jun 2001
|
[ 22:20 mi ]
The better fix for ports/27337 is, IMO, to also install the man-page as
tclhttpd.1 instead of the too generic (and usurped by Apache) httpd.1...
|
Sun, 27 May 2001
|
[ 16:59 ijliao ]
add missing man pages
|
Wed, 2 May 2001
|
[ 21:35 mi ]
Upgrade to the version 3.3...
|
Thu, 29 Mar 2001
|
[ 21:32 mi ]
The previous commit by sobomax fixed the build, but quite terribly broke the
install. My version used the special Makefile only to build the binary
lib. The installation was done by the software's Makefile.
|
Wed, 14 Mar 2001
|
[ 09:35 sobomax ]
o Fix build by replacing custom do-build target with set of stock
MAKEFILE/MAKE_ENV/MAKE_ARGS variables. o Slightly reorder variables to make
Makefile more readable.
|
Wed, 7 Feb 2001
|
[ 22:36 mi ] (Only the first 10 of 13 ports in this commit are shown above. )
Bring to the latest version. Link all of the little external libraries needed
by the tclhttpd into one file. I submitted this back in December, but nobody
cared since. Now I can commit this myself :)
|
Mon, 5 Feb 2001
|
[ 15:33 olgeni ] (Only the first 10 of 118 ports in this commit are shown above. )
Some spaces -> tabs for ports/www.
|
Thu, 20 Jul 2000
|
[ 12:55 nbm ] (Only the first 10 of 16 ports in this commit are shown above. )
Add tclhttpd, a pure-Tcl implementation of a HTTP server.
|
Number of commits found: 34 |