aboutsummaryrefslogtreecommitdiff
path: root/www/cblog
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWDmitry Marakasov2017-08-281-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=448854
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update my ports to the latest infrastructure changesBaptiste Daroussin2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348070
* chase tinycdb changeBaptiste Daroussin2013-12-101-4/+4
| | | | Notes: svn path=/head/; revision=336074
* Enable stageBaptiste Daroussin2013-10-182-12/+9
| | | | | | | | Modern LIB_DEPENDS Move files to pkg-plist Notes: svn path=/head/; revision=330798
* 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
* Remove shlib numbersBaptiste Daroussin2012-12-312-7/+2
| | | | | | | Trim headers Notes: svn path=/head/; revision=309735
* Fix rc.d script to support systems before and after ${name}_fib is introducedHiroki Sato2012-11-182-3/+7
| | | | | | | | | into rc.subr. Bump PORTREVISION. Feature safe: yes Notes: svn path=/head/; revision=307542
* Update WWWBaptiste Daroussin2012-05-011-1/+1
| | | | Notes: svn path=/head/; revision=295787
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - update to 0.1.6Baptiste Daroussin2011-09-292-5/+4
| | | | | | | - changes: plug a memory leak in the cli and fix a segmentation fault Notes: svn path=/head/; revision=282599
* - s/login/LOGIN/ in rc scriptBaptiste Daroussin2010-12-011-5/+3
| | | | | | | | | - cleaner way to handle start_precmd Reported by: dougb Notes: svn path=/head/; revision=265498
* Change master_site to avoid checksum mismatchBaptiste Daroussin2010-11-292-2/+2
| | | | | | | | | regenerate distinfo Reported by: ITetcu Notes: svn path=/head/; revision=265399
* - update to 0.1.5Baptiste Daroussin2010-11-294-6/+67
| | | | | | | | | | | | - Changes: fix segfault with HEAD requests fix potential security problem in comments allow to self start the fastcgi Can now be used both as a fastcgi and a cgi add rc script Notes: svn path=/head/; revision=265370
* Only call REINPLACE_CMD one timeBaptiste Daroussin2010-08-241-3/+4
| | | | | | | Approved by: jadawin/tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=259918
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-281-1/+1
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* - Update to 0.1.2Philippe Audeoud2010-07-192-4/+4
| | | | | | | | PR: ports/148745 Submitted by: Bapt <baptiste.daroussin _AT_ gmail.com> (maintainer) Notes: svn path=/head/; revision=257946
* simple weblog written in C using markdown to write posts and tinycdb to storePhilippe Audeoud2010-07-163-0/+46
them WWW: http://github.com/bapt/cblog PR: ports/148673 Submitted by: Bapt <baptiste.daroussin at gmail.com> Notes: svn path=/head/; revision=257854