1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add cg, a semi-automatic newsgroup binary downloader. It assembles parts based

on subject headers and then offers them in an editor for the user to
choose which files he really wants.

PR:		ports/70566
Submitted by:	Björn Lindström <bkhl@elektrubadur.se>
This commit is contained in:
Pav Lucistnik 2004-08-21 13:35:31 +00:00
parent 9e1e7be801
commit 45a7299e3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116940
4 changed files with 29 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += aub
SUBDIR += bgrab
SUBDIR += c-nocem
SUBDIR += cg
SUBDIR += cleanfeed
SUBDIR += cleanscore
SUBDIR += cnews

21
news/cg/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: cg
# Date created: 17 August 2004
# Whom: bkhl@elektrubadur.se
#
# $FreeBSD$
#
PORTNAME= cg
PORTVERSION= 0.4
CATEGORIES= net
MASTER_SITES= http://www.nih.at/cg/
MAINTAINER= bkhl@elektrubadur.se
COMMENT= Semi-automatic newsgroup binary downloader
GNU_CONFIGURE= yes
MAN1= cg.1
PLIST_FILES= bin/cg
.include <bsd.port.mk>

2
news/cg/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (cg-0.4.tar.gz) = cb5713aa6890410a8efa7c24bbdc54bd
SIZE (cg-0.4.tar.gz) = 203503

5
news/cg/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
A semi-automatic newsgroup binary downloader. It assembles parts based
on subject headers and then offers them in an editor for the user to
choose which files he really wants.
WWW: http://www.nih.at/cg/