Commit graph

728 commits

Author SHA1 Message Date
Hiroki Sato
c95ad0290b Add unix domain socket support for Wnn backend and use it by
default.  If $[CJKT]SERVER environment variable is defined, the
value is used as the server host name.  In JSERVER case, for
example, the server name is determined in the following way:

 $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix"

If the server host name is null or matches "^unix$", unix
domain socket is used.  The path name of the socket can be
specified in wnn-[cjkt]udpath custom variable.
2008-11-08 05:43:16 +00:00
Philippe Audeoud
8dcf056e96 - Note the pluxml-devel update and migration tool. 2008-11-05 10:47:16 +00:00
Wesley Shields
b9cdf1a11c Make note of git-shell location change. 2008-11-02 19:09:34 +00:00
Hiroki Sato
b638279af6 - Add "-a ADDR" option to jserver and "listenaddr" directive to
jserverrc.  This specifies listen address of the INET socket.
  Note that the default value is set as 127.0.0.1.  If you need
  the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in
  $wnn_flags or modify jserverrc.
- Fix a buffer overflow when very long file name is specified in
  the -f option.
- Fix a typo in CONFIGURE_ARGS and COMMENT.
- Rename a patch file (patch-Wnn-jd-serverdef).
2008-10-30 07:43:17 +00:00
Wesley Shields
805df833b8 Note the asterisk-gui update.
PR:		ports/128403
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-10-30 00:34:44 +00:00
Greg Larkin
b7dc23f441 - Updated to 1.7.0
- Added MASTER_SITES for redundancy
2008-10-28 18:21:10 +00:00
Hiroki Sato
95398ac2c5 Document split of japanese/Canna and japanese/sj3, and
japanese/sj3-server default listen address change.
2008-10-26 20:34:35 +00:00
Alexey Dokuchaev
253619a668 Assorted formatting, whitespace, consistency, and spelling fixes. 2008-10-04 09:07:24 +00:00
Martin Wilke
7b67a24b3c - Update to 3.0.STABLE9
- Make WITH_SQUID_COSS a no-op for now (see UPDATING)
- Use "templates" as the default language directory

PR:		127627
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-09-26 09:40:47 +00:00
Beech Rintoul
ce78e585f7 - Append proftpd entry 2008-09-24 21:24:29 +00:00
Beech Rintoul
ac417d8169 - Add entry for ftp/proftpd 2008-09-24 21:15:32 +00:00
Greg Larkin
6e60a56931 - Fixed logcheck script silent failure in previous commit
- Added handling for crontab installation problems
- Incorported security fixes from PR opened after previous commit
- Added UPDATING entry since configuration options have changed
  fairly significantly

PR:		ports/122842
Submitted by:	Cezary Morga <cm@therek.net>
PR:		ports/127255
Submitted by:	Yasuhiro KIMURA <yasu at utahime dot org>
Reviewed by:	glarkin
Approved by:	beech (mentor, implicit)
Approved by:	portmgr (marcus)
Security:	Incorrect addition of logcheck user to wheel group
2008-09-11 00:30:09 +00:00
Martin Wilke
53c839637f -Drop whitespaces 2008-09-07 21:48:44 +00:00
Martin Wilke
4a281e9eb8 - Add update infos for www/mediawiki12 and www/mediawiki 2008-09-07 21:45:22 +00:00
Philip M. Gollucci
23c844c03f - repocopy net-mgmt/nagios -> net-mgmt/nagios2
and connect net-mgmt/nagios2 to the build

- Move net-mgmt/nagios-devel -> net-mgmt/nagios
  (v3.0.3)

- Add note to UPDATING

o net-mgmt/nagios [3]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)
   OPTIONS+= EVENT_BROKER [1]
   use @dirrmtry in pkg-plist

o net-mgmt/nagios12 [2]
   SF Macro
   USE_RC_SUBR != yes (files/nagios.sh.tmpl -> files/nagios.in)
   Conversion to pkg-install, pkg-deinstall, pkg-message
   use @dirrmtry in pkg-plist

