From 44caaa53744e8025788f0445932346f1d047a3d4 Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 19 Jun 2008 22:06:13 +0000 Subject: Add py-librtfcomp , LZRTF compression library. PR: ports/124554 Submitted by: Alexander Logvinov --- archivers/Makefile | 1 + archivers/py-librtfcomp/Makefile | 28 ++++++++++++++++++++++++++++ archivers/py-librtfcomp/pkg-plist | 3 +++ 3 files changed, 32 insertions(+) create mode 100644 archivers/py-librtfcomp/Makefile create mode 100644 archivers/py-librtfcomp/pkg-plist (limited to 'archivers') diff --git a/archivers/Makefile b/archivers/Makefile index c9b3c42c7ba8..5abdab0c899b 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -117,6 +117,7 @@ SUBDIR += ppmd SUBDIR += ppmd-7z SUBDIR += ppunpack + SUBDIR += py-librtfcomp SUBDIR += py-lzma SUBDIR += py-tarfile SUBDIR += rar diff --git a/archivers/py-librtfcomp/Makefile b/archivers/py-librtfcomp/Makefile new file mode 100644 index 000000000000..f589cf85d99f --- /dev/null +++ b/archivers/py-librtfcomp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py-librtfcomp +# Date Created: 13 June 2008 +# Whom: Alexander Logvinov +# +# $FreeBSD$ +# + +CATEGORIES= archivers python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@logvinov.com +COMMENT= Python bindings for the LZRTF compression library + +LIB_DEPENDS= rtfcomp.0:${PORTSDIR}/archivers/librtfcomp +BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex + +MASTERDIR= ${.CURDIR}/../librtfcomp + +USE_PYTHON= yes + +PLIST= ${.CURDIR}/pkg-plist + +RTFCOMP_SLAVE= pythonb + +do-install: + @(cd ${WRKSRC}/python && ${MAKE} install) + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/py-librtfcomp/pkg-plist b/archivers/py-librtfcomp/pkg-plist new file mode 100644 index 000000000000..cd3d527a0d95 --- /dev/null +++ b/archivers/py-librtfcomp/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/pyrtfcomp.a +%%PYTHON_SITELIBDIR%%/pyrtfcomp.la +%%PYTHON_SITELIBDIR%%/pyrtfcomp.so -- cgit >dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* Chase boost updatebapt2013-01-311-0/+1
* - update to 1.7.1dinoex2013-01-271-1/+1
* - cleanup headerdinoex2013-01-271-8/+3
* - update to 1.6.1dinoex2012-06-221-1/+0
* - update png to 1.5.10dinoex2012-06-011-0/+1
* - fix RUN_DEPENDSdinoex2010-11-281-1/+1
* - update licq ports to 1.5.0dinoex2010-11-271-5/+6
* - update to 1.3.9dinoex2010-05-211-1/+0
* - update to 1.4.1dinoex2010-03-281-1/+1