aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved php files into additional filesBryan Paradis2014-02-215-9/+0
| | | | | | | bin folder renamed to www abc files renamed to php removed delete lines in vnstat2.inc for php files removed install lines in vnstat2.inc for php files
* Move www files into additional filesBryan Paradis2014-02-211-8/+8
| | | | | rename bin to www move files to additional files and remove from installation script.
* Remove line as request by ermalBryan Paradis2014-02-211-1/+0
| | | | | | | "ermal added a note 27 minutes ago repo collab Please remove this line." exec("cd /var/db/pkg/ && pkg_delete `ls | grep vnstat`");
* Menu name capitalizationBryan Paradis2014-01-271-1/+1
|
* Typos dansguardian.incBryan Paradis2014-01-231-2/+2
|
* fixed uninstall of vnstat.conBryan Paradis2014-01-231-1/+1
|
* EOL conversionBryan Paradis2014-01-235-1/+5
|
* updated vnstat.inc path in two xmlBryan Paradis2014-01-232-2/+2
|
* vnstat2.xml paths + additional vnstat_php_frontendBryan Paradis2014-01-231-14/+124
|
* updated vnstat2.inc paths, indents, uninstallBryan Paradis2014-01-221-19/+17
|
* added vnstat_php_frontend moving away from tarBryan Paradis2014-01-2223-0/+2562
|
* Updated pkg_config.8.* vnstat2 maintainer/versionBryan Paradis2014-01-222-4/+4
|
* Small JS fix for haproxy-devel, fix version & bump slightly.jim-p2014-01-214-6/+8
|
* Fix apcupsd build optionsjim-p2014-01-173-3/+3
|
* Set depends_on_package_base_url globallyRenato Botelho2014-01-171-84/+1
|
* Fix Asterisk binary filenames and URLjim-p2014-01-173-9/+9
|
* Drop packages that cannot be installed on 2.2 from pkg_config.10.xmlRenato Botelho2014-01-171-45/+0
|
* Change <required_version> to 2.2 for all packages for 10.xRenato Botelho2014-01-171-106/+106
|
* Remove ifBWStats, it's broken since 2010Renato Botelho2014-01-1711-1713/+0
|
* Fixup 10.x pkg file with recent changes.jim-p2014-01-171-3/+3
|
* Fixup unbound build optionsjim-p2014-01-172-2/+2
|
* Fixup bacula-client binary URL and names.jim-p2014-01-172-8/+8
|
* Merge pull request #575 from dbaio/masterRenato Botelho2014-01-163-3/+3
|\ | | | | apcupsd - change build options
| * apcupsd - change build options (pkg_config.10.xml)Danilo G. Baio (dbaio)2014-01-161-1/+1
| |
| * apcupsd - change build optionsDanilo G. Baio (dbaio)2014-01-142-2/+2
|/
* Remove old pkg_config.xmlRenato Botelho2014-01-162-849/+0
|
* Replace i386 by ##ARCH## macro on pbi filenamesRenato Botelho2014-01-161-75/+75
|
* Add new tag <only_for_archs>Renato Botelho2014-01-161-0/+4
|
* Remove references from external sites for depends_on_package_base_urlRenato Botelho2014-01-161-3/+3
|
* catch up recent changes on pkg_config.8.xmlRenato Botelho2014-01-161-11/+11
|
* Remove pkg_config.10.xml.amd64, we'll have only one file for 10.xRenato Botelho2014-01-161-1782/+0
|
* remove snort option REACT from i386Renato Botelho2014-01-161-1/+1
|
* Merge pull request #574 from parawizard/masterErmal Luçi2014-01-162-56/+16
|\ | | | | Fixes for pbi paths and update to 1.5.1 php front end
| * removed redundant commentBryan Paradis2014-01-161-1/+0
| |
| * Corrected the .abc file paths!Bryan Paradis2014-01-161-4/+4
| | | | | | They were pointed at files.pfsense.org before
| * updated additional package for php front end 1.5.1Bryan Paradis2014-01-161-1/+1
| |
| * comments, vnstat conf version #, indentsparawizard2014-01-151-0/+1
| |
| * Update to frontend 1.5.1; fixesparawizard2014-01-151-51/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vnstat_php_frontend-1.5.1: -replaced the depreciated split() function with explode(); -renamed vnstat_php_frontend-1.5.1-updated config.php generation: -added two new static variables for vnstat_php_frontend-1.5.1; $locale and $language -updated version number // Unpack and move Vnstat frontend exec("cd .."); exec("tar -zxovf /usr/local/pkg/vnstat_php_frontend-1.5.1-updated.tar.gz"); exec("mv vnstat_php_frontend-1.5.1-updated /usr/local/www/vnstat2"); $locale = "\$locale = 'en_US.UTF-8';"; $language = "\$language = 'en';"; $locale $language
| * Added links to fix pbi problem /w i386 and amd64 parawizard2014-01-151-0/+3
| | | | | | | | | | | | Line 154 // Check for pbi install and arch type then create symlinks if (file_exists('/usr/pbi/vnstat-i386')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-i386/etc/vnstat.conf"); } if (file_exists('/usr/pbi/vnstat-amd64')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-amd64/etc/vnstat.conf"); }
* | remove lcdproc bits that somehow got in the general README for the repoChris Buechler2014-01-151-16/+0
| |
* | Fix squid options variables for squidguard-squid3Renato Botelho2014-01-152-2/+2
| |
* | Fix squid options variablesRenato Botelho2014-01-152-4/+4
| |
* | Reduce differences between amd64 and i386 xml filesRenato Botelho2014-01-152-16/+16
| |
* | Fix path for ca_root_nssRenato Botelho2014-01-152-2/+2
| |
* | Merge pull request #573 from karl-ravn/masterJim P2014-01-151-7/+7
|\ \ | | | | | | Update tinc.inc
| * | Update tinc.inckarl-ravn2014-01-151-7/+7
|/ / | | | | Avoid windows line breaks in shell scripts created by tinc.inc, causing shebangs and commands to fail on pf 2.1
* | When <build_pbi> is set, <build_port_path> entries are not used, so drop themRenato Botelho2014-01-152-216/+0
| |
* | Fix wrong <build_port_path>Renato Botelho2014-01-152-2/+2
| |
* | Fix syslog-ng version for 10.xRenato Botelho2014-01-152-2/+2
|/
* fix syslog-ng package startupChris Buechler2014-01-153-3/+3
|