Commit graph

606 commits

Author SHA1 Message Date
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
agc
1abae767e4 Use PKGNAME_NOREV, rather than manually trying to strip off any nb
suffix from ${PKGNAME}
2003-06-18 09:03:16 +00:00
agc
9d7edcdedf The main package has changed on the distribution site by the following
change:

--- gkermit.h 1999-12-26 21:25:52.000000000 +0000
+++ gkermit.h   2003-05-27 16:30:13.000000000 +0100
@@ -233,7 +233,11 @@

 /* Externs */

+#ifdef ERRNO_H
+#include <errno.h>
+#else
 extern int errno;
+#endif /* ERRNO_H */
 #ifndef _GKERMIT_C
 extern int debug;
 #endif /* _GKERMIT_C */

but unfortunately without a corresponding version number bump. so do the
dance we usually do with unnumbered distributions, and put the distfile
locally into a (numbered) DIST_SUBDIR directory.

Bump package revision number, regen distinfo file, and one cosmetic
change to make the WRKSRC definition appear in a more suitable place in
the package Makefile.
2003-06-17 14:16:33 +00:00
markd
9d330e06c2 misc/kdeutils3 no longer provides an efax, no longer conflicts with
comms/efax. Noted by Stoned Elipot in PR 21884.
2003-06-16 13:31:44 +00:00
wiz
af96abdfe0 Replace non-working master sites with MASTER_SITE_BACKUP. Addresses PR 21867. 2003-06-14 14:42:15 +00:00
jmmv
2affde26b9 Update to 0.65:
* fixed server: amena1
* fixed server: amena2
* added server: amena3
2003-06-13 15:17:07 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
06c9852bf5 Add and enable linuxsms. 2003-06-01 15:59:51 +00:00
jmmv
3c27b2e802 Initial import of linuxsms, version 0.64:
Linuxsms is a Perl script to send short messages (SMS) to GSM phones.

Provided in pkgsrc-wip by Juan RP as version 0.63.
2003-06-01 15:59:17 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
grant
712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00
wiz
9374eebc30 Add TEST_TARGET. 2003-05-22 06:39:27 +00:00
wiz
6529e963b2 Update to 7.2.7, from Andreas Wrede in PR 21643.
Fix PLIST while here.
Changes:
version 7.2.7 (Apr 9, 2003):
        - added test suite ('make test') for basic client/server
          communication tests
        - changed configure script to provide better checking of options,
          hp-ux specifics, and functions
        - console names are no longer case-sensitive
        - fixed case-sensitive DNS name comparisons - reported by
          Peter Chubb via Jorgen Hagg
        - added dmalloc and openssl version numbers to -V output
        - reordered includes for openssl-0.9.7a compatibility
        - conserver.rc looks at pidfile to find the master pid - suggested
          by Petter Reinholdtsen
        - misplaced code regarding --with-regex - patch by Andreas Wrede
        - added password support for HP-UX trusted systems - immense
          help by Greg Brown
        - potential SIGUSR1 bug where cached terminal server availability
          wasn't being cleared correctly - reported by Dave Stuit
        - server is now more forgiving about errors instead of just
          giving up and shutting everything down
        - consoles that have trouble coming up (and are forced down)
          now log when they come back up - suggested by Dave Stuit

version 7.2.6 (Mar 10, 2003):
        - the -b conserver option was mostly broken (since 7.2.0)
        - changed logging format so that all messages are of a similar
          form
        - fixed bad port number in 'cached previous timeout' message -
          reported by Dave Stuit
        - now using pid_t type for better compatibility
        - fixed the RPM and Solaris package to include the man
          page for conserver.passwd - suggested by R P Herrold
        - added restart option (-HUP) to conserver startup scripts
        - added -B option to client for sending messages to a single
          server - suggested by Dave Stuit
        - added --with-dmalloc for memory usage debugging
        - bug with multiple interfaces and -M option not maching hostname
          in configuration file - patch by Igor Sviridov
        - memory leak using openssl library plugged
        - automatic reinitialization of failed consoles now retries
          every minute like the manpage says it does - reported by Chris
          Fowler
        - when -R option is used, substring matches on console names
          from clients only match local console names (and if that
          fails just remote console names) but ambiguous name list
          returns both local and remote consoles - suggested by Todd
          Stansell

