Commit graph

121193 commits

Author SHA1 Message Date
grant
f1ce314ab8 update p5-Device-Modem to 1.48.
changes since 1.36:

1.48  Sun Jun 24 09:30:16 CEST 2007
    - atsend() method made more reliable with longer commands (ex. longer
      sms messages).

1.47  Thu Apr 20 22:16:17 CET 2006
    - Sensible speedup in the command/response cycle.

1.46
1.45  Tue Nov 15 23:29:40 CET 2005
    - Fixed dial() now it does not wait for timeout in presence of a valid
      remote response (NO CARRIER, BUSY, ...)
    - Fine tuned answer read cycle times
    - Added constant $Device::Modem::WAITCMD for wait time before issuing
      commands (atsend)
    - Added patch to make Xmodem work from Aaron Mitti <amitti at 10east dot
      com>.
    - Now dial() accepts also '#' sign in numbers (thanks to Pierre Hilson).

1.44  Sat Apr 30 23:29:03 CET 2005
    - (again) now cygwin and darwin platforms should be detected correctly.
    - added a preliminary version of Device::Modem::UsRobotics module,
      that allows to access voice/fax messages stored on your UsRobotics
      message modem. Read the (incomplete) docs for more details.

1.42  Sun Sep 19 21:12:10 CET 2004
    - little fix for correct MacOSX os detection and SerialPort inclusion

1.39
1.38
1.37  Wed Aug 18 09:21:50 CET 2004
    - parse_answer() now in scalar context (string) returns *all* modem
      answer instead of removing the last string (OK/ERROR/...)
    - documented new example scripts: caller-id.pl and xmodem.pl
2008-01-03 23:36:11 +00:00
grant
c4a9b80e54 note update of p5-Device-SerialPort to 1.04. 2008-01-03 23:33:43 +00:00
grant
3101d7bf85 update p5-Device-SerialPort to 1.04.
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>
2008-01-03 23:32:57 +00:00
heinz
4ef29f4d5c Added support for installation to DESTDIR. 2008-01-03 23:22:22 +00:00
rillig
8df3cdc4f6 When creating the binary package, first create a temporary file, and if
everything went well, rename it to the real name. That way, it is less
likely that broken binary packages are created. It is a common
assumption that binary package files, if they exist, are usable.

An example for a broken binary package is security/sudo-1.6.9p10, in
which sbin/visudo wasn't readable when creating the package as an
unprivileged user.
2008-01-03 23:21:48 +00:00
heinz
f484c25be4 Added support for installation to DESTDIR. 2008-01-03 23:18:07 +00:00
rillig
8159318d33 Install the binaries readable for the owner, so that a package can be
created in unprivileged pkgsrc mode. PKGREVISION++
2008-01-03 23:17:47 +00:00
heinz
4affdcc56f Added support for installation to DESTDIR. 2008-01-03 23:15:47 +00:00
heinz
e7d8fde67b The package supports installation to DESTDIR. 2008-01-03 23:14:46 +00:00
xtraeme
890e43537d Updated mail/sylpheed to 2.4.8 2008-01-03 22:39:31 +00:00
xtraeme
d002cc52b8 Update to 2.4.8:
* The encoding method of MIME headers is now determined by outgoing
  encoding rather than the value of MB_CUR_MAX.
* The memory leaks and warnings in LDAP search were fixed.
* The beep on folders with one message when using GTK+ 2.12 was removed.
* Win32: The crash that occurred when trying to display some TIFF files was fixed.
* Win32: Settings are now automatically saved on the shutdown of system.
2008-01-03 22:38:41 +00:00
rillig
eeebd3ec03 When calling open(2), don't try to get an error message from libarchive,
since it won't know anything about it. (hi joerg!)
2008-01-03 22:31:20 +00:00
seb
b4dbddd97d Note initial addition of p5-App-Cmd version 0.012 as devel/p5-App-Cmd
into The NetBSD Packages Collection.

The Perl 5 module App::Cmd is intended to make it easy to write
complex command-line applications without having to think about
most of the annoying things usually involved.
2008-01-03 21:16:51 +00:00
seb
64b617282d Add & enable p5-App-Cmd 2008-01-03 21:16:16 +00:00
seb
e3de54d0ce Initial import of p5-App-Cmd version 0.012 into The NetBSD
Packages Collection.

The Perl 5 module App::Cmd is intended to make it easy to write
complex command-line applications without having to think about
most of the annoying things usually involved.
2008-01-03 21:14:13 +00:00
seb
dc5567c198 Note initial addition of p5-Getopt-Long-Descriptive version 0.06 as
devel/p5-Getopt-Long-Descriptive into The NetBSD Packages Collection.

