pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/aget Import aget from pkgsrc-wip. Packaged by Ear...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b3f7110b229
branches:  trunk
changeset: 468956:2b3f7110b229
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Feb 18 02:00:34 2004 +0000

description:
Import aget from pkgsrc-wip.  Packaged by Earl Gay, improved by
Roland Illig to support Solaris, and modified by me.

Aget is a multithreaded HTTP download accelerator.  It aims to imitate
Flashget for Win32.  Aget is an acronym for two Turkish words "Acele
Getir," meaning "Get it fast."

diffstat:

 net/aget/DESCR    |   3 +++
 net/aget/Makefile |  42 ++++++++++++++++++++++++++++++++++++++++++
 net/aget/PLIST    |   2 ++
 net/aget/distinfo |   4 ++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r e5822de6980a -r 2b3f7110b229 net/aget/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/aget/DESCR    Wed Feb 18 02:00:34 2004 +0000
@@ -0,0 +1,3 @@
+Aget is a multithreaded HTTP download accelerator.  It aims to imitate
+Flashget for Win32.  Aget is an acronym for two Turkish words "Acele
+Getir," meaning "Get it fast."
diff -r e5822de6980a -r 2b3f7110b229 net/aget/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/aget/Makefile Wed Feb 18 02:00:34 2004 +0000
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 02:00:34 minskim Exp $
+#
+
+DISTNAME=      aget-0.4
+CATEGORIES=    net
+MASTER_SITES=  http://www.enderunix.org/aget/
+
+MAINTAINER=    eeg%e3labs.ath.cx@localhost
+HOMEPAGE=      http://www.enderunix.org/aget/
+COMMENT=       Multithreaded HTTP download accelerator
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        yes
+NO_CONFIGURE=  yes
+
+.include "../../mk/bsd.prefs.mk"
+
+SUBST_CLASSES+=                options
+SUBST_MESSAGE.options= "Fixing build options."
+SUBST_STAGE.options=   post-patch
+SUBST_FILES.options=   Makefile Makefile.Solaris
+SUBST_SED.options=     -e 's,CFLAGS =,\#CFLAGS =,' \
+                       -e 's,LDFLAGS =,\#LDFLAGS =,' \
+                       -e 's,CC =,\#CC =,' \
+
+PTHREAD_OPTS+=          require
+CFLAGS+=       ${PTHREAD_CFLAGS}
+LDFLAGS+=      ${PTHREAD_LDFLAGS}
+
+.if ${OPSYS} == "SunOS"
+CFLAGS+=       -DSOLARIS
+LDFLAGS+=      -lsocket -lnsl -lresolv
+.endif
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/aget ${PREFIX}/bin/aget
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5822de6980a -r 2b3f7110b229 net/aget/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/aget/PLIST    Wed Feb 18 02:00:34 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/18 02:00:34 minskim Exp $
+bin/aget
diff -r e5822de6980a -r 2b3f7110b229 net/aget/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/aget/distinfo Wed Feb 18 02:00:34 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/18 02:00:34 minskim Exp $
+
+SHA1 (aget-0.4.tar.gz) = acd428c919c105401f4b1c19a082c71f470fe9af
+Size (aget-0.4.tar.gz) = 11152 bytes



Home | Main Index | Thread Index | Old Index