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

7129 Commits

Author SHA1 Message Date
Joe Marcus Clarke
6daba5b7d3 To fix other applications that make use of n-c-b (e.g. sound-juicer)
break out the x,x,x device notation needed for tools like cdrecord from
the standard /dev/X device name specification.  While here, add a
RUN_DEPENDS on cdrdao which is needed for some of n-c-b's features.
2006-11-19 19:07:16 +00:00
Dirk Meyer
82c9809b88 Installer.app, a package installer for GNUstep.
It aims to provide easy instalation of packages, be they the native
packages of the underlying system (debs, rpms, etc) or, in the future,
GNUstep packages (that follow the NeXTSTEP/MacOSX package format).

WWW: http://www.etoile-project.org/
2006-11-19 17:18:41 +00:00
Norikatsu Shigemura
bf12f3d515 o Remove extra AtCfg_freebsd.
o Bump PORTREVISION, accordingly.

Approved by:	kuriyama
2006-11-19 14:05:55 +00:00
Martin Wilke
5260088d31 - Update to 6.4
PR:		ports/105181
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
Approved by:	maintainer timeout
2006-11-18 23:23:50 +00:00
Martin Wilke
80fe6dc4a6 Mpiexec is a replacement program for the script mpirun, which is
part of the MPICH package. It is used to initialize a parallel job
from within a PBS batch or interactive environment. Mpiexec uses
the task manager library of PBS to spawn copies of the executable
on the nodes in a PBS allocation.

WWW:	http://www.osc.edu/~pw/mpiexec/index.php

PR:		ports/105650
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2006-11-18 23:03:16 +00:00
Martin Wilke
e63ebea241 - Fix pkg-plist
Submitted by:	trasz via irc
2006-11-18 22:52:23 +00:00
Sergey Matveychuk
df72a20af1 - Update to 2.2.2
Fix a little (rarely appeared) problem with locking.

Reported by:	Lowell Gilbert <freebsd-ports-local@be-well.ilk.org>
2006-11-18 19:16:56 +00:00
Thierry Thomas
0a53500c68 Update to 1.1.4p1.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=464228>.
2006-11-18 14:04:51 +00:00
Ion-Mihai Tetcu
f010d89fd4 Fix INDEX (gnustep-cdplayer lives in audio, not sysutils).
Pointyhat to:	dinoex
2006-11-18 13:55:40 +00:00
Dirk Meyer
3e24eb6cf2 Burn.app is a GNUstep based CD burning program for GNU/Linux.
It serves as front-end for J. Schilling's cdrtools, cdrdao,
and cdparanoia.
You will no longer need to remember ugly command line parameters
for cdrecord or write shell scripts. With Burn.app you compile
your CD by point-and-click operation and save your projects for
later reuse. Burn.app will hide as many settings as possible from you,
thus making it very easy and user-friendly to create your own CDs.

WWW: http://gsburn.sourceforge.net/
2006-11-18 09:00:13 +00:00
Edwin Groothuis
0669965733 As discussed on IRC with the maintainer, this port is unused and
obsolete and should be removed.
2006-11-18 05:36:06 +00:00
Jean Milanez Melo
592ed68cec - Change mastersite.
PR:		ports/105290
Submitted by:	Frank J. Laszlo <laszlof@FreeBSD.org>
Reviewed by:	jmelo@
Approved by:	Chuck Swiger <chuck@pkix.net> (maintainer)
2006-11-17 13:23:57 +00:00
Joe Marcus Clarke
83eccb167f Update to snapshot 20661117.
* Account for ACPI BIOSes that report a rate of 0xffff while they are still
  initializing (adapted from the HAL linux backend)
* Add support for two new net properties: net.freebsd.ifindex and
  net.80203.rate
* Add support for the MBREXT GEOM class
* Create /media for 6.1 and 5.5 users that do not have this directory in
  mtree
2006-11-17 06:39:25 +00:00
Jean-Yves Lefort
6f5f9cf506 Revert the previous commit. It appears that the operator group is for
allowing to mount volumes etc while the wheel group is for allowing to
su to root.