The Perl 5 module Getopt::Long::Descriptive provides a convenient
wrapper for Getopt::Long and program usage output.
2008-01-03 21:11:41 +00:00
seb
ae5f7a04ab Add & enable p5-Getopt-Long-Descriptive 2008-01-03 21:10:33 +00:00
seb
d1e68155fa Initial import of p5-Getopt-Long-Descriptive version 0.06 into The NetBSD
Packages Collection.

The Perl 5 module Getopt::Long::Descriptive provides a convenient
wrapper for Getopt::Long and program usage output.
2008-01-03 21:08:42 +00:00
rillig
10ac5aa6c4 + lintpkgsrc 2008-01-03 21:05:34 +00:00
xtraeme
16c4d5f510 Updated emulators/bochs to 2.3.6 2008-01-03 21:04:55 +00:00
xtraeme
cc24a12873 Update to 2.3.6:
+ More than 25% emulation speedup vs Bochs 2.3.5 release!
+ Up to 40% speedup vs Bochs 2.3.5 release with trace cache optimization!
- Lots of bugfixes in CPU emulation
- Bochs benchmarking support
- Added emulation of Intel SSE4.2 instruction set

and others, please review the CHANGES file.
2008-01-03 21:03:45 +00:00
adrianp
8c8f2165fb * Rename AP var to AUDIT_PACKAGES as the former was a bit obscure
* Add DOWNLOAD_VULN_LIST var
* Get AUDIT_PACKAGES and DOWNLOAD_VULN_LIST to point to the right binaries
  taking into consideration OPSYS and pkg_install version
* Replace all references to audit-packages and download-vulnerability-list
  with AUDIT_PACKAGES and DOWNLOAD_VULN_LIST
2008-01-03 20:51:21 +00:00
tonio
c79c548835 Update math/maxima to 5.14.0
Based on patches from Aleksej Saushev in PR 37682

Changes:
-  backwards-incompatible changes:
* Maxima strings are now Lisp strings (not Lisp symbols)
* Change name of quotient operator from "//" to "/"
* Regularize return values of dgeev and dgesvd in lapack

-  New items in share:
* share/contrib/gf: Galois fields
* share/contrib/fourier_elim: solve inequalities via Fourier elimination
* share/contrib/fresnel: Fresnel integrals
* share/contrib/unwind_protect: programming construct to catch errors
* share/draw/implicit3d: implicit surfaces by the marching cubes algorithm

-  Other revisions:
* Bigfloat %pi via Chudnovsky series and %e via modified Taylor series
* share/contrib/sarag: new version
* share/contrib/ezunits: units conversion capability
* share/contrib/numericalio: partial reads, binary float input
* share/matrix/eigen.mac: gramschmidt accepts optional inner product
* share/numeric/romberg: evaluate arguments as an ordinary function
* share/draw: enhancements
* Bug fixes and updates in differential equations
* share/tensor/ctensor: nonsymmetric metrics
* Minor bug fixes in TeX output
* Minor enhancements in Maxima->Lisp translation
* Category system in English-language html documentation
* Additional documentation
* Russian translation of reference manual in progress
* Various unnumbered bug fixes

- Many bugfixes
2008-01-03 20:26:09 +00:00
tonio
ae02e95628 Update math/maxima to 5.14.0. Fixes PR 37682 2008-01-03 20:13:25 +00:00
joerg
b535f51416 Add DESTDIR support. 2008-01-03 19:58:38 +00:00
seb
9beddf13cb Note update of net/net-snmp to version 5.4.1nb1 [NetBSD/sparc64 fix] 2008-01-03 19:11:34 +00:00
seb
b068169142 Fix floating point exception on NetBSD/sparc64 by applying the same
fix (and error checking) on
agent/mibgroup/hardware/memory/memory_netbsd.c:netsnmp_mem_arch_load()
via new patch file patch-ah as the one applied on
agent/mibgroup/ucd-snmp/memory_netbsd1.c:var_extensible_mem() by
patch file patch-es. Sorry I missed this in november 2006...

