From owner-cvs-all@FreeBSD.ORG Sun May 3 12:57:30 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95B9C106567E; Sun, 3 May 2009 12:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 841B78FC35; Sun, 3 May 2009 12:57:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n43CvULd051728; Sun, 3 May 2009 12:57:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n43CvU09051727; Sun, 3 May 2009 12:57:30 GMT (envelope-from miwi) Message-Id: <200905031257.n43CvU09051727@repoman.freebsd.org> From: Martin Wilke Date: Sun, 3 May 2009 12:57:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/trac-wikigoodies Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2009 12:57:32 -0000 miwi 2009-05-03 12:57:30 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-wikigoodies Makefile distinfo pkg-descr Log: This plugin extends the Trac Wiki in several ways: - Support for displaying smileys; - HTML 4.0 entities (named entities and numerical entities); - Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.); - Simplified markup for single words: *this* /is/ _important_; - Replace with "mailto:" links (obfuscated if needed) (0.11 only - though that's now in Trac core); - Replace \\... UNC paths with "file:///" links (0.11 only); Each feature can be disabled individually if needed. WWW: http://trac-hacks.org/wiki/WikiGoodiesPlugin PR: ports/134120 Submitted by: Alexey V. Degtyarev Revision Changes Path 1.2338 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/trac-wikigoodies/Makefile (new) 1.1 +3 -0 ports/www/trac-wikigoodies/distinfo (new) 1.1 +14 -0 ports/www/trac-wikigoodies/pkg-descr (new)