notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
p5-HTML-Mason High-performance, dynamic web site authoring system
1.60 www on this many watch lists=28 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.60Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2000-06-01 22:26:44
Last Update: 2023-02-21 13:26:34
Commit Hash: a1cca0c
People watching this port, also watch:: p5-libwww, p5-DBI, libiconv, p5-Params-Validate, p5-Class-Data-Inheritable
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/release/HTML-Mason
Description:
Mason is a tool for building, serving and managing large web sites. Its features make it an ideal backend for high load sites serving dynamic content, such as online newspapers or database driven e-commerce sites. Mason's various pieces revolve around the notion of "components". A component is a mix of HTML, Perl, and special Mason commands, one component per file. So-called "top-level" components represent entire web-pages, while smaller components typically return HTML snippets for embedding in top-level components. This object-like architecture greatly simplifies site maintenance: change a shared component, and you instantly changed all dependant pages that refer to it across a site (or across many virtual sites). Mason's component syntax lets designers separate a web page into programmatic and design elements. This means the esoteric Perl bits can be hidden near the bottom of a component, preloading simple variables for use above in the HTML. In our own experience, this frees content managers (i.e., non-programmers) to work on the layout without getting mired in programming details. Techies, however, still enjoy the full power of Perl. See also: http://www.masonhq.com/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (72 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-HTML-Mason-1.60/catalog.mk
  2. /usr/local/share/licenses/p5-HTML-Mason-1.60/LICENSE
  3. /usr/local/share/licenses/p5-HTML-Mason-1.60/ART10
  4. /usr/local/share/licenses/p5-HTML-Mason-1.60/GPLv1+
  5. bin/mason.pl
  6. lib/perl5/site_perl/HTML/Mason.pm
  7. lib/perl5/site_perl/HTML/Mason/Admin.pod
  8. lib/perl5/site_perl/HTML/Mason/Apache/Request.pm
  9. lib/perl5/site_perl/HTML/Mason/ApacheHandler.pm
  10. lib/perl5/site_perl/HTML/Mason/CGIHandler.pm
  11. lib/perl5/site_perl/HTML/Mason/Cache/BaseCache.pm
  12. lib/perl5/site_perl/HTML/Mason/Compiler.pm
  13. lib/perl5/site_perl/HTML/Mason/Compiler/ToObject.pm
  14. lib/perl5/site_perl/HTML/Mason/Component.pm
  15. lib/perl5/site_perl/HTML/Mason/Component/FileBased.pm
  16. lib/perl5/site_perl/HTML/Mason/Component/Subcomponent.pm
  17. lib/perl5/site_perl/HTML/Mason/ComponentSource.pm
  18. lib/perl5/site_perl/HTML/Mason/Devel.pod
  19. lib/perl5/site_perl/HTML/Mason/Escapes.pm
  20. lib/perl5/site_perl/HTML/Mason/Exceptions.pm
  21. lib/perl5/site_perl/HTML/Mason/FAQ.pod
  22. lib/perl5/site_perl/HTML/Mason/FakeApache.pm
  23. lib/perl5/site_perl/HTML/Mason/Handler.pm
  24. lib/perl5/site_perl/HTML/Mason/Interp.pm
  25. lib/perl5/site_perl/HTML/Mason/Lexer.pm
  26. lib/perl5/site_perl/HTML/Mason/MethodMaker.pm
  27. lib/perl5/site_perl/HTML/Mason/Params.pod
  28. lib/perl5/site_perl/HTML/Mason/Parser.pm
  29. lib/perl5/site_perl/HTML/Mason/Plugin.pm
  30. lib/perl5/site_perl/HTML/Mason/Plugin/Context.pm
  31. lib/perl5/site_perl/HTML/Mason/Request.pm
  32. lib/perl5/site_perl/HTML/Mason/Resolver.pm
  33. lib/perl5/site_perl/HTML/Mason/Resolver/File.pm
  34. lib/perl5/site_perl/HTML/Mason/Resolver/Null.pm
  35. lib/perl5/site_perl/HTML/Mason/Subclassing.pod
  36. lib/perl5/site_perl/HTML/Mason/Tests.pm
  37. lib/perl5/site_perl/HTML/Mason/Tools.pm
  38. lib/perl5/site_perl/HTML/Mason/Utils.pm
  39. lib/perl5/site_perl/man/man3/HTML::Mason.3.gz
  40. lib/perl5/site_perl/man/man3/HTML::Mason::Admin.3.gz
  41. lib/perl5/site_perl/man/man3/HTML::Mason::ApacheHandler.3.gz
  42. lib/perl5/site_perl/man/man3/HTML::Mason::CGIHandler.3.gz
  43. lib/perl5/site_perl/man/man3/HTML::Mason::Cache::BaseCache.3.gz
  44. lib/perl5/site_perl/man/man3/HTML::Mason::Compiler.3.gz
  45. lib/perl5/site_perl/man/man3/HTML::Mason::Compiler::ToObject.3.gz
  46. lib/perl5/site_perl/man/man3/HTML::Mason::Component.3.gz
  47. lib/perl5/site_perl/man/man3/HTML::Mason::Component::FileBased.3.gz
  48. lib/perl5/site_perl/man/man3/HTML::Mason::Component::Subcomponent.3.gz
  49. lib/perl5/site_perl/man/man3/HTML::Mason::ComponentSource.3.gz
  50. lib/perl5/site_perl/man/man3/HTML::Mason::Devel.3.gz
  51. lib/perl5/site_perl/man/man3/HTML::Mason::Escapes.3.gz
  52. lib/perl5/site_perl/man/man3/HTML::Mason::Exceptions.3.gz
  53. lib/perl5/site_perl/man/man3/HTML::Mason::FAQ.3.gz
  54. lib/perl5/site_perl/man/man3/HTML::Mason::FakeApache.3.gz
  55. lib/perl5/site_perl/man/man3/HTML::Mason::Interp.3.gz
  56. lib/perl5/site_perl/man/man3/HTML::Mason::Lexer.3.gz
  57. lib/perl5/site_perl/man/man3/HTML::Mason::MethodMaker.3.gz
  58. lib/perl5/site_perl/man/man3/HTML::Mason::Params.3.gz
  59. lib/perl5/site_perl/man/man3/HTML::Mason::Parser.3.gz
  60. lib/perl5/site_perl/man/man3/HTML::Mason::Plugin.3.gz
  61. lib/perl5/site_perl/man/man3/HTML::Mason::Plugin::Context.3.gz
  62. lib/perl5/site_perl/man/man3/HTML::Mason::Request.3.gz
  63. lib/perl5/site_perl/man/man3/HTML::Mason::Resolver.3.gz
  64. lib/perl5/site_perl/man/man3/HTML::Mason::Resolver::File.3.gz
  65. lib/perl5/site_perl/man/man3/HTML::Mason::Resolver::Null.3.gz
  66. lib/perl5/site_perl/man/man3/HTML::Mason::Subclassing.3.gz
  67. lib/perl5/site_perl/man/man3/HTML::Mason::Tests.3.gz
  68. lib/perl5/site_perl/man/man3/HTML::Mason::Tools.3.gz
  69. lib/perl5/site_perl/man/man3/HTML::Mason::Utils.3.gz
  70. @owner
  71. @group
  72. @mode
