summaryrefslogtreecommitdiff
path: root/palm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.1.67.Joe Marcus Clarke2002-10-2518-321/+117
| | | | Notes: svn path=/head/; revision=68762
* Update WWW.Jun Kuriyama2002-10-241-1/+1
| | | | | | | | PR: ports/44342 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=68696
* makeztxt is a simple command line program that takes a plain ASCII text fileKris Kennaway2002-10-2013-0/+124
| | | | | | | | | | | and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. Submitted by: Roman Shterenzon <romanbsd@yahoo.com> Notes: svn path=/head/; revision=68446
* Fix build on -current (initialize FILE* variables in main() instead ofKris Kennaway2002-10-201-0/+29
| | | | | | | at declaration) Notes: svn path=/head/; revision=68412
* Use MASTER_SITES_GCC.Akinori MUSHA2002-10-191-3/+5
| | | | Notes: svn path=/head/; revision=68365
* Add libmal 0.20, a library encapsulating malsync.Will Andrews2002-10-107-0/+95
| | | | | | | | PR: 42413 Submitted by: Adriaan de Groot <groot@kde.org> Notes: svn path=/head/; revision=67771
* Update to version 0.71, to go with the pilot-link upgrade.Bill Fenner2002-09-252-2/+2
| | | | | | | | Submitted by: Matt Goward <mgoward@eviloverlord.org> PR: ports/43365 Notes: svn path=/head/; revision=67143
* Fix build by upgrading to 2.1.0 after pilot-link upgrade.Dirk Froemberg2002-09-254-39/+36
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=67113
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-206-6/+6
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Updated to 3.2Sergey Skvortsov2002-09-202-3/+3
| | | | Notes: svn path=/head/; revision=66833
* fix build problem when latex2html is installedYing-Chieh Liao2002-09-181-1/+3
| | | | | | | | PR: 37367 Submitted by: maintainer Notes: svn path=/head/; revision=66593
* Upgrade to 0.11.4.Munechika SUMIKAWA2002-09-186-28/+16
| | | | Notes: svn path=/head/; revision=66555
* Fix build with latest pilot-link.Joe Marcus Clarke2002-09-176-15/+192
| | | | | | | Reported by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=66544
* Fix build with new pilot-link.Joe Marcus Clarke2002-09-179-15/+282
| | | | Notes: svn path=/head/; revision=66525
* Chase the pisock shared lib version number. Note, this new version mayJoe Marcus Clarke2002-09-176-8/+12
| | | | | | | break some of these ports, but they're definitely broken without this. Notes: svn path=/head/; revision=66517
* Fix plist.Munechika SUMIKAWA2002-09-174-0/+26
| | | | Notes: svn path=/head/; revision=66476
* Upgrade to 0.11.3Munechika SUMIKAWA2002-09-1726-290/+110
| | | | | | | Approved by: dima Notes: svn path=/head/; revision=66464
* Fix compilation on -currentKris Kennaway2002-09-0710-0/+112
| | | | | | | | Submitted by: kan PR: ports/39440 Notes: svn path=/head/; revision=65755
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-012-2/+4
| | | | | | | | PR: 42287 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65412
* Add iSiloXC 3.15,Sergey Skvortsov2002-08-198-0/+2126
| | | | | | | | converts documents from text/html files or URLs to iSilo format. Notes: svn path=/head/; revision=64653
* Upgrade to 2.9p5.Jun Kuriyama2002-08-062-3/+4
| | | | Notes: svn path=/head/; revision=64092
* Add `-E' option to REINPLACE_ARGS.OKAZAKI Tetsurou2002-08-031-0/+1
| | | | | | | | | | PR: 40749, 41085 Submitted by: Shaun Branden <shaun@pcuse.com>, Derik van Zuetphen <dvanzuetphen@pironet-ndh.com>, and maintainer Notes: svn path=/head/; revision=63937
* Chase shlib rev of devel/gettextAde Lovett2002-08-012-2/+2
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Drop the maintainership.Akinori MUSHA2002-07-251-1/+1
| | | | Notes: svn path=/head/; revision=63552
* ${LINUXBASE}/usr/bin/strip is not in emulators/linux_base but inAkinori MUSHA2002-07-251-0/+2
| | | | | | | | | devel/linux_devtools-7 now, so build-depend on it. Submitted by: bento Notes: svn path=/head/; revision=63551
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-119-48/+27
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Changed MASTER_SITES.Munechika SUMIKAWA2002-07-081-1/+1
| | | | Notes: svn path=/head/; revision=62655
* pbm -> netpbm lib name changeYing-Chieh Liao2002-07-064-4/+118
| | | | | | | | PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=62517
* Upgrade to 4.0 SDK.Jun Kuriyama2002-07-063-165/+210
| | | | | | | | PR: ports/36869 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=62514
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | | | | PR: 39702, 39704 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=61827
* Update to 0.9.Maxim Sobolev2002-05-249-12/+54
| | | | Notes: svn path=/head/; revision=59871
* Add missing plist entryPatrick Li2002-05-181-1/+2
| | | | | | | | PR: 37773 Submitted by: gshapiro Notes: svn path=/head/; revision=59417
* Fix breakage at -march=pentium case.Jun Kuriyama2002-05-151-1/+1
| | | | | | | Reported by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=59127
* Do PREFIX clean.SADA Kenji2002-05-061-0/+1
| | | | | | | | PR: ports/37695 Submitted by: maintainer Notes: svn path=/head/; revision=58612
* Update to 0.1.65.Maxim Sobolev2002-04-2521-210/+147
| | | | Notes: svn path=/head/; revision=58119
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-122-3/+4
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Update the MASTER_SITES (per maintainer's request) and the WWW tag (myMikhail Teterin2002-04-092-2/+2
| | | | | | | | | own initiative). Submitted by: maintainer Notes: svn path=/head/; revision=57506
* Patch to use the new names of some of the usb.h's structures' fields ifMikhail Teterin2002-04-093-3/+36
| | | | | | | | | | | the OSVERSION is above 450000. Add a maintainer submitted patch to recognize the Palm's vendor-id (not just Handspring). Update pkg-descr accordingly and bump PORTREVISION. Approved by: maintainer Notes: svn path=/head/; revision=57477
* Remove #include <malloc.h>Kris Kennaway2002-03-311-0/+4
| | | | Notes: svn path=/head/; revision=57012
* Fix Japanese message catalog to work with gettext 0.10.40.Christian Weisgerber2002-03-213-0/+180
| | | | | | | Lines were split in the middle of a multibyte character. Notes: svn path=/head/; revision=56422
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-182-8/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-182-2/+2
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-182-2/+2
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* MASTER_SITE moved.Bill Fenner2002-03-172-2/+2
| | | | Notes: svn path=/head/; revision=56260
* - Fix pilot_makedoc to always print enough \n'sKevin Lo2002-03-172-4/+12
| | | | | | | | | | | - Takeover maintainership - Bump PORTREVERSION PR: 35868 Submitted by: Simon Dick <simond@irrelevant.org> Notes: svn path=/head/; revision=56252
* Stage 1 of gettext update.Ade Lovett2002-03-152-2/+2
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Make syncmal install directly into PREFIX, to match jpilot and pilot-link.Bill Fenner2002-03-011-3/+1
| | | | Notes: svn path=/head/; revision=55386
* Update to 0.62.2Bill Fenner2002-02-282-3/+3
| | | | Notes: svn path=/head/; revision=55361
* - Fix patch to point to the correct path due to the PREFIX cleaning donePatrick Li2002-02-221-1/+1
| | | | | | | | | | to palm/pilot-link PR: 35216 Submitted by: Esa Karkkainen <ejk@iki.fi> Notes: svn path=/head/; revision=55108
* Correct location of pilot-xfer file since it has changed due to thePatrick Li2002-02-211-1/+1
| | | | | | | | | | PREFIX cleaning done on the pilot-link port. PR: 33739 Submitted by: Esa Karkkainen <ejk@iki.fi> Notes: svn path=/head/; revision=55020