1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

869 Commits

Author SHA1 Message Date
Sergey Matveychuk
4bb436e61c - Add rcNG script
PR:		ports/75905
Submitted by:	Manuel Rabade Garcia <mig(at)mig-29.net>
Approved by:	maintainer
2005-01-08 18:44:55 +00:00
Mario Sergio Fujikawa Ferreira
2dc8c5621f Update to 0.1.2 2005-01-08 17:45:41 +00:00
Mario Sergio Fujikawa Ferreira
01bad2395f o Fix header files: stdint.h -> inttypes.h
o Separate BROKEN messages to avoid ambiguity
2005-01-08 17:35:15 +00:00
Mario Sergio Fujikawa Ferreira
42526c4e41 Fix BROKEN on OSVERSION >= 502126: USE_GCC=3.3 2005-01-08 16:51:14 +00:00
Markus Brueffer
3cc2db99d8 Update to version 0.3.5 2005-01-08 12:57:22 +00:00
Mario Sergio Fujikawa Ferreira
dc9079bdf7 o Add a missing exception handler around httplib requests
o Bump PORTREVISION

Approved by:	portmgr (krion)
Obtained from:	John Hoffman BitTornado Developer <theshadow@degreez.net>
2005-01-06 18:33:11 +00:00
Mario Sergio Fujikawa Ferreira
e6a57a0169 o Fix build: qmake is available under LOCALBASE not X11BASE
o Unmark BROKEN

Approved by:	portmgr (krion)
2005-01-05 15:45:41 +00:00
Mario Sergio Fujikawa Ferreira
ec12324d27 o Fix PLIST
o Bump PORTREVISION

Submitted by:	kris (pointyhat)
Approved by:	portmgr (marcus, kris)
2005-01-03 21:11:58 +00:00
Mario Sergio Fujikawa Ferreira
fe4401c442 o Fix PLIST
o Bump PORTREVISION

Submitted by:	kris (pointyhat)
Approved by:	portmgr (kris)
2005-01-03 01:59:10 +00:00
Kris Kennaway
0da9a75f6d Reset bouncing maintainer address:
<gldisater@gldis.ca>: Host or domain name not found. Name service error for
    name=gldis.ca type=MX: Host not found, try again

Approved by:	portmgr (self)
2005-01-01 23:50:51 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Mario Sergio Fujikawa Ferreira
eac3f885cc Update to snapshot 20041202
Submitted by:	Peter Thoenen <eol1@yahoo.com>
2004-12-31 11:51:12 +00:00
Mario Sergio Fujikawa Ferreira
bb4a1226c5 o Update to Freenet Stable build 5100 released 20041220 snapshot
o Bump PORTREVISION since it is the same build number but another
  snapshot
2004-12-31 11:31:58 +00:00
Mario Sergio Fujikawa Ferreira
d4530ab3b6 o Update to <bsd.java.mk> standard 2.0
o Bump PORTREVISION due to jar location changes

Prompted by:	hq
2004-12-31 11:14:19 +00:00
Mario Sergio Fujikawa Ferreira
d3997bd11e o Track BitTorrent's codeville development repository
- BitTorrent/Downloader.py: change (self.active_requests vs
  self.backlog) proportion handling
- BitTorrent/download.py: add exception handling around Storage
  method call
o Bump PORTREVISION

Obtained from:	BitTorrent's codeville repository
2004-12-29 03:35:40 +00:00
Joe Marcus Clarke
aca8e2a600 Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
2004-12-29 02:18:31 +00:00
Marius Strobl
9a56a18ebd Update to 1.3.4 which adds support for the compact tracker protocol
and the ability to specify the peer identifier.

Prodded by:	Florent Thoumie <flz@xbsd.org> (maintainer)
Approved by:	Florent Thoumie <flz@xbsd.org> (maintainer), netchild
2004-12-28 15:27:54 +00:00
Pav Lucistnik
dd3458f5e0 - Take care of leftover directory
- Use SUB_FILES

