1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

956 Commits

Author SHA1 Message Date
Florent Thoumie
e9423f1f05 - Update to 0.3.0. 2005-07-24 09:19:33 +00:00
Florent Thoumie
0e4569304a - Update to 0.7.0. 2005-07-24 09:18:59 +00:00
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
Mario Sergio Fujikawa Ferreira
b154d71b4c Update to 2.6.0 2005-07-21 10:41:31 +00:00
Kris Kennaway
ba6f6a747e BROKEN on ia64 and amd64: Does not compile 2005-07-20 23:53:43 +00:00
Mario Sergio Fujikawa Ferreira
45c7bf3e02 Update to 4.1.3 2005-07-17 21:30:34 +00:00
Mario Sergio Fujikawa Ferreira
e7f4a42762 Update to 4.0.3 2005-07-16 21:27:43 +00:00
Kris Kennaway
0376fa338c Chase master site 2005-07-13 23:10:02 +00:00
Markus Brueffer
b7fade6f89 Add ktorrent 1.0, a BitTorrent client for KDE.
Its main features are:

  o Download torrent files
  o Upload speed capping, seeing that most people can't upload infinite
    amounts of data
  o Internet searching using The Bittorrent website's search engine
  o UDP Trackers

WWW: http://ktorrent.pwsp.net/
2005-07-13 10:51:35 +00:00
Florent Thoumie
9908fd29e8 - Update to 0.2.7. 2005-07-12 10:09:30 +00:00
Florent Thoumie
455333b5c8 - Update to 0.6.7. 2005-07-12 09:54:11 +00:00
Mario Sergio Fujikawa Ferreira
9447650d39 Update to 2.5.30.17 2005-07-11 02:29:35 +00:00
Jean-Yves Lefort
42bc943aa6 Update to 0.1214
PR:		ports/83060
Submitted by:	HAYASHI Yasushi <yasi@yasi.to>
2005-07-06 14:18:30 +00:00
Pav Lucistnik
cddf265275 - Update to 1.2.7b
PR:		ports/83021
Submitted by:	Stefan Ehmann <shoesoft@gmx.net> (maintainer)
2005-07-06 12:54:17 +00:00
Florent Thoumie
2779c80962 - Update to 0.2.6. 2005-07-06 09:56:19 +00:00
Florent Thoumie
b3c33ed431 - Update to 0.6.6.
PR:		ports/82869
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2005-07-06 09:52:06 +00:00
Roman Bogorodskiy
042ba62e3b Update to 0.2.1.6.
PR:		83020
Submitted by:	Stefan Ehmann (maintainer)
2005-07-06 05:32:14 +00:00
Jean-Yves Lefort
3d949c29fa [1]:
- Update to 0.95.3
  - Pass maintainership to submitter

Moreover:
  - Respect ${CC}
  - Respect ${LOCALBASE}
  - Do not let the port use its own optimization cflags
  - Polish the Makefile

[1]:
PR:		ports/82860
Submitted by:	Jonas Sonntag <jonas@schiebtsich.net> (new maintainer)
Approved by:	former maintainer
2005-07-02 02:10:25 +00:00
Pav Lucistnik
e45e2cd674 - Update to 1.3.0
PR:		ports/82702
Submitted by:	No Name <arundel@h3c.de>
2005-07-01 13:28:57 +00:00
Jean-Yves Lefort
5fbbf51424 Track the in-place distfile change. Changes:
- the HTML pages have been modified
  - the executable has been modified

Reported by:	pointyhat
2005-06-29 11:55:04 +00:00
Pav Lucistnik
685d5f84cc - Fix mldonkey-core build
Pointy hat to:	pav
2005-06-28 18:21:48 +00:00
Florent Thoumie
89ce84c868 - Update to 1.04. 2005-06-28 13:53:05 +00:00
Pav Lucistnik
a783900c29 - Update to 2.5.28.1
- Add rc script [1]

PR:		ports/82467
Submitted by:	Jose M Rodriguez <josemi@freebsd.jazztel.es>
Approved by:	Holger Lamm <holger@e-gitt.net> (maintainer)

		[1]
