From 9538c83c08405fe79496aae9d8fba23a32ddefa3 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 17 Feb 2001 16:35:10 +0000 Subject: add ija, an interactive command line frontend of Deja --- news/ija/Makefile | 32 ++++++++++++++++++++++++++++++++ news/ija/distinfo | 1 + news/ija/pkg-comment | 1 + news/ija/pkg-descr | 4 ++++ news/ija/pkg-plist | 1 + 5 files changed, 39 insertions(+) create mode 100644 news/ija/Makefile create mode 100644 news/ija/distinfo create mode 100644 news/ija/pkg-comment create mode 100644 news/ija/pkg-descr create mode 100644 news/ija/pkg-plist (limited to 'news/ija') diff --git a/news/ija/Makefile b/news/ija/Makefile new file mode 100644 index 000000000000..a6f3dc522041 --- /dev/null +++ b/news/ija/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 +# New ports collection makefile for: ija +# Date created: Feb 17, 2001 +# Whom: Ying-Chieh Liao +# +# $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 diff --git a/news/ija/distinfo b/news/ija/distinfo new file mode 100644 index 000000000000..ea9cc4d911e8 --- /dev/null +++ b/news/ija/distinfo @@ -0,0 +1 @@ +MD5 (ija-0.4.3.gz) = 06e50456d28ba33d705666ec1189952c diff --git a/news/ija/pkg-comment b/news/ija/pkg-comment new file mode 100644 index 000000000000..9d0110ea38a3 --- /dev/null +++ b/news/ija/pkg-comment @@ -0,0 +1 @@ +An interactive command line frontend of Deja diff --git a/news/ija/pkg-descr b/news/ija/pkg-descr new file mode 100644 index 000000000000..3ee80341ea81 --- /dev/null +++ b/news/ija/pkg-descr @@ -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/ diff --git a/news/ija/pkg-plist b/news/ija/pkg-plist new file mode 100644 index 000000000000..de005485f349 --- /dev/null +++ b/news/ija/pkg-plist @@ -0,0 +1 @@ +bin/ija -- cgit v1.2.3