PR:		ports/75522
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-12-28 02:31:37 +00:00
Markus Brueffer
739ff024b0 Update to version 0.3.4 2004-12-26 21:33:21 +00:00
Mario Sergio Fujikawa Ferreira
693fac0b2c o Add dependency on dns/py-dnspython which enable a notification
when there is a newer version of BitTorrent available
o Style fix: Remove a extraneous trailing space in Makefile
o Change default from disabled to enabled for BitTorrent option
  --enable_bad_libc_workaround: 'enable workaround for a bug in BSD
  libc that makes file reads very slow.' This has been verified to
  be true; the behavior, not the reason
o Bump PORTREVISION
2004-12-26 10:48:12 +00:00
Sergey Matveychuk
80ed5116f9 - Fix build with a fresh giFT port.
Add dependence on pkgconfig.

Reported by:	pointyhat via kris
2004-12-25 19:55:26 +00:00
Mario Sergio Fujikawa Ferreira
8e4d4c560d o Pet devel/portlint(1)
- Remove extraneous whitespaces at end of lines
- Place DISTVERSION on the correct location
2004-12-25 12:49:11 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Mario Sergio Fujikawa Ferreira
9d26c4eb82 o devel/py-psyco only works under i386. Therefore, define
WITHOUT_PSYCO=yes if ${ARCH} != "i386"
o No PORTREVISION bump necessary since the dependency just wouldn't
  work outside of i386

Reminded by:	perky
cVS: ----------------------------------------------------------------------
2004-12-24 11:27:38 +00:00
Mario Sergio Fujikawa Ferreira
e7fca6a53f o Add FreeBSD ports specific patch: support devel/py-psyco per default
for performance reasons
o Use WITHOUT_PSYCO to disable the support
o Idea borrowed from net/py-bittornado CVS: http://www.bittornado.com/

Obtained from:	BitTornado
2004-12-24 09:29:37 +00:00
Mario Sergio Fujikawa Ferreira
e4bbab65fa - After repo copy from py-bittorrent-core:
o Update to development version 3.9.0

Repo copied by:		portmgr (marcus)
Reviewed by:		freebsd-ports@,
			mezz
2004-12-24 09:12:31 +00:00
Mario Sergio Fujikawa Ferreira
3fd3e3356e - After repo copy from py-bittorrent:
o Update to development version 3.9.0

Repo copied by:		portmgr (marcus)
Reviewed by:		freebsd-ports@,
			mezz
2004-12-24 09:11:53 +00:00
Mario Sergio Fujikawa Ferreira
2701339369 - After repo copy from py-bittorrent:
o Update to development version 3.9.0

Repo copied by:		portmgr (marcus)

Reviewed by:		freebsd-ports@,
			mezz
2004-12-24 09:10:04 +00:00
Sergey Matveychuk
faf32866ab - Remove useless USE_GNOME=glib20 2004-12-24 01:35:31 +00:00
Sergey Matveychuk
fe915ce9d3 - Update to 0.11.8.1
PR:		ports/75278
Submitted by:	Joel Diaz <joeldiaz(at)bellsouth.net>
Approved by:	maintainer
2004-12-24 01:34:06 +00:00
Edwin Groothuis
46f77a59b3 new port net/linux-overnet-core: Serverless peer-2-peer program
Overnet is a serverless peer-2-peer program for linux.

	The Overnet 'core' is the actual Overnet program which does
	everything behind the scenes - connecting to peers, searching,
	downloading, uploading, all that stuff.

PR:		ports/68141
Submitted by:	No Name <arundel@gmx.net>
2004-12-23 04:38:19 +00:00
Edwin Groothuis
9d2f8ffbea Add dependency on linux_base-8
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-12-22 12:23:55 +00:00
Edwin Groothuis
9bff2a45d3 New port: net/peercast (a peer-to-peer network for broadcasting and
listening to streams)

    PeerCast is a new, free way to listen to radio and watch video
    on the Internet. It uses P2P technology to let anyone become a
    broadcaster without the costs of traditional streaming. This
    means you get to hear and watch stations not normally found on
    commercially funded sites.

