Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | File moved on master site. | se | 2003-06-17 | 1 | -1/+1 |
| | |||||
* | Clear moonlight beckons. | ade | 2003-03-07 | 2 | -1/+1 |
| | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. | ||||
* | Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; | knu | 2002-01-29 | 1 | -6/+6 |
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. | ||||
* | Fix compilation on FreeBSD-3.x | se | 2001-03-12 | 1 | -2/+10 |
| | |||||
* | add = after MASTER_SITES | mharo | 2000-04-16 | 1 | -1/+1 |
| | |||||
* | update with the new PORTNAME/PORTVERSION variables | mharo | 2000-04-08 | 1 | -3/+3 |
| | |||||
* | Respect CC and CFLAGS. | kris | 2000-02-05 | 1 | -37/+96 |
| | |||||
* | time(3) returns a time_t and not a long. | steve | 2000-01-28 | 1 | -0/+11 |
| | |||||
* | expr -> ${EXPR} | mharo | 1999-08-28 | 1 | -1/+1 |
| | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -9/+9 |
| | |||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 1 | -2/+2 |
| | | | | chown -> ${CHOWN} | ||||
* | Fix some portlint problems. echo -> ${ECHO}, fill in version required | cpiazza | 1999-07-18 | 2 | -46/+22 |
| | | | | and shorten DESCR. | ||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. | ||||
* | Create one diff per file to patch. | se | 1998-12-19 | 2 | -0/+27 |
| | |||||
* | Create one diff per file to patch. | se | 1998-12-19 | 2 | -0/+144 |
| | | | | | | | Add suggested fix for "dc" test. PR: 7805 Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov> | ||||
* | Split into several files, one per file to patch | se | 1998-12-19 | 1 | -129/+1 |
| | |||||
* | Remove *.orig files from the pgms directory so this deinstall's cleanly. | steve | 1998-09-26 | 1 | -1/+2 |
| | |||||
* | Grammar, spelling, and usage police. This commit brought to you by | mph | 1998-08-05 | 1 | -2/+2 |
| | | | | the letters "B" and "C". And some Chinese symbols as well. | ||||
* | mkdir --> ${MKDIR} | obrien | 1996-11-20 | 1 | -3/+3 |
| | | | | | cp --> ${CP} rm --> ${RM} | ||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 1 | -2/+0 |
| | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -3/+3 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 1 | -1/+1 |
| | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! | ||||
* | Make this run from a R/O /usr file system: | se | 1996-01-05 | 2 | -8/+56 |
| | | | | | | - Temporary files are written into $TMPDIR (default /var/tmp) (some 18MB of free space are required for the file system test). - Results are stored into $RESULTDIR (default /tmp). | ||||
* | List all files being installed and add @dirrm directioves for proper | se | 1996-01-03 | 1 | -4/+40 |
| | | | | deinstallation. | ||||
* | Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will | se | 1996-01-03 | 1 | -4/+36 |
| | | | | | | prevent the tests from running. Do not try to compile the test programs, since the sources are not being copied to the lib/bytebench directory by "make install". | ||||
* | Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will | se | 1996-01-03 | 1 | -2/+14 |
| | | | | prevent the tests from running. | ||||
* | Add "do-install" target. | se | 1996-01-02 | 1 | -3/+9 |
| | |||||
* | *** empty log message *** | se | 1996-01-02 | 1 | -0/+10 |
| | |||||
* | Package description files added. | se | 1996-01-02 | 2 | -0/+49 |
| | |||||
* | The BYTE benchmark suite, very popular under Linux users as it seems. | se | 1996-01-01 | 3 | -0/+104 |
(See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ... |