Collapse this list.
Dependency lines:
  • p5-HTML-Mason>0:www/p5-HTML-Mason
To install the port:
cd /usr/ports/www/p5-HTML-Mason/ && make install clean
To add the package, run one of these commands:
  • pkg install www/p5-HTML-Mason
  • pkg install p5-HTML-Mason
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-HTML-Mason
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1676985020 SHA256 (HTML-Mason-1.60.tar.gz) = aa0bbd5a6b63c62c8955f8c55ec085e370d792d65266b6c3b5c5f0788bbc77e6 SIZE (HTML-Mason-1.60.tar.gz) = 324010

Packages (timestamps in pop-ups are UTC):
p5-HTML-Mason
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.601.601.591.601.60-1.59-
FreeBSD:13:quarterly1.601.601.601.601.601.601.601.60
FreeBSD:14:latest1.601.601.591.601.601.60-1.60
FreeBSD:14:quarterly1.601.60-1.601.601.601.601.60
FreeBSD:15:latest1.601.60n/a1.60n/a1.601.601.60
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Cache-Cache>=1 : devel/p5-Cache-Cache
  2. p5-Class-Container>=0.07 : devel/p5-Class-Container
  3. p5-Exception-Class>=1.15 : devel/p5-Exception-Class
  4. p5-HTML-Parser>=0 : www/p5-HTML-Parser
  5. p5-Log-Any>=0.08 : devel/p5-Log-Any
  6. p5-Params-Validate>=0.70 : devel/p5-Params-Validate
  7. perl5>=5.32.r0<5.33 : lang/perl5.32
  8. perl5>=5.32.r0<5.33 : lang/perl5.32
