aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1. Update to version 3.1.0Doug Barton2007-08-233-6/+14
| | | | | | | | | | | | 2. Add a verify target for the PGP signature, and download the signature Approved by: maintainer PR: ports/115664 (pkg-plist fix) Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=198217
* Since gaim is no more, refer to pidgin insteadDoug Barton2007-08-231-1/+1
| | | | Notes: svn path=/head/; revision=198216
* Add new vender patches that addresses several bugs:Frank J. Laszlo2007-08-232-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | readline52-002: Readline neglects to reallocate the array it uses to keep track of wrapped screen lines when increasing its size. This will eventually result in segmentation faults when given sufficiently long input. readline52-003: When moving the cursor, bash sometimes misplaces the cursor when the prompt contains two or more multibyte characters. The particular circumstance that uncovered the problem was having the (multibyte) current directory name in the prompt string. readline52-004: When restoring the original prompt after finishing an incremental search, bash sometimes places the cursor incorrectly if the primary prompt contains invisible characters. readline52-005: When rl_read_key returns -1, indicating that readline's controlling terminal has been invalidated for some reason (e.g., receiving a SIGHUP), the error status was not reported correctly to the caller. This could cause input loops. readline52-006: The readline display code miscalculated the screen position when performing a redisplay in which the new text occupies more screen space that the old, but takes fewer bytes to do so (e.g., when replacing a shorter string containing multibyte characters with a longer one containing only ASCII). readline52-007: An off-by-one error in readline's input buffering caused readline to drop each 511th character of buffered input (e.g., when pasting a large amount of data into a terminal window). Notes: svn path=/head/; revision=198215
* - Try to provide reasonable alternatives for removed emacs-related portsAndrew Pantyukhin2007-08-231-23/+23
| | | | Notes: svn path=/head/; revision=198214
* Update to 1.6.9Emanuel Haupt2007-08-232-4/+4
| | | | Notes: svn path=/head/; revision=198213
* - Fix plist by using PYDISTUTILS_PKGNAMEAndrew Pantyukhin2007-08-231-5/+6
| | | | | | | | | | - Provide more mirrors - Bump portrevision Reported by: pointyhat via portsmon Notes: svn path=/head/; revision=198212
* Enable schemas.Florent Thoumie2007-08-232-2/+44
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=198211
* Enable schemas.Florent Thoumie2007-08-234-4/+56
| | | | Notes: svn path=/head/; revision=198210
* . Correctly respect WITHOUT_WEB. This should fix the default amd64 buildGreg Lewis2007-08-231-8/+9
| | | | | | | on 7.x. Notes: svn path=/head/; revision=198209
* - Update to 8.nRong-En Fan2007-08-232-16/+8
| | | | | | | | | | | | - Change default CXXFLAGS from -Os to -O3 - SSE assembly has been dropped due to lack of evidence for improved performance PR: ports/115708 Submitted by: bf <bf2006a at yahoo.com> (maintainer) Notes: svn path=/head/; revision=198208
* - Update to 2.0.3Rong-En Fan2007-08-2316-52/+84
| | | | | | | | PR: ports/115724 Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer) Notes: svn path=/head/; revision=198207
* - Update to 1.0.0Martin Wilke2007-08-232-5/+4
| | | | | | | | | PR: 115713 Submitted by: robert blacquiere <robert@blacquiere.nl> Approved by: maintainer Notes: svn path=/head/; revision=198206
* - Update to 6.7Martin Wilke2007-08-232-5/+4
| | | | | | | | PR: 115711 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=198205
* The bbcode extension is a quick and efficient BBCode Parsing Library.Martin Wilke2007-08-234-0/+38
| | | | | | | | | | | | | It provides various tag types, high speed one pass parsing, callback system and tag position restriction. WWW: http://pecl.php.net/package/bbcode/ PR: ports/115238 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org> Notes: svn path=/head/; revision=198203
* Bump PORTREVISION.Max Khon2007-08-231-0/+1
| | | | Notes: svn path=/head/; revision=198202
* - Remove ONLY_FOR_ARCHS to see what happens (they say in the websiteMax Khon2007-08-233-21/+27
| | | | | | | | | | | | | | | | it's more portable now). - Install manpages into ${MANPREFIX}/man, not ${PREFIX}/share/man. - Bring back IGNORE for FreeBSD < 600000 (all fusefs-* ports have it, and the build would succeed but installation of dependencies would fail). - Add a note in pkg-message about memory usage, and make a gramatical correction. - Avoid calling fsync() twice. PR: 115088 Submitted by: alepulver@ Notes: svn path=/head/; revision=198201
* - Fix pkg-plist with undefined WITH_EDIT variableMax Khon2007-08-233-142/+173
| | | | | | | | | | | - Add WITH_NLS option - Use %%DATADIR%% PR: 112690 Submitted by: Vlad V. Teterya Notes: svn path=/head/; revision=198200
* Bump port revision to mark the addition of four missing plist entries.Dag-Erling Smørgrav2007-08-232-0/+2
| | | | Notes: svn path=/head/; revision=198199
* Utilize USE_XORGKirill Ponomarev2007-08-231-3/+1
| | | | | | | | PR: ports/115537 Submitted by: mm Notes: svn path=/head/; revision=198198
* Regenerate patch-objformat with 5 lines of context. If target file wasAlexander Kabaev2007-08-231-2/+3
| | | | | | | | | | | | already patched by optpatch-freetype and patch program needs to locate shifted position for the hunk, default three lines of context are not enough to properly locate the right place. This unbreaks builds with optional WITH_TTF_BYTECODE_ENABLED feature enabled. Notes: svn path=/head/; revision=198197
* Add a link to the main article to saved articlesTilman Keskinoz2007-08-232-1/+17
| | | | | | | | Obtained from: newsbeuter svn Reported by: clemens fischer Notes: svn path=/head/; revision=198196
* pyrad is a Python implementation of a RADIUS client as described in RFC2865.Martin Wilke2007-08-235-0/+71
| | | | | | | | | | | | | It takes care of all the details like building RADIUS packets, sending them and decoding responses. WWW: http://www.wiggy.net/code/pyrad/ PR: ports/115458 Submitted by: Blaz Zupan <blaz at si.FreeBSD.org> Notes: svn path=/head/; revision=198194
* - Use a more appropriate master site subdirAndrew Pantyukhin2007-08-231-1/+1
| | | | | | | Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer) Notes: svn path=/head/; revision=198193
* Update to OOG680_m2.Maho Nakata2007-08-234-10/+10
| | | | Notes: svn path=/head/; revision=198192
* PulseAudio Volume Meter (pavumeter) is a simple GTK volume meter for theMartin Wilke2007-08-235-0/+35
| | | | | | | | | | | | PulseAudio sound server. WWW: http://0pointer.de/lennart/projects/pavumeter/ PR: ports/115317 Submitted by: Romain Tartière <romain at blogreen.org> Notes: svn path=/head/; revision=198190
* PulseAudio Preferences (paprefs) is a simple GTK based configuration dialog forMartin Wilke2007-08-235-0/+41
| | | | | | | | | | | | | | | | the PulseAudio sound server. Please note that this program can only configure local servers, and requires that a special module module-gconf is loaded in the sound server. (Since PulseAudio 0.9.5 this modules is loaded by default.) WWW: http://0pointer.de/lennart/projects/paprefs/ PR: ports/115318 Submitted by: Romain Tartière <romain at blogreen.org> Notes: svn path=/head/; revision=198188
* PulseAudio Volume Control (pavucontrol) is a simple GTK based volume controlMartin Wilke2007-08-235-0/+39
| | | | | | | | | | | | | | tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream seperately. WWW: http://0pointer.de/lennart/projects/pavucontrol/ PR: ports/115320 Submitted by: Romain Tartière <romain at blogreen.org> Notes: svn path=/head/; revision=198186
* PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registersMartin Wilke2007-08-235-0/+47
| | | | | | | | | | | | | | | | | | | an icon in the tray area and allows quick access to some features of the PulseAudio sound server. Specifically it can do for you: - Notify about new sink/sources becoming available on the LAN - Quickly change the default PulseAudio sink/source/server assigned to the current X11 display, selecting devices available on the LAN - Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume Meter, PulseAudio Manager, PulseAudio Preferences WWW: http://0pointer.de/lennart/projects/padevchooser/ PR: ports/115315 Submitted by: Romain Tartière <romain at blogreen.org> Notes: svn path=/head/; revision=198184
* - Update to 5.27Martin Wilke2007-08-234-21/+8
| | | | | | | | PR: 115449 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=198183
* - Fix build with gcc 4Rong-En Fan2007-08-231-1/+2
| | | | | | | | | | - Pet portlint(1) PR: ports/115749 Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer) Notes: svn path=/head/; revision=198182
* Update to the 20070822 snapshot of GCC 4.2.2. Add the same CONFLICTS withGerald Pfeifer2007-08-232-19/+22
| | | | | | | lang/gcc295 that we already have in lang/gcc43. Notes: svn path=/head/; revision=198181
* Update to 0.6.8.Sergey A. Osokin2007-08-232-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now nginx tries to set the "worker_priority", "worker_rlimit_nofile", "worker_rlimit_core", and "worker_rlimit_sigpending" without super-user privileges. *) Change: now nginx escapes space and "%" in request to a mail proxy authentication server. *) Change: now nginx escapes "%" in $memcached_key variable. *) Bugfix: nginx used path relative to configuration prefix for non-absolute configuration file path specified in the "-c" key; bug appeared in 0.6.6. *) Bugfix: nginx did not work on FreeBSD/sparc64. </ChangeLog> Notes: svn path=/head/; revision=198180
* OPTIONify. (*)Sergey A. Osokin2007-08-231-27/+75
| | | | | | | | | | Add more switches for built-in modules. Submitted by: Ilya Pizik aka polzun at scar dot jinr dot ru (*) Merge to www/nginx after: 2 weeks Notes: svn path=/head/; revision=198179
* - Update to 0.20070820Rong-En Fan2007-08-234-64/+130
| | | | | | | | | | - Use DESKTOP_ENTRIES PR: ports/115671 Submitted by: Yinghong Liu <relaxbsd at gmail.com> (maintainer) Notes: svn path=/head/; revision=198178
* - Update to 1.3.4Rong-En Fan2007-08-232-6/+5
| | | | | | | | | | | - Use macro from bsd.sites.mk PR: ports/115670 Submitted by: ijliao Approved by: Laurent Courty <lrntct at gmail.com> (maintainer) Notes: svn path=/head/; revision=198177
* - Update to 1.22Rong-En Fan2007-08-233-9/+15
| | | | | | | | | | - Switch to USE_XORG PR: ports/115500 Submitted by: Dmitry Karasik <dmitry at karasik.eu.org> (maintainer) Notes: svn path=/head/; revision=198176
* - Update to 1.3.1Rong-En Fan2007-08-234-34/+27
| | | | | | | | PR: ports/115605 Submitted by: Anderson S. Ferreira <anderson at cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=198175
* Upgrade to 2.1.2Andrey A. Chernov2007-08-232-4/+4
| | | | | | | | PR: 115720 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Notes: svn path=/head/; revision=198174
* Remove USE_LDCONFIG (not required).Max Khon2007-08-231-1/+0
| | | | Notes: svn path=/head/; revision=198173
* - Unbreak on HEAD (gcc 4.2)Ion-Mihai Tetcu2007-08-232-4/+30
| | | | | | | | PR: ports/115744 Submitted by: Simun Mikecin Notes: svn path=/head/; revision=198172
* New port: fusefs-podMax Khon2007-08-235-0/+51
| | | | | | | | | | FUSEPod is a userspace filesystem which mounts your iPod into a directory for easy browsing of your songs on your iPod. It features a configurable directory layout, read/write support, read support for playlists and finds where your iPod is. Notes: svn path=/head/; revision=198170
* add p5-Sort-Key-Top 0.01Ying-Chieh Liao2007-08-235-0/+40
| | | | | | | Select and sort top n elements Notes: svn path=/head/; revision=198168
* - Fix build on x86_64 [1]Max Khon2007-08-232-8/+39
| | | | | | | | | - Fix build with gcc 4.2.1. Pointed out by: kris via pointyhat [1] Notes: svn path=/head/; revision=198167
* Update 0.9.12.Roman Bogorodskiy2007-08-232-4/+4
| | | | Notes: svn path=/head/; revision=198166
* lang/neko: fixed compile error on amd64 6Daichi GOTO2007-08-231-1/+5
| | | | | | | | | | | - fixed compile error (6-RELEASE amd64, 7-CURRENT amd64) PR: ports/115723 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Pointed out by: via krisbot Notes: svn path=/head/; revision=198165
* - change maintainer address on ports I maintainThomas Abthorpe2007-08-2366-66/+66
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=198164
* - Update to 0.83Cheng-Lung Sung2007-08-232-5/+4
| | | | Notes: svn path=/head/; revision=198163
* - Update to 0.4.1Thomas Abthorpe2007-08-232-4/+4
| | | | | | | | PR: ports/115735 Approved by: clsung (mentor) Notes: svn path=/head/; revision=198162
* force commit for missed file.Thomas Abthorpe2007-08-231-0/+15
| | | | Notes: svn path=/head/; revision=198161
* - Update to 0.1.20Thomas Abthorpe2007-08-236-63/+24
| | | | | | | | | | | | | | | - Take maintainership Removed file(s): - files/lib-patch-src_verbiste_FrenchVerbDictionary.cpp - files/lib-patch-Makefile.in PR: ports/115145 Submitted by: tabthorpe@ Approved by: clsung (mentor) Notes: svn path=/head/; revision=198160