Rectang XSM (eXtensible Site Manager) XSM is a new Content management system for generating fast web sites. The system generates "static" html pages using Java / JSP renderers. Published content can be stored locally or distributed over an ssh connection. The backend uses only XML for easy management and backup. Using the TinyMCE open source project we can offer a WYSIWYG editor for editing HTML based document types ("HTML" and "News") Other Document types include: * Html - (as above) simple WYSIWYG edited page for any content * News - blog style inclue RSS and archive * Gallery - generates thumbnails and previews along with pages for browsing * Files - simple file listing for uploading misc files * Book - for collating large, structured documents - generates individual pages and a "printer friendly" version. * FAQs - classic structure for a collection of question-answer knowledge * PreviewdFile - file list, but providing a preview image and description for every file * Links - categorised links for the necessary "links" page Author: Andy (HandyAndE) Williams WWW: http://www.rectang.com/Software/XSM/
I have left a silly error in Makefile - it requires the following patch: ------------------------------------------------------------------------ --- Makefile.orig Mon Jul 31 10:30:28 2006 +++ Makefile Mon Jul 31 10:30:50 2006 @@ -42,7 +42,7 @@ RUN_DEPENDS+= ${PREFIX}/jakarta-tomcat4.1/bin/bootstrap.jar:${PORTSDIR}/www/jakarta-tomcat41 .endif -.if defined(WITH_TOMCAT5) +.if !defined(WITHOUT_TOMCAT5) WEBAPP_DIRS+= jakarta-tomcat5.0 RUN_DEPENDS+= ${PREFIX}/jakarta-tomcat5.0/bin/bootstrap.jar:${PORTSDIR}/www/jakarta-tomcat5 .endif ------------------------------------------------------------------------ Thanks!
Responsible Changed From-To: freebsd-ports-bugs->stas I'll take it.
stas 2007-04-11 14:54:14 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xsm Makefile distinfo pkg-descr pkg-message Log: Add xsm 1.0, an eXtensible Site Manager. PR: ports/101064 Submitted by: me Revision Changes Path 1.1783 +1 -0 ports/www/Makefile 1.1 +82 -0 ports/www/xsm/Makefile (new) 1.1 +3 -0 ports/www/xsm/distinfo (new) 1.1 +24 -0 ports/www/xsm/pkg-descr (new) 1.1 +9 -0 ports/www/xsm/pkg-message (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"
State Changed From-To: open->closed New port added. Thanks!