# ex:ts=8 # New ports collection makefile for: axel # Date created: Jul 23, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= axel PORTVERSION= 2.4 PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= https://alioth.debian.org/frs/download.php/3015/ \ ftp://ftp.linuxforum.hu/mirrors/frugalware/pub/frugalware/frugalware-testing/source/apps-extra/axel/ \ http://cvs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/ MAINTAINER= prudhvi-krishna-bsd@surapaneni.in COMMENT= A download accelerator USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man OPTIONS= NLS "I18N support" on \ DEBUG "Debugging support" off .include .if !defined(WITHOUT_NLS) USE_GETTEXT= yes USE_ICONV= yes PLIST_SUB+= NLS="" CONFIGURE_ARGS+=--i18n=1 .else PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+=--i18n=0 .endif .if defined(WITH_DEBUG) CONFIGURE_ARGS+=--debug=1 --strip=0 .endif MAN1= axel.1 MANLANG= "" zh_CN post-configure: @${REINPLACE_CMD} -e 's|gcc|${CC}|; \ s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.settings .include s-gnome' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - add couple of patches to fix build warningsrm2012-06-202-0/+31
* Switch to OptionsNgmartymac2012-06-151-1/+3
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-06-041-2/+2
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.1pgj2012-06-041-3/+4
* Fix the DOCS logicalbapt2012-06-031-1/+1
* Convert to new options frameworkbapt2012-06-013-22/+24
* - update png to 1.5.10dinoex2012-06-014-4/+4
* Update my email address.tj2012-06-011-1/+1
* - Reset maintainer:pav2012-05-311-1/+1
* Properly call freehostent()mm2012-05-262-7/+16
* - Fix build for 9 and abovemiwi2012-05-215-44/+44
* 1) Add OPTIONS support for:sumikawa2012-05-152-4/+73
* - Enhances detection of CPU countscheidell2012-04-154-13/+68
* Bump port revision of all the octave-forge ports,maho2012-04-111-1/+1
* Update to 3.8.0mm2012-03-274-53/+62
* Cpipe copies its standard input to its standard output while measuring the timewxs2012-03-024-0/+35
* Update to 3.6.1mm2012-02-262-3/+3
* Return maintainership back to poolmm2012-02-261-1/+1
* - Update to 0.6.0.1pgj2012-02-133-13/+8
* - Fix CATEGORIES when IPV6 option is offsunpoet2012-02-021-18/+16
* - Reassign to the heaptabthorpe2012-02-011-1/+1
* Make UDP_STREAM work on IPv6 by transmitting and extracting IPv6sumikawa2012-01-272-0/+70
* Update to 0.72mm2012-01-253-21/+19
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* - Respect CCmiwi2012-01-151-0/+1
* - Respect CC & ALL_TARGETmiwi2012-01-151-2/+2
* - Update to 1.2.9miwi2012-01-152-8/+5
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Respect CC/CFLAGSmiwi2012-01-041-6/+20
* Update to 3.6.0mm2011-12-213-3/+8
* - Unbreak PGSQL support [1]zi2011-12-141-2/+3
* - Update to 3.397miwi2011-11-193-14/+3
* - Get rid FreeBSD 6.X supportmiwi2011-11-071-7/+1
* Remove more tags from pkg-descr files fo the form:dougb2011-10-242-4/+0
* - remove maintainer tags from pkg-descreadler2011-10-2311-28/+0
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-249-13/+8
* Update to 3.4.0mm2011-09-213-10/+12
* - Update to 1.8.3dhn2011-09-024-29/+23
* - Update math/hs-statistics to 0.9.0.0pgj2011-08-151-1/+1
* - Update math/hs-mwc-random to 0.10.0.0pgj2011-08-151-1/+1
* - Update devel/hs-vector-algorithms to 0.5.2pgj2011-08-141-1/+1
* - Update devel/hs-vector to 0.7.1pgj2011-08-141-1/+1
* - add MASTER_SITE_LOCALdinoex2011-08-091-1/+3
* This port is in the public domain.obrien2011-08-031-0/+5
* Deprecate port with no more public distfilesbapt2011-08-021-0/+3
* Bye bye abandonwares (part 2)bapt2011-08-018-345/+0
* Update to 2.1.13arved2011-07-253-6/+7
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-2/+1
* - Mark BROKEN on recent -CURRENT:pav2011-07-211-1/+7
* Upgrade to 2.5.0.sumikawa2011-07-203-13/+3
* Update to 3.2.1mm2011-07-152-3/+3
* - Update math/hs-erf to 2.0.0.0ashish2011-07-101-0/+1
* - Update to 0.5.0.10ashish2011-07-102-4/+3
* - Remove USE_GZIP=yes since it is defaultwen2011-07-071-1/+0
* - Bump portrevision for octave-forge-* ports because of update ofstephen2011-07-011-1/+1
* - Bump portrevision because math/octave updated to 3.4.1stephen2011-06-241-1/+1
* Update to 3.2.0mm2011-06-234-26/+12
* Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-162-0/+6
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgstephen2011-06-141-1/+1
* Update my e-mail to my FreeBSD one.jlaffaye2011-06-092-2/+2
* Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-261-0/+1
* - Add licensesylvio2011-05-201-0/+2
* Update math/gsl to 1.15, and adjust PORTREVISIONbf2011-05-101-1/+1
* - Please welcome GHC 7.0.3ashish2011-05-095-53/+8
* Bump PORTREVISION after open-mofit updatemakc2011-05-024-4/+4
* - Set LICENSE_FILEmm2011-03-221-1/+2
* - Add license information (GPLv3)mm2011-03-222-3/+7
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-192-1/+2
* - Get Rid MD5 supportmiwi2011-03-1957-73/+1
* Update to 3.0.1mm2011-03-164-767/+431
* - Update to 1.1.7miwi2011-02-272-8/+5
* Chase the upgrade of MPICH2.thierry2011-02-266-6/+3
* - Update distinfo (comment block change)pav2011-01-261-3/+2
* Add new port benchmarks/filebenchflo2011-01-095-0/+93
* - Add patch to fix a race conditionjadawin2011-01-093-2/+21
* Return kris' ports to the heap.tabthorpe2011-01-021-1/+1
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
* - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-264-4/+2
* - Update to 3.370culot2010-12-233-4/+14
* - Re-assign all my ruby* ports to ruby@avl2010-12-091-1/+1
* Sync to new bsd.autotools.mkade2010-12-043-3/+3
* Add a -t switch for varying the benchmark run time. I'll work onbrian2010-11-245-0/+219
* Drop maintainership for a few ports I no longer usekmoore2010-11-171-1/+1
* Add missing LICENSEmartymac2010-11-161-0/+3
* Chase the upgrade of MPICH2.thierry2010-11-151-4/+3
* - Fix build: CPP is now part of MAKE_ENVpav2010-11-081-2/+2
* - Update to 1.2.8miwi2010-11-042-4/+4
* Drop maintainership for ports I can't maintain anymore.trasz2010-10-262-2/+2
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infopgollucci2010-10-201-1/+1
* Punt autoconf267->autoconf268ade2010-10-162-2/+2
* Upgrade to 2.1.thierry2010-10-123-18/+9
* - update to 2.0.5leeym2010-09-292-6/+7
* Update MAINTAINER address for my portsmartymac2010-09-272-2/+2
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-242-2/+0
* NetPerfMeter is a network performance meter for the UDP,ashish2010-09-214-0/+48
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-3/+4
* Take MAINTAINERship - I have some changes that I'd like to submit upstream.brian2010-09-141-1/+1
* - Update to 0.9.8avl2010-09-142-5/+4
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-072-2/+2
* Reset to ports@. Thanks Frank for your work on these ports.wxs2010-09-031-1/+1
* - Update to 4.0bapt2010-08-305-21/+20
* - Update MASTER_SITES and WWWbapt2010-08-292-19/+13
* Randomio is a multithreaded disk i/o microbenchmark. Itdecke2010-08-235-0/+39
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-081-3/+3
* - Update to 1.1lwhsu2010-08-042-4/+4
* - Update to 0.5.0.3pgj2010-07-303-12/+11
* Change maintainer address to my new @FreeBSD.orgbapt2010-07-291-1/+1
* - Update to 2.70jadawin2010-07-202-5/+10
* - Add Licensemiwi2010-06-271-0/+2
* - Mark BROKEN on recent 8-STABLE: does not buildpav2010-06-222-2/+2
* Reset jmelo@FreeBSD.org due to many months of inactivity and no responselinimon2010-06-194-5/+3
* - Update to 0.5.0.0pgj2010-06-084-6/+29
* - GEMS are always RUN_DEPENDS of other GEMSpgollucci2010-06-071-2/+1
* make fetchable and remove restrict, asmaho2010-06-063-12/+22
* LICENSE GPLv2dinoex2010-06-041-1/+1
* LICENSE GPLv2dinoex2010-06-041-0/+2
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-30