PR:		ports/75373
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-12-22 01:53:10 +00:00
Volker Stolz
5404fe2419 - Fix ICU-issue [1]
- Update to 0.95 [2]

PR:		ports/71789 [1], ports/75232 [2]
Submitted by:	maintainer
2004-12-20 12:20:50 +00:00
Kris Kennaway
3e57c8d5d9 Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there.  Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
2004-12-20 06:25:32 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Jeremy Messenger
564fdff657 -Update to 0.3.9a, should be fix with Python 2.4.x.
-Fix the CONFLICTS for not get in conflicts with itself.
-Remove the manpages from FILESDIR, those have been added in the tarball.
-Make portlint a bit happier man.

PR:		ports/75191
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-12-18 19:09:58 +00:00
Herve Quiroz
8cbb4e8f88 Fix WWW entry in pkg-descr
PR:		75202
Submitted by:	maintainer
Reported by:	Manfred N. Riem <mnriem@earthlink.net>
2004-12-17 20:54:50 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Edwin Groothuis
a2114f81be [PORT UPDATE] net/amule 1.2.8_1
Update to aMule 1.2.8_1 to CONFLICT with the new "net/amule-devel"
	port (see related PR)

PR:		ports/73505
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>
2004-12-15 04:09:13 +00:00
Adam Weinberger
359f482b32 Update to 4.2.5, a version replete with bug fixes, sparkly
new features, and tons of why-did-I-commit-this-aren't-I-supposed-
to-be-studying-for-exams-which-start-in-2-days goodness.
2004-12-12 05:42:13 +00:00
Mario Sergio Fujikawa Ferreira
77b01e2bec o Update to Freenet Stable build 5100 released 20041209 snapshot
o Bump PORTREVISION since it is the same build number but another
  snapshot
2004-12-10 23:02:41 +00:00
Mario Sergio Fujikawa Ferreira
1aaf9c5b59 o A better fix for the python 2.4 issue: there are still some minor
adjustments required but the port is quite useable again
o Bump PORTREVISION

PR:		74883
Submitted by:	Jonathan Lennox <lennox@cs.columbia.edu>
Reviewed by:	Randy Pratt <rpratt1950@earthlink.net>
2004-12-10 18:51:16 +00:00
Dejan Lesjak
84363b0498 Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
Approved by:	maintainer
2004-12-10 15:19:40 +00:00
Pav Lucistnik
94248bd8b9 - Master site is down due to billing problems, provide a backup site
Reported by:	pointyhat
2004-12-08 23:22:37 +00:00
Kirill Ponomarev
720a67642b BROKEN: Unfetchable 2004-12-08 22:53:32 +00:00
Mario Sergio Fujikawa Ferreira
bcba0638b2 o Fix issue with python 2.4. Fix with small changes from Hoffman
obtained from BitTornado forum

http://forums.degreez.net/viewtopic.php?t=3581&sid=2428d7d8dff1871f7fb2118548bdc86c

o Bump PORTREVISION to force update
o Remove BROKEN
2004-12-08 19:19:29 +00:00
Michael Nottebrock
bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00
Mario Sergio Fujikawa Ferreira
59984c0db1 Mark BROKEN since it "does not work with python 2.4" 2004-12-08 15:12:40 +00:00
Jeremy Messenger
2995d31859 Update to 0.0.17, it should works better with GNOME 2.8's new mimetype system. 2004-12-07 20:32:44 +00:00
Josef El-Rayes
eb0257ff45 Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.

Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com>
PR:             ports/74487
Approved by:    mat
Reviewed by:    lofi
2004-12-05 15:35:48 +00:00
Kris Kennaway
acf733c493 BROKEN on 4.x and on sparc64: Does not compile 2004-12-04 01:53:13 +00:00
Markus Brueffer
4545505b26 - Add patch to chase latest API-change in libxml2
- Bump PORTREVISION
2004-12-01 22:33:51 +00:00
Mario Sergio Fujikawa Ferreira
789b6f5a9e o Bump PORTREVISION
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
  behavior
