aboutsummaryrefslogtreecommitdiff
path: root/www/chems
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories w)Mathieu Arnold2019-08-141-1/+6
| | | | Notes: svn path=/head/; revision=508913
* Convert to USES=phpBaptiste Daroussin2017-10-041-1/+1
| | | | | | | While here convert some ports to optiosn helpers Notes: svn path=/head/; revision=451218
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - Drop @dirrm* from plistDmitry Marakasov2015-05-201-22/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386831
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Allow staging as a regular userAntoine Brodin2014-09-192-15/+5
| | | | | | | Use @sample for config.php as it seems more appropriate Notes: svn path=/head/; revision=368601
* Convert www to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347789
* - Stage supportMartin Wilke2014-02-061-9/+5
| | | | Notes: svn path=/head/; revision=342930
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - 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-1/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* - Update to 0x04Martin Wilke2009-04-113-5/+15
| | | | Notes: svn path=/head/; revision=232069
* CHeMS is a free (as in freedom) modular code-driven content helperMartin Wilke2008-12-285-0/+140
management system (the first!) written in PHP fully compliant with the XHTML 1.1 and CSS2 standards. One of its main purpose is to help developers and (not so) advanced users to easily setting up a web application (blog, site, etc.) without have to deal with the "boring" side of this process such as layout generation code, menu blocks and so on. Its modularization system allow to mantain a light and fast core which only have to generate the layout and load the modules to delegate all the real and hard work to them. You never have to learn new weird APIs in order to deal with the CHeMS internals, there is full controll. That's why CHeMS is not a Content Management System (CMS) but rather it's an assistant. WWW: http://chems.sf.net Notes: svn path=/head/; revision=224904