diff options
author | pav <pav@FreeBSD.org> | 2005-07-20 05:48:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-20 05:48:11 +0800 |
commit | facb69454ab90650c0e5e88d23a63de7681142ef (patch) | |
tree | 50dd028b698f67b8b02cd691dc61d79fa0ec1d95 | |
parent | ebbaaab1284463862d7bee20bc9ec34d00546ba4 (diff) | |
download | freebsd-ports-gnome-facb69454ab90650c0e5e88d23a63de7681142ef.tar.gz freebsd-ports-gnome-facb69454ab90650c0e5e88d23a63de7681142ef.tar.zst freebsd-ports-gnome-facb69454ab90650c0e5e88d23a63de7681142ef.zip |
Brag collects and assembles multipart binary attachements from newsgroups.
It is a robust command line tool, well suited to run as a cron job.
PR: ports/83745
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/brag/Makefile | 42 | ||||
-rw-r--r-- | news/brag/distinfo | 2 | ||||
-rw-r--r-- | news/brag/pkg-descr | 7 |
4 files changed, 52 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index bab0bce730be..e1ebae618b07 100644 --- a/news/Makefile +++ b/news/Makefile @@ -7,6 +7,7 @@ SUBDIR += atp SUBDIR += aub SUBDIR += bgrab + SUBDIR += brag SUBDIR += c-nocem SUBDIR += cg SUBDIR += cleanfeed diff --git a/news/brag/Makefile b/news/brag/Makefile new file mode 100644 index 000000000000..cf5faea42b5f --- /dev/null +++ b/news/brag/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: brag +# Date created: 19 Jul 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= brag +PORTVERSION= 1.4.1 +CATEGORIES= news tcl84 +MASTER_SITES= http://brag.sourceforge.net/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= Download and assemble multipart binaries from newsgroups + +RUN_DEPENDS= uudeview:${PORTSDIR}/converters/uudeview \ + ${TCLSH}:${PORTSDIR}/lang/tcl84 + +USE_REINPLACE= yes + +MAN1= brag.1 +PLIST_FILES= bin/brag +PORTDOCS= CHANGES README + +TCLSH= tclsh8.4 + +post-patch: + @${REINPLACE_CMD} -e 's|^\(exec\ \)tclsh|\1${TCLSH}|' \ + ${WRKSRC}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/news/brag/distinfo b/news/brag/distinfo new file mode 100644 index 000000000000..055b9f8ffa08 --- /dev/null +++ b/news/brag/distinfo @@ -0,0 +1,2 @@ +MD5 (brag-1.4.1.tar.gz) = f28a8cd0cd801c6f7daa73074dbd99c8 +SIZE (brag-1.4.1.tar.gz) = 52773 diff --git a/news/brag/pkg-descr b/news/brag/pkg-descr new file mode 100644 index 000000000000..fe8be24ba07a --- /dev/null +++ b/news/brag/pkg-descr @@ -0,0 +1,7 @@ +Brag collects and assembles multipart binary attachements from newsgroups. +It is a robust command line tool, well suited to run as a cron job. + +WWW: http://brag.sourceforge.net/ + +- ehaupt +ehaupt@critical.ch |