version 7.2.5 (Jan 27, 2003):
        - fixed many documentation bugs - reported by Dave Stuit
        - added -I option to client which operates like -i, but on the
          primary conserver only - suggested by Dave Stuit
        - added SIGUSR2, which does not reread the configuration file,
          but does everything else SIGHUP does - suggested at LISA 2002
        - fixed bug where LOGDIR setting gets used even if no logfile
          is wanted
        - added -R option to server to prevent client redirection to
          other conserver hosts - suggested by Todd Stansell

version 7.2.4 (Oct 14, 2002):
        - added --with-openssl for some client/server encryption
        - added -E option to client and server to allow for non-encrypted
          connections (encryption is the default if compiled in)
        - added -c option so credentials (certificate and key) can be
          exchanged between client and server
        - expanded -V output to show what optional bits actually got
          compiled into the code (libwrap, regex, etc)
        - compilation errors on non-shadow file systems without using
          --with-pam - reported by Jesper Frank Nemholt
        - client now prefers $LOGNAME, then $USER, then the current uid
          for its -l default - suggested by Dave Stuit
        - putting back socklen_t usage - it's the right thing to do,
          so tell me where it breaks things
        - configure options --with-cffile and --with-pwdfile now
          by Stu May
        - added -F server option to prevent automatic reinitialization
          of failed consoles ('|' syntax consoles which exit with a
          zero status are still reinitialized) - requested by William P
          LePera and Malcolm Gibbs
        - successful automatic reinitialization of consoles now attaches
          a client that wants read-write mode
        - added read-only client wish to become read-write in -i output
        - moved to autoconf-2.54 and fixed some small configure.in bugs
    Many thanks to John R. Jackson for the following
    fixes, cleanups, and enhancements...
        - "lost timestamps" bug (SIGALRM/sleep()/usleep()/tcp_wrapper
          interaction)
        - compiler warnings, bad fileOpenFD tests, and ability to use
          a colon after an equal in the config file (LOGDIR=C:\Logs)
        - autologin fix for Solaris BSM support

version 7.2.2 (Jun 05, 2002):
        - added 'n' as token for no-parity - patch by Greg A. Woods
        - extra timestamps occur when consoles come back up after being
          down longer than their timestamp period - reported by Dave
          Stuit
        - AIX 5.1 pseudo-terminal support broken - patch by William P
          LePera
        - PID file overwritten and not unlinked on exit - reported by
          William P LePera
        - signals cleaned up in master, child, and sub-proc sections
        - SIGPIPE now ignored - reported by Greg A. Woods
2003-05-22 06:35:02 +00:00
uebayasi
85054ff93c HOMEPAGE moves to http://alioth.debian.org/projects/minicom/. 2003-05-12 08:37:05 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
6f6650c41e do-install:
- don't call install with multiple directory args.
- use cd && ... instead of cd ; ...
- whitespace cleanup
2003-05-05 17:18:24 +00:00
grant
8220423f28 do-configure:
- be quiet
- rename, then sed
- use FILES_SUBST_SED
2003-05-05 17:15:01 +00:00
grant
f3ab22959c don't call install with multiple directory args.
remove some unnecessary trailing slashes.
2003-05-05 17:12:35 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
ed6d49f074 Lint: make the description shorter 2003-04-27 15:32:14 +00:00
cjep
7c3eb0f6d3 Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... 2003-04-27 14:57:55 +00:00
cjep
804d6c410c Lint: PKGLOCALEDIR 2003-04-27 12:54:16 +00:00
cjep
4021b51c57 Lint: USE_PKGLOCALEDIR=yes 2003-04-27 12:53:25 +00:00
rh
acbd529ef1 This only works with gnome-panel 1.x 2003-04-20 14:12:20 +00:00
wiz
9780a0f0a7 Update to 0.6.3.7, and include some iconv fixes from Dave Huang in PR 20017.
Changes in 0.6.3.7:
    fixed the GPRS info segfault issue
    some command errors are not really a reason to about - fixed that
    fixed gcc-3.2 warnings
    fixed Makefiles to actually use chosen compiler
    rewrote/reordered main()
2003-04-18 16:18:32 +00:00
darcy
09b6d0bcfa Missed a reference to a file with the version number in the name in the
last update.
2003-04-11 12:01:25 +00:00
darcy
2c00ca0486 After discussion with package maintainer (Hubert Feyrer) I am updating
to version 8.0.209.  The previous package has been removed from the
Columbia site and this version was symlinked to it anyway so the checksum
was failing.

From the change message:

