1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

2006 Commits

Author SHA1 Message Date
Max Brazhnikov
652678204c Package was rerolled to fix crash. 2009-08-13 08:04:19 +00:00
Max Brazhnikov
f90e78b082 Update to 3.2.3 2009-08-11 08:57:07 +00:00
Pav Lucistnik
bf1d79c1c7 - Update to 5.2.13
PR:		ports/137334
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-08-02 20:01:22 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Dmitry Marakasov
927c5b632c - Add forgotten pkg-plist
PR:		137252
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2009-07-30 15:15:58 +00:00
Dmitry Marakasov
c62c3acf0c - Update to 3.4.2.116
- Clean up and simplify Makefile
- Use pkg-plist since new version installs almost twice as many files
- Convert wrapper script to a SUB_FILES style
- Take maintainership

PR:		137252
Submitted by:	Jason E. Hale <bsdkaffee@gmail.com>
2009-07-30 15:15:26 +00:00
Dmitry Marakasov
f8aba9e82c - Update to 5.2.10
PR:		137242
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-07-29 15:50:51 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00
Pav Lucistnik
cb36b525bd - Update to 5.2.8
PR:		ports/137045
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-07-24 12:19:28 +00:00
Philip M. Gollucci
7b67dd135d - Update to 1.3.4 2009-07-22 20:57:43 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Pav Lucistnik
1ea9f6b32f - Not MAKE_JOBS_SAFE
Reported by:	pointyhat
2009-07-19 19:49:35 +00:00
Jeremy Messenger
df359f22b7 Update to 1.73. 2009-07-19 16:48:50 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Florent Thoumie
135b047e9a Add pkg-message mentioning net-p2p/ctcs.
PR:		ports/136483
Submitted by:	Sébastien Santoro
2009-07-17 12:18:51 +00:00
Florent Thoumie
d05a17a69d Remove stale patch that's causing issues with scgi_port option. 2009-07-17 11:03:00 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
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.
2009-07-15 16:56:10 +00:00
Florent Thoumie
df9b24e2e2 Fix SHA1 on 64bit architectures.
PR:		ports/136197
Submitted by:	Chris Cowart <ccowart@rescomp.berkeley.edu>
2009-07-15 13:43:54 +00:00
Florent Thoumie
39ec5fa287 Update net-p2p/rtorrent-devel to 0.8.5. 2009-07-15 13:40:37 +00:00
Florent Thoumie
6876e8cf3e Update net-p2p/libtorrent-devel to 0.12.5. 2009-07-15 13:40:13 +00:00
Florent Thoumie
bb10baa0aa Update net-p2p/rtorrent to 0.8.4. 2009-07-15 13:39:39 +00:00
Florent Thoumie
08e61fa261 Update net-p2p/libtorrent to 0.12.4. 2009-07-15 13:38:50 +00:00
Li-Wen Hsu
1679071ac1 - Add rc script [1]
- Respect PORTEXAMPLES, NOPORTEXAMPLES

PR:		ports/134239 [1]
Submitted by:	Christopher Cowart <ccowart AT rescomp.berkeley.edu>
Approved by:	Mohacsi Janos <mohacsi AT niif.hu> (maintainer)
2009-07-13 15:56:23 +00:00
Martin Wilke
f3a4a65260 CTorrent Control Server (CTCS) is an interface for monitoring and managing
Enhanced CTorrent clients. It can manage allocation of bandwidth, provide
status information, and allow changes to the running configuration of each
client. Communication with CTorrent is via a TCP connection, and the user
interface is a web browser.

WWW: http://www.rahul.net/dholmes/ctorrent/ctcs.html

PR:		ports/136399
Submitted by:	Dereckson <dereckson at gmail.com>
2009-07-07 18:30:40 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Martin Wilke
9490a376c0 - Update to 0.91
PR:		136292
Submitted by:	Peter Schuller <peter.schuller@infidyne.com> (maintainer)
2009-07-05 22:24:09 +00:00
Martin Wilke
3f2e348041 - Fix build with custom prefix
PR:		136152
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-07-04 23:44:30 +00:00
Martin Wilke
0406ff8626 - Update to 1.1.9
PR:		136050
Submitted by:	Ports Fury
2009-06-26 14:41:12 +00:00
Mario Sergio Fujikawa Ferreira
88b7c6dd7f Update to 0.7.4 2009-06-24 11:44:15 +00:00
Jose Alonso Cardenas Marquez
d33be93aef - Update to 1.2.12
PR:		135957
Submitted by:	Alexander Best <alexbestms at math.uni-muenster.de>
2009-06-23 21:43:49 +00:00
Philip M. Gollucci
94d2f727da Verlihub Contro Panel is a tool for the administration of your hubsoft
VerliHub 0.9.7 (or higher). It's written in PHP so you can use it on
every OS that runs Apache Web Server with PHP support.

