remove linleech; incompatible with new slang, unmaintained upstream,

and alternatives exist.
This commit is contained in:
sthen 2009-10-13 21:52:15 +00:00
parent 89ccc4d1f1
commit 79881808f3
5 changed files with 0 additions and 87 deletions

View File

@ -1,39 +0,0 @@
# $OpenBSD: Makefile,v 1.12 2007/09/15 21:41:50 merdely Exp $
# Original from: Curtiss Howard, cereal@schizo.com
#
COMMENT= retrieve usenet posts via script
DISTNAME= linleech_2.2.1.orig
PKGNAME= linleech-2.2.1
CATEGORIES= news
MAINTAINER= J Shoemaker <shoemaker@softhome.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m termcap
MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/l/linleech/ \
http://people.montana.com/~drrom/
FAKE= lib
LIB_DEPENDS= slang.::devel/libslang
WRKDIST= ${WRKDIR}/linleech-2.2.1.orig
NO_REGRESS= Yes
DOCDIR=${PREFIX}/share/doc/linleech
do-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.linleech ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/leechscript ${DOCDIR}/script.example
${INSTALL_DATA} ${WRKSRC}/scripts/auth/auth.sl ${DOCDIR}
${INSTALL_PROGRAM} ${WRKBUILD}/linleech ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (linleech_2.2.1.orig.tar.gz) = JAi/sax+SvV8tER5rqA5KA==
RMD160 (linleech_2.2.1.orig.tar.gz) = suODG3Phk8Lak1Fg84Jld5UICTM=
SHA1 (linleech_2.2.1.orig.tar.gz) = TQ/LQrVN5BqHc8p4fyrr8Aeb4P0=
SHA256 (linleech_2.2.1.orig.tar.gz) = TjXVcGuQj8vWeBXvtaEIM33WPnGb6w+Ej9UOEl6Y1K8=
SIZE (linleech_2.2.1.orig.tar.gz) = 112649

View File

@ -1,28 +0,0 @@
$OpenBSD: patch-Makefile,v 1.4 2005/04/19 09:41:42 espie Exp $
--- Makefile.orig Wed Dec 30 09:54:52 1998
+++ Makefile Tue Sep 24 01:34:52 2002
@@ -1,14 +1,13 @@
-CC=gcc
-CFLAGS=-O2
-OBJS=objs/linleech_main.o objs/linleech_slang.o \
- objs/linleech_socket.o objs/regex.o
+#CC= gcc
+CFLAGS+= -I${DEPBASE}/include
+LDFLAGS= -L${DEPBASE}/lib
+OBJS= linleech_main.o linleech_slang.o linleech_socket.o regex.o
+VPATH= src
-all:
- $(CC) $(CFLAGS) -c src/linleech_main.c -o objs/linleech_main.o
- $(CC) $(CFLAGS) -c src/linleech_slang.c -o objs/linleech_slang.o
- $(CC) $(CFLAGS) -c src/linleech_socket.c -o objs/linleech_socket.o
- $(CC) $(CFLAGS) -c src/regex.c -o objs/regex.o
- $(CC) $(OBJS) -o linleech -lslang
+all: linleech
+
+linleech: ${OBJS}
+ ${CC} -o $@ ${OBJS} ${LDFLAGS} -lslang -ltermcap -lm
clean:
- rm -f $(OBJS) linleech
+ rm -f ${OBJS} linleech core

View File

@ -1,9 +0,0 @@
linleech is a utility that will search through all the articles in given
USENET groups and download those that meet your configured criteria.
Via the use of S-Lang, a very granular control over what is downloaded is
achieved; It can perform regexp matching on articles to fetch only those
that you are interested in, alleviating you of the need to browse through
a plethora of uninteresting articles.
Another useful feature is the ability to perform arbitrary commands on each
article as it is downloaded, such as uudecoding and moving it to an archive.

View File

@ -1,6 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:21:21 espie Exp $
bin/linleech
share/doc/linleech/
share/doc/linleech/README.linleech
share/doc/linleech/auth.sl
share/doc/linleech/script.example