Test dependencies:
  1. p5-CHI>=0.210 : devel/p5-CHI
  2. p5-Test-Deep>=0 : devel/p5-Test-Deep
  3. p5-Test-Memory-Cycle>=0 : devel/p5-Test-Memory-Cycle
Runtime dependencies:
  1. p5-Cache-Cache>=1 : devel/p5-Cache-Cache
  2. p5-Class-Container>=0.07 : devel/p5-Class-Container
  3. p5-Exception-Class>=1.15 : devel/p5-Exception-Class
  4. p5-HTML-Parser>=0 : www/p5-HTML-Parser
  5. p5-Log-Any>=0.08 : devel/p5-Log-Any
  6. p5-Params-Validate>=0.70 : devel/p5-Params-Validate
  7. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. devel/autodia
  2. www/p5-Catalyst-View-Mason
  3. www/p5-HTML-Mason-PSGIHandler
  4. www/p5-HTTP-Server-Simple-Mason
  5. www/p5-Jifty
  6. www/p5-MasonX-Interp-WithCallbacks
  7. www/p5-MasonX-Profiler
Expand this list (16 items / 9 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/p5-MasonX-Request-WithApacheSession
  3. www/p5-MasonX-WebApp
  4. www/rt44
  5. www/rt50
  6. Collapse this list.

Deleted ports which required this port:

Expand this list of 5 deleted ports
  1. devel/p5-Alzabo-GUI-Mason*
  2. security/p5-openxpki-client-html-mason*
  3. www/rt38*
  4. www/rt40*
  5. www/rt42*
  6. Collapse this list of deleted ports.
for Run
  1. devel/autodia
  2. net-mgmt/netdot
  3. www/p5-Catalyst-View-Mason
  4. www/p5-HTML-Mason-PSGIHandler
  5. www/p5-HTTP-Server-Simple-Mason
  6. www/p5-Jifty
  7. www/p5-MasonX-Interp-WithCallbacks
Expand this list (17 items / 10 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/p5-MasonX-Profiler
  3. www/p5-MasonX-Request-WithApacheSession
  4. www/p5-MasonX-WebApp
  5. www/rt44
  6. www/rt50
  7. Collapse this list.

Deleted ports which required this port:

Expand this list of 5 deleted ports
  1. devel/p5-Alzabo-GUI-Mason*
  2. security/p5-openxpki-client-html-mason*
  3. www/rt38*
  4. www/rt40*
  5. www/rt42*
  6. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for p5-HTML-Mason-1.60: MODPERL=off: mod_perl protocol support ===> Use 'make config' to modify these settings
Options name:
www_p5-HTML-Mason
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/HTML/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/HTML/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/HTML/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/HTML/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/HTML/
  7. http://backpan.perl.org/modules/by-module/HTML/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/HTML/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/HTML/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/HTML/
  12. https://www.cpan.org/modules/by-module/HTML/
Collapse this list.

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.60
21 Feb 2023 13:26:34
commit hash: a1cca0cc850b061552462fd6f616dcb5dbbfe72fcommit hash: a1cca0cc850b061552462fd6f616dcb5dbbfe72fcommit hash: a1cca0cc850b061552462fd6f616dcb5dbbfe72fcommit hash: a1cca0cc850b061552462fd6f616dcb5dbbfe72f files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/p5-HTML-Mason: Update to 1.60
1.59
25 Jan 2023 17:54:07
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.59
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.59
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.59
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.59
24 Jul 2020 07:28:15
Revision:543169Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.59

- Add LICENSE_FILE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/HTML-Mason
1.58
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
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)
1.58
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
1.58
30 Oct 2017 02:51:39
Revision:453153Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.58
Changes: http://cpansearch.perl.org/src/DROLSKY/HTML-Mason-1.58/Changes
1.56
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
1.56
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
1.56
12 Jan 2015 18:36:20
Revision:376869Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.56
- Sort PLIST

Changes:	http://search.cpan.org/dist/HTML-Mason/Changes
1.54_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
1.54
05 Jun 2014 14:20:30
Revision:356637Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 1.54
1.52_1
15 Oct 2013 18:44:00
Revision:330427Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix PLIST
- Bump PORTREVISION for package change

Reported by:	antoine
1.52
13 Oct 2013 14:02:07
Revision:330230Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix USE_APACHE_RUN

Reported by:	az
1.52
12 Oct 2013 15:16:44
Revision:330134Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.52
- Convert to new OPTIONS helper
- Support STAGEDIR
- Sort PLIST
- Use CPAN as primary WWW
- Reformat pkg-descr
- Pass maintainership to perl@

Changes:	http://search.cpan.org/dist/HTML-Mason/Changes
1.50
12 Oct 2013 01:15:19
Revision:330110Original commit files touched by this commit
zi search for other commits by this committer
- Reset MAINTAINER due to fatal email bounce

Reported by:	portscout
1.50
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.50
14 Sep 2013 13:38:21
Revision:327283Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
1.50
09 Sep 2012 18:05:15
Revision:303986Original commit files touched by this commit
ohauer search for other commits by this committer
- s/USE_APACHE/USE_APACHE_RUN/

with hat apache@
1.50
18 Aug 2012 14:29:11
Original commit files touched by this commit
ohauer search for other commits by this committer
- 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@
1.50
13 Jul 2012 17:24:03
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.50
- Add LICENSE
- Convert to new options framework
- Rename option: MOD_PERL -> MODPERL

Changes:        http://search.cpan.org/dist/HTML-Mason/Changes
PR:             ports/169825
Submitted by:   sunpoet (myself)
Approved by:    Denis Shaposhnikov <dsh@bamus.cz> (maintainer)
1.48
30 Jun 2012 14:31:06
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
1.48
04 Jun 2012 19:11:13
Original commit files touched by this commit
matthew search for other commits by this committer
  - Fix USE_APACHE syntax
  - Set RUN_DEPENDS from BUILD_DEPENDS
  - update to new OPTIONS framework

Approved by:    shaun (mentor)
PR:             ports/168143
Submitted by:   me
1.48
16 May 2012 04:09:48
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.48
- Merged BUILD_DEPENDS and RUN_DEPENDS as it produces error while building
- Removed APACHE13 based dependancy

PR:             166590
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
1.45
15 Feb 2012 02:44:26
Original commit files touched by this commit
swills search for other commits by this committer
- Add TEST_DEPENDS to enable testing

PR:             ports/164969
Submitted by:   swills (myself)
Approved by:    portmgr (blanket)
1.45
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.45
06 Jun 2010 20:16:27
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 1.45

PR:             ports/147412
Approved by:    dsh@vlink.ru (maintainer)
Submitted by:   myself (pgollucci@)
1.44_1
12 Feb 2010 12:37:07
Original commit files touched by this commit
pav search for other commits by this committer
- Optionalize WITH_APACHE2

PR:             ports/143615
Submitted by:   Alexander Kirpa <freebsd-bug@kirpa.com>
Approved by:    Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer)
1.44_1
20 Jan 2010 09:58:53
Original commit files touched by this commit
kuriyama search for other commits by this committer
- Add missing dependency.

