Skip site navigation (1)Skip section navigation (2)
Date:      21 Jul 2005 21:14:05 -0000
From:      ismail@enderunix.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/83882: New port:mail/epstools
Message-ID:  <20050721211405.51970.qmail@devel.enderunix.org>
Resent-Message-ID: <200507212120.j6LLK8ie089998@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83882
>Category:       ports
>Synopsis:       New port:mail/epstools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 21 21:20:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ismail YENIGUL
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
EnderUNIX Team
>Environment:
System: FreeBSD devel.enderunix.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Sep 21 09:34:51 EEST 2004 root@devel.enderunix.org:/usr/src/sys/compile/DEVEL i386


	
>Description:
	Please commit http://www.freebsd.org/cgi/query-pr.cgi?pr=83878 first. This port depends on eps
>How-To-Repeat:
	
>Fix:

	

--- epstools.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	epstools
#	epstools/Makefile
#	epstools/distinfo
#	epstools/pkg-descr
#	epstools/pkg-message
#	epstools/pkg-plist
#
echo c - epstools
mkdir -p epstools > /dev/null 2>&1
echo x - epstools/Makefile
sed 's/^X//' >epstools/Makefile << 'END-of-epstools/Makefile'
X# New ports collection makefile for:   epstools
X# Date created:                 21 Jul 2005
X# Whom:				ismail@enderunix.org
X#
X# $FreeBSD$
X
XPORTNAME=	epstools
XPORTVERSION=	1.7
XCATEGORIES=	mail
XMASTER_SITES=	http://www.inter7.com/eps/
X
XMAINTAINER=	ismail@EnderUNIX.org
XCOMMENT=	EPS (Email Parsing System) sample tools
X
XDEPENDS= ${PORTSDIR}/mail/eps
X
XUSE_REINPLACE=	yes
X
XPORTDOCS=	README
X
XMAKE_ENV+=	DEFS="${CFLAGS}"
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|^CC =|CC \?=|' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|^DEFS = -I/usr/include/eps|DEFS = -I/usr/local/include/eps|' ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_DATA} ${WRKSRC}/address ${PREFIX}/bin/eps-address
X	${INSTALL_DATA} ${WRKSRC}/b64decode ${PREFIX}/bin/eps-b64decode
X	${INSTALL_DATA} ${WRKSRC}/b64encode ${PREFIX}/bin/eps-b64encode
X	${INSTALL_DATA} ${WRKSRC}/body ${PREFIX}/bin/eps-body
X	${INSTALL_DATA} ${WRKSRC}/fold ${PREFIX}/bin/eps-fold
X	${INSTALL_DATA} ${WRKSRC}/full ${PREFIX}/bin/eps-full
X	${INSTALL_DATA} ${WRKSRC}/headers ${PREFIX}/bin/eps-headers
X	${INSTALL_DATA} ${WRKSRC}/qpdecode ${PREFIX}/bin/eps-qpdecode
X	${INSTALL_DATA} ${WRKSRC}/rewrite ${PREFIX}/bin/eps-rewrite
X
X.ifndef(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/addr.1 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/addr.2 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/addr.3 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/addr.4 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/addr.4 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/email.1 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/email.2 ${EXAMPLESDIR}
X	${INSTALL_DATA} ${WRKSRC}/content/virus.email ${EXAMPLESDIR}
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'
X
X.include <bsd.port.mk>
END-of-epstools/Makefile
echo x - epstools/distinfo
sed 's/^X//' >epstools/distinfo << 'END-of-epstools/distinfo'
XMD5 (epstools-1.7.tar.gz) = 4ed6d823621625e8aaa5a75f9134509e
XSIZE (epstools-1.7.tar.gz) = 5932
END-of-epstools/distinfo
echo x - epstools/pkg-descr
sed 's/^X//' >epstools/pkg-descr << 'END-of-epstools/pkg-descr'
XSample code, and tools for EPS (Requires EPS v1.5)
X
X
XWWW: http://www.inter7.com/index.php?page=eps
END-of-epstools/pkg-descr
echo x - epstools/pkg-message
sed 's/^X//' >epstools/pkg-message << 'END-of-epstools/pkg-message'
X
XPlease read the %%PREFIX%%/share/doc/epstools/README
XExample mail files are under %%PREFIX%%/share/examples/epstools
END-of-epstools/pkg-message
echo x - epstools/pkg-plist
sed 's/^X//' >epstools/pkg-plist << 'END-of-epstools/pkg-plist'
Xbin/eps-headers
Xbin/eps-body
Xbin/eps-address
Xbin/eps-full
Xbin/eps-b64encode
Xbin/eps-b64decode
Xbin/eps-rewrite
Xbin/eps-fold
Xbin/eps-qpdecode
END-of-epstools/pkg-plist
exit
--- epstools.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050721211405.51970.qmail>