summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2004-04-24Put rc.d script into RCD_SCRIPTS_EXAMPLEDIR.tv1-2/+2
2004-04-24tv@pobox.com -> tv@duh.orgtv1-2/+2
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed3-6/+3
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-19Add libmal.markd1-1/+2
2004-04-19Add conflict with libmal.markd1-1/+3
2004-04-19Initial import of libmal-0.40markd6-0/+122
libmal is simply a convenience library of the object files contained in Tom Whittaker's malsync distribution, along with a few wrapper functions.
2004-04-15update to 8.0.211drochner4-22/+21
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a handful of new features: INPUT /NOMATCH timeout (waits for the entire interval without trying to match anything; useful for scripted logging). SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale), SHOW INPUT. ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer). FREAD /TRIM and FREAD /UNTABIFY. \funtabify(string). ON_CD macro (if you define one, it executes automatically whenever you tell Kermit to change directories).
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv2-4/+4
*-dirs packages.
2004-04-12Convert to buildlink3.snj1-3/+3
2004-04-12Convert to buildlink3.snj1-4/+4
2004-04-11Convert to buildlink3.snj3-9/+9
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Convert to buildlink3.snj12-28/+28
2004-03-30Use buildlink3 framework to fix bad shared library runtime path totron1-8/+6
OpenSSL libraries. Bump package revision because previous version of this package didn't work on systems with OpenSSL from "pkgsrc".
2004-03-30Finish the conversion to buildlink3 (hi soren! (the other one)). Thissnj1-2/+2
fixes PR pkg/24888.
2004-03-26Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.xrh1-2/+2
first and then a package that might require perl-5.8.x. Should fix bulk builds.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz4-6/+8
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam3-6/+6
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam2-6/+4
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-17Fix patch path.soren2-5/+5
2004-03-17Update to gsmlib-1.10:soren4-25/+21
- reactivated code in gsm_at to retry sending PDU after unsolicited result code - added description of unicode handling to FAQ - compilation fixes for gcc-3.0.4 - added quick exit for ATZ in UnixSerialPort constructor if phone gives ERROR - added fix for phones that return +CLIP: "Number not available." instead of giving caller ID - added get/setCLIRPresentation() functions to MeTa (contribution by ivan) - added "NO CARRIER" event to the event mechanism (contribution by clock) - added Win32 port of gsmsmsd (thanks to Konstantin Forostyan) - further extented Win32 port of gsmsmsd to handle outgoing messages - fixed problem with Ericsson T39m SMS sending (zero bytes in handshake) - added capability to send concatenated SMSs in gsmsmsd and gsmsendsms - fixed unsigned/signed char problems in Unix/Win32 serial port implementations - added capability to send multiple SMSs to gsmsendsms/gsmsmsd
2004-03-16Use Tcl/Tk 8.4.x, bump package revision because of that.tron1-10/+9
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-13Make this package compile on LP64 architectures.kristerw1-3/+6
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim2-4/+4
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim1-2/+2
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam3-32/+24
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26add an alternate ftp location for the time beingitojun1-2/+3
2004-02-26Add and enable openobex and obexftp.jmmv1-1/+3
2004-02-26Initial import of obexftp, version 0.10.3:jmmv11-0/+164
The overall goal of ObexFTP is to make mobile devices featuring the OBEX protocol and adhering to the OBEX FTP standard accessible by an open source implementation. The common usage for ObexFTP is to access your mobile phones memory to store and retrieve e.g. your phonebook, logos, ringtones, music, pictures and alike.
2004-02-26Initial import of openobex, version 1.0.1:jmmv5-0/+60
The overall goal of the OpenOBEX project is to make an open source implementation of the Object Exchange (OBEX) protocol. OBEX is a session protocol and can best be described as a binary HTTP protocol. OBEX is optimised for ad-hoc wireless links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard).
2004-02-21bl3ify and enable pkgviews installation.minskim3-7/+15
2004-02-21s/extention/extension/ OED says "extention" is obsolete.snj1-2/+2
2004-02-14bl3ify and add explicit dependency on pkgconfig.minskim2-5/+32
2004-02-14bl3ifyminskim2-5/+29
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam4-11/+6
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-12Let this package compile - no point in redefining sys_nerr, sys_errlistagc2-13/+20
and friends these days - <errno.h> should have them.
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-3/+3
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant9-18/+18
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc12-24/+25
2004-01-12Sort.seb1-14/+14
2004-01-12Add missing man page.seb1-1/+2
2004-01-12Remove info file from PLIST files.seb2-8/+2
2004-01-12Lint (sort DISTNAME section)cjep1-2/+2
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2004-01-05bl3ifyjlam1-3/+5
2004-01-03Bump package revisions for tiff update.reed8-15/+16
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Drop maintainership, (thankfully) i don't use the Siemens phone anymore.salo1-2/+2