Commit graph

546 commits

Author SHA1 Message Date
rh
fe95735fba Add and enable gnome-pilot 2003-01-11 02:57:11 +00:00
rh
fbde066785 Initial import of gnome-pilot-0.1.71, Palm Pilot synchronisation for GNOME. 2003-01-11 02:56:25 +00:00
rh
f46b160567 Update jpilot to 0.99.3. Changes include:
* Added Simplified Chinese translation
 * Added Traditional Chinese translation
 * Made dialog windows Modal
 * Manana support http://bill.sexton.tripod.com/download.htm
 * Changed code to keep unique IDs intact.
 * Support for OS 4.X passwords.
 * Better DateBk support
 * Pop up dialogs during the sync when different user name, null ID is
   found.
 * Lots of patches, bug fixes and minor improvements.
 * Made changes to support pilot-link 0.10.1 and USB
 * Export for Datebook, Address, Todo, and Memo
 * Import for Datebook, Address, Todo, and Memo
 * Can now enter begin/end times into datebook by GUI, or keyboard.
 * Put icons in clist title buttons.
 * Prompts to Save a changed/new record instead of letting it get away.
 * Drastically improved local database read speeds caused by bugs intro'd
   in 0.99
 * Fixed misc bugs in alarms.
 * Support for pedit (pedit is a memo editor for the palm).
 * Added Preferences to choose conduits.
 * Adding in better printing support.
 * Adding in record masking support.
 * Wrote a KeyRing plugin (KeyRing is a palm encryption app).
 * Added Restore Functionality.
 * Added plugin_startup & plugin_cleanup funcs to jpilot-sync.
 * Added man pages.
 * Added plugin_startup and plugin_cleanup to jpilot-sync.
 * Added a default pdb file for Expenses.
 * Added an icon when iconized.
2003-01-10 04:34:18 +00:00
rh
dd4a5ac257 Update pilot-link packages to 0.11.7. Changes are too numerous to list
here.  They include
	* tons of bug fixes,
	* USB support,
	* C++ support,
	* restructured libraries; and
	* tons of other new features.