2004-12-01 00:17:11 +00:00
Mario Sergio Fujikawa Ferreira
245b021e42 o Update to 2.0.0.76
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
  behavior
2004-12-01 00:04:31 +00:00
Mario Sergio Fujikawa Ferreira
0c7fedabe9 o Update 2.5.r3
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
  behavior
2004-11-30 23:48:25 +00:00
Josef El-Rayes
e516c5f20e Mark port forbidden, due to security vulnerability[1].
There is a patch available but it has not been verified yet.

With hat:	secteam
[1] http://www.vuxml.org/freebsd/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html
2004-11-29 21:03:26 +00:00
Mario Sergio Fujikawa Ferreira
caf4fbd3dd o Update to Freenet Stable build 5100 released 20041122 snapshot [1]
o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper
  behavior

PR:		74479 [1]
Submitted by:	Francis GUDIN <fgudin@nerim.net> <fgudin@nerim.net> [1]
2004-11-28 18:46:54 +00:00
Herve Quiroz
b16e00a0be Fix a bug in the azureus startup script installed by the port: the regex used
to determine the ECLIPSE_SWT might have more matches than intended (e.g.
org.eclipse.sdk.examples_3.0.0).

PR:		74200
Submitted by:	maintainer
Reported by:	Mark Evenson <evenson@panix.com>
2004-11-22 00:17:34 +00:00
Kirill Ponomarev
15af3f1865 Fix package build.
Reported by:	pointyhat
2004-11-20 07:09:24 +00:00
Kirill Ponomarev
8baded03eb Update to 0.6.5 2004-11-15 18:59:18 +00:00
Mario Sergio Fujikawa Ferreira
63a51e27d1 Update to 0.10 2004-11-15 18:20:02 +00:00
Pav Lucistnik
055004b849 - Update WWW
PR:		ports/73924
Submitted by:	Jorge Mario G. Mazo <jgutie11@eafit.edu.co>
Approved by:	Holger Lamm <holger@e-gitt.net> (maintainer)
2004-11-15 16:56:21 +00:00
Mario Sergio Fujikawa Ferreira
8a621f04f9 o Chase latest CVS version
- Add {show_infopage,infopage_redirect,scrape_allowed}
	  options to tracker
	- Try to resolve IPs when possible
o Bump PORTREVISION
o Update WWW tag in DESCR
2004-11-15 15:24:10 +00:00
Herve Quiroz
f29d81c144 Fix a GUI display error by telling the application the operating system it is
run on.

PR:		73854
Submitted by:	maintainer
2004-11-15 03:17:17 +00:00
Mario Sergio Fujikawa Ferreira
e7b0462c0a Update to 1.9.4b 2004-11-14 23:59:23 +00:00
Mario Sergio Fujikawa Ferreira
984a3ef854 Update WWW tag 2004-11-14 04:22:42 +00:00
Michael Nottebrock
12d56caf58 More pthread-check fixes. 2004-11-10 15:14:29 +00:00
Jeremy Messenger
d6fbd47e90 -Update to 0.0.16.
-Add PORTDOCS.
2004-11-08 02:43:45 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Jeremy Messenger
db0569cecc Fix the build on 4.x.
Reported by:	pointyhat via kris
2004-11-05 06:41:54 +00:00
Tilman Keskinoz
db015f4749 Update to 0.0.17
PR:		72939
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2004-11-04 20:02:12 +00:00
Herve Quiroz
964eed2b81 - Update to 4.0.8 [1]
- Update to bsd.java.mk 2.0
- Honor rules from the porter's handbook regarding Java ports (data files
  installed in overriden DATADIR=${JAVASHAREDIR}/${PORTNAME})