Approved by:    maintainer
1.44
06 Jan 2010 00:40:01
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.44

PR:             ports/142336
Submitted by:   Wen Heping (myself)
Approved by:    maintainer
1.42
05 Jun 2009 21:36:58
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.42

PR:             135258
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer
1.39_1
24 Apr 2008 22:15:20
Original commit files touched by this commit
timur search for other commits by this committer
Approved by:    maintainer(irc)

Of course, PORTREVISION has to be bumped.
1.39
24 Apr 2008 22:09:55
Original commit files touched by this commit
timur search for other commits by this committer
Approved by:    maintainer(irc)

Put back PERL_MODBUILD as PERL_CONFIGURE installs MAN3 into
/usr/local/usr/local. Cleaned up pkg-plist.
1.39
23 Apr 2008 10:04:00
Original commit files touched by this commit
miwi search for other commits by this committer
- Updated to 1.39
- Use CPAN macro
- Better adjustment of dependences
- PERL_CONFIGURE instead of PERL_MODBUILD

PR:             121014
Submitted by:   lippe
Approved by:    maintainer
1.35
17 Apr 2008 14:30:31
Original commit files touched by this commit
araujo search for other commits by this committer
- 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)
1.35
08 Sep 2007 01:11:48
Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
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
1.35
10 Dec 2006 22:06:59
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix dependency