2003-01-10 04:30:16 +00:00
mycroft
05614a827e Update from 8.0.201 to 8.0.206.
List of Changes

   Most of these also apply to Kermit 95 2.1.

   New commands:
      * ORIENTATION lists location-related variables and their values.
      * KCD changes to special directories by their symbolic names ("kcd ?"
        for a list).
      * SET CD HOME path to specify home directory for CD and KCD commands.
      * CONTINUE given at top level is equivalent to END -- handy when
        PROMPT'ed out of a script, to continue the script.

   New switches or operands for existing commands:
      * GETOK /TIMEOUT
      * ASK, ASKQ, GETOK /QUIET (suppresses error message on timeout)
      * COPY /APPEND now allows concatenating multiple source files into one
        dest file.
      * SET TCP { HTTP-PROXY, SOCKS-SERVER } /USER, /PASSWORD.
      * DIRECTORY command now accepts multiple filespecs, e.g. "dir a b c".

   SET QUIET ON now also applies to:
      * SET HOST connection progress messages.
      * "Press the X or E key to cancel" file-transfer message.
      * REMOTE CD response.
      * REMOTE LOGIN response.

   Improvements and new features:
      * Numerous FTP client fixes and new features, listed below.
      * C-Kermit, when in remote mode at the end of a file transfer, now
        prints a one-line "where" message. Control with SET TRANSFER REPORT.
      * Unix makefile "install" target now creates an UNINSTALL script.
      * Improved operation and performance on RFC 2217 Telnet connections.
      * Improved CONNECT (interactive terminal connection) performance.
      * HELP text updated for many commands.

   New or fixed makefile targets:
      * Solaris 9 (several variations)
      * Concurrent PowerMAX
      * Mac OS X 10.2
      * FreeBSD 1.0
      * FreeBSD 4.6, 5.0
      * AIX 5.2, 5.3

   Bugs fixed (general):
      * Failure to run in VMS Batch fixed.
      * LDIRECTORY fixed to run Kermit's built-in DIRECTORY command rather
        than an external one.
      * Fixed Solaris and other SVORPOSIX builds to find out their full
        hostnames rather than just the "uname -n" name.
      * Fixed some problems matching strings that start with ".".
      * Fixed some problems matching pattern that contain {a,b,c} lists.
      * Fixed erroneous reporting of text-mode reception as binary when
        sender did not report the file size (cosmetic only).
      * Many problems with SWITCH statements fixed.
      * Fixed SET OPTIONS DIRECTORY /DOTFILES to work for server too.
      * Fixed DELETE to print an error message if the file was not found.
      * Fixed SET CONTROL UNPREFIX ALL and SET PREFIXING NONE to do the same
        thing.
      * Fixed bugs executing macros from within the ON_EXIT macro.
      * \fday() and \fnday() fixed for dates prior to 17 Nov 1858.
      * Serial speed-changing bug in Linux fixed.
      * "Unbalanced braces" script parsing errors when using \{number} fixed.
      * "if defined \v(name)" fixed to behave as described in the book.
      * Fixed Problems caused by LOCAL variables whose names are left
        substrings of macro names.
      * The INPUT command was fixed to honor the PARITY setting.
      * Fixed bug with COPY to existing file that is longer than source file.
      * REINPUT command failed to strip braces/quotes around its target
        string.
      * Network directory lookups didn't work for SSH connections.
      * REMOTE SET { FILE, TRANSFER } CHARACTER-SET fixed.
      * Closed some holes whereby an incompletely received file was not
        deleted when SET FILE INCOMPLETE is DISCARD, e.g. when the Kermit is
        hung up upon.
      * SET XFER CHARACTER-SET TRANSPARENT fixed to do the same as SET XFER
        TRANSLATION OFF.
      * SET HOST PTY (e.g. SSH) connection fixed to pass along window-size
        changes.
      * C-Kermit search path for TAKE files was accidentally disabled.

   FTP client bugs fixed:
      * Character set translation was broken on little-endian (e.g. PC)
        architectures.
      * FTP PUT /SERVER-RENAME:, /RENAME-TO:, /MOVE-TO: switches were sticky.
      * Make SET TRANSFER MODE MANUAL apply to FTP.
      * Make SET FILE INCOMPLETE { KEEP, DISCARD } apply to FTP.
      * FTP MGET /UPDATE handled equal times incorrectly.
      * FTP GET /RECOVER fixed to ignore file dates, use only size.
      * FTP MGET /RECOVER sometimes downloaded files it didn't need to.
      * FTP downloads with TRANSFER DISPLAY BRIEF could give misleading error
        msgs.
      * MGET temp file not deleted if FTP DEBUG set to OFF after it was ON.
      * LOCUS not switched back when FTP connection is lost.
      * Set incoming file date even if it was not completely received.
      * FTP MGET sent SIZE and MDTM commands even when it didn't have to.
      * FTP MGET sent SIZE and MDTM commands even when it knew they wouldn't
        work.
      * FTP MGET failed if no files were selected for download.
      * FTP MGET a* b* c* would fail to get any c*'s if no b*'s existed.
      * Big problems canceling MGET with Ctrl-C.
      * Some extraneous LOCUS dialogs squelched.
      * Some inconsistencies in SET FTP FILENAMES AUTO fixed.
      * Fixed file-descriptor pileup after multiple MGETs when using
        mkstemp().
      * Fixed "mget foo", where foo is a directory name.

   FTP improvements:
      * New FTP protocol features added (FEAT, MLSD).
      * FTP MGET /RECURSIVE now works as expected if server supports MLSD.
      * FTP MGET /DATES-DIFFER to download if local and remote file dates
        differ.
      * FTP DATES default changed to ON.
      * FTP MPUT, MGET /EXCEPT now allows up to 64 patterns (up from 8).
      * Top-level SITE and PASSIVE commands added for convenience.
      * MGET /COLLISION:APPEND /AS-NAME:newfile *.* puts all remote files
        into one local file.
      * SET FTP SERVER-TIME-OFFSET for when server has wrong timezone set.
      * Allow for alternative server interpretations of [M]MPUT /UNIQUE.
      * SET FTP ANONOMOUS-PASSWORD lets you specify the default anonymous
        password.
      * Allow "GET /RECURSIVE path/file" to force local subdirectory
        creation.
      * SET FTP DISPLAY is like SET TRANSFER DISPLAY but applies only to FTP.
      * FTP { ENABLE, DISABLE } new-protocol-feature-name.
      * FTP MGET /NODOTFILES.
      * Debug log now records FTP commands and responses in grep-able format.
2003-01-09 18:41:03 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
jschauma
7e72fa0860 Bump PKGREVISION on packages that depend on x11/xforms, since there
has been a soname change.  Pointed out by fredb.
2002-12-28 21:22:53 +00:00
jmmv
5e60bd83c2 Make this package install its configuration files under the examples tree
and honor PKG_SYSCONFDIR to configure the package.
2002-12-25 13:39:36 +00:00
jmmv
b29177274c Make this package install its configuration file under the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
2002-12-25 13:18:24 +00:00
jmmv
e5b5dd826e Use PKGNAME_NOREV instead of replicating PKGNAME. Thanks wiz! 2002-12-24 18:53:18 +00:00
jmmv
e6e2b2f3f0 Make this package install its sample configuration file under the examples
tree. Bump PKGREVISION to 1.
2002-12-24 18:10:52 +00:00
cjep
77c08729ba Whitespace fix 2002-12-23 16:14:38 +00:00
salo
9381eece83 Set OS dependent ${LOCALE_SUFFIX}.
XXX Tested only on NetBSD and Solaris, but nobody complained yet about the
    previous setting which was wrong for Solaris.
