Commit graph

31 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:35 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
6b05a6f977 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 11:24:38 +00:00
rhaen
79d3ddfb69 Updated to 1.60
Changes:
1.60  Fri Mar 16 12:14:07 CET 2012
    - Removed the syslog test. Was artificial and pointless,
      and it failed on Windows and Solaris. Thanks to CPAN testers reports.

1.59  Thu Mar  8 10:13:30 CET 2012
    - Fixed RT #75619, POD fixes to make the POD clean for Debian packaging.
    - Applied .perltidyrc to all source files. Watch out if you had patches :)
2012-04-01 18:56:54 +00:00
wiz
a829b53daa Update to 1.58:
1.58  Mon Mar  7 22:31:22 EST 2011
    - Fixed RT #48229, an uninitialized value when registering to the network
      but getting no answer from the phone.

1.57  Mon Mar  7 20:53:03 EST 2011
    - Fixed a bug in send_sms() that prevented it from working at all.
      The bug was introduced with the "assume_registered" option.
    - Fixed RT #57585. Thanks to Eric Kössldorfer for his patch and
      test case.
    - Added PDU<->latin1 conversion functions in Device::Gsm::Pdu
    - Note to self: first release from Australia!
2011-08-16 19:58:06 +00:00
obache
914df23d5b Revision bump after updating perl5 to 5.14.1. 2011-08-14 07:38:55 +00:00
wiz
0d2459f698 Update to 1.56:
1.56  Mon Nov 15 21:00:00 CET 2010
    - When sending messages in text mode, now we wait a bit
      between the +CMSG command and the actual text.
      Fixes RT #61729. Thanks to Boris Ivanov for the report.
    - Added clear example of logging to a custom file
    - Added a warning for not implemented _read_messages_text()
    - Added a "assume_registered" option to skip GSM network
      registration on buggy/problematic devices.
2010-12-02 12:07:59 +00:00
wiz
37d680d8c5 Update to 1.55:
1.55  Sun Jun 27 18:07:11 CEST 2010
	- Fixed RT #58869, incorrect decoding of text7 messages.
	  Thanks to Alexander Onokhov.
2010-09-06 10:52:27 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
sno
dd87203e49 Updating comms/p5-Device-Gsm from 1.52 to 1.54
pkgsrc changes:
  - Adjusting dependencies
  - Adding license definition

Upstream changes:
1.54  Sun Sep  6 10:44:53 CEST 2009
	- Fixed RT #31565, incorrect decoding of outgoing messages
	  due to incorrect removal of zero-length octet in PDU.
	  Thanks to Svami Dhyan Nataraj.

1.53  Fri Aug 14 21:43:37 CEST 2009
    - Fixed RT #48700, deleting SMS message with index 0 didn't work.
	  Thanks to Vytas M. for reporting the bug.
2009-09-20 12:14:50 +00:00
he
e93f84ea8b Updated from version 1.50nb1 to 1.52.
Upstream changes:

1.52  Tue Nov 25 21:24:00 CET 2008
    - Added a longer timeout on call forwarding. Thanks to Marek Jaros.

1.51  Wed Oct 29 22:32:00 CET 2008
    - Added new method to set/reset call forwarding options
      (patch contributed by Attila Nagy: thanks!)
    - Removed the syslog test script (t/04syslog.t).
      It continuously broke tests on Solaris and basically every
      other setups where you are not installing as privileged user.
2008-12-17 00:01:25 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
he
4246f0179d Update from version 1.49 to 1.50.
Upstream changes:

1.50  Tue Sep 30 22:50:00 CEST 2008
    - Sometimes send_sms() could report success but no sms
      has really been sent, and we receive garbage.
      First attempt at a fix for this. Reported by Marek Jaros.
2008-10-12 21:03:58 +00:00
he
ac6fd34d7d Update from version 1.48 to 1.49.
Pkgsrc changes:
 o Added HOMEPAGE using search.cpan.org

Upstream changes:
1.49  Sat Aug  9 15:12:00 CET 2008
    - Modified manufacturer() to work also with some Motorola phones,
      that report AT+CGMI in a slightly different way.
    - Changed by phone number :)
2008-08-11 12:12:13 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
grant
ef35717b2a update p5-Device-Gsm to 1.48.
changes since 1.36:

1.48  Wed Feb 28 21:55:23 CET 2007
    - Fixed CPAN bug #24781, thanks to torsten at archesoft dot de
      for reporting.

1.47  Tue Feb 13 11:31:24 CET 2007
    - Fixed t/30networks.t test script.

1.46  Tue Dec 19 22:05:31 CET 2006
    - Fixed CPAN RT wishlist #23575.

1.45  Tue Oct 17 18:01:43 CEST 2006
    - Fixed CPAN RT bugs #21991, #21992, #22025.

1.44  Wed Aug 16 08:25:50 CEST 2006
    - Fixed decoding of alphabetical sender addresses.
    - Added correct decoding of UCS languages (Russian for example).

1.43  Sun Jul 23 17:40:15 CEST 2006
    - Added ability to decode alphabetical sender addresses.

1.42  Mon May  8 21:16:40 CEST 2006
    - Fixed a bug in Device::Gsm::Sms delete() method that invoked
      a non-existent Device::Gsm::deleteMessage().
    - Implemented read and delete of sms messages from different
      storages (ME, SM, ...). Only for PDU format. Thanks to

1.41  Thu Apr 20 21:52:19 CEST 2006
    - Some cool fixes for better support of Iridium Satellite phones,
      GPRS connections and command/response faster cycle.

1.37  Sat Aug 27 12:53:00 CEST 2005
    - fixed regexp to extract sim card sms messages information
2008-01-03 23:39:25 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
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