svn commit: r334258 - head/archivers/py-librtfcomp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 18 19:53:39 UTC 2013
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 at logvinov.com>
# $FreeBSD$
-CATEGORIES= archivers python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Python bindings for the LZRTF compression library
+MAINTAINER= sunpoet at 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/
More information about the svn-ports-all
mailing list