Commit graph

13 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
mjl
ab96f8d606 Update to 1.36
- fixed delete_sms() command syntax and results parsing. Thanks
    to all users that reported problems.
  - added an example script on how to delete sms messages.
2005-05-18 13:35:11 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
645a2eab08 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:05:29 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
grant
9da5c51699 Updated p5-Device-Gsm to 1.33.
changes since 1.16:

1.33  Wed May 26 13:52:43 CEST 2004
    - added delete_sms() method. For now, works only in PDU mode.
    - fixed messages() newline regex split pattern
    - modified send sms in text mode to cope with slower/older devices
    - modified message read method to set pdu mode before executing

1.28
  ||
1.25  Fri Jan 23 00:59:16 CET 2004
    - further documentation, troubleshooting and autoscan utility
	  sections
	- added all new pdu sms token-oriented decoding classes
	  (this is an 80% complete implementation, mostly regarding charset
	  conversion issues)
	- Device::Gsm::Sms public class is now documented properly

1.24
  ||
1.20  Wed Jan 21 23:32:45 CET 2004
	- completed full documentation (to be revised)
	- documented working irda/bluetooth connections (always
	  through device::serialport :-)

1.19
1.18  Mon Mar 24 23:32:27 CET 2003
	- added a complete interface to read messages on SIM card
	  ( $gsm->messages() method and Device::Gsm::Sms objects )
	- some minor cleanup

1.17  Thu Sep 12 00:22:06 CEST 2002
	- added signal_quality() method to measure gsm signal power (dBm)
	- added an example script in [examples] folder (`report_signal.pl')
2004-06-22 13:49:55 +00:00
snj
bffc80c64f Convert to buildlink3. 2004-04-11 05:59:14 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +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
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