Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace hardcoded 5.005 with %%PERL_VER%% in plist. | Clive Lin | 2001-01-20 | 1 | -3/+3 |
| | | | | Submitted by: bento | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-16 | 1 | -2/+2 |
| | |||||
* | Change MAINTAINER field. | Dmitry Sivachenko | 2000-11-13 | 1 | -1/+1 |
| | | | | | | I am now at FreeBSD dot org Approved by: sobomax | ||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-10 | 1 | -3/+3 |
| | |||||
* | Dmitry Sivachenko takes over MAINTAINERship. Thanks Diman. | Andreas Klemm | 2000-02-21 | 1 | -1/+1 |
| | |||||
* | Reducing Maintainership to an amount of ports | Andreas Klemm | 2000-02-20 | 1 | -1/+1 |
| | | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG. | ||||
* | PREFIX -> LOCALBASE and other minor changes (portlint) | Michael Haro | 2000-02-15 | 1 | -4/+3 |
| | |||||
* | Install error | Satoshi Taoka | 1999-09-10 | 1 | -1/+4 |
| | | | | Obtained from: http://bento.freebsd.org/errorlogs/ | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Use PERL_ARCH instead of i386-freebsd so this packages cleanly on the | Steve Price | 1999-07-04 | 1 | -3/+3 |
| | | | | Alpha too. | ||||
* | #4/4 enforcing Caps, no period | Tim Vanderhoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de | ||||
* | Fix packaging for this port by doing Good Things with the location of | Bill Fumerola | 1999-05-06 | 2 | -13/+12 |
| | | | | | | | | | site_perl by using bsd.port.mk's variables, instead of hard coding. Also: apache now only installs httpd.conf, so depending on srm.conf is a really bad idea. Initiated by: bento's logs | ||||
* | make port perl5 aware | Andreas Klemm | 1999-03-22 | 2 | -3/+13 |
| | | | | Obtained from: http://bento.freebsd.org/~asami/errorlogs/3-full/ | ||||
* | This one didn't survive the perl5 upgrade. | Satoshi Asami | 1998-08-24 | 1 | -1/+3 |
| | |||||
* | Wwwaste the manpages. | Tim Vanderhoek | 1998-08-19 | 1 | -2/+0 |
| | |||||
* | run-depends of apache13 now | Andrey A. Chernov | 1998-06-07 | 1 | -2/+2 |
| | |||||
* | USE_PERL5 (portlint) | Andreas Klemm | 1997-10-13 | 1 | -3/+3 |
| | |||||
* | Update name of perl executable in dependencies to "perl5.00401". | Satoshi Asami | 1997-07-18 | 1 | -2/+2 |
| | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). | ||||
* | Upgrade all ports requiring perl5.003 to perl5.004 | James FitzGibbon | 1997-05-24 | 1 | -2/+2 |
| | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. | ||||
* | Remove perl5 from CATEGORIES | James FitzGibbon | 1997-05-06 | 1 | -2/+2 |
| | | | | Approved-by: Wolfram Schneider <wosch@apfel.de> | ||||
* | Add virtual category 'perl5'. | Wolfram Schneider | 1997-04-20 | 1 | -2/+2 |
| | |||||
* | Remove version name from DIST_SUBDIR. The distribution files have | Satoshi Asami | 1997-03-04 | 2 | -4/+4 |
| | | | | version info in them anyway. | ||||
* | New port wwwstat. | Andreas Klemm | 1997-03-02 | 7 | -0/+94 |
Nice Web statistic package. Requires something like apache and perl. Patched the init files, so that apaches access.log file will be found. The local domain name has to be configured by hand. The rc files are located in ${PREFIX}/lib/perl5/site_perl/i386-freebsd: wwwstat.rc splitlog.rc The next commit will be a package, that makes graphical bars from wwwstat's output ;-) This would be something for all of our webservers !!! We could see, which domains access the webservers, traffic analysis and so on !!! |