mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2008-02-23 ftp/greed: No longer maintained
This commit is contained in:
parent
f2a6f1986e
commit
0295b80d6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212209
1
MOVED
1
MOVED
@ -3461,3 +3461,4 @@ net/samplicator||2008-04-25|Has expired: Project has vanished
|
||||
graphics/entice||2008-04-25|Has expired: Broken and unmaintained
|
||||
security/wpa_supplicant||2008-04-26|Obsolete, newer version in base
|
||||
games/glpuzzle|games/jigzo|2008-04-28|Project renamed
|
||||
ftp/greed||2008-04-29|Has expired: No longer maintained
|
||||
|
@ -39,7 +39,6 @@
|
||||
SUBDIR += gnusget
|
||||
SUBDIR += gnustep-ftp
|
||||
SUBDIR += gproftpd
|
||||
SUBDIR += greed
|
||||
SUBDIR += horde-gollem
|
||||
SUBDIR += hsftp
|
||||
SUBDIR += jftp
|
||||
|
@ -1,35 +0,0 @@
|
||||
# New ports collection makefile for: greed
|
||||
# Date created: 13 April 1999
|
||||
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= greed
|
||||
PORTVERSION= 0.81p
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
|
||||
DISTNAME= greed.81p
|
||||
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
COMMENT= A utility for downloading files with resume capabilities
|
||||
|
||||
FORBIDDEN= Insecure GRX file processing
|
||||
DEPRECATED= No longer maintained
|
||||
EXPIRATION_DATE= 2008-02-23
|
||||
ALL_TARGET= freebsd
|
||||
WRKSRC= ${WRKDIR}/greed.81p
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= greed.1
|
||||
PLIST_FILES= bin/greed
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (greed.81p.tar.gz) = 3f36eed137230c6d69c86a7118827228
|
||||
SHA256 (greed.81p.tar.gz) = 9df09aaebe05afbba10eeef2d44eb5635652dde90fa888a116ae7705b7eee6bb
|
||||
SIZE (greed.81p.tar.gz) = 26126
|
@ -1,42 +0,0 @@
|
||||
--- Makefile.orig Thu Jan 20 10:31:46 2000
|
||||
+++ Makefile Tue Mar 7 16:31:40 2000
|
||||
@@ -4,10 +4,10 @@
|
||||
|
||||
# Where to install binary and manpage on "make install":
|
||||
|
||||
-PREFIX=/usr
|
||||
BINDIR=$(PREFIX)/bin
|
||||
MANDIR=$(PREFIX)/man
|
||||
SECTION=1
|
||||
+FLAGS=${CFLAGS}
|
||||
|
||||
###################################################
|
||||
###### ######
|
||||
@@ -57,11 +57,10 @@
|
||||
#CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2'
|
||||
|
||||
freebsd:
|
||||
- $(MAKE) CC=cc LDFLAGS= \
|
||||
+ $(MAKE) LDFLAGS= \
|
||||
OBJECTS= \
|
||||
- CFLAGS='-Wall -ansi -pedantic -O4 -m486 \
|
||||
- -funroll-all-loops -ffast-math -DROT_I386 \
|
||||
- -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \
|
||||
+ CFLAGS='-funroll-all-loops -ffast-math \
|
||||
+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
|
||||
greed
|
||||
|
||||
openbsd:
|
||||
@@ -139,12 +138,6 @@
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) main.o connect.o download.o \
|
||||
ftpheader.o httpheader.o parse.o util.o proxy.o $(OBJECTS) \
|
||||
-o greed
|
||||
- @echo ""
|
||||
- @echo "Done! Now just type in 'make install' to install it!"
|
||||
- @echo "Greed will install in /usr, if you want it in another directory,"
|
||||
- @echo "just edit the Makefile and change PREFIX"
|
||||
- @echo ""
|
||||
-
|
||||
|
||||
greed.exe: main.o connect.o $(OBJECTS) ftpheader.o httpheader.o \
|
||||
parse.o util.o download.o Makefile
|
@ -1,4 +0,0 @@
|
||||
Get and Resume Elite EDition. A utility to download files from http and
|
||||
ftp from the console with the ability to resume downloads.
|
||||
|
||||
WWW:
|
Loading…
Reference in New Issue
Block a user