Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove directories if they are empty | Tilman Keskinoz | 2004-04-30 | 1 | -0/+14 |
| | | | | | PR: 65999 Submitted by: Kay Lehmann | ||||
* | Chase the glib20 update, and bump all affected ports' PORTREVISIONs. | Joe Marcus Clarke | 2004-04-05 | 1 | -1/+1 |
| | |||||
* | Add size data, approved by maintainers. | Trevor Johnson | 2004-03-18 | 1 | -0/+1 |
| | |||||
* | Whoa there, boy, that's a mighty big commit y'all have there... | Ade Lovett | 2004-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 1) | ||||
* | Add math/koctave, a KDE GUI for the math/octave package. It contains | Mark Linimon | 2004-01-06 | 4 | -0/+53 |
an editor with syntax highlighning and a help browser; you can work almost the same way as in Matlab (c) , i.e. use the editor and execute your code from there with (F5) or press run. One difference is the command window; it is meant for "quick commands" and not a history as in Matlab you can add commands to the list in settings. (Note to submitter: it is not necessary to remove all the directories in pkg-plist that are installed by any standard X-related port). PR: ports/55143 Submitted by: Kay Lehmann <kay_lehmann@web.de> |