mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Add pear-Net_DIME 0.3, the PEAR::Net_DIME class implements DIME encoding.
Approved by: pav (mentor).
This commit is contained in:
parent
27de4c5c9c
commit
c39e66ac50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106341
4 changed files with 33 additions and 0 deletions
|
@ -479,6 +479,7 @@
|
|||
SUBDIR += pchar
|
||||
SUBDIR += pcnfsd
|
||||
SUBDIR += pdtpd
|
||||
SUBDIR += pear-Net_DIME
|
||||
SUBDIR += pear-Net_NNTP
|
||||
SUBDIR += pear-Net_SMTP
|
||||
SUBDIR += pear-Net_Sieve
|
||||
|
|
25
net/pear-Net_DIME/Makefile
Normal file
25
net/pear-Net_DIME/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Ports collection makefile for: pear-Net_DIME
|
||||
# Date created: 05 April 2004
|
||||
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_DIME
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The PEAR::Net_DIME class implements DIME encoding
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Net
|
||||
FILES= DIME.php
|
||||
TESTS= dime_message_test.php dime_record_test.php
|
||||
_TESTSDIR= test
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
.include <bsd.port.post.mk>
|
2
net/pear-Net_DIME/distinfo
Normal file
2
net/pear-Net_DIME/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (PEAR/Net_DIME-0.3.tgz) = 5e740eff36c049f4dcb348c6fb24da11
|
||||
SIZE (PEAR/Net_DIME-0.3.tgz) = 6740
|
5
net/pear-Net_DIME/pkg-descr
Normal file
5
net/pear-Net_DIME/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This is the initial independent release of the Net_DIME package.
|
||||
Provides an implementation of DIME as defined at
|
||||
http://www1.ietf.org/mail-archive/ietf-announce-old/Current/msg19298.html
|
||||
|
||||
WWW: http://pear.php.net/package/Net_DIME/
|
Loading…
Add table
Reference in a new issue