summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Utility for Shogakukan Random House English-Japanese Dictionarytaoka1999-08-256-0/+52
|
* Added wmapmtaoka1999-08-251-1/+2
|
* Laptop battery status display for WindowMakertaoka1999-08-256-0/+58
|
* Upgrade to 0.1.14billf1999-08-253-3/+5
|
* Upgrade to 0.90.3, which is really change for the sake of change for us.billf1999-08-252-3/+3
| | | | | | | | | 0.90.3 August 11 1999 Fixed small OS-specific bugs - broken isspace in Turbo C under DOS and %x was replaced %i for compatibility with SunOS 4. This however avoids PRs, e-mails, and questions on why we don't have the latest.
* Import korean/netscape46-communicator/navigator.sada1999-08-2423-521/+575
| | | | | PR: ports/12229 Submitted by: CHOI Junho <cjh@kr.freebsd.org>
* Mark as BROKEN: just repo.copied, not usable now.sada1999-08-242-2/+6
| | | | | PR: ports/12229 Submitted by: CHOI Junho <cjh@kr.freebsd.org>
* MASTERSITE moved files aroundmharo1999-08-242-4/+4
|
* Upgrade to 19990822 version.kuriyama1999-08-242-4/+4
|
* ftp://ftp.hyperreal.org/ -> http://www.hyperreal.org/ . hyperreal isfenner1999-08-241-2/+2
| | | | phasing out FTP and the distfile is now only available via http.
* Renamed erwin to erwn to avoid copyright issues.jim1999-08-246-0/+67
|
* Rename erwin to erwn to avoid copyright issues. Ok'd with Satoshijim1999-08-241-2/+2
| | | | that no repository copy was needed.
* This port requires gettext now.asami1999-08-242-4/+6
| | | | | | I'm not sure if it requires msgmft for build time only or the libraries for run time too. Make it LIB_DEPENDS to be safe -- if someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext.
* Upgrade to version 2c5.obrien1999-08-244-7/+43
|
* gd is build as a shared lib, too, so use LIB_DEPENDS instead ofdirk1999-08-243-3/+3
| | | | BUILD_DEPENDS.
* Fix my e-mail address here too. Thanks, Bill!green1999-08-241-2/+2
|
* Add xpm background and transparency support by defaultcpiazza1999-08-243-6/+15
| | | | Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
* Updated to version 1.25.jim1999-08-242-4/+4
| | | | Reviewed by: kris
* Correct my e-mail address.green1999-08-241-2/+2
|
* Upgrade to tcl-8.1.1 and tk-8.1.1jseger1999-08-2415-54/+48
|
* Suport the American spelling of colour.obrien1999-08-242-0/+33
|
* Enable --with-ansi-colours.obrien1999-08-241-1/+2
|
* Upgrade to 16.16.mph1999-08-233-23/+23
|
* DISTFILE's md5 has been changed.sada1999-08-231-1/+1
| | | | | PR: ports/13186 Submitted by: Maintainer
* Bump GNU Pth: 1.1.1 -> 1.1.2rse1999-08-232-4/+4
|
* Use `read -e', so makesetup groks continuation lines.tg1999-08-232-0/+22
| | | | | PR: 13276 Submitted by: Randall Hopper <aa8vb@ipass.net>
* Use USE_GCC. This port still doesn't build:asami1999-08-231-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === : checking for awk... awk checking version of gcc... configure: error: unrecognized. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:563: checking host system type configure:594: checking for libgdbm.so configure:714: checking whether make sets ${MAKE} configure:741: checking C compiler configure:750: checking for gcc295 configure:845: checking for objdump configure:888: checking for ruby configure:928: checking for ci configure:965: checking for co configure:1002: checking for mv configure:1039: checking for rm configure:1076: checking for wc configure:1113: checking for etags configure:1151: checking for which configure:1189: checking for fgrep configure:1228: checking for sed configure:1266: checking for mawk configure:1266: checking for gawk configure:1266: checking for nawk configure:1266: checking for awk configure:1298: checking version of gcc (end of "config.log") *** Error code 1 Stop. : === which looks weird since it does find gcc295 (line 750) before it bows out by not recognizing it. But at least it's now finding the right compiler.
* Use libtclstub81.a from installed location, not build directory.asami1999-08-233-6/+12
|
* Use USE_NEWGCC.asami1999-08-234-44/+16
| | | | (kdetoys only: change BROKEN to FORBIDDEN to avoid building incomplete packages)
* Add a couple of functions, EUC->SJIS and SJIS->EUC conversion.flathill1999-08-231-0/+42
| | | | | PR: ports/13154 Submitted by: knu@and.or.jp
* Add support for utmp in rxvt. All the user has to docpiazza1999-08-234-6/+26
| | | | | | is chmod 4711 rxvt. Noticed by: [paradox] on #FreeBSD@EFNet
* grep -> ${GREP}mharo1999-08-2341-92/+92
| | | | | true -> ${TRUE} false -> ${FALSE}
* Upgrade to zircon-1.18.223jseger1999-08-234-12/+13
|
* Welcome Mr. John H. Baldwin (jhb@) to the rat-race. He will be doingbillf1999-08-231-1/+2
| | | | | | | most excellent things to the doc/ (and probably www/) tree. I will be {mentor,sponsor}ing him. Approved by: nik, core, msmith
* update to 1.2.0pre3amharo1999-08-236-6/+24
| | | | | Submitted by: Jeremy Chadwick yoshi@parodius.com PR: 13230
* awk -> ${AWK}mharo1999-08-2282-218/+218
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* make figlist and showfigfonts executablemharo1999-08-221-1/+11
| | | | | PR: 13142 Submitted by: Dominik Rothert dr@domix.de
* Activate tirccpiazza1999-08-221-1/+2
|
* Import of tirc: Token's IRC Client.cpiazza1999-08-228-0/+68
| | | | | | | | It has support for vi-like line editing, nickname completion ANSI-colours, flood protection, and more. PR: 13135 Submitted by: Dominik Rothert <dr@domix.de>
* Main WWW site changed ...scrappy1999-08-222-2/+2
|
* Update to version 1.3, add a missing MAINTAINER line, andcpiazza1999-08-223-7/+11
| | | | | | add a WWW: line in DESCR Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Remove the chown stuff in pre-install. do-extract handles thiscpiazza1999-08-225-30/+5
| | | | by default now.
* chown -> ${CHOWN}mharo1999-08-221-9/+9
|
* chmod -> ${CHMOD}mharo1999-08-222-18/+18
|
* Add version required. Bootstrap it to the current version.hoek1999-08-221-1/+2
|
* Fit this into 23 lines. Clean it up a little, too.hoek1999-08-221-6/+4
| | | | | | | Ugh. pkg/DESCR is an advertisement for your port, people. It seems to me that if I was writing a port for some peice of software that I liked, I would try to make it look nice to the rest of the world, who might never even use it otherwise.
* USE_NEWGCC= yescpiazza1999-08-221-7/+5
|
* Change all ports that need a new gcc on 3.x to use USE_NEWGCC.cpiazza1999-08-2226-229/+71
|
* chmod -> ${CHMOD}mharo1999-08-22351-1072/+1054
| | | | chown -> ${CHOWN}
* Assign USE_XLIB var. Any ports which use XLib needs it.sada1999-08-221-2/+3
|
OpenPOWER on IntegriCloud