aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.1.1.steve1999-05-243-32/+8
| | | | | PR: 11663 Submitted by: maintainer
* Fix build for -current boxes with egcs' f77 compiler.steve1999-05-242-11/+29
|
* Fix build for Alpha boxes.steve1999-05-241-0/+20
|
* Don't depend on machine/trap.h so this builds on an Alpha box too.steve1999-05-241-0/+38
|
* Allow this port to be built on -current i386 boxes that have egcs' f77steve1999-05-241-2/+11
| | | | compiler. Mark it broken for -current Alpha boxes.
* Deinstall without interaction while package building.steve1999-05-241-2/+6
|
* This port doesn't build with egcs' f77 compiler.steve1999-05-241-2/+7
|
* Build this port on an Alpha box instead of trying to use i386 binaries.steve1999-05-241-1/+5
|
* Fix build for Alpha.steve1999-05-241-1/+1
|
* This port will only work on i386 boxes.steve1999-05-241-1/+3
|
* Fix build on -current (Alpha) machines.steve1999-05-242-18/+29
|
* Remove '-p' since ${MKDIR} == 'mkdir -p'.steve1999-05-241-2/+2
|
* +squid22peter1999-05-241-1/+2
|
* Update from squid 2.1 -> 2.2 after repository copy.peter1999-05-2427-99/+117
|
* Add patch by Andrew Plotkin and Torbjörn Andersson which allowsmph1999-05-241-0/+38
| | | | | | this software to do something, instead of just segfaulting. Obtained from: MASTER_SITE, but not in patch(1) form.
* Install and package documentation more correctly.mph1999-05-241-5/+7
|
* "Shouldn't that be "letter" rather than "a4" since "letter" works withandreas1999-05-242-4/+4
| | | | | | | | | printers that have "a4" paper, while "a4" produces clipped results for printers that have letter papper?" ---Warner YES ;-) Reminded by: Warner Losh <imp@harmony.village.org>
* Change from psgml-setup.el to psgml-setupel.el.shige1999-05-2410-19/+16
| | | | | Improve scripts/configure (delete needless indirect INFILES variable). Use PSGML_SETUPEL in PLIST_SUB.
* New apsfilter 5.1.0 releasedandreas1999-05-248-30/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port related changes: - apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1 - use bzip2 for apsfilter sources to save space on FreeBSD Disk 1 - new run dependency to recode and a2ps - when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port - updated DESCR (listed some of the new apsfilter features) - updated PLIST - new post-install target to inform people to run SETUP to complete installation Apsfilter related changes: - new supported file types (BMP, FAX G3, troff) - possible to print in different print resolutions (see example in INSTALL), i.e.: lpr -P{low,med,high} some_files... - ghostscript can make use of additional type1 fonts by setting the gs environment variable GS_FONTPATH. gs automatically recognizes /usr/X11R6/lib/X11/fonts/Type1 and /var/X11R6/lib/X11/fonts/Type1 if present. Other Paths can be configured global or printer type dependend by admin or user as usual. See precedence of apsfilterrc and .apsfilterrc files above. - printer driver type dependend config files in that order: - /etc/apsfilterrc - /etc/apsfilterrc.${PRINTER} and if defined INSECURE: - $HOME/.apsfilterrc - $HOME/.apsfilterrc.${PRINTER} - CRLF translation and perforation skip for more HP models - new environment variable USE_RECODE_NOT_A2PS, so you can use reecode as an alternative over a2ps - new environment variable RECODE_OPTS defaults to "-q latin1:ibmpc" - new environment variable PAGES_REVERSE_ORDER for forcing dvips to print in reverse order - detection of printer resolution revamped and more clear - Precedence of definition of print resolution: a) by name of filter script (symlink to apsfilter) b) by setting GS_RESOL in apsfilterrc config files c) autodetected by apsfilter (PS_xxx, printer driver name) d) otherwise defaults to 300dpi (for dvips commandline) - some dvips settings cleanup, use -Z only when resol >= 400dpi - when printing html use some sane defaults for HTML2PS_OPTS if not set in apsfilterrc files Contributions: - SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!! thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr> - cool PS testpage (test.ps) Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de> - many thanks to the SuSE developement team especially Werner Fink <werner@suse.de> for many inspirations - and of course cosmetic and bugfixes ;-)
* Change from wemi-setup.el to wemi-setupel.el.shige1999-05-237-14/+21
| | | | | | Use WEMI_SETUPEL in PLIST_SUB. Improve scripts/configure. Fix pkg/DESCR (sync with apel/flim modification).
* Change from wemi-setup.el to wemi-setupel.el.shige1999-05-237-14/+21
| | | | | | Use WEMI_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Fix pkg/DESCR.
* Improve scripts/configure.shige1999-05-2323-46/+40
| | | | Fix pkg/DESCR (sync with apel/flim modification).
* Change from flim-setup.el to flim-setupel.el.shige1999-05-2337-63/+98
| | | | | Use FLIM_SETUPEL in PLIST_SUB variable. Improve scripts/configure.
* Change from flim-stup.el to flim-setupel.el.shige1999-05-237-12/+19
| | | | | Use APEL_SETUPEL in PLIST_SUB variable. Improve scripts/configure.
* Use PLIST_SUB (apel-setupel.el).shige1999-05-234-4/+4
|
* Change from apel-setup.el to apel-setupel.el.shige1999-05-2310-18/+34
| | | | Improve scripts/configure.
* Activate NPS port.rse1999-05-231-1/+2
|
* Import of NPS, a non-preeemtive thread scheduling library.rse1999-05-235-0/+51
| | | | | | | | | | | | | | | | | | | | | NPS is a POSIX/ANSI-C based library for Unix platforms which provides non-preemtive scheduling for multiple threads of execution ("multi-threading") inside server applications. All threads run in the same address space of the server application, but each thread has it's own individual run-time stack and program-counter. The thread scheduling itself is done in a cooperative way, i.e. the threads are managed by a priority- and event-based non-preemtive scheduler. The intention is that this way one can achieve better portability and run-time performance than with preemtive scheduling. The event facility allows threads to wait until various types of events occur, including pending I/O on filedescriptors, elapsed timers, pending I/O on message ports, thread and process termination, and even customized callback functions. More details: http://www.engelschall.com/sw/nps/ ftp://ftp.engelschall.com/sw/nps/
* Upgrade to 2.8.2.pre5.shige1999-05-233-8/+11
|
* Fix to display the help menu in japanese.sada1999-05-235-7/+9
| | | | Adviced by: yohta@bsys.tsukuba.ac.jp (Yoshihiko OHTA)
* Add also FTP site to MASTER_SITESrse1999-05-221-2/+3
|
* Upgrade to 4.1.11mharo1999-05-224-14/+12
| | | | | PR: 11819 Submitted by: maintainer w/ upgrade by me
* Upgrade to version 3.1.1mharo1999-05-222-5/+8
| | | | | PR Number: 11817 Originator: Dominic Mitchell
* Upgrade to 1.0.1.obrien1999-05-226-15/+12
| | | | | | | Remove my (obrien) name totally from this port so I stop getting email about it. Submitted by: Amancio Hasty <hasty@rah.star-gate.com>
* Use proper path in manpage.mharo1999-05-221-0/+11
|
* Correct distfile fennerage by upgrading to beta72.mph1999-05-222-5/+5
|
* Upgrade to MM Shared Memory Library, version 1.0.4rse1999-05-222-4/+4
|
* XML for Java parser.kuriyama1999-05-215-0/+770
|
* Activate xml4j.kuriyama1999-05-211-1/+2
|
* Add textproc/xml4j.kuriyama1999-05-211-1/+2
|
* WEMI is a branch of SEMI kernel package using widget. It is a libraryshige1999-05-211-1/+1
| | | | | | | to provide MIME feature for GNU Emacs(Mule) based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. This is a development version. I forgot to put this in previous commit log.
* WEMI is a branch of SEMI kernel package using widget. It is a libraryshige1999-05-211-1/+1
| | | | | | | to provide MIME feature for GNU Emacs based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. This is a development version. I forgot to put this in previous commit log.
* WEMI is a branch of SEMI kernel package using widget. It is a libraryshige1999-05-211-1/+1
| | | | | | to provide MIME feature for GNU Emacs(Mule) based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. I forgot to put this in previous commit log.
* WEMI is a branch of SEMI kernel package using widget. It is a libraryshige1999-05-211-1/+1
| | | | | | to provide MIME feature for GNU Emacs based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. I forgot to put this in previous commit log.
* SEMI is a library to provide MIME feature for GNU Emacs(Mule).shige1999-05-212-2/+2
| | | | | This is a development version. I forgot to put this in previous commit log.
* SEMI is a library to provide MIME feature for GNU Emacs.shige1999-05-215-5/+5
| | | | | This is a development version. I forgot to put this in previous commit log.
* SEMI is a library to provide MIME feature for GNU Emacs(Mule).shige1999-05-211-1/+1
| | | | I forgot to put this in previous commit log.
* SEMI is a library to provide MIME feature for GNU Emacs.shige1999-05-211-1/+1
| | | | I forgot to put this in previous commit log.
* FLIM is a library to provide basic features about message representationshige1999-05-212-2/+2
| | | | | or encoding for editors/mule. This is a development version. I forgot to put this in previous commit log.
* FLIM is a library to provide basic features about message representationshige1999-05-215-5/+5
| | | | | or encoding. This is a development version. I forgot to put this in previous commit log.
* FLIM is a library to provide basic features about message representationshige1999-05-211-1/+1
| | | | | or encoding for editors/mule. I forgot to put this in previous commit log.
* FLIM is a library to provide basic features about message representationshige1999-05-211-1/+1
| | | | | or encoding. I forgot to put this in previous commit log.
* Enable the parser module.tg1999-05-2130-15/+30
| | | | Submitted by: nectar
* netscape wants X. Give it.asami1999-05-212-2/+4
|
* Unbreak.sada1999-05-212-6/+2
|
* Activate netscape46s.sada1999-05-211-1/+3
|
* Upgrade v4.51 to v4.6.sada1999-05-216-58/+55
|
* Bye-bye g77. (use egcs-devel instead)obrien1999-05-211-2/+1
|
* Oops, I meant May of 1999, not 1998.asami1999-05-211-2/+2
|
* Update dates to May 20. Consistently use "3-stable" to refer to theasami1999-05-219-16/+16
| | | | | branch so I don't have to keep updating the name every time a new release comes out.
* Add 32upgrade.asami1999-05-211-1/+2
|
* 3.2R upgrade kit. (Yes, we already need one, due to a bugfix in fetch!)asami1999-05-216-0/+52
| | | | Requested by: jmg
* Add png dependency. That fixes the PLIST problem, so add back deletedasami1999-05-218-4/+312
| | | | | | entries. Submitted by: maintainer
* Fix dependence.sada1999-05-212-8/+6
| | | | Reported by: kuriyama@FreeBSD.ORG
* Mark as BROKEN.sada1999-05-202-2/+6
| | | | PW repository copied them, so I'll commit correct contents later.
* Activate jfc.kuriyama1999-05-201-1/+2
|
* Add devel/jfc.kuriyama1999-05-201-1/+3
|
* Upgrade to v2.23.kuriyama1999-05-203-5/+12
|
* Remove doubled-slash.kuriyama1999-05-201-2/+2
|
* Activate pinfo.tg1999-05-201-1/+2
|
* New port pinfo. pinfo is a (n)curses based info viewer.tg1999-05-205-0/+45
|
* Upgrade to 4.43.obrien1999-05-202-4/+4
|
* Add netscape46-{commnicator,navigator}. It's been 9 hours since theasami1999-05-201-1/+3
| | | | upgrade commit so I assume Sada-san's just forgotten about it.
* - PDF_close() shouldn't fclose() the file because PDF_open() expects andirk1999-05-203-3/+6
| | | | | | | | | open file descriptor (see http://www.php.net/manual/function.pdf-close.php3 for details) - honor ${CC} PR: ports/11501 Submitted by: Palle Girgensohn <girgen@partitur.se>
* upgrade to 3.3ache1999-05-204-55/+69
|
* Cope with Fortify 1.4.2.sada1999-05-206-12/+12
| | | | Requested by: billf
* update to p113mharo1999-05-202-5/+5
| | | | | PR: 11749 Submitted by: Chris Piazza cpiazza@home.net
* Upgrade to v4.6.sada1999-05-2019-972/+787
| | | | v4.08 ports are changed because v.4.6 ports' Makefile includes v4.08s'.
* Minor coorections for style and typos.stb1999-05-191-10/+11
|
* Added WWW: for www-site target in DESCRtaoka1999-05-192-2/+2
|
* Added deft and ortep3taoka1999-05-191-1/+3
|
* The Oak Ridge Thermal Ellipsoid Plot Program for Crystal Structuretaoka1999-05-197-0/+594
| | | | | PR: 11649 Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
* Density functional molecular orbital calculation.taoka1999-05-197-0/+226
| | | | | PR: 11647 Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
* Add emacs-manualtaoka1999-05-191-1/+2
|
* Japanese translation of the GNU Emacs Manualtaoka1999-05-197-0/+118
| | | | | PR: 11638 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Added tuctaoka1999-05-191-1/+3
|
* Moved textproc/tuc to converters/tuctaoka1999-05-195-9/+9
| | | | Obtained from: "David O'Brien" <obrien@FreeBSD.org>
* Upgrade to 2.9a.tg1999-05-193-16/+14
|
* Upgrade to 0.6.0.tg1999-05-198-34/+50
|
* Better support for local $CFLAGS.tg1999-05-1915-45/+45
|
* Upgrade to 2.13.tg1999-05-192-4/+4
|
* - Added support for SMP systems to etc/rc.d/setiathome.shstb1999-05-194-89/+252
| | | | | | | | - Added etc/setiathome.conf with options to set the nice level, the max. number of processes to run, the working directory, and the the user id to run as. - setiathome.1 was missing from Makefile (and +CONTENTS subsequently) - Updated the man page to reflect the changes.
* Add WWW:mharo1999-05-191-0/+2
| | | | | PR: 11762 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* add WWW:mharo1999-05-193-0/+6
| | | | | PR: 11759 Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theobrien1999-05-1972-522/+450
| | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95.
* Update to 1.4cracauer1999-05-182-3/+3
|
* Update to version 3.6.3mharo1999-05-182-4/+4
|
* Man page fix.jmz1999-05-181-0/+11
| | | | | PR: ports/11748 Submitted by: Lowell Gilbert <lowell@world.std.com>
* upgrade to 1.0.7ache1999-05-182-3/+3
|
* upgrade to 2.42ache1999-05-182-6/+6
|
* upgrade to 5.43ache1999-05-182-4/+4
|
* Update to 2.0.1mharo1999-05-184-17/+20
| | | | | Submitted by: Chris Piazza cpiazza@home.net PR Number: 11726
* Change Mr.Nakaji's Email address.sada1999-05-1714-42/+42
| | | | Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* PR: 11698foxfair1999-05-174-13/+13
| | | | | Submitted by: Chia-Hsing Yu <davidyu@ken.csie.ntu.edu.tw> Update to v0.3.6.
* - Add ftp.cdrom.com to MASTER_SITESstb1999-05-172-10/+20
| | | | - Add new options to man page
* Enable pdq.foxfair1999-05-171-1/+2
| | | | Enable nessus.
* Enable pdq.foxfair1999-05-171-1/+2
|
* PR: 11721foxfair1999-05-1711-0/+309
| | | | Submitted by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
* PR: 11457foxfair1999-05-1710-0/+564
| | | | | | | | | Submitted by: Anders Nordby <anders.fix.no> Nessus is a security scanner. That is, it's a program which will scan a given network and will seek for vulnerabilities which could be exploited by some remote intruder. Check the homepage at: http://www.nessus.org/
* update to 0.9.5.6mharo1999-05-172-5/+3
| | | | | Submitted by: jim@phrantic.phear.net PR #: 11741
* Update to 1.1stb1999-05-172-23/+23
|
* Fix MASTER_SITES.stb1999-05-174-9/+8
|
* Upgrade to shtool, Version 1.2.7rse1999-05-172-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.3rse1999-05-172-4/+4
|
* Make more package friendlymharo1999-05-171-0/+6
|
* Upgrade to 0.90mharo1999-05-176-73/+50
| | | | Noticed by: Jim Dutton <jimd@dutton3.it.siu.edu>
* This port needs USE_XLIB.asami1999-05-171-1/+2
| | | | Submitted by: maintainer
* Add a missing file to packing list.steve1999-05-171-0/+1
|
* Make this port PREFIX friendly.steve1999-05-172-4/+22
|
* New MASTER_SITE and add WWW to description.steve1999-05-172-4/+4
| | | | | PR: 11644 Submitted by: maintainer
* Update to version 1.0.9.steve1999-05-174-27/+8
| | | | | PR: 11659 Submitted by: maintainer
* Add WWW site.steve1999-05-171-0/+2
| | | | | PR: 11668 Submitted by: maintainer
* update to 2.3dmharo1999-05-172-5/+5
| | | | | PR: 11703 Submitted by: Chris Piazza cpiazza@home.net
* Update to version 9.5.5.steve1999-05-172-4/+4
| | | | | PR: 11673 Submitted by: maintainer
* Update to version 4.1.steve1999-05-173-9/+15
| | | | | PR: 11678 Submitted by: maintainer
* Update to version 2.5.steve1999-05-174-54/+54
| | | | | PR: 11693 Submitted by: maintainer
* Update to version 5.0.3.steve1999-05-172-3/+3
| | | | | PR: 11694 Submitted by: maintainer
* Update to version 0.5.2.steve1999-05-176-12/+14
| | | | | PR: 11701 Submitted by: Chris Piazza <cpiazza@home.net>
* Update to 0.24mharo1999-05-172-5/+4
| | | | | PR: 11729 Submitted by: Chris Piazza cpiazza@home.net
* Update to version 0.3.6.steve1999-05-172-5/+6
| | | | | PR: 11715 Submitted by: Chris Piazza <cpiazza@home.net>
* update MASTER_SITES and MD5 checksummharo1999-05-172-3/+3
| | | | | PR: 11661 Submitted by: maintainer
* update to 0.9.39 (note that digit % 3 == 0)mharo1999-05-173-8/+8
| | | | | PR: 11735 Submitted by: Chris Piazza cpiazza@home.net
* Update to 2.05mharo1999-05-172-4/+6
| | | | | PR: 11730 Submitted by: Ollivier Robert roberto@keltia.freenix.fr
* Since perl 503 set close-on-exec on pipe() call, turn it backache1999-05-171-23/+48
|
* Fix compilation problem caused by change in suser() calling convention.archie1999-05-171-20/+31
|
* update to version 2.6.2mharo1999-05-175-18/+61
| | | | | PR: 10648 Submitted by: me with help finding a new MASTER_SITE from #freebsd
* upgrade to 3.52ache1999-05-172-3/+3
|
* Add andreas back, he has acknowleged the reception of my mail and won'tasami1999-05-152-4/+4
| | | | commit anything until the ports freeze is over.
* Temporarily suspend Andreas' commit privs before he can do any moreasami1999-05-152-4/+4
| | | | damage to the ports tree. He's apparently not reading mail.
* unix-lpr.sh and lprsetup.sh are missing from the package.andreas1999-05-1514-7/+35
| | | | | | fixed install target and PLIST file. Reported by: Marko Schuetz <marko@ki.informatik.uni-frankfurt.de>
* Despite what I said before, this is the official INDEX file forasami1999-05-141-2/+1
| | | | 3.2R, with 7 x 337 (= 2,359) ports. The tag is "RELEASE_3_2_0".
* Remove duplicate wmmoonclock's.asami1999-05-141-2/+1
|
* Fix rev 1.7: ports use ${PORTOBJFORMAT}.fenner1999-05-141-2/+2
| | | | Approved by: asami
* Do what the previous commit claimed.wosch1999-05-131-1/+1
|
* New index, with 2 x 2 x 2 x 5 x 59 (that's 2,360 for ourasami1999-05-131-2089/+2360
| | | | | | | | | calculator-challenged friends out there) ports. Unless I screwed up something, this should be the official INDEX for 3.2R. You should be able to get the 3.2R ports tree with cvs co -rRELEASE_3_2_0 ports
* Fix a few more category typos.asami1999-05-133-6/+6
|
* Build fix, misc. cleanup.asami1999-05-134-326/+434
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Misc. build fix.asami1999-05-138-348/+406
| | | | | I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fix some typos.asami1999-05-134-8/+10
| | | | Submitted by: maintainer
* Minor cleanup - remove Xlib dependency, as it's already there through tk.asami1999-05-131-3/+2
| | | | Submitted by: maintainer
* Fix up dependencies so this will build in 3.x.asami1999-05-131-5/+9
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Add missing dependency to sane.asami1999-05-131-1/+2
| | | | Submitted by: maintainer
* Add missing gettext dependency.asami1999-05-131-1/+3
| | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Add USE_XLIB.asami1999-05-121-1/+2
|
* Make this compile.asami1999-05-1212-0/+72
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Make this compile.asami1999-05-126-66/+42
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Misc. PLIST cleanups.asami1999-05-125-4/+15
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fix bogus CATEGORIES line.asami1999-05-122-4/+4
| | | | Submitted by: jkh
* Remove the gdb port. This is now *2* versions behind the system gdb. ;)asami1999-05-121-2/+1
|
* Remove RUN_DEPENDS on gdb -- we've always had gdb in /usr/bin so this neverasami1999-05-121-3/+1
| | | | did anything useful.
* Add ${WRKDIRPREFIX} in front of ${WRKSRC}.asami1999-05-121-2/+2
|
* Depend on tk, not tcl (which is pulled in from tk anyway).asami1999-05-121-2/+2
|
* Use MOTIFLIB. Note this is a patch to configure, so the $ in frontasami1999-05-121-1/+1
| | | | is escaped for lazy evaluation.
* Correctly specify WRKDIR.asami1999-05-121-2/+2
|
* Remove two missing files so packaging works.asami1999-05-124-8/+0
|
* Correctly use MOTIFLIB.asami1999-05-123-0/+33
|
* Update to reflect recent world order. In particular, you need /dev/bpf0asami1999-05-122-18/+10
| | | | to build some ports.
* Upgrade to fix build problem.asami1999-05-1210-40/+26
| | | | Submitted by: maintainer
* Another REQUIRE_MOTIF -> REQUIRES_MOTIF....asami1999-05-121-2/+2
|
* Um, it's REQUIRE*S*_MOTIF, not REQUIRE_MOTIF.... ;)asami1999-05-121-2/+2
|
* Fix a typo.torstenb1999-05-122-4/+4
| | | | | | Approved by: asami Noticed by: Andrew Gallatin <gallatin@cs.duke.edu>, Jeremy Prior <jez@netcraft.co.uk>
* Fix building by properly using MOTIFLIB (actually just changedasami1999-05-122-1/+12
| | | | "MOTIFLIB=" to "MOTIFLIB?=").
* Add -b to fetch args to fix fetch problem.asami1999-05-121-2/+2
| | | | Submitted by: tg
* Fix ELF build. Change maintainer's mail address.asami1999-05-122-3/+23
| | | | Submitted by: maintainer, of course
* Remove missing file.asami1999-05-121-1/+0
|
* Fix compilation errors.asami1999-05-1220-624/+180
| | | | | PR: 11612 Submitted by: cpiazza@home.net
* Back out unapproved commit from an idiot committer who can'tasami1999-05-122-3/+3
| | | | understand what "ports freeze" means.
* upgrade to 3.52ache1999-05-112-3/+3
|
* Update to 2.22 to fix checksum mismatch.asami1999-05-112-5/+6
| | | | Submitted by: tg
* Don't write to ${PKGDIR}/PLIST.asami1999-05-111-7/+5
|
* X11/TK based mail reader front end to MH for Japanese environmentstaoka1999-05-113-0/+35
| | | | | | PR: 10592 Submitted by: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp> Approved by: asami
* Added exmh2taoka1999-05-111-1/+2
| | | | Approved by: asami
* Patch for building failure of games/pmars on the Package Builder.taoka1999-05-113-10/+3
| | | | | PR: 11635 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
* Clean up after yet another repository copy. Renamed "kde*-i18n-11"asami1999-05-112-5/+5
| | | | | | to "kde*11-i18n". Suggested by: sprice
* Activate kdelocale.sada1999-05-111-1/+2
|
* Update to 1.8a21.obrien1999-05-116-9/+9
|
* Activate kdesupport-i18n-11, kdelibs-i18n-11, kdebase-i18n-11.sada1999-05-112-2/+5
|
* Activate qt-i18n.sada1999-05-111-1/+2
|
* Remove povmsd_s.zip from DISTFILESflathill1999-05-115-1143/+503
| | | | | Update to 3.1e, I mistook commit before. Submitted by: yasuf@big.or.jp
* Added enlightenment-conftaoka1999-05-111-1/+2
|
* Added rlprtaoka1999-05-111-1/+2
|
* Send print jobs to lpd servers anywhere on a network.taoka1999-05-116-0/+76
| | | | | PR: 11072 Submiited by: Mikhail Teterin <mi@aldan.algebra.com>
* Add gtkicqtaoka1999-05-111-1/+2
|
* icq clone for japanese usertaoka1999-05-115-0/+67
| | | | | PR: 11580 Submitted by: Shuichi Tanaka <stanaka@bb.mbn.or.jp>
* Changed to a master port of japanese/exmh2taoka1999-05-111-5/+16
| | | | | PR: ports/10592 Submitted by: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
* Activate coda5_docflathill1999-05-111-1/+2
|
* Update to 5.2.0flathill1999-05-114-127/+135
| | | | | PR: ports/11610 Submitted by: ijliao@Terry.Dorm10.NCTU.edu.tw
* Fix files/md5.sada1999-05-114-8/+4
|
* Spell out LIBTOOL with full path, otherwise it won't work since it'sasami1999-05-111-2/+2
| | | | | | called as an argument to /bin/sh. Submitted by: reg@shale.csir.co.za
* Categories should be "converters kde", not "x11 kde".asami1999-05-112-4/+4
| | | | Reportde by: imura@cs.titech.ac.jp
* Categories "misc kde" should be "x11 kde".asami1999-05-119-18/+18
| | | | Reported by: imura@cs.titech.ac.jp
* Remove missing files. I'm not sure if this is the right fix butasami1999-05-114-304/+0
| | | | it will at least get the build going again.
* Rename all pwrite()s to deal with this change:asami1999-05-111-0/+53
| | | | | | | | 1.24.2.1 Wed May 5 23:19:59 1999 UTC by dt Branch: RELENG_3 Diffs to 1.24 ; Diffs to 1.26 MFC: pread() and pwrite().
* Enable WAIS support.steve1999-05-112-15/+21
| | | | Submitted by: Pdero F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Update to version 3.4-beta37.steve1999-05-117-57/+75
| | | | | PR: 9641 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Fix MASTER_SITEflathill1999-05-111-2/+3
| | | | Submitted by: s974123@cc.matsuyama-u.ac.jp
* Change MASTER_SITESflathill1999-05-111-2/+2
| | | | | PR: ports/11628 Submitted by: Scott.Blachowicz@seaslug.org
* Upgrade to latest version, and change MASTER_SITES to synack.net.vanilla1999-05-114-67/+39
|
* Activate libjcodeflathill1999-05-111-1/+2
|
* PR: ports/11579flathill1999-05-115-0/+37
| | | | | Submitted by: stanaka@bb.mbn.or.jp Japanese charset conversion libraly
* Re-add modules.. That's a lot of metadata that doesn't have to be checkedpeter1999-05-111-0/+3490
| | | | over and over again (and consumes network bandwidth on cvsup).
* Activate asbuttonflathill1999-05-111-1/+2
|
* PR: ports/11619flathill1999-05-115-0/+102
| | | | | Submitted by: jim@blues.ghis.net A dockapp that displays 4 or 9 buttons to run apps of your choice.
* Network stats fixed, and turned on by default.flathill1999-05-112-3/+14
| | | | | PR: ports/11620 Tom Pavel <pavel@SLAC.Stanford.EDU>
* Update to 2.6p4flathill1999-05-116-19/+19
| | | | | PR: ports/11624 Submitted by: honda@kashio.info.mie-u.ac.jp
* Update to 0.3.5flathill1999-05-117-183/+246
| | | | | PR: ports/11625 Submitted by: davidyu@ken.csie.ntu.edu.tw
* Add a patch for 4.0current.vanilla1999-05-112-0/+40
|
* Depend on mail/metamail (mmencode).shige1999-05-115-5/+25
|
* Change semi-setup.el to semi-setupel.el.shige1999-05-1034-39/+79
|
* Cleanup empty directories and portlint.kuriyama1999-05-103-2/+3
| | | | | # I think p5-TraceFuncs and p5-Term-ReadKey need to be upgraded for # Perl 5.00503.
* Change semi-setup.el to semi-setupel.el.shige1999-05-106-7/+15
|
* Add semi-setup.el to PLIST.shige1999-05-1011-0/+11
|
* Fix REQUIRE_SETUPEL.shige1999-05-106-12/+12
|
* Unbreak for ELF. (setenv PORTOBJFORMAT at xmkmf)kuriyama1999-05-101-3/+2
| | | | | | I think this hack solves mharo's problem... Found by: bento and mharo
* Cleanup empty directory and fix typo (missing %D in @unexec rmdir).kuriyama1999-05-101-1/+2
|
* Activate the following ports:shige1999-05-101-1/+5
| | | | | | | editors/wemi-emacs editors/wemi-emacs-current editors/wemi-mule editors/wemi-mule-current
* Change from master to slave.shige1999-05-102-61/+11
| | | | New master port is editors/wemi-emacs-current.
* New port: editors/wemi-mule-current.shige1999-05-104-0/+115
|
* New port: editors/wemi-emacs-current.shige1999-05-109-0/+251
|
* Change from master to slave.shige1999-05-102-63/+13
| | | | New master port is editors/wemi-emacs.
* New port: editors/wemi-muleshige1999-05-104-0/+117
|
* New port: editors/wemi-emacs.shige1999-05-109-0/+253
|
* Add flim-setup.el to PLIST.shige1999-05-1011-0/+11
|
* Fix REQUIRE_SETUPEL.shige1999-05-105-10/+10
|
* Add flim-setup.el to PLIST.shige1999-05-101-0/+1
|
* Fix REQUIRE_SETUPEL.shige1999-05-102-2/+3
|
* Unbreak-elf ports/japanese/gd.sada1999-05-104-22/+12
| | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* o Fix for Perl5.kuriyama1999-05-104-62/+137
| | | | | | | | o Upgrade to v1.19. No response for 24 hours from: maintainer (sorry, jfitz!)
* Activate gnustep.tg1999-05-101-1/+2
|
* New port gnustep. GNUstep is a set of general-purpose Objective-C librariestg1999-05-1035-0/+7070
| | | | base on the OpenStep standard developed by NeXT (now Apple) Inc.
* update to 3.34betaobrien1999-05-102-5/+4
|
* Oops, commit the new patch, not the patch to the previous patch.kris1999-05-101-23/+42
|
* Fix typo in function XUTILGetVisualBpp(), it causes fxtv to fail onroger1999-05-102-0/+22
| | | | | | X server with both depth 8 and 24 visuals. Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
* add WWWmharo1999-05-101-0/+2
| | | | | PR: 11621 Submitted by: maintainer
* Update to version 0.5.1.steve1999-05-102-3/+3
| | | | | PR: 11617 Submitted by: maintainer
* Update to version 0.2.1.steve1999-05-102-4/+4
| | | | | PR: 11616 Submitted by: maintainer
* Update to version 1.4.0.steve1999-05-103-5/+6
| | | | | PR: 11613 Submitted by: maintainer
* Port is no longer broken for ELF. Also turn off DEBUG and handle FD setssteve1999-05-103-22/+45
| | | | | | | properly. PR: 11606 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Update master site.smace1999-05-102-4/+4
|
* Kind-of like "musical typos" or perhaps duck, duck, typo.hoek1999-05-101-1/+1
|