o net-mgmt/nagios2 [4]
   SF Macro
   USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in)

PRs:    ports/126758 [4]
    ports/126761 [3]
    ports/126754 [2]
    ports/126684 [1]

Submitted by:   Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Reworked by:    pgollucci - freebsd ports infrastructure changes
Reviewed by:    pgollucci
Approved by:    gabor (mentor)
2008-09-03 00:30:56 +00:00
Mark Linimon
009e8690de Add note about deprecations and changes in math/ploticus. 2008-09-02 22:17:44 +00:00
Doug Barton
c10a86a26a Per user request, add a note about the move from pine to alpine. 2008-09-02 18:10:39 +00:00
Lars Thegler
9a128aa6b5 Add note about net-mgmt/smokeping 2008-08-31 20:06:06 +00:00
Philip M. Gollucci
10c1c1d224 DEPENDS_ARGS doesn't work with packages and even if it did
WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off.

As such, we've split this port into MASTER (www/p5-Apache-DBI) and
SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2).

While here, cleanup the MASTER port a little
 - spell out the RUN_DEPENDS
 - remove USE_APACHE and let www/mod_perl* deal with it
 - pull the plist into Makefile

Bump PORTREVISION

Discussed with:     pav on #bsdports
Approved by:        gabor (mentor)
2008-08-28 18:30:27 +00:00
Philip M. Gollucci
2e82da439a - Standardize my e-mail address to @FreeBSD.org
Approved by:    gabor (mentor)
2008-08-28 04:56:49 +00:00
Wesley Shields
30fbd889b1 Fix formatting (sorry danfe). 2008-08-27 22:08:02 +00:00
Wesley Shields
b3a2bbe8d1 - Update to 1.6.0.1
Lots of changes, the most visible of which is:

With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons.  Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.

The 1.6.0 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt

The 1.6.0.1 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
2008-08-27 22:05:12 +00:00
Renato Botelho
f29c5c408e Add a note about qmHandle configuration file 2008-08-27 14:26:05 +00:00
Vanilla I. Shu
55f349d1e5 Add net/rabbitmq entry. 2008-08-20 02:47:37 +00:00
Jeremy Messenger
a19b65c776 Missed copy-n-paste the howto upgrade process in glib20 part. 2008-08-19 13:48:37 +00:00
Jeremy Messenger
9471d465e1 - Split GNOME 2 and glib20 upgrade in 20080323 part as we have been getting a
lot of build failure report about it cannot find -lgio-2.0.
- Add graphics/cairo in AFFECTS as got a PR related with cairo requires newer
  pixmap. It should helps the green users.

Reviewed by:	marcus (also with English grammar tweak)
2008-08-19 13:46:21 +00:00
Alexey Dokuchaev
b9885dea1b More of formatting and language fixes. 2008-08-16 19:34:10 +00:00
Beech Rintoul
42eb135fce - Add entry for mail/assp 2008-08-16 18:13:37 +00:00
Vasil Dimov
e6141bf582 * Copy sysutils/rdiff-backup to sysutils/rdiff-backup10
* Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0
* Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr

PR:		ports/126313, ports/126314, ports/126315 (based on)
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2008-08-15 12:23:00 +00:00
Henrik Brix Andersen
6907cc4db8 - Update to version 2.60
- Add note about new config file format to UPDATING:

The layout of the ikiwiki.setup file has changed in a significant
way in this release.  Old setup files will continue to work, but new
features, like the new websetup interface, require a new format
setup file.  You can convert old setup files into the new format by
running the following command for all your ikiwiki.setup files:

  ikiwiki-transition setupformat ikiwiki.setup
2008-08-13 19:59:24 +00:00
Wesley Shields
2133ae6ab1 - mail/spamdyke is not backwards compatible with previous installations. 2008-08-12 00:28:35 +00:00
Alexey Dokuchaev
7ee71c86d1 - Kill EOL whitespace in recent entry
- Usual round of language, format, and consistency nits
2008-08-11 21:20:13 +00:00
Martin Matuska
c8e18c63b1 - Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements

