diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-02-18 00:35:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-02-18 00:35:10 +0800 |
commit | 9bd4d8a3a3f2e610aea128c380eb60c3712d31e2 (patch) | |
tree | c8bc92d1a5acad094c212a4dad580397a8c2774b /news/ija | |
parent | 62087c9b9fe9094a5f4a911312d77dcb4ecfd69b (diff) | |
download | freebsd-ports-gnome-9bd4d8a3a3f2e610aea128c380eb60c3712d31e2.tar.gz freebsd-ports-gnome-9bd4d8a3a3f2e610aea128c380eb60c3712d31e2.tar.zst freebsd-ports-gnome-9bd4d8a3a3f2e610aea128c380eb60c3712d31e2.zip |
add ija, an interactive command line frontend of Deja
Diffstat (limited to 'news/ija')
-rw-r--r-- | news/ija/Makefile | 32 | ||||
-rw-r--r-- | news/ija/distinfo | 1 | ||||
-rw-r--r-- | news/ija/pkg-comment | 1 | ||||
-rw-r--r-- | news/ija/pkg-descr | 4 | ||||
-rw-r--r-- | news/ija/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
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 <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> 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 |