Import of pkgsrc-2015Q3
This commit is contained in:
6
converters/php-recode/DESCR
Normal file
6
converters/php-recode/DESCR
Normal file
@@ -0,0 +1,6 @@
|
||||
This module contains an interface to the GNU Recode library. The GNU Recode
|
||||
library converts files between various coded character sets and surface
|
||||
encodings. When this cannot be achieved exactly, it may get rid of the
|
||||
offending characters or fall back on approximations. The library recognises or
|
||||
produces nearly 150 different character sets and is able to convert files
|
||||
between almost any pair. Most RFC 1345 character sets are supported.
|
||||
15
converters/php-recode/Makefile
Normal file
15
converters/php-recode/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
# $NetBSD: Makefile,v 1.1 2015/09/03 06:48:00 fhajny Exp $
|
||||
|
||||
MODNAME= recode
|
||||
CATEGORIES= converters
|
||||
MAINTAINER= evaldo@gardenali.biz
|
||||
COMMENT= PHP extension for recode support
|
||||
LICENSE= php
|
||||
|
||||
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.recode}
|
||||
|
||||
USE_PHP_EXT_PATCHES= yes
|
||||
|
||||
.include "../../lang/php/ext.mk"
|
||||
.include "../../converters/recode/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user