aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maintainership requestedmharo1999-06-231-2/+2
* Update to 0.99b.cpiazza1999-06-238-20/+18
* Add xemacs-packages and xemacs21.gj1999-06-231-1/+3
* This is xemacs-packages. It contains a selection of "most used"gj1999-06-2335-0/+7014
* This is the latest version of xemacs - Xemacs 21.1.gj1999-06-2321-8883/+1764
* Disable sound support for the Alpha.steve1999-06-232-3/+18
* Fully support turning off sound support and make it the default on thesteve1999-06-233-7/+42
* Disable sound support on the Alpha. Also move the manpage from the PLISTsteve1999-06-234-8/+103
* egcs barfs when desctructors take arguments.steve1999-06-231-0/+11
* Disable sound and joystick support on the Alpha.steve1999-06-236-2/+140
* time(3) returns a time_t and not a long.steve1999-06-232-0/+22
* s/String/string/g so this builds again.steve1999-06-232-0/+22
* Compensate for not having a generic.h on -current boxes.steve1999-06-236-12/+58
* Dont' try to link with -ldnet_stub on the Alpha.steve1999-06-231-0/+11
* The Alpha doesn't have sound support yet.steve1999-06-231-1/+5
* Don't try to link with -ldnet_stub on the Alpha.steve1999-06-231-0/+11
* Correct grammar nits in the RESTRICTED string.steve1999-06-231-2/+2
* Don't add -lbsd to LDFLAGS on the FreeBSD/Alpha port.steve1999-06-231-3/+9
* Only enable sound support when the machine arch is not Alpha.steve1999-06-232-4/+8
* Defined timefield as a time_t instead of a long for the Alpha.steve1999-06-231-0/+11
* Disable sound support on the Alpha.steve1999-06-231-6/+9
* Revert my previous fix. It seems I had an old distfile.steve1999-06-231-2/+2
* The Alpha port doesn't have sound support yet.steve1999-06-231-1/+5
* Make this port reinstall friendly.steve1999-06-231-3/+3
* The Alpha's fp mask register doesn't have a FP_X_DNML bit.steve1999-06-231-2/+6
* Turn off sound support except on the i386 port.steve1999-06-232-10/+14
* Define pipe_broken as a sig_atomic_t so this build on the Alpha.steve1999-06-231-0/+11
* Build fails on the Alpha with a compiler error in functionsteve1999-06-231-1/+5
* Correct identity string on the alpha.steve1999-06-231-0/+16
* The build fails because this port cannot find glaux.h and not libaux.h.steve1999-06-231-2/+2
* Fixup patch botch from previous commit.steve1999-06-231-15/+15
* Don't require interaction on install while PACKAGE_BUILDING.steve1999-06-239-9/+9
* Move this port's distfiles into its own subdirectory to avoid conflictssteve1999-06-234-11/+25
* Move this port's distfiles to its own subdirectory since they conflictsteve1999-06-236-9/+15
* This one doesn't build on the Alpha yet, but should soon.steve1999-06-2314-14/+70
* time(3) returns a time_t and not a long.steve1999-06-238-24/+88
* On the Alpha this port's build dies with a compiler error in functionsteve1999-06-231-1/+5
* This doesn't build on the alpha yet, but should with a little work.steve1999-06-2310-10/+50
* This port doesn't build when the system compiler is egcs.steve1999-06-232-4/+14
* Use time_t instead of long so this builds on the Alpha.steve1999-06-231-0/+11
* Only build in sound support when the machine arch is i386.steve1999-06-231-3/+9
* Live with the single warning fixed previously so that this builds againsteve1999-06-231-17/+4
* This doesn't build on the Alpha.steve1999-06-231-1/+3
* This port contains i386 binaries.steve1999-06-231-1/+3
* Fix for archs where sizeof(long) != sizeof(time_t).steve1999-06-231-0/+29
* Add FETCH_BEFORE_ARGS=-b to fix distfile fennerage.steve1999-06-232-2/+6
* We don't have sound support on the Alpha yet.steve1999-06-233-3/+9
* This port contains i386 binaries.steve1999-06-231-1/+3
* Avoid interactive install while PACKAGE_BUILDING.steve1999-06-231-8/+8
* Mark this port "only for i386".steve1999-06-231-1/+3
* Only add -DUSE_ASSEMBLY_[AB] when building on an i386 machine.steve1999-06-231-8/+21
* This port also BUILD_DEPENDS on gettext for its documentation.steve1999-06-231-2/+3
* Use 'ln -sf' for the /var/news symlink just in case it already exists.steve1999-06-231-1/+1
* Upgrade to MM Shared Memory Library, version 1.0.7rse1999-06-222-4/+4
* Upgrade to 1.0.2.tg1999-06-225-30/+26
* Driver script for whole build process. It willasami1999-06-222-0/+228
* Add support for 4-current. Add /compat to list of directories toasami1999-06-221-22/+29
* Timeout port builds after 4 hours. This will prevent ports that getasami1999-06-221-3/+9
* Print out the time when the build starts and ends.asami1999-06-221-0/+7
* Three scripts to look into the error logs and generate the now-famousasami1999-06-223-0/+159
* Comment mysql322-client, it's not ready yet.asami1999-06-221-2/+2
* Remove empty lines and version number.asami1999-06-222-3/+1
* Remove empty line.asami1999-06-221-1/+0
* Little helper scripts to upgrade your machinery.asami1999-06-222-0/+41
* A little script to copy changed/new distfiles over to wcarchive. Thisasami1999-06-221-0/+22
* A little script to fire up checkmachines. Put in /usr/local/etc/rc.d.asami1999-06-221-0/+8
* The makeindex and makeduds scripts now take a "branch" argument to workasami1999-06-222-6/+78
* A perl script to run a command with a timeout. The command is killed if itasami1999-06-221-0/+38
* Setup a client machine. Unmounts all read-only mounts that looks likeasami1999-06-221-0/+11
* Delete the chroot dirs before starting the load average reportingasami1999-06-221-1/+5
* Typo ("go-maku" -> "go-moku").asami1999-06-221-1/+1
* Activate g-gcl.cpiazza1999-06-221-1/+2
* Import of g-gcl.cpiazza1999-06-225-0/+63
* Update gracula to version 3.0cpiazza1999-06-222-4/+4
* Change the new MASTER_SITE, it's apps/sound/editors not apps/audio/editrs.cpiazza1999-06-221-2/+2
* add mastersitemharo1999-06-221-2/+4
* Active gma.foxfair1999-06-221-1/+2
* PR: 12327foxfair1999-06-225-0/+32
* PR: 12316foxfair1999-06-222-5/+5
* Update to 1.22.1.cpiazza1999-06-222-4/+4
* Mark BROKEN awaiting the new maintainer's update to make this portbillf1999-06-2210-30/+40
* Add mysql322-client, reach out and touch(1) some data.billf1999-06-221-1/+2
* CFS's cmkdir now makes directories as Blowfish by default.green1999-06-222-2/+13
* Fix a typo and change WWW: in DESCR.cpiazza1999-06-222-3/+3
* Change all permutations in capitalization of "asami@freebsd.org" toasami1999-06-2219-38/+38
* Update to 0.4.7bcpiazza1999-06-223-7/+7
* Update to the 19990616 GCC 2.95-prerelease.obrien1999-06-2254-1422/+828
* Update master sites.jdp1999-06-221-3/+3
* NPS 0.9.18->0.9.19rse1999-06-212-3/+3
* Bump "Version required".sheldonh1999-06-211-2/+2
* Update 3.3 -> 4.6 and add a master site. Patches differ slightly fromsheldonh1999-06-214-34/+480
* Don't depend on the tcp_wrappers port if tcp_wrappers is included in thesheldonh1999-06-211-1/+3
* Update maintainer's e-mail address.sheldonh1999-06-217-14/+14
* Move NO_LATEST_LINK from pine4 to pine3mharo1999-06-211-3/+1
* a) Update jdk-doc to 1.1.8. (from submitter)cpiazza1999-06-2120-5495/+5540
* Update xchat to 0.9.9.cpiazza1999-06-2115-25/+30
* Activate trickyirc.cpiazza1999-06-211-1/+2
* Import of trickyirccpiazza1999-06-218-0/+79
* Remove NO_LATEST_LINKjseger1999-06-211-2/+1
* Upgrade tkgnats to 3.0.10andreas1999-06-214-17/+17
* Update to 0.15.cpiazza1999-06-212-5/+5
* Unbreak this port - it's easy enough to get the config files in thejkh1999-06-2018-24/+216
* Upgrade to tcl and tk 8.1.jseger1999-06-2032-311/+547
* Upgrade to NPS version 0.9.18rse1999-06-202-4/+4
* Fix the path in the second MASTER_SITE.cpiazza1999-06-201-2/+2
* Update my email address.cpiazza1999-06-201-3/+3
* Activate cdindexcpiazza1999-06-201-1/+2
* Import of cdindex.cpiazza1999-06-205-0/+35
* Fix distfile fennerage with another MASTER_SITE.cpiazza1999-06-202-19/+2
* Update the path for the main distribution site and remove a dysfunctionalcpiazza1999-06-202-6/+4
* Remove dead master site.cpiazza1999-06-201-3/+2
* Replace a dead master site with a functional one.cpiazza1999-06-203-9/+9
* Fix distfile fennerage.cpiazza1999-06-202-3/+3
* Support ${CC}.cpiazza1999-06-201-6/+8
* Update wmpop3 from 0.2.2a to 0.5.0a.cpiazza1999-06-204-10/+10
* Activate pptpclient.jdp1999-06-201-1/+2
* New port for the "pptp-linux" VPN client. It allows a FreeBSD machinejdp1999-06-2012-0/+266
* Update irssi to 0.7.11-2.cpiazza1999-06-206-10/+22
* Update tgif-nls to 4.1.16cpiazza1999-06-204-9/+10
* Update tgif to 4.1.16cpiazza1999-06-204-6/+7
* Upgrade asapm from 2.6 to 2.7.cpiazza1999-06-202-4/+4
* Update wmtz to 0.4, honour CFLAGS..cpiazza1999-06-203-5/+5
* Update ripit to version 1.4cpiazza1999-06-203-10/+10
* Fix build for non-egcs/pgcc case. Reorder the PLIST.cpiazza1999-06-203-4/+13
* Use 'ln -sf' to fix a build failure on some 3.2-STABLE boxes.steve1999-06-201-2/+2
* Fix a spelling mistake and add WWW:cpiazza1999-06-201-3/+2
* Activate giram.cpiazza1999-06-201-1/+2
* Import of giram (giram is really a modeller), a GTK based POV-Raycpiazza1999-06-205-0/+68
* Add a legal statement in LEGAL, was previously in ports Makefileandreas1999-06-191-1/+3
* Make the psi88 port install into PREFIX instead of a hardcodedcpiazza1999-06-191-4/+14
* Update zebra port to 0.68andreas1999-06-196-9/+9
* patch the s3mod port to support PREFIX. While I'm here honour CC, too.cpiazza1999-06-191-7/+14
* a) make the radio port install in PREFIX (from submitter)cpiazza1999-06-194-264/+260
* Upgrade plan from 1.7.2 to 1.8.1; portlint.cpiazza1999-06-195-197/+152
* Install into ${PREFIX}/share/blackened, not ${PREFIX}/blackened.cpiazza1999-06-192-736/+736
* Activate blackenedcpiazza1999-06-191-1/+2
* An alternative IRC client made by Timothy Jensen <jenson@arizona.edu>cpiazza1999-06-195-0/+794
* Change my email address to FreeBSD.org.cpiazza1999-06-1951-167/+92
* Take over maintainership of this port. Old maintainer cites no timecpiazza1999-06-191-2/+2
* Remove current maintainer and replace with ports@FreeBSD.orgcpiazza1999-06-193-6/+6
* Update cooledit to 3.11.3.cpiazza1999-06-194-12/+12
* Update to 1.2.1cpiazza1999-06-197-27/+63
* Add Chris Piazza. Welcome aboard! Please introduce yourself tomarkm1999-06-192-4/+4
* Add some more MASTER_SITES which does absolutly nothing until someonebillf1999-06-1914-56/+98
* Upgrade to 2.8.2.rel1.mph1999-06-194-52/+58
* upgrade to 2.0.13ache1999-06-1911-62/+70
* Upgrade to 16.10.mph1999-06-192-6/+6
* Add master sitemharo1999-06-191-2/+3
* change maintainermharo1999-06-191-2/+2
* Link some modules against libmytinfo to pick up a working tputs().tg1999-06-1815-30/+30
* Only use trimdomain() if __FreeBSD_version > 320000brian1999-06-182-9/+22
* Update yafc to 0.4.3.mharo1999-06-182-4/+4
* Fix the wterm build. It didn't have a -I${LOCALBASE}/include which wasmharo1999-06-181-3/+4
* Replace a stale MASTER_SITE with a fresh, shiny mirror.billf1999-06-183-6/+6
* Add Mitsuru IWASAKI. Welcome aboard!markm1999-06-182-4/+4
* Add Brian Feldman. Welcome aboard!markm1999-06-182-4/+4
* Ports that are in a non-virtual category other then 'misc' don't getbillf1999-06-182-4/+4
* 1. Make this port easier to upgrade later on.billf1999-06-182-10/+30
* Remove trailing whitespacebillf1999-06-182-4/+4
* The patch changed on us without bumping the version number.billf1999-06-171-1/+1
* Portlint, this port doesn't need to include bsd.port.{pre,post}.mkbillf1999-06-171-8/+6
* Update to 1.1billf1999-06-175-15/+50
* I copied this from being a patch to being a file. Boy do I feel silly thatbillf1999-06-171-5/+2
* activate domtoolsjmg1999-06-171-1/+2
* import of domtoolsjmg1999-06-1712-0/+334
* Added acroread-commfonttaoka1999-06-171-1/+2
* Added acroread-chsfont and acroread-chtfonttaoka1999-06-171-1/+3
* Added acroread-korfonttaoka1999-06-171-1/+2
* Added acroread-jpnfonttaoka1999-06-171-1/+2
* Asian Font Packs for Acrobat Reader 4.0 (for common files)taoka1999-06-178-0/+410
* Asian Font Packs for Acrobat Reader 4.0 (for Chinese Traditional)taoka1999-06-1710-0/+50
* Asian Font Packs for Acrobat Reader 4.0 (for Korean)taoka1999-06-1710-0/+50
* Asian Font Packs for Acrobat Reader 4.0 (for Chinese Simplified)taoka1999-06-1710-0/+48
* Asian Font Packs for Acrobat Reader 4.0 (for Japanese)taoka1999-06-1710-0/+50
* Bump "Version required".sheldonh1999-06-176-24/+6
* Work around the way odd shells sabotage exim's arch-type script.sheldonh1999-06-173-3/+9
* use latest version (1.05a).itojun1999-06-173-8/+10
* update to use magicpoint-1.05aitojun1999-06-172-5/+5
* Mark this FORBIDDEN for PARALLEL_PACKAGE_BUILD case -- the pkg/INSTALLasami1999-06-171-1/+4
* 4.0b -> 4.0dima1999-06-174-16/+8
* 4.0b -> 4.0dima1999-06-172-6/+6
* Remove obsolete ja-gtk and ja-gimp.sada1999-06-171-3/+1
* Use -pthread not libc_rbillf1999-06-171-1/+1
* bug fix & version up (22.02 -> 22.05b).taoka1999-06-1721-187/+238
* Add rtsp_proxy, because Apple was kind enough to share.billf1999-06-171-1/+2
* This is a port of Apple Computer's open source rtsp_proxy.billf1999-06-179-0/+102
* Fixed many bugstaoka1999-06-173-13/+8
* Fixed many bugstaoka1999-06-173-8/+6
* Fix this port for the brief time it will still be alive.billf1999-06-161-3/+3
* Add more MASTER_SITEs, clean up a extra '\' that no-one noticed, clean upbillf1999-06-163-5/+9
* Upgrade to 0.98, which includes bugfixes, support for Borland Debuggersbillf1999-06-163-5/+5
* Upgrade to 0.5.14, which now (regretfully) adds a X dependency.billf1999-06-166-16/+56
* Added xdgagrabtaoka1999-06-161-1/+2
* capture an X server screen with a mouse pointertaoka1999-06-165-0/+41
* Upgrade to 0.1.11, which is a super-minor bugfix release.billf1999-06-162-3/+3
* Add libwmf, because textproc/mswordview would like to have it.billf1999-06-161-1/+2
* This is an image format handler. It handles the following imagebillf1999-06-165-0/+42
* Update and bug-fix by pathes contained in reply-mails of 11599taoka1999-06-1617-125/+423
* Upgrade to 0.8.1.tg1999-06-166-12/+18
* Use byacc vs. bison if the vsl-gramma.* files need rebuilding.obrien1999-06-161-0/+11
* Add ${PREFIX}/share/Eterm/bg/{scale,tile} to seach paths in themes/*/MAINtaoka1999-06-161-0/+66
* Need to quote if we use "'".simokawa1999-06-161-2/+2
* Replace `FreeBSD-i386` with `${OPSYS}-${MACHINE_ARCH}'.simokawa1999-06-163-12/+15
* i386 only.simokawa1999-06-161-1/+3
* PR: ports/12037sada1999-06-1611-390/+162
* Portlint.jmz1999-06-161-9/+0
* Upgrade to version T96.jmz1999-06-162-5/+5
* Add docbook-310 to catalog list.shige1999-06-151-5/+11
* Use make_smbpasswd, not mksmbpasswd.sh.kuriyama1999-06-153-3/+3
* Update to the 1999-06-08 (gcc 2.95 prerelease).obrien1999-06-15108-2124/+1476
* Respect PREFIX.jkoshy1999-06-151-2/+11
* BROKEN='port installs files into /etc (dhclient.conf) rather than PREFIX/etc'obrien1999-06-156-6/+18
* Add modification for machine-architecture.shige1999-06-152-3/+4
* Revised for machine-architecture.shige1999-06-152-5/+5
* Update to version 1.4 (tgif4 supported version)taoka1999-06-152-6/+6
* an AfterStep look-n-feel memory utilization monitortaoka1999-06-157-0/+286
* File-system monitor for the AfterStep window manager.taoka1999-06-156-0/+129
* Add Sheldon Hearn. Welcome aboard!markm1999-06-152-4/+4
* Added asfsm and asmemtaoka1999-06-151-1/+3
* Add to BUILD_DEPENDS instead of overriding it when OSVERSION < 400002.steve1999-06-151-2/+2
* Added eterm-bgtaoka1999-06-141-1/+2
* Image files for background of Etermtaoka1999-06-145-0/+231
* Fix to compile on -current (and others).kuriyama1999-06-147-95/+961
* Fogot to copy two files (MJ700V2C.FAQ, gdevmjc.ps) for gdevmjc-0.8taoka1999-06-142-2/+4
* Add one more URL.foxfair1999-06-141-1/+2
* make port adhere to ${PREFIX}jmg1999-06-141-4/+4
* Make DESCR upto-date.jkoshy1999-06-141-7/+9
* Upgrade to toolbox-0.4.3.jseger1999-06-142-4/+4
* Ensure we link with local lib not system lib during the build.jseger1999-06-141-0/+10
* Point to the maintainer's homepage about mars_nwe.foxfair1999-06-141-1/+1
* Submitted by: maintainer:Boris Popov <bp@butya.kz>foxfair1999-06-143-128/+14
* Update to fetchamil 5.0.4.jseger1999-06-144-26/+16
* Updated printer drivers:taoka1999-06-147-792/+673
* Updated printer drivers:taoka1999-06-147-562/+442
* Upgrade to ImageMagick 4.2.6.jseger1999-06-143-5/+5
* update to 0.9.5mharo1999-06-143-4/+4
* update to 2.27mharo1999-06-142-4/+4
* Honor ${PREFIX}.kuriyama1999-06-133-2/+60
* Mark `only for i386'. These have i386 assembler code.simokawa1999-06-136-6/+18
* Refine browsers' resources.sada1999-06-136-9/+8
* Sorry, had to re-roll 5.1.2, some minor glitches.andreas1999-06-132-2/+2
* Fix shared library problem (soname not specified).chuckr1999-06-131-1/+1
* upgrade to apsfilter 5.1.2andreas1999-06-138-38/+42
* Update to version 0.40fenner1999-06-132-5/+5
* Fix MASTER_SITES URL.fenner1999-06-131-2/+2
* Fix URL at sgi.com . Remove ftp.parc.xerox.com; it is no longer beingfenner1999-06-131-3/+2
* changed port dependency:andreas1999-06-132-4/+4
* Add some mirrors since the linuxpower.org links are broken.fenner1999-06-131-2/+5
* Update to 1.5.18afenner1999-06-134-25/+22
* Change font directory: misc -> localsada1999-06-134-4/+4