From owner-cvs-ports@FreeBSD.ORG Sun Oct 19 12:36:55 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A06416A4BF; Sun, 19 Oct 2003 12:36:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B627F43FBD; Sun, 19 Oct 2003 12:36:54 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9JJasXJ066584; Sun, 19 Oct 2003 12:36:54 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9JJaswT066583; Sun, 19 Oct 2003 12:36:54 -0700 (PDT) (envelope-from dinoex) Message-Id: <200310191936.h9JJaswT066583@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 19 Oct 2003 12:36:54 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/phpwiki Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 19:36:55 -0000 dinoex 2003/10/19 12:36:54 PDT FreeBSD ports repository Modified files: www Makefile Added files: www/phpwiki Makefile distinfo pkg-descr pkg-plist Log: A WikiWikiWeb is a web site where anyone can edit the pages through an HTML form. Linking is done automatically on the server side; all pages are stored in a database. This may sound rather simplistic, but a Wiki is a very unique way to collaborate on the Web. The addictive quality of a Wiki is that making pages is as simple as making a link to them. If they don't yet exist, the page link will be followed by a hyperlinked question mark; follow that link and you can define the new page. With this setup, you can update and create pages from anywhere there is a web browser handy. WWW: http://phpwiki.sourceforge.net/phpwiki/ Revision Changes Path 1.742 +1 -0 ports/www/Makefile 1.1 +58 -0 ports/www/phpwiki/Makefile (new) 1.1 +1 -0 ports/www/phpwiki/distinfo (new) 1.1 +16 -0 ports/www/phpwiki/pkg-descr (new) 1.1 +239 -0 ports/www/phpwiki/pkg-plist (new)