PR:             ports/106541
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
1.35
31 Oct 2006 01:43:46
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.35

PR:             ports/104511
Submitted by:   Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:    maintainer (Denis Shaposhnikov)
1.33
29 May 2006 09:34:35
Original commit files touched by this commit
clsung search for other commits by this committer
- Upgrade to the latest release (1.33).

PR:             ports/98073
Submitted by:   maintainer (Denis Shaposhnikov)
1.32
26 Mar 2006 18:00:28
Original commit files touched by this commit
sem search for other commits by this committer
- Fix p5-libapreq2 dependency

PR:             ports/94047
Reported by:    Jeff Bachtel
Submitted by:   maintainer
1.32
22 Jan 2006 02:58:25
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
1.32
07 Jan 2006 02:25:39
Original commit files touched by this commit
edwin search for other commits by this committer
Update port: www/p5-HTML-Mason (upgrade to 1.32)

        Upgrade to 1.32, the latest release.

Submitted by:   Denis Shaposhnikov <dsh@vlink.ru>
PR:             ports/91396
1.31.0.1_1
30 Nov 2005 11:11:49
Original commit files touched by this commit
flz search for other commits by this committer
- Add a patch to fix UTF-8 strings escaping.

PR:             ports/89750
Submitted by:   maintainer
1.31.0.1
31 Oct 2005 18:24:21
Original commit files touched by this commit
erwin search for other commits by this committer
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
1.31.0.1
11 Oct 2005 12:56:53
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.31.0.1.  Require perl from ports.

Submitted by:   maintainer
PR:             87202
1.28_2
11 Jun 2005 16:13:12
Original commit files touched by this commit
skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
1.28_1
18 Apr 2005 12:51:17
Original commit files touched by this commit
novel search for other commits by this committer
Fix apache2 dependency.