Bump PKGREVISION to 1.
2008-01-03 19:10:09 +00:00
joerg
806e7641d4 Fix build on older DragonFly. 2008-01-03 18:18:30 +00:00
rillig
b7c0f7d69b Imported pkgtools/lintpkgsrc-4.82 2008-01-03 17:43:23 +00:00
rillig
e770357f67 Imported lintpkgsrc.
lintpkgsrc checks various things on the complete pkgsrc tree.
2008-01-03 17:43:15 +00:00
rillig
7519dfb32c Fixed a pkglint warning, which revealed a naming conflict. Fixed that
too.
2008-01-03 17:08:52 +00:00
rillig
447576b03c Added a way to determine the PKGPATH when checking a package. 2008-01-03 16:16:22 +00:00
joerg
b1a50d204b Mark as broken on NetBSD/amd64 as configure will spin. 2008-01-03 15:58:45 +00:00
obache
fce64300d1 gtodo is now hosted at SourceForge now, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new site (redirect from old site).
2008-01-03 14:42:34 +00:00
obache
f82979a022 bbdate is now hosted at SourceForge, noticed by Zafer Aydogan in private mail. 2008-01-03 14:37:03 +00:00
obache
bfcf1f5783 Mirrors of SourceForgeJP seems changed, noticed by Zafer Aydogan in private mail.
+ jaist, iij
- keihanna, globalbase

Move round-robin host name to last, since it refers old mirros now.
2008-01-03 14:34:08 +00:00
obache
76c961b0e4 This package available from SourceForge now,
noticed by Zafer Aydogan in private mail.
Also add version specific directory to original MASTER_SITES,
since old distfile does not exist in parent directory.
2008-01-03 14:15:01 +00:00
ghen
f51dee6045 pkglint. 2008-01-03 14:06:20 +00:00
obache
5a6263917d This pacakge also available via SUNSITE,
noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE and orignal MASTER_SITE to new location.
2008-01-03 14:05:38 +00:00
obache
210ae81a6d + hevea-1.10 2008-01-03 13:52:16 +00:00
obache
9e192de229 Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new location.
2008-01-03 13:51:28 +00:00
gdt
68ce7f58c1 Updated geography/postgresql81-postgis to 1.3.2 2008-01-03 13:49:09 +00:00
obache
b5721e4dab + cdif-1.19 2008-01-03 13:47:06 +00:00
obache
59d632d8a0 Change MASTER_SITES to new location, noticed by Zafer Aydogan in private mail.
Also add HOMEPAGE.
2008-01-03 13:42:53 +00:00
gdt
10f5af22f0 Update to 1.3.2.
PostGIS 1.3.2
2007/12/01
        - Improvements in the TIGER geocoder
        - Fix to ST_EndPoint() crasher bug
        - Modified ST_AsGML() improving v2 and adding v3 support
        - Fix to ensure ST_Envelope() returns valid geometries
        - Change JDBC build to use Ant
        - Fix for better OS/X support
        - Fix to WKB parser to do simple validity checks
2008-01-03 13:41:28 +00:00
gdt
ea1eb4bb84 Updated geography/py-proj to 1.8.3 2008-01-03 13:41:02 +00:00
gdt
9ce9a8ca11 update to 1.8.3
1.8.3 (svn revision 146):
 * fixed bug in Geod class that caused erroneous error message
   "undefined inverse geodesic (may be an antipodal point)".
 * fix __reduce__ method of Geod class so instances can be pickled.
 * make sure points outside projection limb are set to 1.e30 on inverse
   transform (if errcheck=False).
 * fixed small setup.py bug.
 * generate C source with Cython 0.9.6.6 (pycompat.h no longer needed).
2008-01-03 13:40:44 +00:00
obache
45f01d3292 Add 'old_versions' directory to MASTER_SITES,
noticed by Zafer Aydogan in private mail.
2008-01-03 13:39:48 +00:00
gdt
2abd845f6a Updated misc/proj to 4.6.0 2008-01-03 13:37:12 +00:00
gdt
9395e232cc Update to 4.6.0. NOTE ESPECIALLY the behavior change in the first
bullet below.

4.6.0 Release Notes
-------------------

 o MAJOR: Rework pj_transform() to avoid applying ellipsoid to ellipsoid
   transformations as a datum shift when no datum info is available.

 o Avoid applying "change of ellipsoid" during datum shifting based on
   ellipsoids getting changed to spheres for spherical projections.

 o Upgrade to EPSG 6.13

 o Added "900913" "Google Mercator" code in nad/esri.extra.

 o Avoid some static variable based multi-threading problems.

 o Improve error recovery if ctable style datum shift grid fails to load.

 o Support drive letters properly in PROJ_LIB paths for win32.

 o Fix occasional problem with DMS parsing.

 o Removed non-functional mpoly projection.

 o add lonlat, and latlon as aliases for longlat.
2008-01-03 13:37:04 +00:00