Bug 101064 - [NEW PORT] www/xsm: Extensible Site Manager
Summary: [NEW PORT] www/xsm: Extensible Site Manager
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-30 19:40 UTC by Stanislav Sedov
Modified: 2007-04-11 16:00 UTC (History)
0 users

See Also:


Attachments
xsm-1.0.shar (4.67 KB, text/plain)
2006-07-30 19:40 UTC, Stanislav Sedov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2006-07-30 19:40:13 UTC
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/
Comment 1 Stanislav Sedov 2006-07-31 07:32:24 UTC
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!
Comment 2 Stanislav Sedov freebsd_committer freebsd_triage 2006-09-20 13:59:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-11 15:54:29 UTC
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"
Comment 4 Stanislav Sedov freebsd_committer freebsd_triage 2007-04-11 15:58:21 UTC
State Changed
From-To: open->closed

New port added. Thanks!