summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Quick, easy-to-read, web statistics programSatoshi Taoka1999-09-096-0/+51
| | | | | | | | PR: 12708 Submitted by: Justin Robinson <jmrobins@samurai.ruin.org> Notes: svn path=/head/; revision=21499
* I forgot to change $Id to $FreeBSD.Satoshi Taoka1999-09-095-5/+5
| | | | Notes: svn path=/head/; revision=21498
* Updated XEmacs-mule to 21.1.6Satoshi Taoka1999-09-0918-3339/+594
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Add the following ports for XEmacs packages (by repository-copy). ports/editors/xemacs-base-packages ports/editors/xemacs-mule-base-packages ports/editors/xemacs-mule-sumo-packages ports/editors/xemacs-sumo-packages The last two ports are for japanese. PR: 13386 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> (2) Add the following ports for XEmacs packages for mule (by repository-copy). ports/japanese/xemacs-sumo ports/japanese/xemacs-sumo-canna ports/japanese/xemacs-sumo-canna+wnn4 ports/japanese/xemacs-sumo-canna+wnn6 ports/japanese/xemacs-sumo-wnn4 ports/japanese/xemacs-sumo-wnn6 PR: 13387 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> (3) Modified the following ports in order to update to 21.1.6. ports/japanese/xemacs ports/japanese/xemacs-canna ports/japanese/xemacs-canna+wnn4 ports/japanese/xemacs-canna+wnn6 ports/japanese/xemacs-wnn4 ports/japanese/xemacs-wnn6 ports/editors/xemacs-mule ports/editors/xemacs-mule-common PR: 13390 Submitted by: maintainer, KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=21497
* Fixed a problem on Mew version 1.94Satoshi Taoka1999-09-091-0/+31
| | | | Notes: svn path=/head/; revision=21496
* Remove mysql321.Dirk Froemberg1999-09-091-1/+0
| | | | | | | We have mysql322-client/mysql322-server instead. Notes: svn path=/head/; revision=21495
* Add a couple of master sites.Thomas Gellekum1999-09-091-1/+4
| | | | Notes: svn path=/head/; revision=21494
* Upgrade to 1.1.1.Thomas Gellekum1999-09-094-8/+8
| | | | Notes: svn path=/head/; revision=21493
* You can't replace "echo" with "@${ECHO}" if it appears in the middle of aSatoshi Asami1999-09-091-4/+4
| | | | | | | multi-line command.... ;) Notes: svn path=/head/; revision=21492
* ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;)Satoshi Asami1999-09-093-3/+3
| | | | Notes: svn path=/head/; revision=21491
* Add USE_X11.Satoshi Asami1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21490
* USE_X_PREFIX has to be before bsd.port.pre.mk.Satoshi Asami1999-09-092-2/+4
| | | | Notes: svn path=/head/; revision=21489
* Upgrade to 0.6.0.Thomas Gellekum1999-09-0921-4179/+4634
| | | | Notes: svn path=/head/; revision=21488
* Active xa+cv.Foxfair Hu1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21487
* Submitted by: Clive Lin <clive@CirX.ORG>Foxfair Hu1999-09-098-0/+337
| | | | | | | | XA+CV is a work around library lets most X applications to show Chinese words properly. Use LD_PRELOAD to make it work. Notes: svn path=/head/; revision=21486
* Make xcin-2.3 installation success again after repo copied.Foxfair Hu1999-09-092-76/+14
| | | | | | | Point out by: bento. Notes: svn path=/head/; revision=21485
* Erm, looks like "dollar-sign Id dollar-sign" has changed intoDonald Burr1999-09-091-1/+1
| | | | | | | | "dollar-sign FreeBSD dollar-sign". That's what I get for missing staff meetings, I guess... Notes: svn path=/head/; revision=21484
* Enable ripit-atapi.Donald Burr1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21483
* New port audio/ripit-atapi, a modified version of ports/audio/ripitDonald Burr1999-09-096-0/+129
| | | | | | | that uses CDD as the ripper (and thus can deal with ATAPI CD-ROM drives :) ) Notes: svn path=/head/; revision=21482
* Add grunSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21481
* Instead of marking this port FORBIDDEN, show a security warning and askMasafumi Max NAKANE1999-09-094-14/+47
| | | | | | | | | | | | | | if the user wants to proceed (unless BATCH is set) at pre-fetch and pre-install. Make the same query at pkg_add time. While I'm at it, - Move the URI to DESCR from Makefile. - Replace a few = with ?= - Instead of using echo in Makefile to create the sample startup script, use a template. Notes: svn path=/head/; revision=21480
* Add mew-xemacs21Satoshi Taoka1999-09-091-2/+2
| | | | | | | Delete mew-common Notes: svn path=/head/; revision=21479
* Updated to 19.4Satoshi Taoka1999-09-0919-101/+817
| | | | | | | | | | | Added mew-xemacs21 (by Repository copy) Deleted mew-common PR: 13391 Submitted by: maintainer Notes: svn path=/head/; revision=21478
* No need for "EXTRACT_ONLY=" if DISTFILES is empty. NO_CHECKSUM is aSatoshi Asami1999-09-091-2/+0
| | | | | | | user variable, should never been set in port Makefiles. Notes: svn path=/head/; revision=21477
* Tutorial was updated, stay in sync.Chris Piazza1999-09-096-1574/+1530
| | | | | | | | PR: 13651 Submitted by: maintainer Notes: svn path=/head/; revision=21476
* Rewrite virtual function pointer code so it can compile with EGCS on myRoger Hardiman1999-09-092-52/+184
| | | | | | | | | | | -current machine. Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes. Previously it gave us a blurred yellow image. Now it can capture the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour. Notes: svn path=/head/; revision=21475
* The ftp site and http site have tarballs with different checksums, soSatoshi Asami1999-09-091-0/+1
| | | | | | | list them both here. Notes: svn path=/head/; revision=21474
* Update to version 3.5.8Bill Fenner1999-09-096-27/+30
| | | | | | | | PR: ports/11807 Submitted by: Yarema <yds@dppl.com> Notes: svn path=/head/; revision=21473
* Upgrade to sdr 2.7Bill Fenner1999-09-0910-86/+28
| | | | Notes: svn path=/head/; revision=21472
* Remove {japanese,www}/mmm. They've been broken for over a year.Satoshi Asami1999-09-092-2/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=21471
* Update MAINTAINER's email addressChris Piazza1999-09-0912-12/+12
| | | | | | | | PR: 13648 Submitted by: maintainer Notes: svn path=/head/; revision=21470
* Updated to 1.93.4Satoshi Taoka1999-09-093-25/+34
| | | | | | | | Submitted by: maintainer Obtained from: private communication Notes: svn path=/head/; revision=21469
* Add gmessageSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21468
* a gtk+ clone of xmessage. displays a given text in a X11 windowSatoshi Taoka1999-09-096-0/+46
| | | | | | | | PR: 12696 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=21467
* Add gnomeusersguideSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21466
* GNOME users guideSatoshi Taoka1999-09-095-0/+172
| | | | | | | | PR: 12919 Submitted by: Yukihiro Nakai <Nacai@iname.com> Notes: svn path=/head/; revision=21465
* Activate dc20packChris Piazza1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21464
* Import of dc20pack.Chris Piazza1999-09-097-0/+94
| | | | | | | | | | | | | | | Dc20pack can control a Kodak DC20/25 digital camera via the embedded serial port. Pictures are initially downloaded in the camera's native format but can be converted to targa format. Note that I did not test this personally as I don't own a DC20/25 :). The submitter says that it works, though. PR: 12909 Submitted by: Maurice Castro <maurice@serc.rmit.edu.au> Notes: svn path=/head/; revision=21463
* Add columnsSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21462
* I'm giving up trying to talk to foxfair about this. ;)Satoshi Asami1999-09-091-1/+1
| | | | | | | | Fix this to remove "xphotohunter is " from the front. Also capitalize first letter and remove period at end. Notes: svn path=/head/; revision=21461
* Nice little implementation of columns game for X Window SystemSatoshi Taoka1999-09-096-0/+137
| | | | | | | | PR: 13392 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=21460
* One line change for COMMENT. Make it more readable.Foxfair Hu1999-09-091-1/+1
| | | | | | | | Pointed out by : Satoshi Asami. Forgot by: me. Notes: svn path=/head/; revision=21459
* Changed from $Id to $FreeBSDSatoshi Taoka1999-09-091-1/+1
| | | | Notes: svn path=/head/; revision=21458
* Add gwpSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21457
* Add wmgSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21456
* a small GTK-based GNOME-compliant window managerSatoshi Taoka1999-09-095-0/+41
| | | | | | | | PR: 13410 Submitted by: Yukihiro Nakai <Nacai@iname.com> Notes: svn path=/head/; revision=21455
* Add ngraphSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21454
* A XY plotting tool for students, scientists and engineersSatoshi Taoka1999-09-096-0/+137
| | | | | | | | PR: 13376 Submitted by: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org> Notes: svn path=/head/; revision=21453
* Add pclprintSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21452
* Never try creating a postscript file with #!PostScript at the top.Bill Fenner1999-09-091-0/+12
| | | | Notes: svn path=/head/; revision=21451
* Utility for printing to HP (Laser,Desk)Jets using PCL rather than PSSatoshi Taoka1999-09-095-0/+157
| | | | | | | | PR: 13422 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=21450