Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 19:53:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334258 - head/archivers/py-librtfcomp
Message-ID:  <201311181953.rAIJrdSV059238@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ports@logvinov.com>
 # $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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311181953.rAIJrdSV059238>