summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-28Add missing dependencies.uebayasi2-2/+6
2002-12-28fixed the patch file to make the `make patch' target happy. It nowkei2-5/+3
compiles again.
2002-12-27More ideas: _STRIPFLAG_CC, _STRIPFLAG_INSTALL, compiler optimization flags.schmonz1-2/+3
2002-12-27Note update of etcupdate to 20021227jmmv1-1/+2
2002-12-27Update etcupdate to 20021227:jmmv2-4/+4
- Fix a typo in the yesno() function: add a missing question mark. Approved by martti.
2002-12-27Note update of mozilla-linux to 1.3rc1.grant1-1/+2
2002-12-27Update mozilla-linux to 1.3a.grant3-19/+25
Major changes since Mozilla 1.2: Browser * Bookmark quick search capability Mail * New junk mail classification capabilities * Improved filters * Mozilla Views to help locate, organise and prioritise mail * Improved interoperability with IMAP servers The full list of changes can be found at http://www.mozilla.org/releases/mozilla1.3a/
2002-12-27Fix PLIST (error noticed in Hubert's latest bulk build).cjep1-1/+2
2002-12-27Make this package build on SunOS.cjep3-13/+21
2002-12-27Update x11-links to 0.9.veego1-1/+2
Changes: - Support XFree86 4.2.99.3, so we support the upcoming 4.3 - There is no need to link bitmap files, which was introduced while switching to bulidlink2 - Add some new files
2002-12-27Update to 0.8.veego2-101/+23
Changes: - Support XFree86 4.2.99.3, so we support the upcoming 4.3 - There is no need to link bitmap files, which was introduced while switching to bulidlink2 - Add the following new files: include/X11/Xcursor/Xcursor.h include/X11/extensions/bigreqstr.h include/X11/extensions/extutil.h include/X11/extensions/mitmiscstr.h include/X11/extensions/multibufst.h include/X11/extensions/shapestr.h include/X11/extensions/shmstr.h include/X11/extensions/syncstr.h include/X11/extensions/xcmiscstr.h include/X11/extensions/xteststr.h lib/llibXcursor.a lib/libXcursor.so lib/libXcursor.so.1 lib/libXcursor.so.1.0 lib/libXrandr.so.2 lib/libXrandr.so.2.0 lib/libXrender.so.1.2 lib/libXv.so lib/libXv.so.1 lib/libXv.so.1.0
2002-12-27Import of prayer 1.0.5abs1-1/+2
Prayer is a small and fast HTTP to IMAP gateway written entirely in C. * Uses persistent connections to IMAP server and support servers. * Target folders remain SELECTed: not a simple-minded proxy. * Full caching (including sort/thread cache) for each open folder. * Up to five persistent IMAP connections (typically one or two in use): o INBOX and one other folder o Postponed message folder stream o Preferences stream o Folder transfer stream o Various optimisations/sharing to minimise actual IMAP connections * Directory cache: single round trip to IMAP server for directory listing. * Works well with UW IMAP server (even using Unix format mail folders). * Little discernible load on a Pentium III class system running Linux with 5,000 logins/day (400 logins/hour, 150 concurrent logins) * Uses 10% to 20% of the CPU and 400 MBytes of RAM on a PIII class system with 23,000 logins/day (1,700 logins/hour, 850 concurrent logins peak) * Aggressive HTTP/1.0 and 1.1 connection caching to reduce SSL overhead. * Optional gzip compression of pages tunable by IP address range.
2002-12-27Add prayerabs1-1/+2
2002-12-27Import of prayer 1.0.5abs8-0/+182
Prayer is a small and fast HTTP to IMAP gateway written entirely in C. * Uses persistent connections to IMAP server and support servers. * Target folders remain SELECTed: not a simple-minded proxy. * Full caching (including sort/thread cache) for each open folder. * Up to five persistent IMAP connections (typically one or two in use): o INBOX and one other folder o Postponed message folder stream o Preferences stream o Folder transfer stream o Various optimisations/sharing to minimise actual IMAP connections * Directory cache: single round trip to IMAP server for directory listing. * Works well with UW IMAP server (even using Unix format mail folders). * Little discernible load on a Pentium III class system running Linux with 5,000 logins/day (400 logins/hour, 150 concurrent logins) * Uses 10% to 20% of the CPU and 400 MBytes of RAM on a PIII class system with 23,000 logins/day (1,700 logins/hour, 850 concurrent logins peak) * Aggressive HTTP/1.0 and 1.1 connection caching to reduce SSL overhead. * Optional gzip compression of pages tunable by IP address range.
2002-12-27Test if __m68k__ is defined on NetBSD/m68k ELF.uebayasi2-5/+14
2002-12-27Update Canna to 3.6p1.uebayasi16-775/+187
Changes from 3.5b2 are: * Add -inet option not to allow TCP connections by default. * Fix a buffer overflow. (This fix was already incorpolated in Pkgsrc version.) * Improve dicionary. * Improve conversion engine. * Other bug fixes. Patch is made by Yoshifumi Hiramatsu. Tested by Toru Takamizu.
2002-12-27Both buildlink caching methods work on Solaris 8 and Darwin 6.2.grant2-5/+6
Enable full caching for any SunOS arch and Darwin 6*.
2002-12-27* Garbage collect IGNORE -> SKIP migration.uebayasi2-10/+10
* {NOT,ONLY}_FOR_PLATHOME mismatch is not an error. Set PKG_SKIP_REASON for those cases. This makes bulk builds happier.
2002-12-27Buildlink name is different from package name. Correct it. Supposeduebayasi1-2/+2
to fix kinput2 build problem.
2002-12-27Guard an expansion of USE_KERBEROS by `.if defined() && ...' just inuebayasi1-2/+2
case. Pointed out by Ken Nakajima.
2002-12-27belatedly note platform specific MESSAGE and PLIST handling.grant1-1/+3
2002-12-27Update.uebayasi1-11/+10
2002-12-27Clean up.uebayasi1-62/+1
2002-12-27Note dict-{client,server} bumps and dict-dictionaries addition.uebayasi1-1/+4
Users are recommended to update all of these for consistency.
2002-12-27Add & enable dict-dictionaries.uebayasi1-1/+2
2002-12-27Initial import of dict-dictionaries-1.8.0. This is the data part separateduebayasi6-0/+156
from dict-server.
2002-12-27* Separate dictionary data from dict-server. A patch problem found by bulkuebayasi6-108/+65
build is solved. * Make dict-client depend on dict-server. Bump PKGREVISIONs.
2002-12-27guile-snarf wants the filename as the first argument, so patch accordingly.jschauma2-1/+20
Should fix problems seen in Huberts latest bulk build.
2002-12-27Add patches to make newer bison's happy and fix problem encounteredjschauma3-1/+43
in Huberts latest bulk build.
2002-12-27Correct checksum.uebayasi2-6/+6
2002-12-27Update MASTER_SITES.uebayasi1-2/+2
2002-12-26Replace "/usr/pkg" with "%D".jlam1-5/+5
2002-12-26Install directories before using pax to copy files inside them. Shouldjmmv1-1/+3
solve problems shown in Hubert's bulk build.
2002-12-26Convert to use buildlink2 and java-vm.mk. Also introduce DOCDIR to makejlam1-17/+24
the Makefile a little more readable.
2002-12-26Including java-vm.mk implied USE_JAVA.jlam1-2/+1
2002-12-26Use PKGNAME_NOREV instead of PKGNAME when setting WRKSRC so that we canjlam1-2/+2
safely bump the PKGREVISION for this package.
2002-12-26Use PKGNAME_NOREV instead of PKGNAME when setting WRKSRC so that we canjlam1-6/+5
safely bump the PKGREVISION for this package. Also some style nitpicks.
2002-12-26Avoid detection of GNOME as we are currently not depending on it. If it isjmmv2-4/+3
detected, some extra files are installed. Addresses problems found in Hubert's bulk build.
2002-12-26note GPSDrivetsarna1-1/+2
2002-12-26Add and enable gpsdrivetsarna1-1/+2
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam20-45/+44
suggested by Simon J. Gerraty.
2002-12-26Fix end of DESCR file (add period, remove extra blank line)tsarna1-2/+1
2002-12-26GpsDrive is a car (bike, ship, plane) navigation system. GpsDrivetsarna5-0/+120
displays your position provided from your NMEA capable GPS receiver on a zoomable map, the map file is autoselected depending of the position and prefered scale. Speech output is supported if the "festival" software is running. The maps are autoselected for best resolution depending of your position and can be downloaded from Internet. All Garmin GPS reveiver with a serial output should be usable, also other GPS receiver which supports NMEA protocol. GpsDrive is written in C with use of the GTK+ graphic toolkit.
2002-12-26This package requires scrollkeeper to build properly. Addresses problemsjmmv1-1/+2
shown by Hubert's bulk build.
2002-12-26Add patch to provide fix for newer bison's. Addresses problems seenjschauma2-1/+46
in Huberts latest bulk-build.
2002-12-26Add BUILD_DEPENDency on geda-symbols, to fix problems encountered duringjschauma2-2/+6
Huberts latest bulk-build.
2002-12-26Update MASTER_SITE. Should fix problem in Huberts last bulk-build.jschauma1-2/+2
2002-12-26Add a mirrorjschauma1-1/+2
2002-12-26Full caching still works on Irix. Yay. :)jschauma1-2/+2
2002-12-26The buildlink2 wrappers now automatically fix this problem, so no need tojlam2-16/+1
patch around it.