This is a minor update of C-Kermit 8.0 that fixes several bugs.
2003-04-11 11:49:53 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
8d99854ea8 Sort for pkglint. 2003-03-28 21:29:39 +00:00
wiz
f2c0357f0b Remove unnecessary empty lines. 2003-03-28 21:24:22 +00:00
kleink
fa73628e49 Update to scmxx-0.6.3.6; changes include:
0.6.3.6
    rewrote parts of src/Makefile (warning: only the use of
	GNU make is supported although others may also work, see
	short comment in src/Makefile)
    changed (src/)Makefile target "dist-clean" to "distclean"
    removed src/Makefile maintainer-clean target
    added wchar.h/stddef.h configure check and depincludes rules
    added file dep_wcslen.c with depincludes rule (see top of file)
    added wcslen check (also in libwcs)
    call automake in ./maintainer-prep to create install-sh
    check getop.h or getopt/getopt.h presence
    moving header includes from common.h to the .c files
    do not make use of mktime as this is often broken
    remove configure mktime check
    added another flavour of M50 to supported phones
    open port with O_NONBLOCK and disable O_NONBLOCK when device is open
    add option --ignore-serial-bits to make some phones/cables work
    add option --device-timeout=<seconds>
    print exact type of unsupported sms pdus to stderr
    reindented all code

0.6.3.5
    fix segfault
    run phone_init (thus fixing direct sms receive)

0.6.3.4
    removing a lot of bugs about uninitialized variables that turned
	into segmentation faults (thanks to Ronald Wahl for showing
	up my programming errors)
    fixed some other small bugs that made show up wrong data (network
	status, network gprs status)
    remove caching code for vendor and model as it crashes e.g. with
	CygWin (maybe their compiler again?)

0.6.3.3
    replacing cfmakeraw by redefining the function (instead of a code block
	replacement) and adjust configure.in
    do not open device non-blocking
    set termios read counter to 10 seconds and character counter to 0
    make repeating of last at command generic
    rewritten tty_read method with split-off tty_readline method
    interpret the bit error rate value on info output
    replace "ATZ" init string with "\rATZ"
    apply the fix from 0.6.3.2 correctly
    create scmxx.spec from scmxx.spec.in by maintainer-prep script

0.6.3.2
    add S46 to supported phones
    include fix from http://bugs.debian.org/171217
    exchange 'make' with '$(MAKE)' in toplevel Makefile

0.6.3.1
    fix one character in scmxx.c to get output again
    fixed Makefile.in to install the man page

0.6.3
    first usage of wchar_t and iconv which makes several input/output charsets
	possible and even compatible
    enabling generic charsets for phonebook upload and download
    enabling generic charsets for sms sending and decoding
    enabling special sequences \XXXX for generic characters and \n for <NL> and
        \\ for '\'
    added local date format output for SMS and info
    fix sms resend bug
    fix a lot of sms decoding bugs and clean up the SMS header code
    added UCS2 decoding of SMS
    added status report request option --srr
    changes --file (-f) to --out (-o)

0.6.2
    fix configure.in to check for Win32 specialties
    fix Makefile.in to make use of Win32 specialties
    add SL45i (SLIK) to known phones
    decreased maximum PDU size for file upload to 175 to fix SL4x v23 VCF upload
    rearrange info() output
2003-03-16 10:21:03 +00:00
seb
c61d0fe86c It's version 8.0.208 not 8.0.208nb1. 2003-03-12 01:10:29 +00:00
hubertf
ab37aefa39 Update to C-Kermit 8.0.208. Changes:
. Updating SSL/TLS interface to OpenSSL 0.9.7
 . Addition of SSL/TLS support to the VMS version
 . Bug fixes, especially in the built-in scriptable Unix FTP client

The full announcement is here:

    http://www.columbia.edu/kermit/ck80208ann.html
2003-03-11 01:48:56 +00:00
wiz
9425280e96 Update to 0.71.2, now using GTK2.
0.71.2 - 1/16/2003
- Changed all occurrences of the deprecated jpilot_logf call to the correct
  jp_logf
- included libplugin.h from J-Pilot 0.99.4
- removed the unused prefs.h
- changed all LOG_XXX macros to the JP_LOG_XXX form used in the new
  libplugin.h
- applied and updated the patch from Ludovic which prints an error if the
  AvantGo .prc file is not installed
