aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.07clsung2006-10-312-4/+4
| | | | | PR: ports/104513 Submitted by: maintainer (Jin-Shan Tseng)
* gnustep-notebook --> ports/deskutils/gnustep-notebookdinoex2006-10-311-0/+1
|
* NoteBook.app is an application to store and organize your notes writtendinoex2006-10-315-0/+66
| | | | | | | | | | | | | for use with GNUstep. Features * Uses a document interface to open multiple Notebooks. * Each notebook has it's own tree interface navigable via a NSBrowser control. Both branch pages and leaf pages can contain note information. * Stores note pages in Rich Text Format allowing you to format the note with different fonts, styles, weights, etc... WWW: http://notebook.cowgar.com/
* - Update to 0.1.2.3clsung2006-10-312-4/+4
| | | | | PR: ports/104932 Submitted by: maintainer (Peter Thoenen)
* helpviewer --> ports/deskutils/helpviewerdinoex2006-10-311-0/+1
|
* HelpViewer is an online help viewer for GNUstep programsdinoex2006-10-315-0/+72
| | | | WWW: http://www.roard.com/helpviewer/
* systempreferences --> ports/deskutils/systempreferencesdinoex2006-10-311-0/+1
|
* System Preferences is a clone of the Apple OS X System Preferencesdinoex2006-10-315-0/+112
| | | | | | | application based on a GNUstep implementation of the PreferencePanes framework. WWW: http://www.gnustep.it/enrico/system-preferences/
* matharray --> ports/math/matharraydinoex2006-10-311-0/+1
|
* MathArray is a general library of classes for performing mathematicaldinoex2006-10-315-0/+59
| | | | | | | | | | | | | | | | | | operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. MathArray is implemented using a "class cluster" concept, allowing one to perform mathematical calculations on a number without necessarily being aware of what type (class) of number is being operated on. MathArray knows implicitly what types of operations can be performed on what types of numbers and will automatically cast itself to the correct number type representation to handle the specific operation. Standard operations include addition, scalar and matrix multiplication and logical operations. Mathematical operations in the standard C math library are also supported, as well as user-defined functions. MathArray also does much more. Arrays can be manipulated, transposed and concatenated. One can extract subarrays or include subarrays within larger arrays.
* preferencepanes --> ports/deskutils/preferencepanesdinoex2006-10-311-0/+1
|
* NSPreferencePane is an abstract class that defines the interface fordinoex2006-10-315-0/+53
| | | | | subclassers to provide preference panes to System Preferences or other applications.
* steptalk --> ports/lang/steptalkdinoex2006-10-311-0/+1
|
* StepTalk is the official GNUstep scripting framework. StepTalk is moredinoex2006-10-315-0/+155
| | | | | | | | | | than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles. WWW: http://www.gnustep.org/experience/StepTalk.html
* webserver --> ports/www/webserverdinoex2006-10-311-0/+1
|
* The WebServer class provides the framework for a GNUstep program to actdinoex2006-10-315-0/+54
| | | | | | | | | | | | as an HTTP or HTTPS server for simple applications. It does not attempt to be a general-purpose web server, but is rather intended to permit a program to easily handle requests from automated systems which are intended to control, monitor, or use the services provided by the program in which the class is embedded. The emphasis is on making it robust/reliable/simple, so you can rapidly develop software using it. It is a single-threaded, single-process system using asynchronous I/O, so you can easily run it under debug in gdb to fix any bugs in your delegate object.
* * Upgrade devel/google-sparsehash from 0.4 to 0.5vd2006-10-312-4/+6
| | | | * Add regression-test: target which is an alias for check:
* gnustep-ticker --> ports/www/gnustep-tickerdinoex2006-10-311-0/+1
|
* A Linux RSS monitor for RSS and Atom feeds that lets youdinoex2006-10-315-0/+59
| | | | | | | | | | | | | | | | | | | | | | monitor many feeds at once and supports feed access through a web (HTTP) proxy. Configure a feed to your liking, click "add/update" to record your data and "instantiate" to create a window for the feed. Right-click on the feed browser to display the feed menu, or use the main menu. A ticker window for a feed displays headlines for all articles in the feed. Right-click on the window or on the main menu to display the "article" menu, where you may display the text of the article, view it in a browser, follow the article link if there was one or display a browser for all articles in the feed. Right-click on the browser or the article content view to display the article menu and apply it to the currently selected article. Right-click on the article text view to display the "article" menu. Article text views will be collected when the feed updates. The headline view will flash/beep when the data in the feed change. You may have to experiment to find a font that displays your language correctly. I have found that Helvetica works well with Google's German, French and Spanish feeds. WWW: http://www.gnustep.it/marko/Ticker/index.html
* sqlclient --> ports/databases/sqlclientdinoex2006-10-311-0/+1
|
* This library is a lightweight database abstraction layer designed to makedinoex2006-10-315-0/+97
| | | | | | | | | it simple to write high performance applications using SQL databases from Objective-C. The library consists of a semi-abstract superclass doing much of the work and allowing extremely simple database specific bundles to be written to talk to particular database servers. It comes with backend bundles for Postgres, MySQL, and SQLite (plus an untested Oracle bundle).
* performance --> ports/devel/performancedinoex2006-10-311-0/+1
|
* This library is a collection of classes intended to be used to helpdinoex2006-10-315-0/+59
| | | | | | | | | | | | improve the performance of GNUstep and Cocoa applications. The scope of the library is therefore - 1. Subclasses of standard Cocoa classes which are optimised for particular uses. 2. Classes to perform tasks which can improve application performance by mechanisms not covered by existing classes. 3. Classes to monitor/analyse performance issues so you can tell what needs to be optimised.
* gpuzzle --> ports/games/gpuzzledinoex2006-10-311-0/+1
|
* Simulates a jigsaw puzzle and illustrates the use of clipping paths.dinoex2006-10-319-0/+93
| | | | | | | | | | You need a medium-sized TIFF file to play this game. Left-click and drag to move a piece or cluster. Ctrl-left-click and drag to connect knobs to slots. Right-click to disassemble a cluster. Ctrl-right-click to extract a piece from a cluster. WWW: http://www.gnustep.it/marko/GPuzzle2/
* gmastermind --> ports/games/gmasterminddinoex2006-10-311-0/+1
|
* The well-known mastermind game.dinoex2006-10-315-0/+51
| | | | | | | | | | | | | Drag-and-drop colors from the palette or from the board itself. The object is to determine the hidden combination of four colors. The game may be played in two modes: with replacement, which means that colors may repeat, and without replacement, which means that colors are unique. The user selects a choice of four colors and "commits" them. The program replies with an evaluation -- a black peg for a color that is placed correctly, and a white peg for a color that is in the wrong position. The user may make a total of eight queries. WWW: http://www.gnustep.it/marko/GMastermind/
* - Update to 1.2.8chinsan2006-10-318-44/+30
| | | | | | | | | - Decrease the dependence (Suggested by: vanilla via irc) PR: ports/104570, ports/104531 Submitted by: chinsan Approved by: delphij (mentor)
* projectmanager --> ports/devel/projectmanagerdinoex2006-10-311-0/+1
|
* ProjectManager aims to provide a simple, but very usable developmentdinoex2006-10-315-0/+477
| | | | | | environment for all a programmer's everyday needs. WWW: http://home.gna.org/pmanager/
* highlighterkit --> ports/devel/highlighterkitdinoex2006-10-311-0/+1
|
* polymer --> ports/x11-themes/polymerdanfe2006-10-311-0/+1
|
* Framework needed by Project Manager.dinoex2006-10-319-0/+115
| | | | WWW: http://home.gna.org/pmanager/
* wizardkit --> ports/devel/wizardkitdinoex2006-10-311-0/+1
|
* Framework needed by Project Manager.dinoex2006-10-311-0/+1
| | | | WWW: http://home.gna.org/pmanager/
* Add Polymer, Qt 3.x port of popular Plastik KDE theme.danfe2006-10-315-0/+60
|
* gspdf --> ports/print/gspdfdinoex2006-10-311-0/+1
|
* GSPdf is a Postscript and Pdf Viewer for GNUstep.dinoex2006-10-315-0/+56
| | | | | | It is a frontend for Ghostscript. WWW: http://www.gnustep.it/enrico/gspdf/
* affiche --> ports/deskutils/affichedinoex2006-10-311-0/+1
|
* Affiche is a little application that allows people to "stick"dinoex2006-10-315-0/+71
| | | | | | | | | | | | little notes on their computer desktop. It works well under GNUstep and under Apple Mac OS X. The goal of this little application is to provide a good example on how to develop cross-platform applications between GNUstep and Apple Mac OS X while providing a useful application at the same time. WWW: http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=5
* waiho --> ports/ftp/waihodinoex2006-10-311-0/+1
|
* Waiho is a simple FTP client for GNUstep, designed to be easy to use.dinoex2006-10-316-0/+58
| | | | | | While it's far from finished, it's already quite useable. WWW: http://www.roard.com/waiho/
* lapispuzzle --> ports/games/lapispuzzledinoex2006-10-311-0/+1
|
* dbh10 --> ports/databases/dbh10ijliao2006-10-311-0/+1
|
* LapisPuzzle is a tetris-like game which challenges the player by makingdinoex2006-10-315-0/+48
| | | | | | | | | the opposing team's victories count doubly against the player and vice versa. Play it and find out! WWW: http://www.nongnu.org/gap/lapispuzzle/ PR: 104388 Submitted by: Gürkan Sengün
* Fix two use-after-free problems that can trigger a crash when runningmarcus2006-10-312-0/+23
| | | | with malloc debugging enabled.
* * upgrade dbh to 4.5.0ijliao2006-10-316-12/+26
| | | | | | | * keep old dbh 1.0 as dbh10 * reassign XFCE dependent to dbh10 Approved by: oliver (maintainer of XFCE4)
* - disconnect pantomime-ssldinoex2006-10-311-1/+0
|
* - update to 1.2.0pre2dinoex2006-10-313-23/+130
|
* - update to 1.2.0pre2dinoex2006-10-313-74/+96
| | | | this obsoletes pantomime-ssl
* - clean package namedinoex2006-10-313-5/+5
|
* - cleanup dirs that are now in gnustep-makedinoex2006-10-312-0/+2
|
* - connect cairo backenddinoex2006-10-312-1/+1
|
* - add Local/Library/Documentation, Local/Toolsdinoex2006-10-312-1/+7
|
* - new optionsdinoex2006-10-311-6/+45
| | | | | | | | | | | USE_GNUSTEP_SYSTEM_APPS= ProjectCenter:devel/projectcenter.app depends on Application installed in System directrory at runtime USE_GNUSTEP_LOCAL_APPS= Ink:misc/gnustep-examples depends on Application installed in Local directrory at runtime USE_GNUSTEP_MAKE_DIRS= App Tools call build and install target in each of the given dirs.
* - update to 10.26.32dinoex2006-10-312-4/+4
|
* - update to 1.3.4dinoex2006-10-3111-200/+109
| | | | pkg-plist files submitted by Dennis Schneider
* - fix interactive mode for OpenLDAPdinoex2006-10-311-1/+1
| | | | Andrik~ Tam~
* - add CONFLICTSdinoex2006-10-311-2/+3
| | | | - make portlint happier
* - drop USE_X_PREFIXdinoex2006-10-313-3/+3
|
* Update to 2.16.2.marcus2006-10-313-25/+4
|
* - Update to 0.20rafan2006-10-312-4/+4
| | | | | PR: ports/104504 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw> (maintainer)
* - Update to 0.80rafan2006-10-313-4/+6
| | | | | PR: ports/104492 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Fix typo in pkg-messagerafan2006-10-314-2/+4
| | | | | PR: ports/104470 Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer)
* - Update to 2.11rafan2006-10-312-4/+4
|
* - Update to 1.0rafan2006-10-318-88/+630
| | | | | PR: ports/104461 Submitted by: Janos Mohacsi <janos.mohacsi at bsd.hu> (maintainer)
* - Update to 0.754rafan2006-10-312-5/+5
| | | | | PR: ports/104424 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 0.727rafan2006-10-312-4/+4
| | | | | PR: ports/104424 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 0.531rafan2006-10-312-4/+4
| | | | | PR: ports/104423 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 0.82rafan2006-10-312-4/+4
| | | | | PR: ports/104423 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 2.1rafan2006-10-318-42/+86
| | | | | PR: ports/104304 Submitted by: Marcus von Appen <mva at sysfault.org> (maintainer)
* - Update to 0.3rafan2006-10-312-4/+4
| | | | | PR: ports/104291 Submitted by: Ganael LAPLANCHE <ganael.laplanche at martymac.com> (maintainer)
* - Update to 3.9.2rafan2006-10-312-5/+5
| | | | | PR: ports/104272 Submitted by: UMENO Takashi <umeno at rr.iij4u.or.jp> (maintainer)
* - Update to 0.07chinsan2006-10-312-6/+6
| | | | | | | | - Transfer maintainership to the author of CPAN perl module. PR: ports/104716 Submitted by: chinsan Approved by: delphij (mentor)
* - Update to 0.9rafan2006-10-312-4/+4
| | | | | PR: ports/104246 Submitted by: Babak Farrokhi <babakat farrokhi.net> (maintainer)
* Forced commit to note the association of the v2.8.1 upgrade with:jkoshy2006-10-310-0/+0
| | | | PR: ports/104197
* Upgrade to v2.8.1. Upstream changes include:jkoshy2006-10-313-486/+494
| | | | | | | | | | | | - New keymaps: Devanagari-Velthuis, Polish-slash, Baybayin, Glagolitic. Updated keymaps: Bulgarian, Slavic. - Fixes for compilation with Gcc 4.1. - Updates for Unicode 4.1.0 and the upcoming 5.0.0 standard. - Added a +LINENO option to yudit. - Other bug fixes. Submitted by: chinsan
* - Update to 0.21clsung2006-10-312-4/+4
| | | | | PR: ports/104521 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* pecl-timezonedb -> ports/misc/pecl-timezonedbmnag2006-10-311-0/+1
|
* - Add LGJ_FONT KNOB (Patch for Taiwanhorn) as default optionvanilla2006-10-314-8/+54
| | | | | | | - Take maintainership PR: ports/104539 Submitted by: chinsan@
* - Add port misc/pecl-timezonedbmnag2006-10-314-0/+35
| | | | | | | | This extension is a drop-in replacement for the builtin timezone database that comes with PHP. You should only install this extension in case you need to get a later version of the timezone database then the one that ships with PHP. WWW: http://pecl.php.net/package/timezonedb
* - take maintainershipclsung2006-10-312-2/+2
| | | | | PR: ports/104951 Submitted by: Alexander Logvinov <ports_AT_logvinov dot com>
* - Update to 1.4.13 [1]mnag2006-10-313-20/+70
| | | | | | | | | - Add options for bzip2, fam, gdbm, memcache, and valgrind [1] - Fix build in 4.x PR: 104239 [1] Submitted by: Gea-Suan Lin <gslin___gslin.org> [1] Approved by: maintainer timeout (21 days)
* - Update to 1.5mnag2006-10-312-5/+4
| | | | | PR: 104892 Approved by: maintainer
* - maintainership pass to perl@clsung2006-10-311-1/+1
| | | | | PR: ports/104336 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* Update to the 20061030 snapshot which contains support for virtual GEOMmarcus2006-10-314-27/+6
| | | | | classes such as MIRROR, LABEL, GELI, etc. as well as fixes a bug with handling the return value from open(2) in the volume probing code.
* Fix Makefile.layout to work with FreeBSD 4.x.shaun2006-10-311-0/+2
| | | | Noticed by: Dan Langille's magic sanity test script
* py-basemap --> ports/math/py-basemapalepulver2006-10-311-0/+1
|
* Plots data on map projections (with continental and political boundaries).alepulver2006-10-315-0/+77
| | | | | | | WWW: http://matplotlib.sourceforge.net/matplotlib.toolkits.basemap.basemap.html PR: ports/104316 Submitted by: mainland at apeiron.net
* - Update to 0.99.5clsung2006-10-315-67/+13
| | | | | | | | | BGP users of 0.99 are strongly encouraged to upgrade to 0.99.5, due to an important fix for an AS-Path loop-checking regression, or even a CVS snapshot, to assist in testing. OSPF 0.99-CVS is believed to be stable at this point. PR: ports/104371 Submitted by: maintainer (Boris Kovalenko)
* pecl-mnogosearch --> ports/www/pecl-mnogosearchalepulver2006-10-311-0/+1
|
* mnoGoSearch is an extension to add mnoGoSearch bindings to PHP 5.1+alepulver2006-10-314-0/+32
| | | | | | | WWW: http://pecl.php.net/package/mnogosearch/ PR: ports/104277 Submitted by: breaker1 <breaker1 at gmail.com>
* - I forgot to unbreak itclsung2006-10-311-2/+0
| | | | Noted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* gaim-consoleui-devel --> ports/net-im/gaim-consoleui-develmarcus2006-10-311-0/+2
| | | | libgaim --> ports/net-im/libgaim
* Add entries for gaim-consoleui-devel and libgaim.marcus2006-10-311-0/+2
|
* Add gaim-consoleui-devel after a repo-copy from net-im/gaim-devel.marcus2006-10-314-1152/+110
| | | | | Gaim-consoleui-devel is the 2.0 beta version of the Gaim instance messaging client with an ncurses, console-based frontend UI.
* p5-Tie-CPHash --> ports/devel/p5-Tie-CPHashalepulver2006-10-311-0/+1
|
* Tie::CPHash is a Perl module implementing a case preserving but casealepulver2006-10-315-0/+35
| | | | | | | | | insensitive hash table. Author: CJM <cjm@pobox.com> PR: ports/104232 Submitted by: David Chaplin-Loebell <direct at klatha.com>
* Update to 2.0.0.b4. See http://gaim.sourceforge.net/planet/ for an ideamarcus2006-10-3112-1452/+888
| | | | of the new features in this beta release.
* Add libgaim 2.0.0.b4 after a repo-copy from net-im/gaim-devel. libgaimmarcus2006-10-318-858/+308
| | | | | is the backend library and protocols for the Gaim instance messenger client. This backend can support a number of client frontends.
* wdiag --> ports/net-mgmt/wdiagalepulver2006-10-311-0/+1
|
* wdiag is a utility to monitor Westell DSL modem diagnostics and linealepulver2006-10-316-0/+35
| | | | | | | | | statistics. It reports SNR, Attenuation, etc for the DSL line. WWW: http://wdiag.sourceforge.net/ PR: ports/104231 Submitted by: Josh Carroll <josh.carroll at gmail.com>
* sguil-server --> ports/security/sguil-serveralepulver2006-10-311-0/+1
|
* Reserve uid:gid 559 for the tacacs user for net/tac_plus4.marcus2006-10-311-0/+1
|
* Sguil is an open source tool to implement Networkalepulver2006-10-3110-0/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | Security Monitoring (NSM). NSM is the collection, analysis, and escalation of indications and warnings to detect and respond to intrusions. NSM tools are used more for network audit and specialized applications than traditional alert-centric "intrusion detection" systems. Want to learn more about Network Security Monitoring (NSM)? Then check out Richard Bejtlich's recently released book, The Tao of Network Security Monitoring: Beyond Intrusion Detection. An excerpt reads: "Network security monitoring (NSM) equips security staff to deal with the inevitable consequences of too few resources and too many responsibilities. NSM collects the data needed to generate better assessment, detection, and response processes--resulting in decreased impact from unauthorized activities." WWW: http://sguil.sourceforge.net/index.php pauls@utdallas.edu PR: ports/104227 Submitted by: Paul Schmehl <pauls at utdallas.edu>
* * Update to F4.0.4.13marcus2006-10-319-78/+100
| | | | | | | * Configure tac_plus to run as the user tacacs after starting up [1] * Convert to USE_RC_SUBR Requested by: Ryan Steinmetz <rpsfa@rit.edu>
* - Update to 1.0 (first stable release).alepulver2006-10-313-30/+33
| | | | | PR: ports/104515 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
* Update to 2.6.8.marcus2006-10-314-33/+11
|
* - Fix with Python 2.5.alepulver2006-10-311-0/+307
| | | | | PR: ports/104451 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
* Add note about an issue pertaining to the news/inn-{current,stable}shaun2006-10-311-0/+11
| | | | update.
* Update to 2.16.2.marcus2006-10-313-5/+16
|
* - Update to version 3.01.alepulver2006-10-313-10/+7
| | | | | PR: ports/104387 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk> (maintainer)
* Update to 0.72.marcus2006-10-313-5/+31
|
* Update to 0.94.marcus2006-10-316-53/+31
|
* Overhaul for the inn ports:shaun2006-10-3122-1686/+564
| | | | | | | | | - Turn inn-stable and inn-current into slaves, as they are pretty much clones of news/inn. - Update the above ports to recent snapshots. - Allow inn's database and spool directories to be placed outside PREFIX (e.g. under /var). - Add OPTIONS knobs.
* - Update to 0.9.0.20061020ahze2006-10-313-20/+43
|
* - Update lang/sdcc-devel to version 2.6.1.2006.10.12.alepulver2006-10-311-2/+2
| | | | | PR: ports/104258 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Don't depend on glib since only the examples use glibahze2006-10-311-4/+5
|
* - Update lang/metaocaml to 3.09.a30.alepulver2006-10-313-982/+37
| | | | | PR: ports/104319 Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
* - Update to 0.0.20061030ahze2006-10-316-22/+40
|
* - Update to 2.5.alepulver2006-10-315-32/+41
| | | | | PR: ports/104619 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Update to 0.10clsung2006-10-313-18/+85
| | | | | | | PR: ports/103847 Submitted by: clsung Reviewed by: maintainer Approved by: maintainer (Rui Lopes)
* - Update to 1.2.2ahze2006-10-312-8/+7
|
* - Make fetchable.alepulver2006-10-313-20/+19
| | | | | | | - Remove BROKEN, DEPRECATED and EXPIRATION_DATE. PR: ports/104593 Submitted by: Alexander Logvinov <ports@logvinov.com>
* - Update to 5.3.2.alepulver2006-10-313-7/+8
| | | | | PR: ports/104241 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
* - Reformat pkg-descr, add WWW.alepulver2006-10-312-21/+27
| | | | | | | - Take maintainership. PR: ports/104235 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Reformat pkg-descr.alepulver2006-10-312-7/+5
| | | | | | | - Take maintainership. PR: ports/104233 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Update to 3.1.7clsung2006-10-312-4/+4
| | | | | | | | | | - note : 3.1.7 is a "quick-fix" release; it contains only a fix for one bug, introduced accidentally in 3.1.6: if admins had set rule scores in the site configuration in /etc, sa-update would fail. Back out this change PR: ports/104314 Submitted by: Yoshito Uchiyama<gato_AT_intaa dot net>
* - Update to 0.20clsung2006-10-313-28/+21
| | | | | PR: ports/104592 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* Update to version 2.0.3markus2006-10-314-8/+8
| | | | Submitted by: Boyd Faulkner <faulkner@coeli.org>
* - Update to 0.04clsung2006-10-313-7/+7
| | | | | | PR: ports/103563 Submitted by: clsung Approved by: maintainer (timeout)
* - Update to 1.87.1clsung2006-10-312-4/+4
| | | | | PR: ports/104373 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* - Update to 0.7.2alexbl2006-10-313-9/+33
| | | | Triggered by: Thomas Abthorpe <thomas@goodking.ca> in ports/104651
* - Update to 1.35clsung2006-10-312-8/+8
| | | | | | PR: ports/104511 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Approved by: maintainer (Denis Shaposhnikov)
* - Update to 1.99.5clsung2006-10-312-4/+4
| | | | | PR: ports/104608 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
* - Update to 1.11clsung2006-10-313-21/+7
| | | | | | | - remove stale patch PR: ports/104591 [1], ports/104816 [2] Submitted by: <tjs_AT_cdpa dot nsysu dot edu dot tw> [1], <babak@farrokhi dot net> [2]
* - Update to 2.4.0rafan2006-10-313-14/+95
| | | | | | PR: ports/104261 Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - Unbreakrafan2006-10-312-8/+6
| | | | | | | | - pet portlint(1) PR: ports/104327 Submitted by: rafan Approved by: maintainer timeout (19 days)
* - Fix dependency for Perl < 5.7.1rafan2006-10-311-1/+8
| | | | | | PR: ports/104671, ports/104672 Submitted by: Jin-Shan Tseng, Gea-Suan Lin Approved by: Kuang-che Wu (maintainer)
* - Update to 2.1.5clsung2006-10-315-367/+16
| | | | | | | - Remove RESTRICTED. PR: ports/104677 Submitted by: maintainer (trasz <trasz_AT_pin dot if dot uz dot zgora dot pl>)
* upgrade to 1.5.1ijliao2006-10-312-7/+10
|
* upgrade to 1.1ijliao2006-10-312-18/+16
|
* - Security Update to 1.2.14clsung2006-10-313-21/+19
| | | | | | | - Update Mirror Sites PR: ports/104650 Submitted by: maintainer (Gea-Suan Lin)
* - Update to 0.95.7 (distversion 0.957)rafan2006-10-312-4/+4
|
* - Update to 0.68rafan2006-10-312-4/+4
|
* Upgrade to 2.8ache2006-10-313-5/+147
|
* Use right default socket name in startup scriptache2006-10-312-2/+2
|
* Update to 1.0.r10.shaun2006-10-3110-118/+144
| | | | | PR: ports/104365 Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
* * Upgrade to version 5.10jeh2006-10-312-8/+9
| | | | * When package building, don't automatically fetch the newest DAT
* - Update to 0.1.3ahze2006-10-312-4/+4
|
* Take maintainership.shaun2006-10-311-2/+2
|
* - UNBREAK: fix distinfo since tarball was rerolledgarga2006-10-312-5/+3
| | | | | | | I've look changes carefully and made a lot of tests, so, changes are ok. PR: ports/104346 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
* - Update to 1.4.5ahze2006-10-313-6/+8
| | | | | PR: ports/104487 Submitted by: leeym
* - Fix PATH'sahze2006-10-314-1/+101
|
* Unlock the ports tree now that the RELEASE_6_2_0 tag has been set.marcus2006-10-311-1/+1
|
* Ports tree is now in pre-release slush, and portmgr approval for commits ismarcus2006-10-311-1/+1
| | | | no longer required.
* Lock the tree down for release tagging.marcus2006-10-311-1/+1
|
* Hack around a bug that would almost certainly result in a crash formarcus2006-10-314-2/+114
| | | | | | | | | | any users trying to download or play Podcasts in Rhythmbox. This is a bandaid until the locking code is rewritten upstream. Tested by: ahze flz Reported by: many Approved by: portmgr (implicit)
* Make SpiderMonkey build with thread-support regardless of whether or notmi2006-10-311-7/+6
| | | | | | | | | | | the post-build self-testing is enabled. The self-test was on by default until March, which hid the problem... Take pointy-hat. Noticed by: Anish Mistry Approved by: portmgr (erwin)
* - Fix building.alepulver2006-10-303-10/+12
| | | | | | | | | - Remove BROKEN, DEPRECATED and EXPIRATION_DATE. - Fix packaging list. - Remove pre-everything comment. Approved by: portmgr (erwin) Obtained from: http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036386.html
* - Add a copy of spamcontrol patch on MASTER_SITE_LOCAL and make it fetchablegarga2006-10-301-1/+3
| | | | | | | | again PR: ports/104796 Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de> Approved by: portmgr (erwin)
* Update to 20061029 to fix vulnerabilitygarga2006-10-302-6/+4
| | | | | Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/8012a79d-5d21-11db-bb8d-00123ffe8333.html
* Add a <modified> tag with the current date to reflect my previous change.vd2006-10-301-0/+1
| | | | | | | I knew I should ask someone before committing, however trivial was the change. Spotted by: remko Approved by: portmgr (implicit)
* Fix typo: "Dmitri Lenev reports reports a privilege ..."vd2006-10-301-1/+1
| | | | Approved by: portmgr (implicit)
* - Update to 5.0.27. Fix ABI incompatibility.mnag2006-10-302-4/+4
| | | | Approved by: portmgr (erwin), maintainer (ale)
* Document screen -- combined UTF-8 characters vulnerability.simon2006-10-301-0/+29
| | | | Approved by: portmgr (secteam blanket)
* Document two MySQL privilege escalations.simon2006-10-291-0/+60
| | | | | | PR: ports/104890 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> Approved by: portmgr (secteam blanket)
* Allow usbd to start first (if enabled) so that hald does not stealmarcus2006-10-292-2/+2
| | | | | | /dev/usb. Approved by: portmgr (implicit)
* Teach vte to use FreeBSD's login/logout/logwtmp functions to handlemarcus2006-10-292-1/+41
| | | | | | | utmp and wtmp manipulation. This fixes a bug where gnome-pty-helper would not relinquish ttys after a user logged out of GNOME. Approved by: portmgr (implicit)
* Make port fetchable and use USE_LDCONFIG.olgeni2006-10-291-2/+3
| | | | | | PR: ports/104766 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> Approved by: portmgr
* - Move messages to pre-build stage. If we reach post-build, then werafan2006-10-292-2/+4
| | | | | | | already build it successfully. Noticed by: delphij Approved by: portmgr (erwni), Yuan Jue (maintainer)
* Grrrr. This tcllib-dependant port slipped through due to my localmi2006-10-283-3/+6
| | | | | | | modifications. Mad as a (pointy)hatter... Notified by: kris Approved by: portmgr (earlier)
* remove BROKEN.vanilla2006-10-281-2/+0
| | | | Approved by: portmgr (kris)
* Update MASTER_SITES and make it fetchable againehaupt2006-10-281-16/+2
| | | | Approved by: portmgr (erwin), maintainer timeout
* Update suhosin patch to 0.9.6 release.ale2006-10-284-10/+10
| | | | | | This will fix a few build failures of pecl extensions. Approved by: portmgr (erwin)
* Band-aid a weird segfault upon track deletion reported by several users.danfe2006-10-271-0/+3
| | | | | | Proper fix is being worked on. Approved by: portmgr (erwin)
* - Fix pkg-plistrafan2006-10-274-10/+34
| | | | | | | | | - pet portlint(1) - Add messages for users who can not build this port PR: ports/104674 Submitted by: Yuan Jue <yuanjue at yuanjue.net> (maintainer) Approved by: portmgr (erwin)
* Add a missing #include to correct a problem where dbus would refuse tomarcus2006-10-272-4/+12
| | | | | | | | launch if /usr/local or /usr/X11R6 were NFS mounts. The error seen would be: Failed to start message bus: Can't calculate buffer size when reading directory Approved by: portmgr (implicit)
* Chase the tcllib version.mi2006-10-273-3/+3
| | | | | Approved by: portmgr (erwin) Approved by: maintainers
* Unbreak by making fetchable againmarkus2006-10-271-3/+1
| | | | | | PR: ports/104162 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: portmgr (erwin), maintainer timeout (2 weeks)
* Don't override CONFIGURE_ARGS when KQUEUE is on.flz2006-10-271-2/+2
| | | | | Reported by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: portmgr (marcus)
* Update to 2.0.4.1 version of ooo-build.maho2006-10-273-24/+17
| | | | Approved by: portmgr(erwin)
* Set "-source 1.4" to make it build with JDK-1.5, hence make itthierry2006-10-274-12/+22
| | | | | | packageable. Approved by: portmgr (erwin)
* - Update to rtorrent 0.6.3.flz2006-10-272-7/+7
| | | | Approved by: portmgr (erwin)
* - Update libtorrent to 0.10.3.flz2006-10-276-22/+43
| | | | Approved by: portmgr (erwin)
* Add two more run-time dependencies to ensure, the installed realplaymi2006-10-271-1/+3
| | | | | | works "out of the box". Approved by: portmgr (erwin)
* Fix the build on sparc64 by using a correct sed regular expression formarcus2006-10-271-0/+4
| | | | | | | matching spaces. Reported by: pointyhat via kris Approved by: portmgr (implicit)
* Fix the obnoxious tab-related resize bugs.jylefort2006-10-264-3/+347
| | | | | | PR: ports/104662 Submitted by: Thomas Vogt <thomas@bsdunix.ch> Approved by: portmgr (marcus)
* Fix a regression which causes a connection drop to stay undetected.jylefort2006-10-262-1/+16
| | | | | Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=365206 Approved by: portmgr (marcus)
* Update 4.0.2 --> 4.0.3 to fix two security bugs in the utf8 combiningcy2006-10-262-5/+4
| | | | | | | | characters handling. http://lists.gnu.org/archive/html/screen-users/2006-10/msg00028.html documents this bugfix. Approved by: portmgr (marcus)
* - Fix plist on !i386 !amd64ahze2006-10-262-5/+6
| | | | Approved by: portmgr (marcus)
* Fix gtkprint with users that have cups-base installed, but who aremarcus2006-10-262-2/+6
| | | | | | | | using lpr instead of CUPS for printing. With this fix, CUPS users should be able to print to file, CUPS printers, and BSD lpr printers. Non-CUPS users should be able to print to file and BSD lpr printers. Approved by: portmgr (implicit)
* Correct a calculation that can result in a divide-by-zero SIGFPE whenmarcus2006-10-252-5/+8
| | | | | | | the cpu time is calculated. Reported by: mezz Approved by: portmgr (implicit)
* Update the MASTER_SITE to fix fetching.marcus2006-10-251-1/+1
| | | | | Submitted by: Volker <volker@vwsoft.com> Approved by: portmgr (implicit)
* - Fix pkg-plist and unbreakmarkus2006-10-256-6/+74
| | | | | | | | | - Fix Flickr export plugin [1] - Bump PORTREVISION PR: ports/103355 [1] Submitted by: Artem Naluzhny <tut@nhamon.com.ua> [1] Approved by: portmgr (marcus), maintainer
* - Make fetchablestas2006-10-241-1/+1
| | | | | Reported by: Glenn Trewitt <glenn@trewitt.org> (maintainer) Approved by: portmgr (erwin), Glenn Trewitt <glenn@trewitt.org> (maintainer)
* - Real fix build now - pass library path to ant.sem2006-10-241-1/+1
| | | | Approved by: portmgr (marcus)
* - Fix dependenciespav2006-10-241-2/+3
| | | | Approved by: portmgr (erwin)
* - Fix pkg-plist and some issue, bump versionchinsan2006-10-244-2/+10
| | | | | | | | PR: ports/104724 Submitted by: chinsan Noticed by: kris Approved by: portmgr (erwin) delphij (mentor)
* - Fix pkg-plistmarkus2006-10-242-1/+1
| | | | | | | | - Bump PORTREVISION Noticed by: kris Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (marcus)
* Let slaveports override PORTREVISIONmarkus2006-10-242-2/+2
| | | | Approved by: portmgr (marcus)
* - Fix display of RAW imagesmarkus2006-10-244-6/+24
| | | | | | | | - Bump PORTREVISION PR: ports/104479 Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (erwin)
* - Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR.alepulver2006-10-241-1/+2
| | | | Approved by: portmgr (erwin)
* Correct PLIST_SUB when Evolution support is enabled.marcus2006-10-241-3/+3
| | | | Approved by: portmgr (implicit)
* Finish chasing the Evolution 2.8 update.marcus2006-10-242-7/+8
| | | | | Reported by: Pascal G. Hofstee <caelian@gmail.com> Approved by: portmgr (implicit)
* Update to 2.16.1 to fix several of crash bugs.mezz2006-10-242-5/+4
| | | | | | | | | | | | | | | | | | Changes: Select text when in 'don't delete mode' bug #360356, bug #353081, Crash when launching nonexistent program bug #353691, disable high-CPU handlers for the default settings bug #354953, crash when parsing a non-standard accelerator string bug #355573, crash on self.ui when gconf has a weird value in it bug #355947, crash on parsing malformed mozilla bookamrks bug #356893, crash when a pixmap is None instead of an actual image bug #358298, markup in url cause web_address to crash bug #359522, crash when gconf isn't used for browser detection code bug #359568, crash when dealing with gnomevfs drives==none bug #355687, crashing on buggy middle clicks bug #353081, crash in Deskbar: Enabling beagle live plugin Approved by: portmgr (marcus)
* Correct the PORTREVISION= -> PORTREVISION?= for the slave ports.mezz2006-10-241-1/+1
| | | | | Pointyhat: mezz Approved by: portmgr (implicit, marcus)
* - Fix the installation and remove broken state. It doesn't touch the filesystemacm2006-10-241-3/+2
| | | | | | | anymore. Reported by: kris Approved by: portmgr (erwin)
* - Change wrong "IA32_BINARY_PORT=yes" to "ONLY_FOR_ARCHS=amd64 i386" (thealepulver2006-10-2410-10/+10
| | | | | | | first one is only for native binaries). Reported by: gabor Approved by: portmgr (erwin)
* - Add amd64 to ONLY_FOR_ARCHS.alepulver2006-10-241-1/+1
| | | | | | PR: ports/104629 Submitted by: alepulver (myself) Approved by: portmgr (erwin)
* - Update to 200610202342miwi2006-10-243-4/+10
| | | | | | | PR: ports/104647 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/96ed277b-60e0-11db-ad2d-0016179b2dd5.html
* - Update to 1.0.2miwi2006-10-242-4/+4
| | | | | | | PR: ports/104646 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/96ed277b-60e0-11db-ad2d-0016179b2dd5.html
* - Fix the missing dependencies for DVD, it needs ugly and mpeg2dec ofmezz2006-10-243-2/+17
| | | | | | | | | | | gstreamer plugins to get DVD function. - Fix the eject by add a patch to use cdcontrol. Same patch as in nautilus-cd-burner/files/patch-src_nautilus-burn-drive.c. - Bump the PORTREVISION on both totem and totem-gstreamer. PR: ports/76633 Submitted by: Kevin Oberman <oberman@es.net> Approved by: portmgr (marcus)
* Update to most recent versions available from nVidia (8776, 7184 for legacydanfe2006-10-232-11/+8
| | | | | | GPUs) and thus unforbid. Approved by: portmgr (erwin)
* * Fix pkg-plist of math/octave-forgevd2006-10-234-8/+14
| | | | | | | * Remove quotes from BROKEN in math/octave-forge * Use dirrmtry in math/octave for common directories with math/octave-forge Approved by: portmgr (erwin)
* - Add entry for www/serendipity and www/serendipity-develmiwi2006-10-231-0/+35
| | | | | Reviewed by: markus@ Approved by: portmgr (implicit VuXML), secteam (Remko (not reviewed yet))
* Correct packing list and unbreak.deischen2006-10-232-3/+2
| | | | Approved by: portmgr (erwin)
* - don't back down so far that slib-guile doesn't work anymore.ahze2006-10-231-2/+2
| | | | Approved by: portmgr (marcus)
* Document an integer overflow vulnerability in Qt and kdelibs, based on anmarkus2006-10-231-0/+39
| | | | | | entry by sat Approved by: portmgr (erwin)
* - Fix an integer overflow vulnerability in Qt and kdelibsmarkus2006-10-236-3/+171
| | | | | | | | - Bump PORTREVISIONs Approved by: portmgr (erwin) Security: CVE-2006-4811 Security: https://rhn.redhat.com/errata/RHSA-2006-0720.html
* - Add dependency compat5xmiwi2006-10-233-3/+7
| | | | | | | | - Add SHA256 support PR: ports/104247 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Approved by: portmgr (erwin)
* - Add dependency on compat5xmiwi2006-10-233-2/+6
| | | | | | | | - Add SHA256 support PR: ports/104247 Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> (maintainer) Approved by: portmgr (erwin)
* Fix pkg-plistvd2006-10-232-5/+1
| | | | Approved by: portmgr (erwin)
* Set WRKSRC to an actual directory, thus fixing build.lawrance2006-10-231-4/+1
| | | | Approved by: portmgr (erwin)
* - Switch to a local-distfile for the freezealexbl2006-10-231-1/+2
| | | | | Reported by: fenner's distfile survey Approved by: portmgr (erwin)
* To maintain compatibility with KDE (now that KDE relies on this port),marcus2006-10-231-3/+25
| | | | | | | | install a sentinel .keep_me file in each directory to prevent @dirrmtry's from removing directories owned by hicolor-icon-theme. Submitted by: Andy Fawcett <andy@athame.co.uk> Approved by: portmgr (implicit)
* - Back out of all gtk20 stuff to fix gnucash and plist and other stuffahze2006-10-231-9/+9
| | | | | Reported by: many Approved by: portmgr (marcus)
* - Fix build problemacm2006-10-231-3/+1
| | | | | Reported by: kris Approved by: portmgr (erwin)
* - Unbreak chinese/gcin by adding more MASTER_SITESchinsan2006-10-232-6/+6
| | | | | | | PR: ports/104570 Submitted by: chinsan Approved by: portmgr (erwin) delphij (mentor)
* - Fix a startup crash for anyone running non-latin-1 localepav2006-10-234-2/+40
| | | | | Approved by: portmgr (marcus) Obtained from: GIMP authors
* - Update to rc2006-10-19 (RC3)chinsan2006-10-223-4/+8
| | | | | | | | | | | This releaes adds some bugfixes for the new changelog system, fixes minor issues in the installer and other parts of DokuWiki, and closes an XSS vulnerability. PR: ports/104644 Submitted by: chinsan Approved by: portmgr (erwin) delphij (mentor)
* Update to 5.0.26 release and fix two security vulnerabilitiesale2006-10-226-23/+14
| | | | | | (CVE-2006-4226 and CVE-2006-4227). Approved by: portmgr (erwin)
* - Add backup MASTER_SITESmiwi2006-10-221-2/+4
| | | | | Submitted by: pointyhat via kris Approved by: portmgr (erwin)
* Disable self-tests which fail on pointyhat due to differences inlawrance2006-10-221-10/+38
| | | | | | | expected signal delivery between 7.x host and 6.x jail. See patch comment for more info. Approved by: portmgr (kris)
* Unbreak jakarta-tomcat3 by re-adding a file it requires fromlawrance2006-10-222-2/+35
| | | | | | the tomcat4 port. Approved by: portmgr (erwin)
* Fix build. Don't remove all of the bundled readline, somelawrance2006-10-221-1/+2
| | | | | | | parts are required for building documentation. Reported by: kris, Randy Bush, Michael Butler` Approved by: portmgr (marcus)
* Add some old internal FreeType definitions to fix the server runtime. Thesemarcus2006-10-222-2/+8
| | | | | | | definitions come from the old ftinternal.h. Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu> Approved by: portmgr (implicit)
* Fix the ensure_current_registry_forking() fails if zombie already killed bymezz2006-10-222-0/+99
| | | | | | | | | | | signal handler. Patch was took from Ubuntu. Bump the PORTREVISION. https://launchpad.net/distros/ubuntu/+source/control-center/+bug/59217 http://bugzilla.gnome.org/show_bug.cgi?id=355499 PR: ports/104617 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: portmgr (marcus)
* Add NO_LATEST_LINK to avoid conflict with graphics/gimp.marcus2006-10-222-0/+2
| | | | | Reported by: kris Approved by: portmgr (implicit)
* Fix DISTNAME after renaming from avr-gcc into avr-gcc-3.joerg2006-10-221-0/+1
| | | | | Submitted by: Bill Fenner's distfile survey Approved by: portmgr (erwin)
* - Fix build, unbreak.sem2006-10-221-5/+3
| | | | | | PR: ports/104615 Submitted by: Kay Abendroth <kay.abendroth@raxion.net> Approved by: portmgr (linimon)
* Second try to fix the pygst.pyc to avoid multimedia/quodlibet pokes on thismezz2006-10-221-7/+3
| | | | | | | | file when quodlibet installed. Generate the file in ${PYTHON_SITELIBDIR} rather than in ${WRKSRC} that seems help. Bump the PORTREVISION. Reported by: pointyhat (in quodlibet log) Approved by: portmgr (kris)
* - Fix pkg-install and pkg-deinstall scripts to properly handle /boot.configalepulver2006-10-213-55/+5
| | | | | | | | | and /etc/ttys. - Remove BROKEN, DEPRECATED and EXPIRATION_DATE. PR: ports/104312 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> Approved by: portmgr (erwin)
* - Add files forgotten in the last commitstas2006-10-213-0/+50
| | | | Approved by: portmgr (erwin)
* - Try to unbrokestas2006-10-211-7/+8
| | | | | | - Change my email Approved by: portmgr (erwin)
* Fix `make fetch'.jkoshy2006-10-211-1/+1
| | | | | Reported by: fenner's portssurvey tool Approved by: portmgr (erwin)
* - Make it fetchablerafan2006-10-211-2/+2
| | | | | | PR: ports/104637 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: portmgr (erwin)
* - Make it fetchablerafan2006-10-212-3/+4
| | | | | | | | Tarball is renamed to .tgz. PR: ports/104636 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: portmgr (erwin)
* - Unbreak on system < 7.x by using malloc(3)rafan2006-10-214-30/+40
| | | | | | | | - Remove optimized cflags until other scons based ports play nice with them PR: ports/104542 Submitted by: David Yeske <dyeske at yahoo.com> (maintainer) Approved by: portmgr (erwin)
* Unbreak, chase updated binarieslth2006-10-2124-114/+102
| | | | | | | For changes, see http://people.freebsd.org/~lth/perforce/relnotes-06.1_3,1.txt Noted by: kris Approved by: portmgr (erwin)