aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/amule
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.3.1rene2011-12-016-291/+183
| | | | | | | | | | - Make the port look similar to net-p2p/amule-devel to ease updating the two. - Partially pet portlint. PR: ports/162603 Submitted by: Barbara (barbara.xxx1975 libero/it) Approved by: maintainer timeout (swell.k, 14 days) Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Actually chase upnp shlib changepav2011-03-271-1/+1
| | | | | Reported by: pointyhat Pointy hat to: pawel (miwi, wen)
* - Chase devel/upnp shlib bumppawel2011-03-241-1/+1
| | | | Approved by: miwi, wen (mentors)
* - Chase devel/upnp shlib bumpmiwi2011-03-041-1/+2
|
* Add license infomakc2011-01-022-1/+4
| | | | | | | Remove md5 sums PR: ports/153589 Submitted by: maintainer (swell.k at gmail.com)
* - Chase upnp shlib version bumppav2010-10-251-1/+1
| | | | | Reported by: pointyhat Pointy hat to: wen
* - Update CONFLICTS for dynamic PKGNAMEpgollucci2010-10-191-1/+1
| | | | | PR: ports/150985 Submitted by: swell.k@gmail.com (maintainer)
* - add missed filepgollucci2010-10-191-0/+16
|
* - Split amule into amule and amule-develpgollucci2010-10-194-158/+299
| | | | | PR: ports/150985 Submitted by: swell.k@gmail.com (maintainer)
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-071-1/+1
| | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer
* - Mirror distfile on master site localpav2010-09-031-1/+2
| | | | Requested by: maintainer
* - Update to r10275pav2010-09-032-22/+16
| | | | | PR: ports/149988 Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
* - Update to git r.10266pav2010-08-134-468/+342
| | | | | | | | - Switch maintainers PR: ports/149021 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Boris Kovalenko <boris@tagnet.ru> (old maintainer)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Remove --disable-upnp from CONFIGURE_ARGS since this is nowlioux2009-12-011-1/+1
| | | | | | | | regulated by UPNP config knob - Bump PORTREVISION since UPNP config knob was not being upheld PR: ports/141019 Approved by: maintainer
* - Update to 2.2.6wen2009-09-293-7/+12
| | | | | | | PR: ports/139151 Submitted by: barbara <barbara.xxx1975@libero.it> Approved by: maintainer, miwi(mentor) Feature safe: yes
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with N
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 2.2.5dhn2009-06-172-5/+4
| | | | | | PR: ports/135185 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (two weeks)
* - Add WITH_UPNP knob to "Enable Universal Plug and Play support"laszlof2009-05-211-2/+10
| | | | | | PR: ports/133901 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Approved by: Boris Kovalenko <boris@tagnet.ru> (maitainer)
* Fix plist with -DNOPORTDOCSitetcu2009-04-261-0/+5
| | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
* - Drop needless depend on curlsem2009-04-061-1/+1
| | | | Submitted by: maintainer
* - Update to 2.2.4pav2009-04-054-38/+24
| | | | Submitted by: <boris@tagnet.ru> (maintainer)
* Update to 2.2.3.delphij2009-03-225-78/+205
| | | | | | Submitted by: Torfinn Ingolfsen <tingox gmail com> PR: ports/132264 Approved by: maintainer
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - add CONFLICTS for bin/ed2kdinoex2008-01-301-1/+1
| | | | | PR: 120112 Submitted by: Yar Tikhiy
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-190/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Remove deprecated reference for net-p2p/amule1 and 4.x chunks after thegabor2007-05-291-4/+0
| | | | removal of amule1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix accentuated filename displayrafan2007-03-241-15/+21
| | | | | | | | - Fix OPTIONS handling - Support WITHOUT_NLS knob PR: ports/110201 Submitted by: Boris Kovalenko <boris at tagnet.ru> (maintainer)
* - Add offiical patch to allow use of new stable version of wxWidgets. This alsoitetcu2007-01-132-2/+8
| | | | | | | | fixes "crash on search tab close" bug. - bump PORTREVISION PR: ports/107700 Submitted by: Boris Kovalenko (maintainer)
* - Remove CURL from dependencies as it's not necessarygabor2006-12-081-6/+1
| | | | | | | | - Bump PORTREVISION PR: ports/106443 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Approved by: erwin (mentor)
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-4/+3
| | | | | PR: ports/101613 Submitted by: alepulver
* Update maintainer's email address.linimon2006-07-111-1/+1
|
* Assign amule2 to new volunteer; mark amule1 as DEPRECATED, with note thatlinimon2006-07-091-1/+1
| | | | it is only retained for 4.X compatibility.
* Previous maintainer asked to resign.linimon2006-07-042-2/+1
| | | | PR: ports/99753
* - Update to 2.1.3pav2006-06-193-20/+22
| | | | | PR: ports/98867 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* - Update to 2.1.1pav2006-03-194-30/+24
| | | | | | | - Update rcng usage PR: ports/94634 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Populate newly create net-p2p category with these ports:pav2006-01-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-6/+6
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-13/+13
| | | | | Approved by: krion@ PR: ports/88711 (related)
* [PORT UPDATE] net/amule2 v2.1.0edwin2006-01-045-47/+107
| | | | | | | This patch updates aMule2 port to v2.1.0 PR: ports/91276 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 2.0.3ahze2005-06-173-16/+16
| | | | | PR: ports/82328 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* - Update to 2.0.2pav2005-06-073-23/+69
| | | | | PR: ports/81967 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* - Fix brain failure of minepav2005-06-021-3/+3
| | | | | Reported by: krismail Pointy hat to: pav
* - Deal with locale directoriespav2005-05-281-0/+6
|
* - Update to 2.0.1pav2005-05-203-17/+16
| | | | | PR: ports/81223 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* Update to new stable release 2.0.0fjoe2005-05-177-0/+406
PR: 80734 Submitted by: Ganael Laplanche