Reported by:	kris
2006-11-17 00:11:33 +00:00
Jean-Yves Lefort
3eff7bc352 Give wheel group members the same rights as operator group members. 2006-11-16 19:49:13 +00:00
Jean-Yves Lefort
74116efe72 I wanted to press Cancel, not Done. Revert the previous commit. 2006-11-16 16:00:18 +00:00
Jean-Yves Lefort
ab0e8fdabc Change operator to wheel (I believe the wheel group is more commonly
used than the operator group
2006-11-16 15:58:49 +00:00
Martin Wilke
323cc80169 - Fix Config Path
PR:             ports/105603
Submitted by:   Rob.Evers@flappie.debank.tv
Approved  by:   Maintainer
2006-11-16 11:41:23 +00:00
Martin Wilke
9ee18d8862 - Update to 0.80
PR:		ports/105543
Submitted by:	Eirik Oeverby <ltning-jailctl@anduin.net> (maintainer)
2006-11-15 20:10:12 +00:00
Martin Wilke
23de5812cc - Update to 4.8.2
PR:		ports/105547
Submitted by:	Martin Pala<martinp@tildeslash.com> (maintainer)
2006-11-15 20:08:53 +00:00
Martin Wilke
603dfb3842 - Update to 0.70.2
PR:		ports/105489
Submitted by:	miwi
Approved by:	maintainer
2006-11-15 19:44:04 +00:00
Vasil Dimov
fcbd5fa398 * Upgrade sysutils/portsearch from 1.2.3 to 1.3.0, changes:
o Added new output option: `rawfiles' to request outputting only matched
  pfiles one by line
o Changed -b option to be the same as -f '(^|/)file$' instead of -f '/file$'
o Added new option -L to mimic -p path -f '.*' -o rawfiles i.e. show all
  pfiles for (usually) one port. Inspired by pkg_info -L pkgname
o Ignore case by default and add -S option to force case sensitivity

* Remove my name from pkg-descr
2006-11-15 12:12:29 +00:00
Ion-Mihai Tetcu
3bb0284b56 Fix typo for SQLITE3 case preventing among other things packaging.
Submitted by:	maintainer on IRC
2006-11-14 22:33:19 +00:00
Ion-Mihai Tetcu
482aac5572 Fix typo for SQLITE3 case preventing among other things packaging.
PR:		105545
Submitted by:	maintainer
2006-11-14 22:28:01 +00:00
Jean-Yves Lefort
095fdbcf13 Track libnotify update 2006-11-14 12:54:41 +00:00
Martin Wilke
36dc0b3c5a syslog-ng (Syslog New Generation) is a powerful replacement for the standard
syslogd.  Features include:

  - ability to filter messages based on content using regular expressions
  - forwarding logs on TCP

WWW: http://www.balabit.com/products/syslog_ng/

-Vince Valenti
vince@blue-box.net

PR:		ports/105370
Submitted by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it>
2006-11-14 12:46:33 +00:00
Martin Wilke
15b7aa1860 The EventLog library aims to be a replacement of the simple syslog() API
provided on UNIX systems. The major difference between EventLog and syslog
is that EventLog tries to add structure to messages.

Where you had a simple non-structrured string in syslog() you have a
combination of description and tag/value pairs.

EventLog provides an interface to build, format and output an event record.
The exact format and output method can be customized by the administrator
via a configuration file.

PR:		ports/105370
Submitted by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it>
2006-11-14 12:40:41 +00:00
Martin Wilke
d975e71839 - Update to 1.3.2
PR:		ports/105517
Submitted by:	Gyorgy Teubel<tgyurci@freemail.hu> (maintainer)
2006-11-14 11:37:47 +00:00
Vasil Dimov
d5b888bd37 Upgrade sysutils/rdiff-backup-devel from 1.1.5 to 1.1.7 2006-11-14 07:26:57 +00:00
Vasil Dimov
037cfd40b5 * Upgrade sysutils/rdiff-backup from 1.0.4 to 1.0.5
* Adopt
2006-11-14 07:20:21 +00:00
Andrew Pantyukhin
7a3035cb3e - Update to 4.0 RC4 2006-11-14 07:00:49 +00:00
Thierry Thomas
c89195cdd6 Force `-fno-strict-aliasing' to fix on i386 5.
Reported by:	pointyhat via Kris
2006-11-13 22:31:18 +00:00
Stefan Walter
17baac639a Update to 20061113. 2006-11-13 18:39:09 +00:00
Roman Bogorodskiy
13bf0c63cc - Update to 1.4.4
- Mention 'WITH_AUDACIOUS' knob in the options summary
2006-11-13 13:13:30 +00:00
Martin Wilke
4ae0fc34d1 - Fix permissions/ownership
PR:		ports/105144
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:	maintainer
2006-11-13 12:33:03 +00:00
Sergey Matveychuk
3bff0404b8 - Upgrade to 2.2.1
* Raise an error when MOVED file has a wrong format instead of a weird
  ruby error. (Reported by kris@FreeBSD.org).

* Fix a bug when -P always treated as -PP.

* Change PORT_UPGRADE environment variable with UPGRADE_PORT (contains
  a package name for updating port) and UPGRADE_TOOL=portupgrade.
  Discussed with skv@FreeBSD.org and DougB@FreeBSD.org.
2006-11-12 19:39:17 +00:00
Roman Bogorodskiy
8b9e6a0181 Update to 1.4.3. 2006-11-12 13:52:38 +00:00
Joe Marcus Clarke
446c6b0c96 Adjust mandir to avoid a leftover directory.
Reported by:	pointyhat via kris
2006-11-11 06:41:37 +00:00
Ion-Mihai Tetcu
4cf0c5f950 Upgrade to latest beta: 1.39.26
PR:		104412
Submitted by:	Dan Langille (maintainer)
2006-11-10 21:29:38 +00:00
Sergey Matveychuk
510f6f635b * Change WWW line.
wiki is the same as wikitest but looks better.

Inspired by:	developers@
2006-11-10 11:19:26 +00:00
Tom McLaughlin
576b1f34b4 Fix rcNG script. 2006-11-10 03:32:57 +00:00
Vasil Dimov
20eb0805bb Remove expired ports:
2006-11-05 deskutils/offix-trash: development ceased in 1996
2006-11-04 devel/mingw: use mingw32-* ports instead
2006-11-04 devel/mingw-binutils: use mingw32-* ports instead
2006-11-04 devel/mingw-bin-msvcrt: use mingw32-* ports instead
2006-11-04 devel/mingw-gcc: use mingw32-* ports instead
2006-11-04 devel/mingw-opengl-headers: use mingw32-* ports instead
2006-11-05 editors/offix-editor: developement ceased in 1996
2006-11-05 print/offix-printer: development ceased in 1996
2006-11-05 sysutils/wmmon: no longer available from mastersite
2006-11-04 sysutils/xsysinfo: no longer available from mastersite
2006-11-04 textproc/xmlada: no longer available from mastersite; 2.0 is available
2006-11-05 www/p5-CGI-Application-ValidateRM: no longer available from mastersites
2006-11-05 x11/offix-clipboard: development ceased in 1996
2006-11-05 x11/offix-execute: development ceased in 1996
2006-11-05 x11-fm/offix-files: development ceased in 1996
2006-11-05 x11-wm/icepref: is for IceWM version 1.04 (6 years old)
2006-11-09 08:55:20 +00:00
Sergey Matveychuk
c69658ad1b Add a FreeBSD wiki page as a home page. 2006-11-08 18:18:59 +00:00
Alex Dupre
4371c5e18d Update to 1.0.4 release.
PR:		ports/105287
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-11-08 13:33:01 +00:00
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Joe Marcus Clarke
4364d7029c Update to 2.16.2. 2006-11-08 05:17:13 +00:00
Joe Marcus Clarke
f40411d2de Update to snapshot 20061107.
* Use the system libvolume_id
* Fix some bashims in the configure script
* Merge the latest HAL ids code from HAL git
* Add support for the pnp.description property
* If hw.acpi.lid_switch_state is set to NONE, set the info.ignore property on
  the lid button to TRUE
* Actually introduce the fix for treating blank discs as volumes.  This
  truly fixes nautilus-cd-burner
* Add support for the new volume.partition properties
* Add more GEOM support for SUN, APPLE, and GPT classes

Thanks to jylefort for reviewing some of these patches, and a bunch of
testers for putting the changes through their paces.
2006-11-07 22:16:03 +00:00
Alex Dupre
64809ed7bf Fix compilation with php 5.2.0. 2006-11-07 15:58:20 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Martin Wilke
e00b32a806 - Correct depedency
PR:		ports/105193
Submitted by:	chinsan
Noticed by:     krismail
Approved by:	maintainer
2006-11-07 09:49:39 +00:00