Submitted by:	hq via maintainer
2005-06-24 07:39:10 +00:00
Florent Thoumie
788ae1c540 - Use the true USE_RC_SUBR force.
- Create /var/log/bnbt when installing from package.
2005-06-19 17:33:12 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Florent Thoumie
9778f38da2 - Add pkg-plist and pkg-message. 2005-06-17 10:27:55 +00:00
Florent Thoumie
44912458d4 - Update to 0.2.5.
- Install sample configuration file in ${EXAMPLESDIR}.
2005-06-17 10:26:57 +00:00
Florent Thoumie
37c0a510cc - Update to 0.6.5. 2005-06-17 10:25:44 +00:00
Michael Johnson
a13602f563 - Update to 2.0.3
PR:		ports/82328
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
2005-06-17 05:51:47 +00:00
Florent Thoumie
db1c321376 - Update to 0.2.4.
PR:		ports/82173
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-13 07:30:55 +00:00
Florent Thoumie
652a969238 - Update to 0.6.4
PR:		ports/82172
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
2005-06-13 07:29:08 +00:00
Mario Sergio Fujikawa Ferreira
2625bb582f Update to 2.5.30.16 2005-06-12 18:38:43 +00:00
Kris Kennaway
d3b7f2651e BROKEN: Incomplete pkg-plist 2005-06-11 23:46:21 +00:00
Pav Lucistnik
6ee558bca5 - Update to 0.6.4
PR:		ports/82078
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-10 21:07:59 +00:00
Mario Sergio Fujikawa Ferreira
8532428a7f Update to 4.1.2 2005-06-08 01:54:52 +00:00
Pav Lucistnik
fea0b77795 - Update to 2.0.2
PR:		ports/81967
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
2005-06-06 20:10:50 +00:00
Jeremy Messenger
a119f9d0a2 Mark it as IGNORE; it doesn't run on BitTorrent 4.x yet. The author is working
on BitTorrent 4.x support.

http://sourceforge.net/project/shownotes.php?release_id=331211

Reported by:	tmclaugh via IRC (#freebsd-gnome)
2005-06-05 00:26:45 +00:00
Jean-Yves Lefort
5b8459a178 - Update to 0.1212 [1]
- Cleanup the port

PR:		ports/81835 [1]
Submitted by:	HAYASHI Yasushi <yasi@yasi.to> [1]
2005-06-03 13:21:42 +00:00
Oliver Lehmann
392aa128b5 change the libtool version to use from 1.3 to 1.5 2005-06-02 20:28:41 +00:00
Pav Lucistnik
e261b9a60c - Fix brain failure of mine
Reported by:	krismail
Pointy hat to:	pav
2005-06-02 09:06:22 +00:00
Mario Sergio Fujikawa Ferreira
57295e54c9 Fix typo: add PKGNAMESUFFIX?=-devel back 2005-05-30 03:31:20 +00:00
Mario Sergio Fujikawa Ferreira
e107a6c2ce Uphold NOPORTDOCS: do not define PORTDOCS 2005-05-30 03:30:11 +00:00
Mario Sergio Fujikawa Ferreira
6335722ac1 Update to 4.0.2 2005-05-30 03:27:00 +00:00
Mario Sergio Fujikawa Ferreira
5a8b2663be o Update to 4.1.1 development version which brings many new features
[1] such as trackerless [2] support

1) http://www.bittorrent.com/bittorrent_versions.html
2) http://www.bittorrent.com/trackerless.html
2005-05-30 03:17:30 +00:00
Pav Lucistnik
b841a66e7b - Add pkg-message with a note about limitation of this software with big files
PR:		ports/74177, ports/81581
Submitted by:	No Name <arundel@h3c.de>
2005-05-28 14:33:25 +00:00
Pav Lucistnik
e3d49c7457 - Deal with locale directories 2005-05-27 17:48:47 +00:00
Mario Sergio Fujikawa Ferreira
3bbc20030d o Update to Freenet Stable build 5102 released 20050526 snapshot
o Bump PORTREVISION since build version did not change
2005-05-26 16:22:46 +00:00
Volker Stolz
f8fa993b01 - Use PLIST_FILES/PORTDOCS
- Mark as deprecated and initiate deorbit burn: no longer available
2005-05-23 10:01:52 +00:00
Kris Kennaway
d6b5bec198 BROKEN on 4.x: Does not compile 2005-05-21 17:31:00 +00:00
Pav Lucistnik
b9536800e1 - Update to 1.1.0
PR:		ports/81228
Submitted by:	No Name <arundel@h3c.de>
2005-05-20 13:27:23 +00:00