From owner-svn-ports-all@FreeBSD.ORG Mon Nov 18 19:53:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4720EA9; Mon, 18 Nov 2013 19:53:39 +0000 (UTC) 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 9B9722357; Mon, 18 Nov 2013 19:53:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIJrdPl059240; Mon, 18 Nov 2013 19:53:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIJrdSV059238; Mon, 18 Nov 2013 19:53:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311181953.rAIJrdSV059238@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 18 Nov 2013 19:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334258 - head/archivers/py-librtfcomp 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.16 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: Mon, 18 Nov 2013 19:53:39 -0000 Author: sunpoet Date: Mon Nov 18 19:53:38 2013 New Revision: 334258 URL: http://svnweb.freebsd.org/changeset/ports/334258 Log: - Update to 1.3 - Convert to new LIB_DEPENDS format - Support STAGEDIR - Add pkg-descr - Take minatainership Added: head/archivers/py-librtfcomp/pkg-descr (contents, props changed) Modified: head/archivers/py-librtfcomp/Makefile Modified: head/archivers/py-librtfcomp/Makefile ============================================================================== --- head/archivers/py-librtfcomp/Makefile Mon Nov 18 19:53:31 2013 (r334257) +++ head/archivers/py-librtfcomp/Makefile Mon Nov 18 19:53:38 2013 (r334258) @@ -1,32 +1,23 @@ # Created by: Alexander Logvinov # $FreeBSD$ -CATEGORIES= archivers python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python bindings for the LZRTF compression library +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python bindings for library for handling compressed RTF documents -LIB_DEPENDS= rtfcomp.0:${PORTSDIR}/archivers/librtfcomp -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex +LICENSE= LGPL21 -MASTERDIR= ${.CURDIR}/../librtfcomp +BUILD_DEPENDS= ${LOCALBASE}/bin/pyrexc:${PORTSDIR}/devel/pyrex +LIB_DEPENDS= librtfcomp.so:${PORTSDIR}/archivers/librtfcomp -NO_STAGE= yes USE_PYTHON= yes +BUILD_WRKSRC= ${WRKSRC}/python +INSTALL_WRKSRC= ${WRKSRC}/python PLIST= ${.CURDIR}/pkg-plist -RTFCOMP_SLAVE= pythonb - -pre-patch: - @${REINPLACE_CMD} -e 's|$$(top_builddir)/src/librtfcomp.la|${LOCALBASE}/lib/librtfcomp.la|g' \ - ${WRKSRC}/python/Makefile.in - -do-build: - @(cd ${WRKSRC}/python && ${MAKE}) - -do-install: - @(cd ${WRKSRC}/python && ${MAKE} install) +MASTERDIR= ${.CURDIR}/../librtfcomp +SLAVEPORT= py .include "${MASTERDIR}/Makefile" Added: head/archivers/py-librtfcomp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/archivers/py-librtfcomp/pkg-descr Mon Nov 18 19:53:38 2013 (r334258) @@ -0,0 +1,4 @@ +This port is the Python binding for librtfcomp, library for handling compressed +RTF documents. + +WWW: http://synce.sourceforge.net/