summaryrefslogtreecommitdiff
path: root/comms/p5-Device-SerialPort
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for comms categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-05Add LICENSE.hiramatsu1-1/+2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-01-03update p5-Device-SerialPort to 1.04.grant2-7/+6
changes since 0.12: 1.04 2007-10-23 (Kees) * Update autoconf files. * Use standard Perl module versioning. 1.3.1 2007-07-20 (Kees) * Correct arbitrary baud setting. 1.3.0 2007-07-20 (Kees) * SerialPort.{pm,xs}, configure.ac: add arbitrary baud rate setting as suggested by Steven Michalske. * Disabled default port tests, initial switch to Test::More. 1.2.1 2007-06-16 (Kees) * SerialPort.pm: correction to READ by Martin Hans * SerialPort.pm: corrected "close" call noticed by David R. Wilson * Added knowledge of FIONREAD noticed by Darrin Chandler * Fixed up white-space issues. 1.2.0 2004-11-09 (Kees) * configure.ac: corrected version number here too. * SerialPort.pm: added wait_modemlines, intr_count. * SerialPort.xs, configure.ac: added TIOCMIWAIT, TIOCGICOUNT * white space cleanups. 1.0.2 2004-05-10 (Kees) * Makefile.PL: added an OSX serial port default * SerialPort.pm: patch for EOF handling by Arne Georg Gleditsch. On a read for more than 0 bytes, and "select" finishes, but we get a 0 back, then we assume EOF. * corrected version in .spec file. 1.0.1 2004-03-29 (Kees) * small typo in bits processing for can_ioctl (thanks to Rick Ballard and John Eng for finding this!) 1.0.0 2004-02-23 (Kees) * fixed logic in READ tie function from Jaakko Yli-Luukko * added RPM .spec packaging support * adding debian packaging support * updated version number to first stable release * fixing up failure return codes in data,parity,flow functions * cleaning up default settings for parmrk, istrip, etc * split off stty_parmrk * setting defaults of 9600, 8N1, no flow in "new" * added MS_DTR_ON and MS_DSR_ON * clearly documenting "carrier" bit * added automatic system baud rate detection * added modem line reporting to "modemtest" * documented "modemtest" * I think I finally found the parity problem that has been plauging this code since I took it over! 0.22 2003-06-18 (Kees) * added a notice about 4096 read limits on some machines noticed by Ed Morandi. * built an rpm .spec file with the help of cpan2rpm. * adding TESTPORT=... as a Makefile.PL option to not step on MakeMaker's feet. * making "modemtest" an installable script (which adds #! to top). * cleaning up "modemtest" args and output. * reversing configure report so "best" case reports "yes" for all. * handling ancient libcs with odd POSIX.pm _SC_CLK_TCK behavior with diagnostic help from David Dyck * added test case explicitly for get_tick_count 0.21 2003-06-12 (Kees) * don't release files at midnight any more: forgot SerialPort.xs 0.20 2003-06-12 (Kees) * fixed some truth bugs found by David Dyck <david.dyck@fluke.com> * totally rewrote serial bit detection code to use "normal" perl XS routines. Had to even toss in a "configure" script to make it really robust. * jumped up to version 0.20 just because it's just a big change to the build process. Everything else appears undisturbed, but I want to give some time for testing it out on other architectures. 0.13 2002-05-31 (Kees) * added 'sys/modem.ph' for broken HPUX headers * fixed *BSD tiocmget and tick counts, care of joerg_wunsch@interface-systems.de * fixed the HPUX tioc* stuff, care of "Chang, Jerry" <Jerry.Chang@pyxis.com>
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-29Make the dependency on p5-perl-headers slightly more restrictive, tofredb1-2/+2
force recompiling of it after the base system is upgraded, as suggested by Juergen Hannken-Illjes in an addendum to PR pkg/28754.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-11Convert to buildlink3.snj1-2/+2
2003-02-13Instead of homegrown work around, just depend on p5-perl-headers.mjl2-11/+3
Kudos to wiz for pointing out that such a package indeed exists.
2003-02-13Make this build by building the necessary .ph files on the fly. Alsomjl2-2/+10
add a MESSAGE telling the user to run h2ph on his include files.
2003-02-13Mark this package as brokenagc1-1/+3
2003-02-12Update p5-Device-SerialPort to 0.12mjl2-6/+5
- 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)
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-3/+4
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-25Don't hardcode /dev/tty00 as the serial device; use ${DEFAULT_SERIAL_DEVICE}jlam3-17/+5
instead. This has no user-visible effect, as the serial device name is only used for the test framework.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-18p5-Device-SerialPort pkg from Damon Brodie in PR#11762, but moved totsarna7-0/+46
comms category.