- Removed pkg-plist by using PLIST_FILES
- Use a plain shell script rather than a patch for 'limewire' executable
- Register run dependency on java/javavmwrapper

PR:		71911 [1]
Submitted by:	Nicolas Blais <nb_root@videotron.ca> [1]
2004-11-03 01:10:08 +00:00
Mario Sergio Fujikawa Ferreira
d2adfcd585 Update to Freenet Stable build 5099 released 20041026 snapshot
PR:		73434
Submitted by:	Francis GUDIN <fgudin@nerim.net> <fgudin@nerim.net>
2004-11-03 00:38:36 +00:00
Mark Linimon
9bb24aaec3 Maintainer has sent email asking to release this port due to time constraints. 2004-11-02 22:10:11 +00:00
Markus Brueffer
27c624dbf5 - Due to legal reasons, dcgui was renamed to valknut
- Update to version 0.3.3
- remove pkg-message since the mentioned crash was fixed
2004-11-01 02:29:58 +00:00
Markus Brueffer
a1c260ab82 Update to version 0.3.3 2004-11-01 02:08:46 +00:00
Pav Lucistnik
ded40cdbd0 - Update to 8.1b3
- Add WITH_MYSQL knob
- Introduce rcng script

PR:		ports/73139
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-10-27 21:43:46 +00:00
Jeremy Messenger
80c62c16c1 Update to 0.2b. 2004-10-26 18:03:43 +00:00
Pav Lucistnik
3b5093b9c8 - autoconf is needed every time, not only in GUI build
Reported by:	pointyhat via kris
2004-10-25 19:09:23 +00:00
Herve Quiroz
b483613740 Azureus is a java bittorrent client. Azureus offers multiple
torrent downloads, queuing/priority systems (on torrents and
files), start/stop seeding options and instant access to
numerous pieces of information about your torrents. Azureus
now features an embedded tracker easily setup and ready to use.

WWW: http://azureus.sourceforge.com/

PR:		72682
Submitted by:	Jeremy Faulkner <gldisater@gldis.ca>
Reviewed by:	glewis
2004-10-24 01:08:00 +00:00
Jeremy Messenger
649f44a495 GTorrentViewer is a GTK2-based viewer and editor for BitTorrent meta files. It
is able to retrieve information from trackers, check files, show detailed
information, and modify .torrent files without having to start downloading.

WWW: http://gtorrentviewer.sourceforge.net/

PR:		ports/72766
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-23 06:51:33 +00:00
Pav Lucistnik
0377029e98 - Update to 0.0.16
PR:		ports/72876
Submitted by:	Stefan Walter <sw@gegenunendlich.de> (maintainer)
2004-10-20 04:54:34 +00:00
Tilman Keskinoz
a64b397670 Fix build in WITH_LIBMAGIC case
PR:		72495
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
Approved by:	maintainer
2004-10-18 18:17:23 +00:00
Pav Lucistnik
b4133861d2 - Drop maintainership
PR:		ports/72765
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
2004-10-16 18:17:35 +00:00
Mario Sergio Fujikawa Ferreira
9a093908fc Remove BROKEN ("unfetchable"): update to FreeBSD Stable build 5096
released 20040924 snapshot

PR:		70725
Submitted by:	Francis GUDIN <fgudin@nerim.net>
2004-10-15 22:38:57 +00:00
Edwin Groothuis
ae85cc6f4b new port: net/verlihub-plugins
Add verlihub-plugins, bringing increased functionality and
	versatility to the verlihub direct connect protocol software.
	Support is included for off-line messaging, chatrooms,
	statistics, flood protection, lua scripts, and more. Requires
	perl5.8