PR:             80067
Submitted by:   Denis Shaposhnikov (maintainer)
1.28_1
15 Apr 2005 18:59:29
Original commit files touched by this commit
leeym search for other commits by this committer
- Add optional mod_perl dependency. Thanks to Dryice Liu.

PR:             79328
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru>
1.28_1
10 Feb 2005 10:17:49
Original commit files touched by this commit
tobez search for other commits by this committer
Fix dependency error introduced in the previous commit.

Reported by:    kris/pointyhat
1.28_1
09 Feb 2005 10:07:06
Original commit files touched by this commit
tobez search for other commits by this committer
Fix |h escaping. Thanks to Max Baker.

PR:             77298
Submitted by:   maintainer
1.28
10 Nov 2004 16:59:55
Original commit files touched by this commit
sem search for other commits by this committer
Update to latest 1.28 version.

PR:             ports/73764
Submitted by:   Denis Shaposhnikov (maintainer)
1.26_1
16 Jun 2004 12:42:31
Original commit files touched by this commit
pav search for other commits by this committer
- Remove dependency on libapreq, it's not needed for HTML-Mason

Approved by:    Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
1.26
07 Apr 2004 02:04:57
Original commit files touched by this commit
kevlo search for other commits by this committer
Update to 1.26.

PR:             ports/65244
Submitted by:   MAINTAINER
1.25
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.25
19 Dec 2003 10:27:55
Original commit files touched by this commit
demon search for other commits by this committer
Update to version 1.25.

Approved by:    maintainer
1.24
04 Dec 2003 22:21:28
Original commit files touched by this commit
sergei search for other commits by this committer
- Update to 1.24

PR:             59408
Submitted by:   maintainer
1.23
29 Oct 2003 20:37:05
Original commit files touched by this commit
sobomax search for other commits by this committer
Add two missed manpages.
1.23
10 Sep 2003 13:52:13
Original commit files touched by this commit
demon search for other commits by this committer
Update to version 1.23.

PR:             56680
Submitted by:   maintainer
1.22
12 Aug 2003 19:31:51
Original commit files touched by this commit
erwin search for other commits by this committer
Update to 1.22. Fixes memory leak

PR:             55486
Submitted by:   Andrew Foster <adf@fl.net.au>
Approved by:    maintainer
1.21
07 Jul 2003 06:27:09
Original commit files touched by this commit
kuriyama search for other commits by this committer
Remove unused variables.
Use %%SITE_PERL%% in pkg-plist.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
PR:             ports/52507
Approved by     Denis Shaposhnikov <dsh@neva.vlink.ru> (maintainer)
1.21
24 Jun 2003 08:00:48
Original commit files touched by this commit
demon search for other commits by this committer
Update to version 1.21.

Maintainer timeout.
1.19_1
15 May 2003 09:04:27
Original commit files touched by this commit
tobez search for other commits by this committer
Make mod_perl dependency optional (WITHOUT_MODPERL to deactivate).

PR:             51653
Approved by:    maintainer
1.19
31 Mar 2003 07:09:27
Original commit files touched by this commit
edwin search for other commits by this committer
Update port www/p5-HTML-Mason to latest 1.19 version

PR:             ports/48997
Submitted by:       Denis Shaposhnikov <dsh@neva.vlink.ru>
1.18
25 Feb 2003 09:25:32
Original commit files touched by this commit
sobomax search for other commits by this committer
Add missed dependencied.

Sponsired by:   Porta Software Ltd.
1.18
21 Feb 2003 14:01:38
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.18
12 Feb 2003 10:13:15
Original commit files touched by this commit
edwin search for other commits by this committer
PERL_LEVEL < 500601 instead of <=
1.18
05 Feb 2003 10:37:48
Original commit files touched by this commit
edwin search for other commits by this committer
Fix digit to compare against.
1.18
05 Feb 2003 10:34:06
Original commit files touched by this commit
edwin search for other commits by this committer
www/p5-HTML-Mason: p5-File-Spec should only be used if perl < 5.8

