aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add guile-lib 0.1.3ijliao2007-03-225-0/+110
| | | | A down-scaled, limited-scope CPAN for Guile
* - Marked broken for 7.Xmiwi2007-03-222-2/+14
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* - Update to 1.2.2miwi2007-03-227-92/+90
| | | | | PR: 110341 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* force dependency on gcc 3.4edwin2007-03-221-0/+1
|
* - Update to 1.7.10clsung2007-03-222-4/+4
| | | | | PR: ports/110654 Submitted by: maintainer (Thomas Abthorpe)
* - Update to 0.40clsung2007-03-224-7/+10
| | | | - remove 4.x perl requirement
* - Update to 0.736clsung2007-03-223-35/+5
|
* - Fix plistpav2007-03-221-0/+1
| | | | Reported by: pointyhat
* - Revert my previous commit; it was totally boguspav2007-03-221-1/+0
|
* - Update to a new unversioned distfilepav2007-03-222-4/+5
| | | | Reported by: pointyhat
* - Update to 0.3.1pav2007-03-224-452/+776
|
* - Fix 100% CPU problem. Seedryice2007-03-223-3/+67
| | | | | | | | | | http://sourceforge.net/mailarchive/message.php?msg_id=36769016 - Get ready for -emacs22 port - update my mail address Submitted by: m.boyarov@bsd.by (Max N. Boyarov) Approved by: itetcu (mentor) Obtained from: cedet CVS
* Update master sites.vd2007-03-221-1/+1
| | | | Reported by: fenner
* Deprecate & set expiration date. There is no reason to use this porttobez2007-03-221-0/+3
| | | | now that perl 5.005_03 is not supported together with FreeBSD 4.X.
* Fix typo.vd2007-03-221-1/+1
|
* Reset undeliverable maintainer address:kris2007-03-223-3/+3
| | | | | <nick@netdot.net>: host renny.slash.netdot.net[65.254.45.140] said: 550 5.1.1 <nick@netdot.net>... User unknown (in reply to RCPT TO command)
* Add a missing BUILD_DEPENDS on X_CLIENTS_PORT.marcus2007-03-221-0/+2
|
* Chase the libxine shared lib version.marcus2007-03-221-1/+1
|
* Chase the goffice shared lib version.marcus2007-03-222-3/+4
|
* Chase the gucharmap shared lib version.marcus2007-03-221-2/+2
|
* - Fix build after last updaterafan2007-03-221-0/+1
| | | | Reported by: pointyhat via kris
* - Fix building with GCC 4.x.alepulver2007-03-221-0/+11
| | | | Reported by: pointyhat
* - Fix building with GCC 4.x.alepulver2007-03-224-0/+75
| | | | Reported by: pointyhat
* upgrade to 1.4.99.3ijliao2007-03-222-5/+4
|
* - Fix building with GCC 4.x.alepulver2007-03-223-1/+44
| | | | | | - Remove 2 continuous blank lines to make portlint(1) happy. Reported by: pointyhat
* - Update to 0.7.2clsung2007-03-223-362/+148
| | | | | PR: ports/110115 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com>
* - Update to 0.92clsung2007-03-222-4/+4
|
* Hand over maintainership to someone who uses this port.shaun2007-03-221-1/+1
|
* - Fix versions and dates in latest squid entrysat2007-03-221-4/+4
| | | | Pointy hat to: miwi
* - Update to 0.6.46.4-0.1, patched versionclsung2007-03-222-6/+5
| | | | | PR: ports/110638 Submitted by: maintainer (Nick Barkas)
* - Update to 0.65clsung2007-03-222-4/+4
|
* - Update to 0.8.7clsung2007-03-222-6/+7
| | | | | | | - take maintainership PR: ports/110613 Submitted by: maintainer (Alexander Logvinov)
* - Update to 1.1bclsung2007-03-225-6/+47
| | | | | PR: ports/110606 Submitted by: maintainer (Janos Mohacsi)
* - Update to 3.7.4clsung2007-03-222-4/+4
| | | | | PR: ports/110605 Submitted by: maintainer (Alex Samorukov)
* - Update to 0.08clsung2007-03-222-11/+5
|
* - Update to 1.5.5clsung2007-03-222-4/+4
|
* - remove USE_GMAKEclsung2007-03-221-2/+0
|
* - Update to 0.63clsung2007-03-222-4/+4
|
* - Mirror some files to MASTER_SITE_LOCAL (until it's updated together with thealepulver2007-03-221-3/+1
| | | | | other MAME ports) to make fetchable. - Remove BROKEN.
* - Update to 2.0.0.3sat2007-03-2212-659/+679
|
* Fix a bug where static memory was being free'd as a key to a hash table.marcus2007-03-222-0/+19
| | | | | | | This resulted in a crash when more than one keyboard layout was configured. See http://bugzilla.gnome.org/show_bug.cgi?id=421252 for more details. Reported by: Ivan Georgiev <ivan@kytex.bg>
* - Update to 2007-03-21 snapshotsat2007-03-223-4/+6
|
* Trying to unbreak on 64 bits platforms by forcing integers to INTEGER*8.thierry2007-03-221-5/+5
| | | | Suggested by: Mathieu COURTOIS <mathieu.courtois (at) edf.fr>
* Bump port revision after changes to the backported fix for pthread managertegge2007-03-221-1/+1
| | | | pipe communication.
* Add build depends on tcl and tk.tg2007-03-221-1/+4
|
* Define __USE_UNIX98, to get a little further when compiling with GCC 4.1.tegge2007-03-222-4/+4
|
* Previous backport of the 2001-09-11 fix from newer linuxthreads versiontegge2007-03-221-38/+121
| | | | | | | | | | | | failed to take into account that the library contains wrappers for read() and write() that calls __libc_read() and __libc_write(). This incorrectly causes normal read() and write() operations to be retried if aborted by a signal. Instead of making __libc_read() and __libc_write() retry if aborted by a signal, add new functions __libc_safe_read() and __libc_safe_write() that retries operation after a signal. Change reads from manager pipe and writes to manager pipe to use __libc_safe_read() and __libc_safe_write().
* Correct retrieval of stack address and size when getting the currenttegge2007-03-222-3/+39
| | | | | | | | | | | | | | thread attributes for the main thread. Add emulation of native threads (libc_r) method of getting the current thread attributes (pthread_attr_get_np()) and adjust emulation of native threads pthread_attr_getstackaddr() to return bottom of stack instead of top of stack. Correct emulation of native threads pthread_mutexattr_settype() when selecting recursive mutexes. Previously, the argument conversion before calling the linuxthreads version of pthread_mutexattr_setattr() ended up selecting errorcheck mutexes instead of recursive mutexes.
* Fix Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run,mezz2007-03-222-1/+15
| | | | | | bump the PORTREVISION. Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp>
* - Update to 0.10.0pav2007-03-224-37/+51
|
* We no longer need to read the PID twice now that dbus has been fixed.marcus2007-03-222-36/+1
|
* Ignore SIGPIPE (and EPIPE) when writing out PID to a client. Some clientsmarcus2007-03-223-1/+54
| | | | | (like gnome-session) close the pipe too early resulting in dbus-daemon terminating.
* Update to 1.0rc3, see changelog for details:mezz2007-03-224-8/+13
| | | | http://fluxbox.org/version-0.9.php
* - Add nic and ansel horde modulessat2007-03-222-2/+22
| | | | | PR: ports/110552 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
* horde-ansel --> ports/www/horde-anselsat2007-03-221-0/+1
|
* Add port www/horde-ansel - a gallery applicationsat2007-03-229-0/+349
| | | | | PR: ports/110551 Submitted by: Beech Rintoul <beech@alaskaparadise.com>
* jalingo --> ports/textproc/jalingonivit2007-03-221-0/+1
|
* JaLingo is a free OS independent dictionary application.nivit2007-03-226-0/+68
| | | | | | | | | | | It understands 4 dictionary formats: * DSL * Mova * PtkDict/phpMyLingvo MySQL dumps * Sdictionary (249) WWW: http://jalingo.sourceforge.net/
* - Fix dependency on cyrus-imapd23sat2007-03-225-10/+10
| | | | | PR: ports/110639, ports/110643 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
* Fix a hardcore of /usr/X11R6 to X11BASE.mezz2007-03-221-1/+2
| | | | | PR: ports/110166 Reported by: John Nielsen <john@jnielsen.net>
* - Install four additional headers, that are needed for mail/mail-notification'spav2007-03-222-0/+8
| | | | | | Evolution plugin Submitted by: jylefort
* - Remove DIST_SUBDIR (there is only one distfile).alepulver2007-03-222-13/+3
| | | | - Remove unused entries from distinfo (the ones moved to games/mame-extras).
* Fix a hardcore of /usr/X11R6 to X11BASE.mezz2007-03-221-1/+1
| | | | | PR: ports/110166 Reported by: John Nielsen <john@jnielsen.net>
* - Fix build: remove USE_GMAKE, since recently p5-Glib2 is BSD make friendlypav2007-03-224-4/+0
| | | | Digged into: tobez
* libopenraw --> ports/graphics/libopenrawpav2007-03-221-0/+1
|
* libopenraw is an ongoing project to provide a free software implementation forpav2007-03-226-0/+81
| | | | | | | | camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application. WWW: http://libopenraw.freedesktop.org/
* gtkunique --> ports/x11-toolkits/gtkuniquepav2007-03-221-0/+1
|
* GtkUnique is a library to facilitate programming single instance applications -pav2007-03-225-0/+88
| | | | | | | that is applications that gets instanced once and each subsequent instance just quits - or send a command to the currently running instance. WWW: http://log.emmanuelebassi.net/archives/2006/10/love-and-communication/
* - Fix pkg-plist (avoid creating useless empty directory).alepulver2007-03-221-3/+1
| | | | | | - Remove BROKEN. Reported by: pointyhat
* gnome-colorscheme renamed to agavepav2007-03-221-1/+1
|
* - Rename to graphics/agavepav2007-03-229-112/+60
| | | | | | | - Update to 0.4.2 Approved by: maintainer Repocopied by: marcus
* - Fix pkg-plist.alepulver2007-03-228-8/+4
| | | | | | - Remove BROKEN. Reported by: pointyhat
* - Make fetchable.alepulver2007-03-222-6/+2
| | | | | | - Remove BROKEN. Reported by: Mathias Monnerville <mathias.monnerville@univ-paris4.fr>, kris
* Fix build when WITHOUT_NLS defined.novel2007-03-221-1/+1
| | | | | PR: 110631 Submitted by: Helge Oldach <ports-libgpg-error-mar07@oldach.net>
* - Use proper NO_SHARED knob instead of obsoleted NOSHAREDsergei2007-03-221-2/+2
| | | | | PR: ports/108327 Submitted by: Josh Carroll (floyd AT pflog DOT net)
* Standarise the latest Squid entry.remko2007-03-221-8/+8
|
* - Update to 2.0.3sergei2007-03-222-4/+5
| | | | | | | - Explicitly require fam rather than gamin PR: ports/110211 Submitted by: KIMURA Yasuhiro (yasu AT utahime DOT org)
* - Update to 0.46 [1]sergei2007-03-223-4/+7
| | | | | | | - Update pkg-plist PR: ports/109945 [1] Submitted by: Marcelo Araujo
* - Update to 0.7.0 [1]sergei2007-03-223-8/+7
| | | | | | | - Shorten COMMENT PR: ports/109939 [1] Submitted by: Marcelo Araujo (araujo AT bsdmail DOT org)
* - Update to 1.10 [1]sergei2007-03-223-4/+11
| | | | | | | | - Keep the port PREFIX-clean - override conf-include - Keep pkg-plist sorted PR: ports/109940 Submitted by: Marcelo Araujo (araujo AT bsdmail dot org)
* - Update to 1.7.2sergei2007-03-222-4/+4
|
* define USE_XFCE to get MASTER_SITE_SUBDIR definedoliver2007-03-213-1/+3
|
* - Force commit to note the following repocopies:rafan2007-03-210-0/+0
| | | | | | | | | | | www/drupal -> www/drupal4 www/drupal -> www/drupal5 This is for the coming drupal5 port. PR: 110413 Submitted by: maintainer Repocopied by: marcus
* - Generalize dependency on ghostscriptpav2007-03-211-2/+2
| | | | Reported by: pointyhat exprun
* - Fix xotcl-thread entrypav2007-03-211-1/+1
| | | | | Pointy hat to: miwi Noticed by: portupgrade barfing on it
* Update to 1.859lth2007-03-212-4/+4
|
* Update to 1.7.0ehaupt2007-03-212-4/+4
|
* - Update to 0.03miwi2007-03-212-4/+4
| | | | | | PR: 109878 Submitted by: miwi Approved by: maintainer timeout
* - Update to 1.63miwi2007-03-212-4/+4
| | | | | | PR: 109870 Submitted by: miwi Approved by: maintainer timeout
* - Update to 1.16miwi2007-03-212-4/+4
| | | | | | PR: 109867 Submitted by: miwi Approved by: maintainer timeout
* - Notes remove from lang/xotcl-threadmiwi2007-03-211-0/+1
|
* - Disconnect lang/xotcl-threadmiwi2007-03-211-1/+0
|
* - Remove lang/xotcl-thread port is obsolete. threading is default enabledmiwi2007-03-212-15/+0
| | | | | PR: 110611 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix build with aolserver-xotclmiwi2007-03-211-2/+2
| | | | | PR: 110612 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 1.031 to fix build with latest Cairoahze2007-03-213-4/+5
| | | | Reported and Requested by: Pav
* - Update to 4.2.30miwi2007-03-212-7/+7
| | | | | PR: 110596 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Update to 2.6.STABLE.12miwi2007-03-216-15/+15
| | | | | | PR: 110610 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer) Security: http://www.vuxml.org/freebsd/c27bc173-d7aa-11db-b141-0016179b2dd5.html
* Update to 4.003skv2007-03-212-8/+4
| | | | Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.003/ChangeLog
* - Add entry for squid TRACE method handling denial of servicemiwi2007-03-211-0/+33
|
* Update to 1.0skv2007-03-212-4/+4
|
* Update to 1.16skv2007-03-212-4/+4
|
* Update to 1.14skv2007-03-212-4/+4
|
* Use "USE_TK", update to Tk 8.4.jkoshy2007-03-212-4/+4
| | | | | PR: ports/110570 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Fix build: generalize gettext dependencypav2007-03-211-1/+1
| | | | Reported by: pointyhat
* - Use TCL/TK 8.4miwi2007-03-213-21/+20
| | | | | | PR: 110579 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Approved by: maintainer
* - Update to 2.1.8miwi2007-03-212-4/+4
| | | | | PR: 110600 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Use TCL/TK 84miwi2007-03-211-7/+8
| | | | | | | - Pass maintainership to submitter PR: 110580 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Use termios.hmiwi2007-03-212-1/+25
| | | | | PR: 110439 Submitted by: Ed Schouten <ed@fxq.nl>
* - Use TCL/TK 8.4miwi2007-03-212-30/+12
| | | | | | | - Pass maintainership to submitter PR: 110571 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - PBX library fixes from svnmiwi2007-03-215-2/+215
| | | | | | | - Bump PORTREVISION PR: 110575 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
* - Use TCL/TK 8.4miwi2007-03-212-30/+34
| | | | | | | - Pass maintainership to submitter PR: 110578 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Use TCL/TK 8.4miwi2007-03-211-5/+5
| | | | | PR: 110572 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Update to 0.8.7miwi2007-03-212-4/+4
| | | | | PR: 110598 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Update to 1.5.1miwi2007-03-212-4/+4
| | | | | PR: 110597 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Update to 0.2.5pav2007-03-215-15/+21
| | | | | PR: ports/110497 Submitted by: Phillip Neumann <pneumann@gmail.com> (maintainer)
* PR: -lkoeller2007-03-211-4/+3
| | | | | | | | | | | Submitted by: ports survey Reviewed by: Approved by: Obtained from: MFC after: Security: Update distfile location and give port back to ports team.
* p5-Yahoo-Search --> ports/www/p5-Yahoo-Searchtobez2007-03-211-0/+1
|
* Add www/p5-Yahoo-Search 1.10.13, a Perl interface to the Yahoo! Searchtobez2007-03-215-0/+49
| | | | public API.
* Update to 1.999.tobez2007-03-212-4/+4
|
* Use the ports libtool to not build the static libraryarved2007-03-211-1/+0
| | | | Reported by: pointyhat via pav
* - Generalize dependency on ghostscriptpav2007-03-211-5/+5
| | | | | | - While here, fix OPTIONS handling Reported by: pointyhat exprun
* - Add backup MASTER_SITESmiwi2007-03-211-1/+2
| | | | Submitted by: fennermail
* - Chase swfdec library namepav2007-03-212-2/+2
| | | | Reported by: pointyhat
* osdmixer --> ports/audio/osdmixermiwi2007-03-211-0/+1
|
* osdmixer monitors changes of your audio volume settings and displaysmiwi2007-03-214-0/+32
| | | | | | | | | | the volume as progress bars on your screen. - Lars Engels lars.engels@0x20.net PR: ports/110594 Submitted by: Lars Engels <lars.engels at 0x20.net>
* - Generalize dependency on ghostscriptpav2007-03-211-1/+1
| | | | Reported by: pointyhat exprun
* - Use TCL/TK 8.4miwi2007-03-212-32/+28
| | | | | PR: 110574 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Respect %%PREFIX%%miwi2007-03-212-0/+10
| | | | | | | - Bump PORTREVISION PR: 110466 Submitted by: Helge Oldach <ports-vpnc-mar07@oldach.net> (maintainer)
* - Update to 8.1miwi2007-03-215-60/+35
| | | | | | PR: 110501 Submitted by: Eric P. Scott <eps+pbug0703@ana.com> Approved by: maintainer implicit
* - Use termios.h instead of sgtty.hmiwi2007-03-211-0/+37
| | | | | PR: 110444 Submitted by: Ed Schouten <ed@fxq.nl>
* - Fix build ia64miwi2007-03-212-0/+12
| | | | | PR: 110507 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Use TCL/TK84miwi2007-03-212-22/+20
| | | | | | | - Pass maintainership to submitter PR: 110423 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Use TCL/TK 84miwi2007-03-214-48/+14
| | | | | | | = Pass maintainership to submitter PR: 110327 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Update to 0.78miwi2007-03-219-728/+17
| | | | | PR: 110506 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Use <termios.h> instead of <sgtty.h>miwi2007-03-211-0/+58
| | | | | PR: 110448 Submitted by: Ed Schouten <ed@fxq.nl>
* - Update to 1.1amiwi2007-03-212-12/+13
| | | | | PR: 110445 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
* - Update to 2.1.0-17gabor2007-03-212-5/+5
| | | | | | | - Bump PORTREVISION for the weird versioning PR: ports/110165 Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
* - Update to 1.23nivit2007-03-214-30/+35
| | | | | - Remove files/patch-doc-Makefile - Unbreak on amd64
* Fix plist.tobez2007-03-212-1/+1
| | | | Reported by: krismail
* - Fix build with slave portmiwi2007-03-212-1/+9
| | | | Submitted by: pointyhat
* Remove junk from Makefilelofi2007-03-211-2/+1
|
* - Update to 1.25clsung2007-03-212-13/+6
| | | | | | | - pass maintainership PR: ports/110515 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 1.05clsung2007-03-213-4/+10
|
* - unbreakclsung2007-03-211-4/+0
| | | | | | | | The dependency issue was the reason this port was broken in the first place, and it has since been fixed. PR: ports/110374 Submitted by: maintainer (Christopher Boumenot)
* - Update to 0.12clsung2007-03-213-6/+6
| | | | | | PR: ports/110550 Submitted by: Brenton Chang <brenton dot chang_AT_gmail dot com>> Approved by: maintainer (Wesley Shields)
* - Update to 0.41clsung2007-03-212-4/+4
| | | | | | PR: ports/110549 Submitted by: Brenton Chang <brenton dot chang_AT_gmail dot com> Approved by: maintainer (Wesley Shields)
* - Update to 0.91clsung2007-03-212-14/+6
| | | | | | | - pass to perl@ PR: ports/110432 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* p5-Mail-LMLM --> ports/mail/p5-Mail-LMLMclsung2007-03-211-0/+1
|
* Add p5-Mail-LMLM 0.6400, list of Mailing Lists Manager.clsung2007-03-215-0/+75
| | | | | PR: ports/110436 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 3.13clsung2007-03-212-4/+4
| | | | | | | | | | | From the Changelog: 3.13 Mon Mar 19 09:36:46 EDT 2007 - Fix recursion bug caused by bad :Automethod 3.12 Thu Mar 15 08:07:53 EDT 2007 - Fix for classes permissions PR: ports/110559 Submitted by: maintainer (Geraud CONTINSOUZAS)
* Update to 3.3.8lofi2007-03-2110-20/+20
|
* Fix build with gcc41 (on amd64)lofi2007-03-211-0/+11
|
* - Update to 0.9.7.2clsung2007-03-212-4/+4
| | | | | | | | | | | | Changelog prelude-manager-0.9.7.2: - Allow filtering plugins to hook others filters plugins. - Update reporting code to latest specification for the SNMPService class. - Warn about Un-handled command line arguments. - Properly dump IDMEF-XML output (fix #186). - Various bug fixes. PR: ports/110584 Submitted by: maintainer (Robin Gruyters)
* - Update to 0.9.12clsung2007-03-212-4/+4
| | | | | | | | | | | | | | | | | | | Changelog libpreludedb-0.9.12: - [sqlite3] Provide case-insensitive regex. - [preludedb-admin] Loading of multiple file and improved reporting. - Provide substring match for AdditionalData value. - Fix insertion issue for ProcessArg and File Linkage. - Fix a bug when retrieving an empty time field (following retrieved fields where not the one expected). - When a given SQL function is not implemented by the driver, return a detailed error message with information concerning the missing function. - Implement Python only get_values, get_heartbeat_idents, get_alert_idents. Return the number of rows as well as the rows in a tupple. - Make sure we have an exception to process: fix a crash with Python bindings upon signal reception. Fix #200. PR: ports/110583 Submitted by: maintainer (Robin Gruyters)
* - Update to 1.0clsung2007-03-213-5/+5
| | | | | PR: ports/110567 Submitted by: maintainer (Alexander Logvinov)
* - Update to 1.7clsung2007-03-212-6/+21
| | | | | PR: ports/110499 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
* - Update to 1.20.2clsung2007-03-212-4/+4
| | | | | | PR: ports/109727 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Approved by: maintainer (timeout)
* Restore missing plist items after the GNOME 2.18 merge.marcus2007-03-212-1/+3
| | | | Reported by: pointyhat via kris
* Make IPv6 support optional (defaulting to off). The reason for off by defaultmarcus2007-03-211-1/+12
| | | | | | is that if vino can establish an IPv6 socket, then it will not create an IPv4 socket. None of the FreeBSD VNC clients seem to support IPv6 (prove me wrong) so defaulting v6 to off is probably a good thing.
* chasing rubygem-builder versionijliao2007-03-211-1/+1
|
* - Fix plist for reference portpav2007-03-211-0/+1
| | | | Reported by: krismail
* update to 0.8.1dryice2007-03-212-4/+4
| | | | Approved by: itetcu (mentor, implicit)
* - s/jakarta-tomcat4.1/apache-tomcat4.1/ per recent changes in that portpav2007-03-213-3/+3
| | | | Reported by: pointyhat
* Update to 0.20.obraun2007-03-213-15/+6
|
* Fix build with gcc42 (invalid lvalue in assignment).thierry2007-03-212-0/+17
| | | | Reported by: pointyhat via Kris
* - Fix plistpav2007-03-212-1/+3
|
* - Hopefully fix INDEXmiwi2007-03-211-0/+2
|
* - Fix my last commit.miwi2007-03-211-1/+1
|
* - Fix build with gcc42 (lvalue required as left operand of assignment).thierry2007-03-215-15/+47
| | | | | | | | | | | Since I'm here: - update my e-mail; - set USE_LDCONFIG; - fix pkg-message for package installation; - use DOCSDIR. Reported by: pointyhat via Kris
* Update to 1.36 release.ale2007-03-212-4/+4
|
* Upgrade to 2.0.5.thierry2007-03-213-4/+6
| | | | Noticed by: ports scoot
* - Fix index.miwi2007-03-211-1/+1
|
* Update to 3.3.8lofi2007-03-2110-47/+261
|
* Fix build with gcc 4.x.stefan2007-03-211-0/+10
| | | | Reported by: kris/pointyhat
* Mark all Agenda VR3-related ports as deprectaed.lev2007-03-217-0/+21
| | | | Will be removed after 2007-05-20.
* Fix compilation when using gcc 4.1 due to attempting to cast a pointer to anwill2007-03-212-2/+6
| | | | | | | int, which may lose precision on platforms where sizeof(void*) > sizeof(int). Properly support overriding CC/CXX, which is a prerequisite for fixing this. Noticed by: pointyhat/kris
* - Fix build with gcc4.xacm2007-03-212-1/+17
| | | | | Reported by : Kris Obtained from : NetBSD
* - Pass maintainership to submittermiwi2007-03-211-14/+14
| | | | | | | - Use TCL/TK 8.4 PR: 110314 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Pass maintainershipt to submittermiwi2007-03-218-184/+19
| | | | | | | - Use TCL/TK 8.4 PR: 110313 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Update to 10.00miwi2007-03-218-302/+120
| | | | | | PR: 110204 Submitted by: William Baxter<web@superscript.com> Approved by: maintainer
* - Update 2.2miwi2007-03-218-112/+10486
| | | | | PR: 110483 Submitted by: Alex Varju<freebsd-ports@varju.ca> (maintainer)
* Update to 1.0.5, fixing a remote variable overwrite vulnerability.lx2007-03-212-5/+4
| | | | | | | | See http://secunia.com/advisories/24403/ for more details. PR: ports/110587 Submitted by: Greg Larkin (maintainer) Approved by: edwin (mentor)
* - Back PORTREVISION back to 2 from GNOME 2.18 mergeahze2007-03-211-1/+1
| | | | Spotted by: Scott Allendorf <scott-allendorf@uiowa.edu>
* Update to 1.9707.tobez2007-03-212-4/+4
| | | | | Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Reported by: 109660
* Update to 2.05.tobez2007-03-212-4/+4
|
* Fix configure for updated gtkhtml3.tmclaugh2007-03-212-4/+11
|
* Update to 1.21lth2007-03-212-4/+4
|
* - Remove inclusion of <sgtty.h>miwi2007-03-211-0/+8
| | | | | | PR: 110363 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
* - Update to 1.3acm2007-03-215-57/+114
| | | | - Remove 4.x support
* - Fix buildmiwi2007-03-213-0/+12
| | | | Submitted by: Terry Kennedy <terry@tmk.com>
* - Marked broken for amd64miwi2007-03-211-0/+1
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* Update to 1.21.tobez2007-03-202-4/+4
|
* - Update to 0.73rafan2007-03-202-4/+4
|
* - Resolve conflict between sa-spamd and pf-spamddelphij2007-03-202-3/+13
| | | | | | | | - Add pfspamd_setup_flags to give finer grained control - Give maintainership to submitter Submitted by: Alex Samorukov <samm os2 kiev ua> PR: ports/108663
* - Fix build after objformat removalrafan2007-03-201-1/+3
| | | | | | PR: ports/109455 Submitted by: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp> Approved by: maintainer timeout (1 month)
* Pull in new po/Makefile.in.in since the new gettext autoconf macros don'tnaddy2007-03-201-0/+5
| | | | | | perform all substitutions required by the old one. PR: 110513
* - Fix error while reading an already read mail which is caused byrafan2007-03-203-0/+25
| | | | | | | | | | | incorrect constant passed to preg_split() - Correct recipient address in return receipt These are submitted to upstream, too. PR: ports/108519, ports/108521 Submitted by: Cristian KLEIN <cristi at net.utcluj.ro> Approved by: maintainer timeout (7 weeks)
* upgrade to 2.1.1ijliao2007-03-203-69/+79
| | | | | | | pass maintainership to submitter PR: 110346 Submitted by: Alexander Logvinov <ports@logvinov.com>
* Use USE_LDCONFIG correctly upon successful server installationdelphij2007-03-202-2/+4
| | | | | | | | in order to make backend shared objects to be recognized correctly. Requested by: edwin PR: ports/110424
* - maintainer address changeclsung2007-03-201-1/+1
| | | | | PR: ports/110573 Submitted by: maintainer (Sergei Vyshenski)
* Give up maintainership because of "inactive" caused by unfairdelphij2007-03-201-1/+1
| | | | | China-targeted email blocks. I'm very sorry, Max, but I don't think I can still take care for this port anymore.
* Add LIB_DEPENDS to libXft.vanilla2007-03-202-2/+4
| | | | Submitted by: kris via email, pav@
* Update to 0.22.tobez2007-03-202-4/+4
|
* Update to 1.17.tobez2007-03-202-4/+5
|
* - Added support for the new tcl threads structure.miwi2007-03-201-12/+4
| | | | | PR: 110404 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Added support for the new tcl threads structure.miwi2007-03-201-27/+5
| | | | | PR: 110405 Submitted by: Martin Matuska <martin@matuska.org> (Maintainer)
* - Added support for the new tcl threads structuremiwi2007-03-201-39/+11
| | | | | PR: 110403 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* p5-Geography-NationalGrid-TW --> ports/misc/p5-Geography-NationalGrid-TWrafan2007-03-201-0/+1
|
* Add p5-Geography-NationalGrid-TW 0.03, convert Taiwan Datum (TWD67/TM2,rafan2007-03-205-0/+40
| | | | | | | TWD97/TM2) to/from Latitude and Longitude. PR: ports/110558 Submitted by: chinsan
* p5-Geography-NationalGrid --> ports/misc/p5-Geography-NationalGridrafan2007-03-201-0/+1
|
* Add p5-Geography-NationalGrid 1.6, create an object for a point and torafan2007-03-205-0/+41
| | | | | | | transform coordinate systems. PR: ports/110557 Submitted by: chinsan
* - Connect java/netbeans55miwi2007-03-201-0/+1
|
* - Add netbeans55 with jdk 1.5/1.6 supportmiwi2007-03-205-25/+26
| | | | | | | | | | | | The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers. The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS. It is easy to install and use straight out of the box. The NetBeans IDE provides developers with all the tools they need to create professional cross-platform desktop, enterprise, web and mobile applications. PR: 110372 Submitted by: Nemo Liu<nemoliu@gmail.com> Repocopy by: marcus
* - Add entry for jaca/netbeans5miwi2007-03-201-0/+1
|
* - Connect java/netbeans5miwi2007-03-201-0/+1
|
* - Add Netbeans5miwi2007-03-205-25/+22
| | | | | | | | | | | | The NetBeans IDE is a free, Open-Source Integrated Development Environment for software developers. The IDE runs on many platforms including Windows, Linux, Solaris, and the MacOS. It is easy to install and use straight out of the box. The NetBeans IDE provides developers with all the tools they need to create professional cross-platform desktop, enterprise, web and mobile applications. PR: 110373 Submitted by: Nemo Liu<nemoliu@gmail.com> Repocopy by: marcus
* Update to 1.4.2ahze2007-03-202-4/+4
|
* Adds a new way of working with threaded versions andmiwi2007-03-203-32/+49
| | | | | | | | | | | | | | | resolves conflicts. Threaded libraries and shell are installed on top of the standard ones so ports that depend on threaded and non-threaded tcl can be used simultaneously. Behaiviour with non-threaded libraries does not change. Bump PORTREVISION PR: 110402 Submitted by: Martin Matuska <martin@matuska.org> (naintainer)
* - Update to 0.8clement2007-03-203-30/+5
|
* - Fix depobj on www/jetty dependency after jetty update to 6pav2007-03-201-8/+1
| | | | Reported by: pointyhat
* Adds a new way of working with threaded versions andmiwi2007-03-202-14/+36
| | | | | | | | | | | | | resolves conflicts. Threaded libraries and shell are installed on top of the standard ones so ports that depend on threaded and non-threaded tcl can be used simultaneously. Behaiviour with non-threaded libraries does not change. PR: 110401 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 1.101clement2007-03-203-10/+10
| | | | - Convert to USE_APACHE framework
* - Update to 2.4.0-RC6mnag2007-03-202-4/+4
|
* - Change DIST_SUBDIR to read 'xmame' instead of ${PORTNAME}, so it works frompav2007-03-201-1/+1
| | | | | | slaveport xmess too Mised by: acm
* - Remove innapropriate backslash which caused DISTNAME to be ignoredpav2007-03-201-1/+1
| | | | Pointy hat to: alepulver
* - Update to 2.2.17miwi2007-03-202-4/+4
| | | | Submitted by: pav
* - Chase rubygem-activerecord updatepav2007-03-201-1/+1
| | | | | Reported by: pointyhat Pointy hat to: clsung
* - Update to 1.3.0.stas2007-03-203-7/+7
|
* - Update to 1.6b.stas2007-03-202-7/+7
|
* - Update to 20060606.stas2007-03-203-26/+37
|
* p5-WWW-TV --> ports/www/p5-WWW-TVclsung2007-03-201-0/+1
|
* Add p5-WWW-TV 0.08, perl interface to the database of series/episodes atclsung2007-03-205-0/+39
| | | | | | | TV.com. PR: ports/110124 Submitted by: Anatoliy Dmytriyev <tolid at plab.ku.dk>
* - Update to 0.10clsung2007-03-202-12/+6
| | | | | | | - pass to perl@ PR: ports/110467 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Fix build on current after objformat removalrafan2007-03-202-0/+5
| | | | | PR: ports/110508 Submitted by: Alexey Shuvaev <shuvaev at physik.uni-wuerzburg.de>
* I keep forgetting to update the plist when the splash screen collection changes.marcus2007-03-202-1/+6
|
* - Update to 2.1.22delphij2007-03-209-30/+48
| | | | | | | | | - Respect users' PTHREEAD related settings - Correct usage of BerkeleyDB - Use Berkeley DB 4.4 per original authors PR: ports/109707 Approved by: maintainer timeout (19 days)
* Fix objformat removal on -curent.maho2007-03-201-0/+8
| | | | | | | (BTW: patching to the m4 macros is not necessary, but just FYI) Submitted by: kris via pointyhat. Approved by: thierry
* Chase the libgpod shared lib version.marcus2007-03-202-4/+4
| | | | Reported by: pav
* - Note that horde-nic is a new version of long-dead net/nicsat2007-03-201-1/+1
| | | | Noticed by: thierry (ex-maintainer)
* - Update to 8.68sat2007-03-202-4/+4
|
* - Limit tomboy to i386 againpav2007-03-201-1/+1
| | | | Reported by: nox
* horde-nic --> ports/net-mgmt/horde-nicsat2007-03-201-0/+1
|
* Add port net-mgmt/horde-nic - a very simple network service monitorsat2007-03-209-0/+265
| | | | | | | WWW: http://horde.org/nic/ PR: ports/110541 Submitted by: Beech Rintoul <beech@alaskaparadise.com>
* libspiff --> ports/multimedia/libspifflx2007-03-201-0/+1
|
* libspiff is a parser library for the XSPF file format. XSPF is anlx2007-03-205-0/+57
| | | | | | | | XML-based playlist format developed by Xiph.org. PR: ports/110537 Submitted by: Ed Schouten Approved by: edwin (mentor)
* Upgrade module mysql-1.330-3.olgeni2007-03-202-1/+5
|
* - Update WWWpav2007-03-201-1/+1
|
* - Update to version 0.26lx2007-03-202-5/+5
| | | | | | | | - Change maintainer's address PR: ports/110520 Submitted by: Sergei Vyshenski (maintainer) Approved by: edwin (mentor)
* Updating to 0.34, which fixes a bug with certificate expiration.lx2007-03-202-6/+6
| | | | Approved by: edwin (mentor)
* helixplugin --> ports/www/helixpluginmi2007-03-201-0/+1
|