- added support for GTK2 (use --enable-gtk2)
    -- this does not do anything extra, it just lets jpilot-syncmal work with
    GTK2-enabled J-Pilot 0.99.4

0.71.1 - 6/21/2002
- Applied patch from Ludovic Roussea which allows GTK to set the size of the
  about box
- Reorganized Makefile.in
- Fixed the warnings about no newlines in the malsync src
2003-03-04 16:30:18 +00:00
wiz
e99332c583 Update to 0.99.5, now using GTK2.
0.99.5 = 02/21/03
 Fixed serious bug resulting in overwriting appointments on the palm (Serious bug)
 Restore now restores latest files instead of ones from last backup (Critical bug)
 Added -export-dynamic to Makefile to resolve jp_logf unresolved errors
 Made home key go to today in datebook
 Added dialog error windows instead of logging them
 If files are to be installed a prompt window opens before a sync/backup
 Browser windows open from jpilot menu
 When app button is pressed it will cycle through categories

0.99.4 - 01/13/03
 Ported code to GTK-2 (I used GTK-2.2)
 Added random password generation to KeyRing
 Added a dialer program and GUI launcher
 Added Syncronization of categories and editing categories on desktop
 Added Export of iCalendar format from ToDo and Datebook
 Added Export of vCard format from Address book
 Added Export of ldif format from Address book
 Added Russian Language Support
 Removed jpilot-upgrade-99
2003-03-04 16:29:28 +00:00
jmmv
f973f80011 Rename the libsigc++ dependancy to libsigc++10. Bump PKGREVISION. 2003-03-01 11:49:10 +00:00
fredb
55d7859cdf Use the same ut_id as "login" does, so we can properly close out the wtmpx
entry that "login" creates.
2003-02-27 21:43:36 +00:00
fredb
12a4b3036a - - Use standard ${PKG_SYSCONFDIR} handling; bump ${PKGREVISION}.
- - Reorganize Makefile #defines into global toggles, global settings,
    local settings.
- - Reorganize and consolidate override targets.
2003-02-27 17:13:37 +00:00
fredb
a0cf782e7c Be consistent about testing for __GLIBC__. 2003-02-27 14:42:55 +00:00
fredb
6b9c6cc6b6 Add support for /var/run/utmpx on NetBSD 1.6B or newer, including
building on a suggestion by Gert Doering, filling ut_pid with the pid
of the uucp-style lock holder. This should fix PR pkg/12261, although
you will need today's "w" to see any results. Bump PKGREVSION.
2003-02-26 21:45:43 +00:00
jschauma
ab337911ba Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-02-26 03:58:06 +00:00
jtb
03c0fc77b5 kdeutils install an efax program conflicting with comms/efax. 2003-02-18 00:35:50 +00:00
mjl
75bcb34e2f Instead of homegrown work around, just depend on p5-perl-headers.
Kudos to wiz for pointing out that such a package indeed exists.
2003-02-13 19:39:40 +00:00
mjl
9b75c49c9b Make this build by building the necessary .ph files on the fly. Also
add a MESSAGE telling the user to run h2ph on his include files.
2003-02-13 19:29:33 +00:00
agc
82d14d16d9 Mark this package as broken 2003-02-13 14:51:03 +00:00
mjl
142bbc3c41 Enable p5-Device-Gsm, p5-Device-Modem 2003-02-12 00:57:54 +00:00
mjl
02556d422b Import p5-Device-Gsm 1.16
"Device::Gsm" class implements basic GSM functions, network registration
and SMS sending.

This class supports also "PDU" mode to send "SMS" messages, and should
be fairly usable.
2003-02-12 00:57:02 +00:00
mjl
7f9c8b1d4d Import of p5-Device-Modem 1.24
Device::Modem class implements basic AT (Hayes) compliant device
abstraction. It is meant to be inherited by sub classes (as Device::Gsm),
which are based on serial connections.
2003-02-12 00:51:48 +00:00
mjl
dbf78792e5 Update p5-Device-SerialPort to 0.12
- corrected DTR activation code
        - improved auto-detection of ioctl methods
        - allow TIEHANDLE to use a device port in addition to a config file
        - added FILENO function
        - added "modemtest"
        - found a place where HANDLE was staying open
        - corrected FD-success test (0 *is* a valid fd number)
2003-02-12 00:43:22 +00:00
dmcmahill
56fff0ef58 mark as not available on 64 bit systems. The configure script checks
for this and stops.
2003-02-05 15:50:10 +00:00