Commit graph

5025 commits

Author SHA1 Message Date
Florent Thoumie
705ed14e03 - Update to 2.1.
PR:		ports/78417
Submitted by:	Alexander Novitsky <alecn@server.v42of.icc-vvd.ru> (maintainer)
Approved by:	pav (mentor)
2005-03-05 16:10:21 +00:00
Brooks Davis
94b4baba35 Correct a number of issues with the previous commit:
- Patch a number of bugs in the metric code that caused gmond to be
   unstable, particularly on 4.x.  These will be in the next ganglia
   release.
 - Use CFLAGS instead of CPPFLAGS to pass the include arguments.  This
   appears to fix the bug where an installed, obsolete ganglia.h would
   break the build.
 - Do a better job of respecting CFLAGS and LDFLAGS.
 - Drop USE_LIBTOOL_VER.  It appears to break sparc64.
 - Fix a warning caused by an @unexec in the plist when gmetad.conf
   has been modified.

The port revision has been bumped.  All users of 3.0.0 should upgrade.
2005-03-04 21:14:06 +00:00
Sergey Matveychuk
a42946364e - Update tp 1.2.0
- Upgrade FreeBSD4 support to rcNG
- Use INSTALL_SCRIPT to install the start-stop script
- Correct rcNG version of pkg-message, adding PREFIX
- Use SUB_FILES and SUB_LIST
- Add log rotation support

PR:		ports/77721
Submitted by:	maintainer
2005-03-04 17:47:19 +00:00
Sergey Matveychuk
7efa776763 - Update to 1.2.0
- Put logfiles in /var/log/munin-main rather than /var/log
- Change group of all munin-main directories to munin
- Use SUB_FILES
- Add log rotation support
- Add @exec mkdir to pkg-plist for package installation

PR:		ports/77720
Submitted by:	maintainer
2005-03-04 17:45:10 +00:00
Volker Stolz
91af925dca Add udfclient 0.3.3, tools for UDF filesystem.
UDFclient basicly provides a userinterface not unlike ftp(1) but allways
fetches files recursively from the disc(s).

PR:		ports/75781
Submitted by:	Andriy Gapon
2005-03-04 14:58:10 +00:00
Florent Thoumie
75b0eb08ab - Update to 0.2.9_2.
PR:		ports/78387
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
Approved by:	pav (mentor)
2005-03-04 09:29:37 +00:00
Cheng-Lung Sung
36ea29d9c0 - maintainer (and me) forgot bump PORTREVISION, for 5.x users. 2005-03-04 02:25:13 +00:00
Edwin Groothuis
4cf0b5fc8f Never remove port epoch!
Noticed by: chkversion <eik+chkversion@FreeBSD.org>
2005-03-04 01:47:03 +00:00
Pav Lucistnik
25872db3e6 - Resurrect and update to 2.02.00.015
PR:		ports/78330
Submitted by:	James kamlyn <jameskamlyn@gmail.com>
2005-03-03 22:03:56 +00:00
Cheng-Lung Sung
d388e92c59 - wmtop gets process information via procfs, but FreeBSD 5.x
doesn't mount it by default. The 5.x users won't see any
  process shown by wmtop unless they mount procfs for some reasons.

PR:		78243
Submitted by:	Yi-Hsuan Hsin <mhsin AT mhsin dot org>
2005-03-03 16:05:22 +00:00
Florent Thoumie
70f960066f - Update to 0.2.9_1.
PR:		ports/78341
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
Approved by:	pav (mentor)
2005-03-03 08:51:59 +00:00
Trevor Johnson
9c08ca7f1e new port of rfstool, an mtools-like utility which reads Reiser file
systems
2005-03-02 17:54:11 +00:00
Brooks Davis
f018d5629a Upgrade ganglia to 3.0.0.
3.0.0 mostly consists of a more flexable portable gmond which requires a
new config file format.  Information about changes in this release can
be found on the website at:

http://ganglia.info/archives/cat_releases.html

and in ports/UPDATING.
2005-03-01 23:04:37 +00:00
Thierry Thomas
141e448fd4 Upgrade to 1.4.1.
Changelog at <http://pear.php.net/package/Cache_Lite/download/1.4.1/>.

PR:		ports/78249
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-03-01 22:24:26 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Florent Thoumie
c78f797bc8 Change my email address in MAINTAINER lines for ports I maintain to
flz@FreeBSD.org.

Approved by:	pav (mentor)
2005-03-01 12:28:00 +00:00
Michael Johnson
88789d1abb - Only check for largest title set if there is more than one title set.
- Bump PORTREVISION
2005-03-01 10:01:14 +00:00
Michael Johnson
184408fa32 - Update to 0.2.9
PR:		ports/78167
Submitted by:	maintainer
2005-03-01 08:47:15 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Oliver Braun
29d76dd0af Upgrade to 3.4.8. 2005-02-28 19:04:02 +00:00
Thierry Thomas
3beade6d15 Upgrade to to 0.11.1.
Changelog at <http://pear.php.net/package/I18Nv2/download/0.11.1/>.

Warning: this files are no more installed under File.

PR:		ports/77852
Submitted by:	Antônio Carlos Venâncio Júnior (maintainer)
2005-02-28 18:53:43 +00:00
Simon Barner
b1ff38d266 Change email address in ports maintained by me to barner@FreeBSD.org
Approved by:	arved (mentor)
2005-02-28 13:05:25 +00:00
Sergey Matveychuk
f90d3276c3 - This port depends on perl
Reported by:	kris via pointyhat
2005-02-28 06:48:49 +00:00
Kris Kennaway
70886c1846 BROKEN: Incomplete pkg-plist 2005-02-28 01:50:22 +00:00
Kris Kennaway
68a652c62b BROKEN: Incomplete pkg-plist 2005-02-28 01:08:02 +00:00
Mario Sergio Fujikawa Ferreira
c0b9c99fa0 o Fix source code typo which prevented vobcopy from detecting the
correct device (appropriate for a mount point) under FreeBSD 5.x
  branch