PR:             ports/44731
Submitted by:   Alan Eldridge <alane@geeksrus.net>
1.18
05 Feb 2003 01:26:26
Original commit files touched by this commit
edwin search for other commits by this committer
Update port: www/p5-HTML-Mason to latest 1.18 version

PR:             ports/47425
Submitted by:   Denis Shaposhnikov <dsh@neva.vlink.ru>
1.16
07 Jan 2003 13:28:36
Original commit files touched by this commit
edwin search for other commits by this committer
Maintainer upgrade to version 1.16

PR:             ports/46776
Submitted by:   Denis Shaposhnikov <dsh@neva.vlink.ru>
1.15
26 Oct 2002 17:29:05
Original commit files touched by this commit
sobomax search for other commits by this committer
Add missed manpage.
1.15
14 Oct 2002 13:48:05
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.15

PR:             44037
Submitted by:   maintainer
1.14
10 Oct 2002 10:55:03
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.14

PR:             43888
Submitted by:   maintainer
1.13_1
09 Oct 2002 17:39:43
Original commit files touched by this commit
ijliao search for other commits by this committer
add missing files to PLIST

PR:             43850
Submitted by:   maintainer
1.13
28 Aug 2002 03:28:31
Original commit files touched by this commit
kevlo search for other commits by this committer
Update to version 1.13

PR: 42027
Submitted by: MAINTAINER
1.12.1
21 Aug 2002 09:34:14
Original commit files touched by this commit
kevlo search for other commits by this committer
Add p5-libapreq dependency

PR: 41572
Submitted by: MAINTAINER
1.12.1
25 Jul 2002 17:10:17
Original commit files touched by this commit
pat search for other commits by this committer
Update to 1.12.1

PR:             ports/40978
Submitted by:   maintainer
1.11
10 Jul 2002 09:03:01
Original commit files touched by this commit
skv search for other commits by this committer
Updated to 1.11

PR:             40403
Submitted by:   maintainer
1.05
20 May 2002 11:43:29
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.05

