summaryrefslogtreecommitdiff
path: root/net-p2p/gift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As previously advertised, remove ports that previously had beenDoug Barton2011-09-307-217/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEPRECATED without EXPIRATION_DATE, and the ports that depend on them. audio/mt-daapd Use audio/firefly instead databases/p5-DBIx-Class-Validation Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED devel/p5-Class-Data-Accessor Please consider using p5-Class-Accessor-Grouped or p5-Moose graphics/libflash gplflash is no longer supported. Please use gnash instead graphics/flashplayer Depends on DEPRECATED graphics/libflash japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED net/p5-OAuth-Lite Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED net-mgmt/py-snmp use net-mgmt/py-snmp4 instead net-mgmt/py-twistedSNMP Relies on net-mgmt/py-snmp, which is DEPRECATED net-p2p/gift unmaintained upstream for several years net-p2p/giftcurs unmaintained upstream for several years net-p2p/giftoxic unmaintained upstream for several years net-p2p/giftui unmaintained upstream for several years net-p2p/apollon Depends on net-p2p/gift, which is DEPRECATED textproc/p5-FormValidator-Simple Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/flashplugin-mozilla gplflash is no longer supported. Please use graphics/gnash, \ www/p5-HTML-Widget Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Plugin-AutoRestart Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED www/p5-Catalyst-Example-InstantCRUD Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-Catalyst-Plugin-FormValidator-Simple Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-Catalyst-Plugin-HTML-Widget Depends on www/p5-HTML-Widget, which is DEPRECATED www/asterisk-fop Depends on www/flashplugin-mozilla which is DEPRECATED www/p5-Handel Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED www/p5-DBIx-Class-HTMLWidget Depends on www/p5-HTML-Widget, which is DEPRECATED www/p5-HTML-Widget-DBIC Disappear from CPAN x11-wm/fvwm24 No longer supported by fvwm.org
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | - 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
* s/EXPIRATION/EXPIRATION_DATE/Doug Barton2011-09-031-1/+1
| | | | Submitted by: bapt
* Add EXPIRATION to ports marked DEPRECATED that do not already have it. [1]Doug Barton2011-09-031-0/+1
| | | | | | | | | | Date set to 2011-09-30 since that's > 1 month in all cases. Feel free to change it to something more appropriate. Change DEPRECATED to IGNORE for security/openvpn-beta to better fit the intention. Problem pointed out by: linimon [1]
* Deprecate, these ports have been unmaintained upstream for several years.Rene Ladan2011-08-151-0/+2
| | | | | | PR: ports/158020 Submitted by: maintainer of gift and giftcurs Approved by: maintainer timeout (giftoxic, giftui)
* - Kick MD5 SupportMartin Wilke2011-07-021-1/+0
|
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-2/+2
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
|
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | (via libvorbis, libtheora).
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Drop empty fileMartin Wilke2010-01-221-0/+0
|
* - missed a filePhilip M. Gollucci2009-12-171-0/+49
|
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-12-173-58/+1
| | | | | | PR: ports/136848 Approved by: maintainer Submitted by: myself (pgollucci@)
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with N
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-2/+2
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
|
* - Fix plist for NOPORTDOCS=yesDmitry Marakasov2008-07-312-15/+15
| | | | | | | | - Bump PORTREVISION PR: ports/126132 Submitted by: "Stefan Ehmann" <shoesoft at gmx dot net> (maintainer) Approved by: miwi (mentor implicit)
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | - 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)
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | - Bump PORTREVISION
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-272-1/+3
|
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
|
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-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:Pav Lucistnik2006-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
* net/gift add missing dependencyEdwin Groothuis2006-01-071-2/+3
| | | | | | | add missing perl dependency (necessary for gift-setup) PR: ports/91401 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Add rcNG scriptSergey Matveychuk2005-01-084-1/+71
| | | | | | PR: ports/75905 Submitted by: Manuel Rabade Garcia <mig(at)mig-29.net> Approved by: maintainer
* - Remove useless USE_GNOME=glib20Sergey Matveychuk2004-12-241-1/+0
|
* - Update to 0.11.8.1Sergey Matveychuk2004-12-243-14/+26
| | | | | | PR: ports/75278 Submitted by: Joel Diaz <joeldiaz(at)bellsouth.net> Approved by: maintainer
* Bump portrevision and dependency on ImageMagickJosef El-Rayes2004-12-051-1/+2
| | | | | | | | | in order to trace recent ImageMagick update. Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/74487 Approved by: mat Reviewed by: lofi
* Fix build in WITH_LIBMAGIC caseTilman Keskinoz2004-10-181-0/+1
| | | | | | PR: 72495 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Approved by: maintainer
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
|
* - Update to version 0.11.6Kirill Ponomarev2004-02-143-73/+3
| | | | | PR: ports/62827 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* - update to 0.11.5Pete Fritchman2004-01-093-4/+73
| | | | | | | | - install the correct ChangeLog - add a patch so we have a better chance of working with 4.x Perl PR: 61058 Submitted by: maintainer
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-2/+2
|
* The proper format of the Maintainer field is just the email address.Mark Linimon2003-10-151-1/+1
| | | | Having it otherwise can confuse some of the ports tools.
* - Chase lib version change of graphics/ImageMagick.Erwin Lansing2003-10-091-1/+2
| | | | | | | - Bump PORTREVISION acordingly PR: 57787 Submitted by: maintainer
* Add INSTALLS_SHLIB definition.Edwin Groothuis2003-10-061-0/+1
|
* re-add port net/giftEdwin Groothuis2003-10-065-0/+138
| | | | | | | | | | | | The gift project finally makes releases again. So it's time to get it back to the ports collection. I contacted the former maintainer (lioux) but haven't got any reply yet. He is still listed as maintainer but if he doesn't like I'd take maintainership. PR: ports/56484 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
* Remove ports/net/gift due to lack of releases ever since the project creationMario Sergio Fujikawa Ferreira2003-04-056-153/+0
|
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
|
* BROKEN -> IGNORE to prevent package buildKris Kennaway2002-10-131-1/+1
|
* Released gift is not compatible with FastTrack protocol. DevelopmentMario Sergio Fujikawa Ferreira2002-01-211-0/+2
| | | | | versions are still in CVS only status. Therefore, make it as BROKEN for now.
* Uphold hier(7): install user daemons under sbin rather than binMario Sergio Fujikawa Ferreira2001-11-192-1/+48
|
* update WWW tagMario Sergio Fujikawa Ferreira2001-11-191-1/+1
|
* New port giFT version 0.9.7: A generic interface to theMario Sergio Fujikawa Ferreira2001-11-166-0/+104
FastTrack (TM) peer-to-peer network