o Bump PORTREVISION

PR:		76378
Submitted by:	Nate Eldredge <nge@cs.hmc.edu>
2005-02-27 15:53:42 +00:00
Mario Sergio Fujikawa Ferreira
2fc135990f o Update to 4.0.4
o Update WWW tag

PR:		77996
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2005-02-27 15:39:12 +00:00
Thierry Thomas
16dc24a0a6 Add mapchan 1.4, an implementation of the utility "mapchan"
from SCO Unix.

PR:		62960
Submitted by:	Konstantin Reznichenko <kot (at) premierbank.dp.ua>
2005-02-27 14:47:24 +00:00
Sergei Kolobov
6685d318be - Convert the included runsvdir startup script to rcNG.
It is now fully controlled via /etc/rc.conf mechanism:

  runsvdir_enable="YES"		- enable runsvdir startup
  runsvdir_path="/service"	- override service directory path
				  (default: /var/service)
- Startup script now automatically creates service directory
  if it is missing
- Bump PORTREVISION
2005-02-27 12:06:59 +00:00
Joe Marcus Clarke
20c25ba083 Update pkg-descr since HEAD != 5.X anymore. 2005-02-26 22:16:49 +00:00
Joe Marcus Clarke
ceadb96d87 Update to today's snapshot of pkg_install. 2005-02-26 22:06:42 +00:00
Sergey Matveychuk
942abc0e87 - the port tried write to pkg-message. fixed (1)
- fixed OpenSSL dependency
- fixed home dir name for user. /nonexistent is right one (2)

Reported by:	krion via pointyhat (1) and via IRC (2)
2005-02-26 06:05:28 +00:00
Brooks Davis
5fde3eff3b Upgrade to 3.0.0. The only major change is that the webfrontend is now
distributed as part of the main tarball.
2005-02-26 00:38:04 +00:00
Oliver Braun
7fe78df62a Upgrade to 3.4.7. 2005-02-25 13:55:27 +00:00
Sergey Matveychuk
549964a2dc This is a new port for BoxBackup, an on-line backup system.
PR:		ports/75990
Submitted by:	James O'Gorman <james (at) netinertia.co.uk>
2005-02-25 09:09:51 +00:00
Sergey Matveychuk
47f86a1f1b 'dupfind' will find duplicate files in directory trees.
PR:		ports/75657
Submitted by:	Bernd Luevelsmeyer <bdluevel (at) heitec.net>
2005-02-25 08:02:18 +00:00
Volker Stolz
d011ba0ced Schedule for removal with 3 months grace: No longer exists.
PR:		ports/77717
Submitted by:	Sam 'Reaper' Lawrence
2005-02-24 14:27:11 +00:00
Michael Johnson
ffb87614be - Add missing pkg-config file to plist
- Utilize USE_LIBTOOL_VER to and not install libtool files
- Bump PORTREVISION
2005-02-24 13:14:49 +00:00
Volker Stolz
9e7f4872d4 Update to 3.4
PR:		ports/77945
Submitted by:	maintainer
2005-02-24 09:02:56 +00:00
Yen-Ming Lee
0a474baf90 sysutils/portmanager update to 0.2.8
1) Incorporated Florent Thoumie's <flz@xbsd.org> suggestion
of adding pkg-message so pkg users may also see it.

2) added handling of ports that conflict with ports that
are being upgraded, inspired by "Brian John" <brianjohn at fusemail.com>

3) Added percent done message to xterm title bar as requested by
<mark.magiera at gmail.com>

4) port is repackaged because too many changes to configure.ac
for a patch to be feasable

PR:		77942
Submitted by:	Michael C. Shultz <ringworm01 at gmail.com>
2005-02-24 01:29:14 +00:00
Volker Stolz
7dea02ba8b Update to 1.4.3
PR:		ports/77908
Submitted by:	maintainer
2005-02-23 08:16:32 +00:00
Joe Marcus Clarke
dd7f00d115 Add a dependency on desktopfileutils now that we install a desktop file
with MIME types.
2005-02-22 08:22:22 +00:00
Joe Marcus Clarke
7321da8d8f Gnomecontrolcenter2 now installs a desktop file for the gnome-font-viewer
which contains MIME types.  Therefore, run update-desktop-database during
installation and einstallation.
2005-02-22 08:01:48 +00:00
Joe Marcus Clarke
d05127ae03 Update to 2.8.2. 2005-02-21 21:46:36 +00:00
Thierry Thomas
8e3798fa3c - Upgrade to 1.1.0;
- remove PHP version dependency check.

Changelog at <http://pear.php.net/package/File/download/1.1.0/>.

PR:		77865
Submitted by:	maintainer
2005-02-21 20:07:30 +00:00
Oliver Braun
4063b6b0a7 Upgrade to 3.4.6. 2005-02-21 19:19:07 +00:00
Volker Stolz
91c41fc06a - Fix build on AMD (hopefully)
- Remove extra-patch in favour of USE_LIBTOOL
- Remove two-line plist

PR:		ports/77563
Submitted by:	Kay Lehmann (maintainer)
2005-02-21 15:29:15 +00:00
Sergei Kolobov
274416ccbe - Update to 2.0.1 2005-02-21 13:56:13 +00:00
Sergei Kolobov
ff9d2cb3a3 - Update to 1.2.1 2005-02-21 13:49:25 +00:00
Anton Berezin
0b84c7f1f9 Update to 1.4.
PR:		77836
Submitted by:	maintainer
2005-02-21 09:41:35 +00:00