aboutsummaryrefslogtreecommitdiff
path: root/www/mysar
Commit message (Collapse)AuthorAgeFilesLines
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-2/+1
| | | | Notes: svn path=/head/; revision=380311
* - Allow staging as a regular userAntoine Brodin2014-10-102-20/+6
| | | | | | | - Bump portrevision as some files were not packaged with intended owner Notes: svn path=/head/; revision=370609
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-2/+2
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Stage supportMartin Wilke2014-02-281-9/+6
| | | | Notes: svn path=/head/; revision=346544
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Fix REINPLACE expressions to put correct path to php executableGuido Falsi2013-03-241-11/+5
| | | | | | | | | | | | | | | | in scripts - Remove deprecated mktime() usages from php files - Fix build with clang by using USE_CSTD=gnu89 - While here I trim Makefile headers - Also remove a REINPLACE expression which is not needed anymore - Bumped PORTREVISION PR: ports/176336 Submitted by: Myself Approved by: Maintainer timeout (30 days) Notes: svn path=/head/; revision=315122
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* Fix compilation with custom localbaseEdwin Groothuis2009-07-061-0/+3
| | | | Notes: svn path=/head/; revision=237282
* Update to 2.1.4Edwin Groothuis2008-04-286-29/+58
| | | | Notes: svn path=/head/; revision=212165
* Add dependency on php5-pcre.Edwin Groothuis2007-02-231-1/+2
| | | | | | | Submitted by: Joe Kraft <jvk-list@thekrafts.org> Notes: svn path=/head/; revision=185762
* [PATCH] www/mysar: update to 2.0.12Edwin Groothuis2006-10-083-19/+29
| | | | | | | | | | - Update to 2.0.12 PR: ports/104142 Submitted by: chinsan <chinsan@FreeBSD.org> Notes: svn path=/head/; revision=174887
* Upgrade to version 2.0.11Edwin Groothuis2006-05-254-16/+16
| | | | | | | Noticed by: portscout (when will we get email announcements?) Notes: svn path=/head/; revision=163423
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* fix pkg-messageEdwin Groothuis2006-01-111-0/+3
| | | | Notes: svn path=/head/; revision=153239
* MySQL Squid Access Report, mysar for short, is a reporting systemEdwin Groothuis2006-01-118-0/+210
for user web traffic activity, as logged from a squid proxy. MySAR consists of two parts: * Command line utilities which import a squid log file in a MySQL database and maintain the databas. * A web interface for accessing the reports. WWW: http://giannis.stoilis.gr/software/mysar/index.php?id=16 Author: Giannis Stoilis <giannis@stoilis.gr> Notes: svn path=/head/; revision=153231