add ija, an interactive command line frontend of Deja
This commit is contained in:
parent
aad79f3e3f
commit
9538c83c08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38434
6 changed files with 40 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
SUBDIR += grn
|
||||
SUBDIR += gup
|
||||
SUBDIR += ifmail
|
||||
SUBDIR += ija
|
||||
SUBDIR += inn
|
||||
SUBDIR += inn-stable
|
||||
SUBDIR += knews
|
||||
|
|
32
news/ija/Makefile
Normal file
32
news/ija/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: ija
|
||||
# Date created: Feb 17, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ija
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= http://wildspark.com/asher/ija/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${GUNZIP_CMD} -c ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
news/ija/distinfo
Normal file
1
news/ija/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ija-0.4.3.gz) = 06e50456d28ba33d705666ec1189952c
|
1
news/ija/pkg-comment
Normal file
1
news/ija/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An interactive command line frontend of Deja
|
4
news/ija/pkg-descr
Normal file
4
news/ija/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ija is an interactive command line program that lets you access
|
||||
Deja (formerly Dejanews) without the web interface.
|
||||
|
||||
WWW: http://wildspark.com/asher/ija/
|
1
news/ija/pkg-plist
Normal file
1
news/ija/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/ija
|
Loading…
Reference in a new issue