mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port: mail/pear-MIME_Type PEAR class for dealing with MIME types
PEAR::MIME_Type provides functionality for dealing with MIME types. PR: ports/80066 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
parent
3b7617676b
commit
794e1823fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133785
@ -318,6 +318,7 @@
|
||||
SUBDIR += pantomime
|
||||
SUBDIR += pantomime-ssl
|
||||
SUBDIR += pathalias
|
||||
SUBDIR += pear-MIME_Type
|
||||
SUBDIR += pear-Mail
|
||||
SUBDIR += pear-Mail_Mime
|
||||
SUBDIR += pear-Mail_Queue
|
||||
|
47
mail/pear-MIME_Type/Makefile
Normal file
47
mail/pear-MIME_Type/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
# Ports collection makefile for: pear-MIME_Type
|
||||
# Date created: 18 April 2005
|
||||
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MIME_Type
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= mail www pear
|
||||
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR class for dealing with MIME types
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
LATEST_LINK= pear-${PORTNAME}
|
||||
OPTIONS= PEAR_SYSTEM_COMMAND "PEAR::System_Command support" off
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
CATEGORY= MIME
|
||||
FILES= Type.php Type/Parameter.php
|
||||
EXAMPLES= example.php
|
||||
_EXAMPLESDIR= .
|
||||
|
||||
post-extract:
|
||||
@${MKDIR} ${WRKSRC}/Type
|
||||
@${MV} ${WRKSRC}/Parameter.php ${WRKSRC}/Type
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_PEAR_SYSTEM_COMMAND)
|
||||
RUN_DEPENDS+= ${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
|
||||
post-patch:
|
||||
.for file in ${FILES}
|
||||
@${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/${file}
|
||||
@${REINPLACE_CMD} -e "s|@package@|${PORTNAME}|" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
@${REINPLACE_CMD} -e "s|@doc_dir@|${EXAMPLESDIR}|" ${WRKSRC}/${EXAMPLES}
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
mail/pear-MIME_Type/distinfo
Normal file
2
mail/pear-MIME_Type/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/MIME_Type-1.0.0.tgz) = dc2d377a121c6410d5f5c46e8ec32c03
|
||||
SIZE (PEAR/MIME_Type-1.0.0.tgz) = 4404
|
10
mail/pear-MIME_Type/pkg-descr
Normal file
10
mail/pear-MIME_Type/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
PEAR::MIME_Type provides functionality for dealing with MIME types.
|
||||
|
||||
* Parse MIME type.
|
||||
* Supports full RFC2045 specification.
|
||||
* Many utility functions for working with and determining info about types.
|
||||
* Most functions can be called statically.
|
||||
* Autodetect a file's mime-type, either with mime_content_type() or the 'file'
|
||||
command.
|
||||
|
||||
WWW: http://pear.php.net/package/MIME_Type/
|
Loading…
Reference in New Issue
Block a user