mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
This port is a php wrapper for bsdconv.
WWW: http://github.com/buganini/bsdconv/ PR: ports/134872 Submitted by: buganini at gmail.com
This commit is contained in:
parent
872ac75444
commit
b1f0caa748
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235250
@ -92,6 +92,7 @@
|
||||
SUBDIR += php4-iconv
|
||||
SUBDIR += php4-mbstring
|
||||
SUBDIR += php4-recode
|
||||
SUBDIR += php5-bsdconv
|
||||
SUBDIR += php5-iconv
|
||||
SUBDIR += php5-mbstring
|
||||
SUBDIR += php5-recode
|
||||
|
29
converters/php5-bsdconv/Makefile
Normal file
29
converters/php5-bsdconv/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Ports collection makefile for: php5-bsdconv
|
||||
# Date created: 23 May 2009
|
||||
# Whom: buganini@gmail.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://security-hole.info/distfile/
|
||||
PKGNAMEPREFIX= php5-
|
||||
DISTNAME= buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371
|
||||
|
||||
MAINTAINER= buganini@gmail.com
|
||||
COMMENT= PHP wrapper for bsdconv
|
||||
|
||||
LIB_DEPENDS= bsdconv.1:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= bsdconv
|
||||
CONFIGURE_ARGS+=LDARGS="-L${LOCALBASE}/lib -lbsdconv"
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/php
|
||||
|
||||
.include <bsd.port.mk>
|
3
converters/php5-bsdconv/distinfo
Normal file
3
converters/php5-bsdconv/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371.tar.gz) = 561e6b0a25c07a42cf08c7d58a2b0a99
|
||||
SHA256 (buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371.tar.gz) = 57e05aa91422f98bad4ece9f41f41c7e1896dda4b9d3c32ff1a56448f5947e6e
|
||||
SIZE (buganini-bsdconv-583422ced076a6b034160dea835d8e4b2a9d7371.tar.gz) = 319353
|
5
converters/php5-bsdconv/pkg-descr
Normal file
5
converters/php5-bsdconv/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
BSD licensed charset/encoding converter library with more function than
|
||||
libiconv. (Currently only support few codecs)
|
||||
This port is a php wrapper for bsdconv.
|
||||
|
||||
WWW: http://github.com/buganini/bsdconv/
|
Loading…
Reference in New Issue
Block a user