summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New port netcdf. The NetCDF (network Common Data Form) is a libraryThomas Gellekum1999-07-3015-0/+189
| | | | | | | supporting the creation, access, and sharing of scientific data. Notes: svn path=/head/; revision=20395
* Respect CC and CFLAGSKris Kennaway1999-07-301-0/+10
| | | | Notes: svn path=/head/; revision=20394
* Additional mater site.Satoshi Asami1999-07-301-1/+2
| | | | | | | | PR: 12880 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=20393
* Parallelize things a bit more. Now we'll do index/cdrom/restrictedSatoshi Asami1999-07-301-73/+167
| | | | | | | | | | | | | | | | | | | | | list generation at the same time we're setting up the clients. duds generation is intentionally separate. If we get an error back from that one (usually means someone committed a Makefile with a syntax error), abort the whole thing so we won't generate a faulty index and destroy the stuff that's been builtbefore. Lockfile handling is now moved to dopackages2 so we won't overwrite the build.log file just to say "skipped". Generate INDEX right after packages are built, from the same INDEX that was used to build them. Compare the packages from this build with the previous one and report what's missing and whatnot. Notes: svn path=/head/; revision=20392
* Create lock file so you won't have two of these running. Also, separateSatoshi Asami1999-07-301-2/+16
| | | | | | | the report mailing address into the configurable variables section. Notes: svn path=/head/; revision=20391
* Compare the last full runs (and not only the last partial runs).Satoshi Asami1999-07-301-0/+4
| | | | Notes: svn path=/head/; revision=20390
* Run with -j4.Satoshi Asami1999-07-301-1/+8
| | | | | | | Exit with error status if an error occured. Notes: svn path=/head/; revision=20389
* Run with -j4.Satoshi Asami1999-07-301-1/+6
| | | | Notes: svn path=/head/; revision=20388
* Intentionally set up ${PORTSDIR} with symlink to catch broken ports.Satoshi Asami1999-07-301-2/+7
| | | | | | | Suggested by: takamune@avrl.mei.co.jp Notes: svn path=/head/; revision=20387
* PR: 12870Foxfair Hu1999-07-304-4/+6
| | | | | | | | | | Submitted by: Leo Kim <leo@florida.sarang.net> Reviewed by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Missing a locale perl module when install mrtg, add it back. Notes: svn path=/head/; revision=20386
* Little script to convert ports/INDEX to packages/INDEX.Satoshi Asami1999-07-301-0/+13
| | | | Notes: svn path=/head/; revision=20385
* upgrade to 0.10John-Mark Gurney1999-07-292-4/+4
| | | | Notes: svn path=/head/; revision=20384
* Change nls patchs' distribution site to ${MASTER_SITE_PORTS_JP}.SADA Kenji1999-07-2910-21/+20
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=20383
* Ugrade to latest versionNick Sayer1999-07-292-6/+6
| | | | Notes: svn path=/head/; revision=20381
* Upgrade to 1.1.0.Thomas Gellekum1999-07-294-14/+14
| | | | Notes: svn path=/head/; revision=20380
* Replace the MASTER_SITE which I removed after using a stupid browser toSheldon Hearn1999-07-291-2/+3
| | | | | | | check it. Notes: svn path=/head/; revision=20379
* make this port build by upgrading to 0.9John-Mark Gurney1999-07-292-4/+4
| | | | Notes: svn path=/head/; revision=20378
* PR: 12834Foxfair Hu1999-07-294-6/+6
| | | | | | | | | | | | | Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Update mrtg to 2.8.6. The original maintainer, jfitz, has disappeared about more than a month. I can't contact him by email, and have no idea to reach him in the other way. So I take the update request from the submitter. Notes: svn path=/head/; revision=20377
* Upgrade to mod_ssl 2.3.10.Dirk Froemberg1999-07-286-6/+6
| | | | Notes: svn path=/head/; revision=20376
* Add #include <X11/Xproto.h>Roger Hardiman1999-07-282-0/+20
| | | | | | | | This allows FXTV to compile with XFree86 3.9.15 (a 4.0 pre-release beta) This has no effect on XFree86 3.3.4. Notes: svn path=/head/; revision=20375
* Upgrade to GNU Portable Threads (Pth), version 1.0.2Ralf S. Engelschall1999-07-282-4/+4
| | | | Notes: svn path=/head/; revision=20374
* mod_ssl 2.3.9 -> 2.3.10Ralf S. Engelschall1999-07-282-4/+4
| | | | Notes: svn path=/head/; revision=20373
* Upgrade 0.7 -> 0.8:Sheldon Hearn1999-07-282-6/+5
| | | | | | | Bugfixes. Passes more of the GNU grep regression tests. Notes: svn path=/head/; revision=20372
* Add the SHA module to the build.Thomas Gellekum1999-07-2830-15/+120
| | | | Notes: svn path=/head/; revision=20371
* Upgrade to GNU shtool 1.4.5Ralf S. Engelschall1999-07-283-4/+6
| | | | Notes: svn path=/head/; revision=20370
* Fix the build for systems without /dev/dsp. Update the master site, andBrian Feldman1999-07-284-4/+152
| | | | | | | | | md5 checksum (version bump? no, just a file change! grr!). Submitted by: Dan Nelson <dnelson@emsphone.com> Notes: svn path=/head/; revision=20369
* The dist file is in the source directory instead of binaries directory.Dirk Froemberg1999-07-271-2/+2
| | | | | | | Noticed by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Notes: svn path=/head/; revision=20368
* Now full-source distribution is removed from archives,SADA Kenji1999-07-272-10/+16
| | | | | | | | | so we should get a patch and sould apply it to dist10. Approved by: maintainer Notes: svn path=/head/; revision=20367
* I've forgotten to update patch-aa.SADA Kenji1999-07-271-632/+44
| | | | | | | Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=20366
* Add Doug Rabson's patches for XFree86 on the FreeBSD/Alpha with minorSteve Price1999-07-2717-12/+5555
| | | | | | | | | | tweaks to the PLIST to accomodate the recent upgrade to 3.3.4. Submitted by: dfr Reviewed by: jmz (maintainer) Notes: svn path=/head/; revision=20365
* Upgrade to dejasearch 1.6.3Kris Kennaway1999-07-274-15/+9
| | | | | | | | PR: 12531 (based on) Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=20364
* Version number is 0.82 not 082.Dirk Froemberg1999-07-271-2/+2
| | | | Notes: svn path=/head/; revision=20363
* Upgrade 0.3 -> 0.7:Sheldon Hearn1999-07-272-6/+5
| | | | | | | | While this version doesn't pass the GNU regression tests, it gets through a ports build, which 0.3 did not. Notes: svn path=/head/; revision=20362
* Upgrade to 0.30.Dirk Froemberg1999-07-274-4/+10
| | | | | | | | PR: ports/12816 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer) Notes: svn path=/head/; revision=20361
* Upgrade to mod_ssl 2.3.9.Dirk Froemberg1999-07-276-6/+6
| | | | Notes: svn path=/head/; revision=20360
* Upgrade to 0.82.Dirk Froemberg1999-07-277-15/+62
| | | | | | | | BladeEnc is distributed in source form, now. So it should work on alpha, too. Notes: svn path=/head/; revision=20359
* Say hello to bluefish.Foxfair Hu1999-07-271-1/+2
| | | | Notes: svn path=/head/; revision=20358
* PR: 12799Foxfair Hu1999-07-276-0/+116
| | | | | | | | | | | | | | | | Submitted by: Jim Mock <jim@blues.ghis.net> New port of bluefish, which is an HTML editor that uses gtk. Future versions will possibly include gnome support and it will be added to the Makefile if/when it happens. Bluefish is an advanced HTML editor that contains functionality for PHP, SSI, and RXML. It is designed for the experienced web designer. WWW: http://bluefish.linuxbox.com/ Notes: svn path=/head/; revision=20357
* Misfiled a Makefile line.SADA Kenji1999-07-262-4/+4
| | | | Notes: svn path=/head/; revision=20355
* Move category from net to devel.SADA Kenji1999-07-264-19/+17
| | | | | | | | | Cope with package-build time problem. Requested by: hoek Notes: svn path=/head/; revision=20354
* Move net/cvsweb's category to ports/devel.SADA Kenji1999-07-2610-0/+116
| | | | | | | Requested by: hoek Notes: svn path=/head/; revision=20353
* Use sarumaru-san's new japanize-kit.SADA Kenji1999-07-266-31/+29
| | | | Notes: svn path=/head/; revision=20352
* Upgrade to v0.9.9.Jun Kuriyama1999-07-264-8/+8
| | | | Notes: svn path=/head/; revision=20351
* mod_ssl 2.3.8 -> 2.3.9Ralf S. Engelschall1999-07-262-4/+4
| | | | Notes: svn path=/head/; revision=20350
* Shit happens: mod_ssl 2.3.8 ;)Ralf S. Engelschall1999-07-252-4/+4
| | | | Notes: svn path=/head/; revision=20349
* Make this a little reinstall-friendly by using "${LN} -sf" instead of "${LN}".Satoshi Asami1999-07-251-2/+2
| | | | Notes: svn path=/head/; revision=20348
* Install some docs too.Satoshi Asami1999-07-254-2/+30
| | | | Notes: svn path=/head/; revision=20347
* Remove BROKEN_ELF, ELF Motif has been available for many months now.Satoshi Asami1999-07-251-3/+1
| | | | Notes: svn path=/head/; revision=20346
* Upgrade to Apache 1.3.6 + mod_ssl 2.3.7Ralf S. Engelschall1999-07-252-4/+4
| | | | Notes: svn path=/head/; revision=20345
* Update inn-stable to latest version inn-STABLE_2_2-1999-07-24_03-02Andreas Klemm1999-07-252-3/+3
| | | | Notes: svn path=/head/; revision=20344