Port details |
- p5-Apache-AuthTicket Perl modules that implement a cookie-based authentication system
- 0.94 www
=4 0.94Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-01-03 20:19:33
- Last Update: 2023-01-25 17:54:07
- Commit Hash: 40843b1
- People watching this port, also watch:: p5-HTML-CalendarMonthSimple, de-webalizer, p5-CGI-Cache, p5-Data-JavaScript, p5-FAQ-OMatic
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Apache-AuthTicket
- Description:
- Apache::AuthTicket* modules implement a cookie-based authentication system
similar to the ticket access system describde in the mod_perl eagle book.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Apache-AuthTicket>0:www/p5-Apache-AuthTicket
- To install the port:
- cd /usr/ports/www/p5-Apache-AuthTicket/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-Apache-AuthTicket
- pkg install p5-Apache-AuthTicket
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Apache-AuthTicket
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1501398871
SHA256 (Apache-AuthTicket-0.94.tar.gz) = 431121fe6c684ec3b1cd03b8430aac848aa0ffaa6f74da6e6846c8905c9823e8
SIZE (Apache-AuthTicket-0.94.tar.gz) = 30367
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:
-
- ap24-mod_perl2>=1.9922 : www/mod_perl2
- p5-Apache-AuthCookie>=3.0 : www/p5-Apache-AuthCookie
- p5-CGI>=3.12 : www/p5-CGI
- p5-Class-Accessor>=0 : devel/p5-Class-Accessor
- p5-DBI>=0 : databases/p5-DBI
- p5-MRO-Compat>=0 : devel/p5-MRO-Compat
- p5-ModPerl-VersionUtil>=0 : www/p5-ModPerl-VersionUtil
- p5-SQL-Abstract>=0 : databases/p5-SQL-Abstract
- apxs : www/apache24
- perl5>=5.32.r0<5.33 : lang/perl5.32
- apxs : www/apache24
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- ap24-mod_perl2>=1.9922 : www/mod_perl2
- p5-Apache-AuthCookie>=3.0 : www/p5-Apache-AuthCookie
- p5-CGI>=3.12 : www/p5-CGI
- p5-Class-Accessor>=0 : devel/p5-Class-Accessor
- p5-DBI>=0 : databases/p5-DBI
- p5-MRO-Compat>=0 : devel/p5-MRO-Compat
- p5-ModPerl-VersionUtil>=0 : www/p5-ModPerl-VersionUtil
- p5-SQL-Abstract>=0 : databases/p5-SQL-Abstract
- apxs : www/apache24
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_p5-Apache-AuthTicket
- USES:
- apache perl5
- 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 |
0.94 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) |
0.94 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 ) |
0.94 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
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 ) |
0.94 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.94 06 Oct 2018 13:06:45
  |
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.94 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.94 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 |
0.94 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.94 30 Jul 2017 13:13:10
  |
sunpoet  |
Update to 0.94
- Add LICENSE
- Add BUILD_DEPENDS
- Add missing *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Apache-AuthTicket/Changes |
0.93_3 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.93_3 25 Apr 2015 16:12:20
  |
adamw  |
Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting:
The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl
www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN
For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.
As long as we're here, sort plist on perl@-owned ports. |
0.93_2 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.93_1 03 Nov 2013 15:16:25
  |
az  |
- support STAGEDIR
- add LICENSE (where it possible) |
0.93_1 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.93_1 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.93_1 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@ |
0.93_1 07 Jun 2012 19:29:57
 |
az  |
- Fix mod_perl2 deps |
0.93_1 04 Jun 2012 17:17:22
 |
az  |
- Remove SITE_PERL from *_DEPENDS |
0.93_1 01 Jan 2012 16:47:41
 |
ohauer  |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@ |
0.93_1 20 Aug 2011 17:27:52
 |
ohauer  |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
0.93 12 Jun 2011 19:15:43
 |
sunpoet  |
- Update to 0.93
Note that ticket format has been changed in 0.92
- Add WWW
Changes: http://search.cpan.org/dist/Apache-AuthTicket/Changes |
0.90_1 22 May 2011 22:23:16
 |
ohauer  |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@ |
0.90 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.90 05 May 2010 03:24:01
 |
pgollucci  |
- Unbreak, port depends on both mod_perl and Apache-Test
With Hat: perl@
Reported by: pointyhat duds file |
0.90 26 Oct 2009 20:41:06
 |
pav  |
- Mark BROKEN: does not build
Reported by: pointyhat |
0.90 10 Oct 2009 14:32:35
 |
tobez  |
Update to 0.90.
Changes: http://search.cpan.org/dist/Apache-AuthTicket/Changes |
0.40 22 Jul 2009 16:27:08
 |
pgollucci  |
- 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) |
0.40 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.40 18 Jun 2007 10:21:40
 |
erwin  |
Remove 4.x workaround |
0.40 22 Apr 2006 16:26:11
 |
leeym  |
- update to 0.40
- assign to perl@ |
0.31 22 Jan 2006 02:58:25
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.31 25 Nov 2005 19:02:21
 |
pav  |
- Add SHA256 |
0.31 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.31 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.31 16 Sep 2003 05:43:52
 |
erwin  |
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus) |
0.31 09 May 2003 01:21:28
 |
edwin  |
conditionalize dependencies on modules included in perl 5.8
Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX. CVS:
PR: ports/50589
Submitted by: Erwin Lansing <erwin@lansing.dk>
---------------------------------------------------------------------- CVS:
Enter Log. Lines beginning with `CVS:' are removed automatically |
0.31 20 Feb 2003 19:15:38
 |
knu  |
De-pkg-comment. |
10 May 2001 02:20:55
    |
vanilla  |
Upgrade |
10 Mar 2001 03:37:20
    |
vanilla  |
Add {BUILD-RUN}_DEPENDS to p5-Apache-AuthCookie. |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
03 Jan 2001 23:19:33
    |
will  |
Add p5-Apache-AuthTicket 0.20, perl modules that implement a cookie-based
authentication system. |