2002-12-02 01:52:48 +00:00
salo
ab2818804e USE_PKGLOCALEDIR 2002-11-30 13:36:13 +00:00
jlam
407f9a4e72 Don't install the libmodem.a library on NetBSD-current. Fix from pkg/18914
by Robert Elz.
2002-11-20 07:01:05 +00:00
jlam
8fdf4e7f9b buildlink1 -> buildlink2 2002-11-14 23:50:45 +00:00
markd
0dae03fd2c On Solaris iconv() is in libc. 2002-10-30 10:16:44 +00:00
seb
d2c8af55fc Use perl5/module.mk.
No need to tweak OTHERLDFLAGS.
2002-10-27 19:47:52 +00:00
bouyer
83c68e0ca7 Don't use use LD even if set, we did all the previous tests with ${ac_prog} 2002-10-27 17:56:24 +00:00
wiz
8ba36123e0 buildlink1 -> buildlink2. 2002-10-25 18:26:46 +00:00
kleink
fd99bf2377 Update to scmxx-0.6.1.6; changes include:
0.6.1.6
    fixed a bug in the info() method that strangely only showed up in cygwin
    added flose to close the opened file handle
    added method that shows network status, area code and cell id
2002-10-22 15:33:10 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
wiz
9593d2f948 buildlink1 -> buildlink2. 2002-10-13 12:25:55 +00:00
wiz
ca01510765 buildlink1 -> buildlink2. 2002-10-09 14:40:26 +00:00
wiz
293f20de51 Unused. 2002-10-05 03:44:35 +00:00
wiz
e1e29c899a Convert to buildlink2. Fix DISTNAME. 2002-10-05 03:43:42 +00:00
jlam
79f8ecf67c * Use buildlink2.
* Honor PKG_SYSCONFDIR.
* Note the setuid minicom binary in SPECIAL_PERMS.
2002-10-04 23:47:28 +00:00
jlam
afcf0a0e14 buildlink1 -> buildlink2 2002-10-04 21:23:14 +00:00
jlam
fb6e1648e7 buildlink1 -> buildlink2 2002-10-04 12:40:52 +00:00
kleink
d800866d0d Bump to scmxx-0.6.1.5nb1, after distfile change due to an adjustment of
the PKGREVISION pendant in the included Debian spec file(!).
2002-09-23 10:49:30 +00:00
wiz
375b537ccd Unused, I think. 2002-09-22 22:12:49 +00:00
jlam
831a863e7e LINKX11 contains flags to cc, so it's wrong to say "-L$(LINKX11)". 2002-09-21 23:17:24 +00:00
jlam
b3a79ef3fa buildlink1 -> buildlink2 2002-09-21 10:12:30 +00:00
jlam
2c9d572503 buildlink1 -> buildlink2 2002-09-21 07:56:28 +00:00
jlam
41ed4d01d8 buildlink1 -> buildlink2 2002-09-21 07:44:28 +00:00
jlam
230925b804 buildlink1 -> buildlink2 2002-09-21 07:24:04 +00:00
jlam
01161e26b1 * buildlink1 -> buildlink2
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the
  Solaris install can't handle lots of directories all at once
* style nits
2002-09-21 07:14:02 +00:00
jlam
54822e4a54 buildlink1 -> buildlink2 2002-09-21 07:12:32 +00:00
jlam
e2149c872f buildlink1 -> buildlink2 2002-09-21 07:00:33 +00:00
jlam
8c3c851c1e buildlink1 -> buildlink2 2002-09-21 00:31:17 +00:00
jlam
64f80cc980 buildlink1 -> buildlink2 2002-09-20 08:39:29 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
jlam
5c053dd06a Take advantage of the auto-generation and installation of rc.d scripts. 2002-09-19 09:04:02 +00:00
kleink
0949769d87 Update scmxx to 0.6.1.5; notable changes since previous include:
0.6.1.5
    add capability to specify "all" as slot for sending to force overwriting
	starting from minimum slot
    change in message on which slot is used
    --info now stores the information in the file specified with --file; if non
	was specified it prints them to stdout
    do not hardcode the standard file descriptors

0.6.1.4 (was only available as patch)
    add configure entry that looks for cfmakeraw() (not in cygwin)
    make cfmakeraw() work-around available if cfmakeraw() is not present
    fix slots min/max that may differ between readable and writable
    make arguement to --vcard really optional
    (in 0.6.1.3-3: fixed spec file for file and dir permissions)
2002-09-18 11:52:30 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
wiz
2317688735 Standardize. 2002-09-12 17:12:36 +00:00
wiz
907d041055 Convert to buildlink2. 2002-09-11 23:45:13 +00:00
wiz
a24fe062bb Depend on latest gtk-- version, and bump PKGREVISION for it
[major bump in gtk--].
2002-09-11 22:17:07 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
augustss
a033a0d622 Make sure it doesn't install in /usr/lib. From PR 17955 by Urban Boquist. 2002-09-05 20:28:26 +00:00