WWW: http://vhcp.verlihub-project.org/viewforum.php?f=32

PR:		ports/135886
Submitted by:	Maxim Ignatenko
2009-06-23 20:00:35 +00:00
Philip M. Gollucci
2bfd205d98 - Update to 5.1.4
PR:             ports/135970
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-06-23 17:50:33 +00:00
Jeremy Messenger
a0a84034c4 Remove patch-libtransmission_platform.c, use -g/-w options in the rc script
instead. Bump the PORTREVISION on cli, daemon and gtk.

Discussed with:	Charles Kerr (developer)
2009-06-19 21:29:15 +00:00
Jeremy Messenger
3d3127cd3f Bump the UID/GID from 919 to 921 to avoid the conflict with others. Bump the
PORTREVISION.
2009-06-19 17:18:02 +00:00
Jeremy Messenger
e8abbcb56f -Update to 1.72.
-Add rc script in transmission-daemon. [1]

Requested by:	many [1]
Submitted by:	a few (all of those are incomplete) [1]
2009-06-19 17:07:26 +00:00
Wesley Shields
34c3cbb769 - Pass maintainer role to submitter
Submitted by:	bhaga@absoludicrous.com (private mail)
2009-06-17 22:00:06 +00:00
Wesley Shields
95eb66cf95 - Pass back to the pool as I don't use this anymore. 2009-06-17 15:08:36 +00:00
Dennis Herrmann
459219d149 - Update to 2.2.5
PR:		ports/135185
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (two weeks)
2009-06-16 18:20:58 +00:00
Martin Wilke
81100672d4 - Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by:	3 pointyhat runs
Thanks to:	pav, gahr, lwhsu, mva, amdmi3
2009-06-08 22:30:55 +00:00
Max Brazhnikov
8478b7907f Update to 3.2.2-1 2009-06-06 20:15:06 +00:00
Jeremy Messenger
05b54df324 Fix the upload torrent, bump the PORTREVISION on daemon and gtk.
Obtained from:	Its SVN.
Submitted by:	Volker Theile <votdev~@~gmx.de>
2009-06-06 18:53:00 +00:00
Martin Wilke
f128ddfb8e 2009-05-31 biology/p5-bioperl-devel: no longer under development
2009-05-31 biology/p5-bioperl-run-devel: no longer under development
2009-06-01 net-p2p/deluge05: use net-p2p/deluge instead
2009-06-03 textproc/gmat: failed to build for a long time, no maintainer and apparently no users either
2009-06-05 20:38:36 +00:00
Max Brazhnikov
bea4eb91f7 Update to 3.2.2 2009-06-02 19:45:39 +00:00
Mario Sergio Fujikawa Ferreira
4d6af47faf Update to 0.7.3 2009-06-01 00:42:56 +00:00
Martin Wilke
683ff2863b - Update to 5.1.3
PR:		134979
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2009-05-29 19:39:14 +00:00
Martin Wilke
d7515fb3b5 - Update to 1.1.8
PR:		135036
Submitted by:	Ports Fury
2009-05-28 23:49:42 +00:00
Pietro Cerutti
e89ae76e58 - Fix Qt dependencies [1]
- Separate CFLAGS from CONFIGURE_ENV

PR:		134899
Submitted by:	makc
2009-05-24 20:05:17 +00:00
Jose Alonso Cardenas Marquez
d0d934a355 - New port: net-p2p/transmisson-remote-gui
Transmission Remote GUI is feature rich cross platform front-end to remotely
control Transmission daemon via its RPC protocol. It is faster and has more
functionality than build-in Transmission web interface.

WWW:    http://code.google.com/p/transmisson-remote-gui/
2009-05-24 15:03:47 +00:00
Martin Wilke
2a7d54c78a - Update to 1.3.3
PR:		134628
Submitted by:	Ports Fury
2009-05-23 14:23:59 +00:00