Bug 148673 - [NEW PORT] www/cblog: Simple weblog in C using markdown
Summary: [NEW PORT] www/cblog: Simple weblog in C using markdown
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-16 08:00 UTC by baptiste.daroussin
Modified: 2010-07-16 15:20 UTC (History)
0 users

See Also:


Attachments
cblog-0.1.1.shar (2.25 KB, text/plain)
2010-07-16 08:00 UTC, baptiste.daroussin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description baptiste.daroussin 2010-07-16 08:00:05 UTC
simple weblog written in C using markdown to write posts and tinycdb to store
them

WWW:	http://github.com/bapt/cblog

Generated with FreeBSD Port Tools 0.99
Comment 1 Philippe Audeoud freebsd_committer freebsd_triage 2010-07-16 08:02:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-16 15:19:03 UTC
jadawin     2010-07-16 14:18:48 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/cblog            Makefile distinfo pkg-descr 
  Log:
  simple weblog written in C using markdown to write posts and tinycdb to store
  them
  
  WWW:    http://github.com/bapt/cblog
  
  PR:             ports/148673
  Submitted by:   Bapt <baptiste.daroussin at gmail.com>
  
  Revision  Changes    Path
  1.2646    +1 -0      ports/www/Makefile
  1.1       +39 -0     ports/www/cblog/Makefile (new)
  1.1       +3 -0      ports/www/cblog/distinfo (new)
  1.1       +4 -0      ports/www/cblog/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2010-07-16 15:19:31 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!