1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Update MASTER_SITES and WWW: line

PR:		59468
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-11-19 15:04:34 +00:00
parent 25f62e981c
commit 9fc0a9005a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94380
4 changed files with 10 additions and 8 deletions

View File

@ -8,15 +8,17 @@
PORTNAME= bgrab
PORTVERSION= 1.3.6
CATEGORIES= news
MASTER_SITES= http://www.student.dtu.dk/~c960941/bgrab/
EXTRACT_SUFX= .tgz
MASTER_SITES= http://bgrab.ifip.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Binary Grabber - downloads binaries from newsgroups
RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
post-extract:
@${CP} ${FILESDIR}/Makefile.dist ${WRKSRC}/Makefile
EXTRACT_AFTER_ARGS= | ${TAR} -zxf -
USE_BZIP2= yes
MAKEFILE= ${FILESDIR}/Makefile.dist
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (bgrab-1.3.6.tgz) = e0c8e05ce219803aa9914ae81b08ee5b
MD5 (bgrab-1.3.6.tar.bz2) = ca95277434553b68e1f854d79414a0ad

View File

@ -6,7 +6,7 @@ CXXFLAGS += -DFREEBSD
LIBS = -lncurses
PREFIX ?= /usr/local
DEST = $(PREFIX)/bin
INSTALL ?= install
INSTALL_PROGRAM ?= install -c -s -o root -g wheel -m 555
bgrab: $(OBJ) Makefile common.h
$(CXX) $(LIBS) -o bgrab $(OBJ)
@ -15,6 +15,6 @@ clean:
rm -f $(OBJ) bgrab
install: bgrab
$(INSTALL) bgrab $(DEST)/bgrab
$(INSTALL_PROGRAM) bgrab $(DEST)/bgrab
all: bgrab

View File

@ -1,7 +1,7 @@
This is an automated binary extraction tool for UseNet newsgroups.
It will log into any newsgroup and download all the binary files.
WWW: http://www.student.dtu.dk/~c960941/bgrab/
WWW: http://bgrab.ifip.net/
-Kelly
kbyanc@posi.net