PR:		ports/71779
Submitted by:	Bill Cadwallader <hurbold@yahoo.com>
2004-10-14 09:43:49 +00:00
Edwin Groothuis
904a410e2f Fix build of net/mutella on CURRENT and upgrade to 0.4.5
ports/net/mutella does not build on 5-CURRENT with GCC
	3.4.x. One of the fixes in the new version of mutella is
	to allow it to be built with GCC 3.4.x. The attached patch
	updates mutella to the most recent version which allows it
	to be compilable again under -CURRENT.

PR:		ports/71713
Submitted by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2004-10-14 09:41:38 +00:00
Mario Sergio Fujikawa Ferreira
1a89a2b0b6 Update to 0.10.pre4
PR:		72538
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
2004-10-14 01:42:14 +00:00
Edwin Groothuis
01ab3fff1d [MAINTAINER] net/py23-BitTornado: [SUMMARIZE CHANGES]
- Added manual pages from Debian Linux.
    - Added sample script that can be used as startup/stop script for
    Bittorrent sites (hopefully will be integrated in $PREFIX/etc/rc.d/ once
    (but first I need some feedback)
    - Added proper IPv6 support - removing compact=1 from announcements.
    (If you want you can test it at http://6net.nii.hu:6969)

PR:		ports/71736
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-10-13 08:34:07 +00:00
Pav Lucistnik
02c7109c85 - Update to 0.9.8.b
- Force gcc 3.3 where needed

PR:		ports/71776
Submitted by:	Bill Cadwallader <hurbold@yahoo.com> (maintainer)
2004-10-12 18:54:48 +00:00
Kirill Ponomarev
95e23217c4 Fix build
Installs sample gnunet-conf
Installs some documentation

PR:		ports/72299
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-10-12 15:10:08 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Thierry Thomas
96fe844ac6 Update to 0.7.1, which also fixes the compilation problem on 5.x.
PR:		ports/71963
Submitted by:	maintainer
Approved by:	portmgr (linimon).
2004-09-27 21:10:21 +00:00
Pav Lucistnik
9d4633f180 - Update to 2.5.23 and unbreak
PR:		ports/70906
Submitted by:	Holger Lamm <holger@e-gitt.net> (maintainer)
Approved by:	portmgr (marcus)
2004-09-19 17:32:20 +00:00
Kris Kennaway
9cc499cfc9 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-19 01:23:11 +00:00
Kris Kennaway
123d15030f BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-19 01:05:44 +00:00
Kris Kennaway
d3861ed9fc BROKEN: Does not compile
Approved by:	portmgr (self)
2004-09-18 18:15:26 +00:00
Kris Kennaway
027293669e BROKEN: Does not compile
Approved by:	portmgr (self)
2004-09-18 17:30:48 +00:00
Kris Kennaway
63df01c747 BROKEN: Unfetchable
Approved by:	portmgr (self)
2004-09-18 17:15:28 +00:00
Kirill Ponomarev
4f4ed1d3b6 Remove the patches forgotten by my previous commit. 2004-08-29 19:33:07 +00:00
Kirill Ponomarev
498027abe5 Update to 0.6.4 2004-08-29 17:29:51 +00:00
Pav Lucistnik
b7e40c8b1c - Update to 0.9.8a
PR:		ports/71006
Submitted by:	Bill Cadwallader <hurbold@yahoo.com> (maintainer)
2004-08-29 10:42:11 +00:00
Pav Lucistnik
af8476c755 - Update to 0.9.0 2004-08-28 21:51:57 +00:00
Volker Stolz
2d85e4352d - Update to 0.2.3
- Remove pkg-plist in favour of PLIST_FILES

PR:		ports/70517
Submitted by:	Tobias Roth (maintainer)
2004-08-16 14:05:52 +00:00
Kris Kennaway
eb9984e0f5 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:47:09 +00:00
Tilman Keskinoz
b41dcf3a26 Update to 0.2.1.4
PR:		70497
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
2004-08-15 20:57:18 +00:00
Tilman Keskinoz
bacef94d30 Update to 0.0.15
PR:		70416
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2004-08-13 15:34:06 +00:00
Mario Sergio Fujikawa Ferreira
0c8479d996 Update to 0.4.0
Submitted by:	dinoex
2004-08-13 02:23:24 +00:00
Jun Kuriyama
d228325498 Add squall (renamed from pdtpd). 2004-08-08 08:07:05 +00:00
Jun Kuriyama
744f3072cd Update to latest snapshot. 2004-08-08 07:50:30 +00:00
Tilman Keskinoz
6d5b131678 Fix build with gcc 3.4
Add another working mastersite.
2004-08-06 15:53:00 +00:00
Kirill Ponomarev
b5582d409c Update to 0.6.3a 2004-08-04 06:49:04 +00:00
Kirill Ponomarev
08dec65871 Update to 0.6.3 2004-08-02 18:16:02 +00:00
Ying-Chieh Liao
63c653b591 upgrade to 0.0.14
PR:		69869
Submitted by:	maintainer
2004-08-02 02:28:57 +00:00
Pav Lucistnik
90162f673e - Distfile was rerolled with few non-critical changes (diff have 106 lines).
More, there is a note on project website and new MD5 matches MD5 on the website.

PR:		ports/69544
Submitted by:	Roman Shterenzon <ports@oven.org> (maintainer)
2004-07-25 16:15:48 +00:00
Kirill Ponomarev
ec6a2c4c04 Update to 1.2.1
PR:		ports/69418
Submitted by:	Evgueni V. Gavrilov <aquatique-ports@rambler.ru>
Approved by:	maintainer
2004-07-23 07:18:36 +00:00
Kirill Ponomarev
add2faee34 Update to 1.03
PR:		ports/69377
Submitted by:	maintainer
2004-07-21 12:29:01 +00:00
Pav Lucistnik
4d4115c654 - Update to 1.2.8
PR:		ports/69122
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
2004-07-17 15:34:53 +00:00
Jeremy Messenger
8f8fb5fa36 Update to 0.3.7.
PR:		ports/69094
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2004-07-15 21:25:51 +00:00
Volker Stolz
5573791889 Update to 0.94.
PR:		ports/68932
Submitted by:	Clayton Rollins (maintainer)
2004-07-12 09:55:46 +00:00
Kris Kennaway
f72bc82cb3 BROKEN: Build fails 2004-07-11 01:11:39 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Volker Stolz
018eac8c4f Update to 1.2.7
PR:		ports/68783
Submitted by:	maintainer
2004-07-08 19:14:50 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Thierry Thomas
f9a9d2b94f Unbreak by upgrading to 4.0.7.
PR:		ports/68592
Submitted by:	maintainer.
2004-07-03 20:30:00 +00:00
Alexander Leidinger
d77249ca37 - fix OpenSSL handling
- add SIZE
- fix a minor configure warning

PR:		64389
Submitted by:	marius
Reminded by:	marius
Approved by:	maintainer
2004-07-02 10:03:36 +00:00
Mario Sergio Fujikawa Ferreira
847d659d12 Remove BROKEN ("unfetchable"): update to FreeBSD Stable build 5084
released 20040702 snapshot
2004-07-01 23:45:55 +00:00
Volker Stolz
abb2a3b0a6 Update to 0.3.3:
- reduced RAM usage (hopefully)
- smarter upstream control
- fast-resume, file priority system
- automatically saves stats and some client settings

PR:		ports/68446
Submitted by:	maintainer
2004-06-28 21:36:38 +00:00
Pav Lucistnik
514d99f2b8 - Update to 77b-3
PR:		ports/68415
Submitted by:	Florent Thoumie <flz@xbsd.org> (maintainer)
2004-06-27 14:07:25 +00:00
Mario Sergio Fujikawa Ferreira
6a3087aa64 Update to 0.3.3 2004-06-26 14:15:33 +00:00
Kirill Ponomarev
2de0ff650c Update to version 0.6.2b 2004-06-25 18:44:12 +00:00
Oliver Eikemeier
8bb1c130d9 Update to 0.87.
Security fix: giFT-FastTrack remote DoS of HTTP server and client

http://www.freebsd.org/ports/portaudit/1f738bda-c6ac-11d8-8898-000d6111a684.html

PR:		68330
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2004-06-25 15:31:38 +00:00
Kirill Ponomarev
2938d1212b Update to version 0.0.10
PR:		ports/68305
Submitted by:	maintainer
2004-06-25 07:48:20 +00:00
Tilman Keskinoz
b0e5f0de0a Update to 0.9.7
Bump PORTEPOCH, because PORTVERSION decreased.

PR:		68252
Submitted by:	Bill Cadwallader <hurbold@yahoo.com>
2004-06-24 14:54:02 +00:00
Jeremy Messenger
1a006ddaae Back out to 0.0.11, because the 0.0.16 requires the development version of
py-gtk2 2.3.x (available at MarcusCom CVS). You still can get 0.0.16 at
http://people.freebsd.org/~mezz/diff/ if you want to, which I will keep update
from there until py-gtk2 2.3.x (will be 2.4) becomes stable.

Reported by:	Randy Pratt <rpratt1950@earthlink.net>
2004-06-22 05:46:42 +00:00
Kris Kennaway
3c088f1b9a Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
2004-06-21 21:27:46 +00:00
Pav Lucistnik
64dda5d236 - Update to 0.93.4
PR:		ports/68129
Submitted by:	Clayton Rollins <crollins666@hotmail.com> (maintainer)
2004-06-21 17:57:52 +00:00
Kris Kennaway
fb600b8ed6 This now seems to install successfully 2004-06-21 04:52:42 +00:00
Kirill Ponomarev
e1d31626c7 - Fix build on amd64
Reported by:	pointyhat via kris
2004-06-20 09:14:50 +00:00
Volker Stolz
32cf0f0136 Update to 4.0.6
Closes PR:	ports/67665
Submitted by:	maintainer
2004-06-18 11:40:21 +00:00
Jeremy Messenger
50f97191ab -Update to 0.0.16.
-Chase the current bsd.gnome.mk, ie: pygnome2
-Add PORTDOCS.
2004-06-15 08:08:10 +00:00
Kirill Ponomarev
ca7364cdd2 - Add missing dependency
PR:		ports/67841
Submitted by:	maintainer
2004-06-11 19:03:56 +00:00
Mario Sergio Fujikawa Ferreira
edf7b85d92 Update to 2.5.r2 2004-06-10 17:05:23 +00:00
Greg Lewis
faea2dea36 . bsd.java.mk 2.0 compliant
. Fix build:
  . Enforce USE_JIKES=no as jikes won't let import statements contain no
    package name
  . Enforce JAVA_VERSION=1.3 as JDK 1.4 won't let import statements
    contain no package name
. Re-enabled error statements while compiling

PR:		66349
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-06-09 18:19:58 +00:00
Volker Stolz
c31388624b Add giftui 0.4.1, GTK2 client for giFT daemon.
PR:		ports/67199
Submitted by:	Joel Diaz <joeldiaz@bellsouth.net>
2004-06-06 11:20:56 +00:00
Pav Lucistnik
a953107ba5 - Extend CONFLICTS to cover newly added btqueue port 2004-06-05 12:57:15 +00:00
Pav Lucistnik
2c0f69dba8 Add btqueue, a console-based BitTorrent client with queuing
functionalities running on top of BitTornado.

PR:		ports/67567
Submitted by:	Stefan Walter <sw@gegenunendlich.de>
2004-06-05 12:54:40 +00:00
Markus Brueffer
1fec25d90d - Update to version 0.3.2
most important change: major transfer speed improvement
- Fix typo
- Don't remove a dir that gets already removed by net/dclib
2004-06-05 00:38:49 +00:00
Markus Brueffer
a6d32bfff7 - Update to version 0.3.2
- Explicitly remove some directories
2004-06-05 00:33:05 +00:00