From owner-svn-ports-all@FreeBSD.ORG Sat Oct 19 17:24:21 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5FD8F7D; Sat, 19 Oct 2013 17:24:21 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B31EC26B4; Sat, 19 Oct 2013 17:24:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9JHOLOU078704; Sat, 19 Oct 2013 17:24:21 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9JHOL4r078702; Sat, 19 Oct 2013 17:24:21 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201310191724.r9JHOL4r078702@svn.freebsd.org> From: Marcus von Appen Date: Sat, 19 Oct 2013 17:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330919 - head/textproc/liblingoteach X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 17:24:21 -0000 Author: mva Date: Sat Oct 19 17:24:21 2013 New Revision: 330919 URL: http://svnweb.freebsd.org/changeset/ports/330919 Log: - Convert to new options framework - Enable proper PORTDOCS support - Drop maintainership Modified: head/textproc/liblingoteach/Makefile (contents, props changed) head/textproc/liblingoteach/pkg-plist (contents, props changed) Modified: head/textproc/liblingoteach/Makefile ============================================================================== --- head/textproc/liblingoteach/Makefile Sat Oct 19 17:23:31 2013 (r330918) +++ head/textproc/liblingoteach/Makefile Sat Oct 19 17:24:21 2013 (r330919) @@ -1,38 +1,35 @@ -# Created by: Marcus von Appen # $FreeBSD$ PORTNAME= liblingoteach PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/lingoteach/OldFiles -MAINTAINER= mva@FreeBSD.org -COMMENT= A library for parsing lesson files based on the LingoTeach DTD +MAINTAINER= ports@FreeBSD.org +COMMENT= Library for parsing lesson files based on the LingoTeach DTD USE_AUTOTOOLS= libtool USES= gmake pathfix pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +NO_STAGE= yes -.if defined(WITH_COMP) -CONFIGURE_ARGS+= --with-compression -.endif +OPTIONS_DEFINE= DOCS ZLIB DEBUG +OPTIONS_DEFAULT= ZLIB -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif +DEBUG_DESC= Additional debugging information and output -NO_STAGE= yes -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "liblingoteach can be used with the following switches:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_COMP=yes Enables zlib compression of" - @${ECHO_MSG} " the lesson files" - @${ECHO_MSG} " WITH_DEBUG=yes Enables additional debugging" - @${ECHO_MSG} " information and output" - @${ECHO_MSG} "" +ZLIB_CONFIGURE_WITH= compression +DEBUG_CONFIGURE_ENABLE= debug + +.include + +.if !${PORT_OPTIONS:MDOCS} +post-patch: + @${REINPLACE_CMD} 's|SUBDIRS = src test doc|SUBDIRS = src test|' \ + ${WRKSRC}/Makefile.in +.endif .include Modified: head/textproc/liblingoteach/pkg-plist ============================================================================== --- head/textproc/liblingoteach/pkg-plist Sat Oct 19 17:23:31 2013 (r330918) +++ head/textproc/liblingoteach/pkg-plist Sat Oct 19 17:24:21 2013 (r330919) @@ -5,28 +5,28 @@ lib/liblingoteach.la lib/liblingoteach.so lib/liblingoteach.so.3 libdata/pkgconfig/liblingoteach.pc -share/doc/liblingoteach/html/a00010.html -share/doc/liblingoteach/html/a00011.html -share/doc/liblingoteach/html/a00012.html -share/doc/liblingoteach/html/a00013.html -share/doc/liblingoteach/html/a00014.html -share/doc/liblingoteach/html/a00015.html -share/doc/liblingoteach/html/a00016.html -share/doc/liblingoteach/html/a00017.html -share/doc/liblingoteach/html/a00018.html -share/doc/liblingoteach/html/annotated.html -share/doc/liblingoteach/html/classes.html -share/doc/liblingoteach/html/doxygen.css -share/doc/liblingoteach/html/doxygen.png -share/doc/liblingoteach/html/files.html -share/doc/liblingoteach/html/functions.html -share/doc/liblingoteach/html/functions_vars.html -share/doc/liblingoteach/html/globals.html -share/doc/liblingoteach/html/globals_enum.html -share/doc/liblingoteach/html/globals_eval.html -share/doc/liblingoteach/html/globals_func.html -share/doc/liblingoteach/html/globals_type.html -share/doc/liblingoteach/html/index.html -@dirrm share/doc/liblingoteach/html -@dirrm share/doc/liblingoteach +%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00011.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00012.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00014.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00016.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html +%%PORTDOCS%%%%DOCSDIR%%/html/a00018.html +%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/html/files.html +%%PORTDOCS%%%%DOCSDIR%%/html/functions.html +%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/html/globals.html +%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html +%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html +%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%/html/globals_type.html +%%PORTDOCS%%%%DOCSDIR%%/html/index.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/lingoteach