PR:		ports/126454
Submitted by:	mm
Approved by:	skv (maintainer)
2008-08-11 20:09:15 +00:00
Alexey Dokuchaev
d6eb6d08c2 Flush my local queue of cleanups. 2008-08-08 14:57:37 +00:00
Chin-San Huang
24fd51fda5 - Update to 2.0.23
- Use standard $WWWDIR

PR:		ports/125950
Submitted by:	appleboy <appleboy.tw at gmail.com>
Approved by:	maintainer (me)
2008-08-08 14:17:31 +00:00
Jeremy Messenger
c801f2ebbe - Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
  its project.

Repocopy:	marcus (transmission -> transmission-cli)
2008-08-07 01:54:47 +00:00
Martin Wilke
7ae68c505f - Update devel/qt4 entry (qt4-moc needs a force build too)
Reported by:	ITetcu
2008-08-06 06:53:32 +00:00
Alexey Dokuchaev
27c880b051 Style, reformat, kill EOL whitespace. 2008-08-05 20:39:52 +00:00
Martin Wilke
d709dd9c30 - Add update note for devel/qt4 users. 2008-08-05 12:09:41 +00:00
Wesley Shields
ae56c4bf11 Note switch from cvsps-devel to cvsps with git. 2008-08-05 01:19:46 +00:00
Martin Matuska
20b1700d47 - Update to 2.0.5
- Change handling and structure of configuration files
- Add new options to startup script ("reload", "debug")
- Introduce pkg-message
- Other fixes and enhancements

PR:		ports/124439
Submitted by:	David Wood <david@wood2.org.uk> (maintainer)
Tested by:	mm
2008-07-28 13:14:17 +00:00
Alexey Dokuchaev
ea33407520 - Reword last Firefox entry for better English
- Another formatting nit while I'm here
2008-07-27 22:07:13 +00:00
Jeremy Messenger
d7d6622d5f Author -> AUTHOR to reduce danfe's works. :-) 2008-07-27 20:24:07 +00:00
Jeremy Messenger
8ef43a2209 Remove seek for plugins in lib/browser_plugins for now, because a few plugins
that built with Firefox 2 can causes Firefox 3 crashes. We are working on some
changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi.
Bump the PORTREVISION.

Reported by:	a few
Discussed with:	my team, FreeBSD GNOME Team
2008-07-27 20:21:31 +00:00
Alexey Dokuchaev
3a7f81e4ab More of language, formatting, and style improvements. 2008-07-27 20:10:00 +00:00
Joe Marcus Clarke
08fe3f28fd Add some more instructions to the misc/shared-mime-info entry. 2008-07-25 22:28:38 +00:00
Joe Marcus Clarke
606c1dd0d1 Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.
Add an UPDATING entry on how to properly perform this upgrade.
2008-07-25 22:24:14 +00:00
Greg Larkin
eea4d6e197 Updated to 2.2.1
PR:		ports/125835
Submitted by:	Filipe Rocha <filiperocha@gmail.com> (maintainer)
Approved by:	beech (mentor)
2008-07-25 18:59:16 +00:00
Alexey Dokuchaev
7fd4c34914 - Don't say "The Foobar", it is incorrect. "The Foobar port" is better
and more accurate (as we're in fact updating our ports, while vendor
  is updating their software.  UPDATING talks about the former) [*]
- Glance over several other entries and improve on wording and whitespace
- Reformat overly short or long lines.  Normally, 72-78 chars per line is
  most readable and pretty (there're a lot more to fix)
- Spell `sql' as `SQL' where appropriate.  (Ditto for `cpan', `svn'.)

Suggested by:	gavin [*]
2008-07-23 15:06:23 +00:00
Alexey Dokuchaev
90d5ea14d1 Reword Opera-related entries. Still, English can probably be improved. 2008-07-23 10:08:02 +00:00