PR:             38330
Submitted by:   maintainer
20 Nov 2001 23:29:38
commit hash: fp1.20977@dev.null.freshports.orgcommit hash: fp1.20977@dev.null.freshports.orgcommit hash: fp1.20977@dev.null.freshports.orgcommit hash: fp1.20977@dev.null.freshports.org files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
31 Oct 2001 14:16:20
commit hash: fp1.20269@dev.null.freshports.orgcommit hash: fp1.20269@dev.null.freshports.orgcommit hash: fp1.20269@dev.null.freshports.orgcommit hash: fp1.20269@dev.null.freshports.org files touched by this commit
tobez search for other commits by this committer
Update to 1.04.    
19 May 2001 20:53:35
commit hash: fp1.13864@dev.null.freshports.orgcommit hash: fp1.13864@dev.null.freshports.orgcommit hash: fp1.13864@dev.null.freshports.orgcommit hash: fp1.13864@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.03    
19 May 2001 15:38:16
commit hash: fp1.13845@dev.null.freshports.orgcommit hash: fp1.13845@dev.null.freshports.orgcommit hash: fp1.13845@dev.null.freshports.orgcommit hash: fp1.13845@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add build-depends    
20 Apr 2001 15:17:06
commit hash: fp1.12875@dev.null.freshports.orgcommit hash: fp1.12875@dev.null.freshports.orgcommit hash: fp1.12875@dev.null.freshports.orgcommit hash: fp1.12875@dev.null.freshports.org files touched by this commit
olgeni search for other commits by this committer
Add missing file to pkg-plist (Error.pm)    
20 Apr 2001 15:15:47
commit hash: fp1.12874@dev.null.freshports.orgcommit hash: fp1.12874@dev.null.freshports.orgcommit hash: fp1.12874@dev.null.freshports.orgcommit hash: fp1.12874@dev.null.freshports.org files touched by this commit
olgeni search for other commits by this committer
Update port to version 1.02    
11 Apr 2001 19:09:50
commit hash: fp1.12478@dev.null.freshports.orgcommit hash: fp1.12478@dev.null.freshports.orgcommit hash: fp1.12478@dev.null.freshports.orgcommit hash: fp1.12478@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Typo (p5-Params-Validat -> p5-Params-Validate).    
11 Apr 2001 16:20:24
commit hash: fp1.12469@dev.null.freshports.orgcommit hash: fp1.12469@dev.null.freshports.orgcommit hash: fp1.12469@dev.null.freshports.orgcommit hash: fp1.12469@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Upgrade to version 1.01.5    
12 Mar 2001 19:20:44
commit hash: fp1.10920@dev.null.freshports.orgcommit hash: fp1.10920@dev.null.freshports.orgcommit hash: fp1.10920@dev.null.freshports.orgcommit hash: fp1.10920@dev.null.freshports.org files touched by this commit
sf search for other commits by this committer
fix typo in MAN3.    
05 Mar 2001 14:30:51
commit hash: fp1.10329@dev.null.freshports.orgcommit hash: fp1.10329@dev.null.freshports.orgcommit hash: fp1.10329@dev.null.freshports.orgcommit hash: fp1.10329@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Fix PLIST.    
02 Feb 2001 12:18:55
commit hash: fp1.9177@dev.null.freshports.orgcommit hash: fp1.9177@dev.null.freshports.orgcommit hash: fp1.9177@dev.null.freshports.orgcommit hash: fp1.9177@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 1.0    
09 Jan 2001 16:51:02
commit hash: fp1.8296@dev.null.freshports.orgcommit hash: fp1.8296@dev.null.freshports.orgcommit hash: fp1.8296@dev.null.freshports.orgcommit hash: fp1.8296@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Upgrade to 0.89.6   BTW, I fixed pkg-plist    
18 Dec 2000 09:03:07
commit hash: fp1.7338@dev.null.freshports.orgcommit hash: fp1.7338@dev.null.freshports.orgcommit hash: fp1.7338@dev.null.freshports.orgcommit hash: fp1.7338@dev.null.freshports.org files touched by this commit
demon search for other commits by this committer
Update to version 0.895.    
08 Oct 2000 08:11:25
commit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.orgcommit hash: fp1.4827@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category www to new layout.  
19 Sep 2000 00:12:13
commit hash: fp1.4070@dev.null.freshports.orgcommit hash: fp1.4070@dev.null.freshports.orgcommit hash: fp1.4070@dev.null.freshports.orgcommit hash: fp1.4070@dev.null.freshports.org files touched by this commit
ade search for other commits by this committer
Update to version 0.89    
12 Sep 2000 10:05:25
commit hash: fp1.3791@dev.null.freshports.orgcommit hash: fp1.3791@dev.null.freshports.orgcommit hash: fp1.3791@dev.null.freshports.orgcommit hash: fp1.3791@dev.null.freshports.org files touched by this commit
sobomax search for other commits by this committer
Downgrade to 0.87 due to bugs in newest version.    
01 Sep 2000 03:47:35
commit hash: fp1.3420@dev.null.freshports.orgcommit hash: fp1.3420@dev.null.freshports.orgcommit hash: fp1.3420@dev.null.freshports.orgcommit hash: fp1.3420@dev.null.freshports.org files touched by this commit
kevlo search for other commits by this committer
Update to version 0.88    
17 Jun 2000 03:37:15
commit hash: fp1.1031@dev.null.freshports.orgcommit hash: fp1.1031@dev.null.freshports.orgcommit hash: fp1.1031@dev.null.freshports.orgcommit hash: fp1.1031@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.   Add
some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many  
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode  
and p5-WWW-Search to respect CC/CFLAGS.    

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »