Port details |
- mod_auth_tkt Lightweight single-sign-on authentication module for apache
- 2.1.0_4 www =2 2.1.0_4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-02-26 15:11:40
- Last Update: 2024-02-26 13:15:13
- Commit Hash: 1fd25e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- http://www.openfusion.com.au/labs/mod_auth_tkt/
- Description:
- mod_auth_tkt is a lightweight single-sign-on authentication module for
apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure
cookie-based tickets to implement a single-signon framework that works
across multiple apache instances and servers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_auth_tkt>0:www/mod_auth_tkt
- To install the port:
- cd /usr/ports/www/mod_auth_tkt/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_auth_tkt
- pkg install ap24-mod_auth_tkt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_auth_tkt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mod_auth_tkt-2.1.0.tar.gz) = ba456531656be5682f0a6a632a6eccb98c2459753c59b80b843e1d19cc7f8724
SIZE (mod_auth_tkt-2.1.0.tar.gz) = 100731
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap24-mod_auth_tkt-2.1.0_4:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
QUERY_SEP=on: Experimental TKTAuthQuerySeparator directive
===> Use 'make config' to modify these settings
- Options name:
- www_mod_auth_tkt
- USES:
- apache shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0_4 26 Feb 2024 13:15:13 |
Muhammad Moinur Rahman (bofh) |
www/mod_auth_tkt: Moved man to share/man
Approved by: portmgr (blanket) |
2.1.0_3 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
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.1.0_3 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.1.0_3 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
2.1.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0_3 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.1.0_3 01 Oct 2015 15:05:38 |
amdmi3 |
- Fix shebangs
- Silence post-patch
Approved by: portmgr blanket |
2.1.0_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.1.0_2 12 May 2015 12:47:25 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
2.1.0_2 27 Jan 2015 03:23:08 |
kuriyama |
- Support apache 2.4.x.
- Split out non-related to QuerySeparator directive to normal patches. |
2.1.0_1 04 Jul 2014 23:11:34 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
2.1.0_1 09 Jun 2014 22:25:13 |
kuriyama |
- Stagify. |
2.1.0_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.1.0_1 25 Oct 2012 15:15:52 |
kuriyama |
- Add option to use TKTAuthQuerySeparator directive.
Obtained from: https://github.com/gavincarr/mod_auth_tkt
Feature safe: yes |
2.1.0 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
2.1.0 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
2.1.0 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
2.1.0 29 Apr 2011 13:41:32 |
kuriyama |
- Ubreak deinstallation by removing LoadModule line with @unexec.
Notified by: erwin |
2.1.0 26 Feb 2011 15:11:28 |
kuriyama |
mod_auth_tkt is a lightweight single-sign-on authentication module for
apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure
cookie-based tickets to implement a single-signon framework that works
across multiple apache instances and servers.
WWW: http://www.openfusion.com.au/labs/mod_auth_tkt/ |