Commit graph

1153 commits

Author SHA1 Message Date
agc
57aa4707d7 s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
2001-12-05 15:00:44 +00:00
jlam
478cba00bb By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make}
source files to make them up-to-date.  Packages that require regenerating
the configure script and Makefile.in files should make the appropriate
calls to auto{conf,make} in a pre-configure target.  This allows the
various targets listed in ${_CONFIG_PREREQ} to modify the generated files
without triggering the GNU auto* tools and having the modifications be
overwritten.
2001-12-04 06:14:57 +00:00
wiz
4ff5f140b3 Two DISTNAMES is bad. Just take the newer one. 2001-12-03 21:52:45 +00:00
skrll
a100f5d455 Update to KDE 2.2.2
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him
with updates from myself.

From www.kde.org... The principal improvements over KDE 2.2.1, release two
months ago, include:

o security-related
	- SSL certificate loading
	- symlink vulnerability in .wmrc access by KDM introduced in 2.2
	- security problem with eFax (used by klprfax)
	- potential problem in PAM invocation by KDM
	- potential harmful side-effect of failed KDM session starts

o new features
	- added support for CodeWeavers' CrossOver plug-in (provides support
	  for QuickTime, etc.)
	- added support for the wheelmouse for scrolling through the
	  KGhostview PS/PDF viewer component
	- ability to search for multiple patterns at a time in the file
	  search dialog
	- debugging multi-threaded applications with KDevelop

o improvements/fixes
	- handling of HTTP links that redirect to FTP
	- POST using SSL through a proxy and sending headers through proxies
	- saving of recently-selected files in the file dialog
	- handling of non-ASCII characters over SMB
	- toolbar button captions with certain styles
	- selecting items with the mouse in Konqueror
	- sorting in Konqueror's textview
	- saving current settings as a theme in the theme manager
	- crashes in KMail with certain mails
	- crash on invoking the KDM chooser
	- non-Latin languages with KDevelop

performance
	- icon loading optimized
	- file dialog speedups
	- stop spinning SMB client processes
	- handling of large files in Kate
2001-12-03 15:37:14 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
jlam
b3f21f3c68 Remove commented-out USE_CURSES definition. 2001-11-30 03:20:16 +00:00
wiz
9bc22f1e48 Buildlinkify. 2001-11-30 00:55:17 +00:00
augustss
80a5333b8e Add dsbr100. 2001-11-29 15:22:53 +00:00
augustss
0704f6c8fa Control the D-Link DSB-R100 USB radio. 2001-11-29 15:20:42 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
tron
e07cfe8a40 Pull in latest bug fixes from the CVS repository which fix e.g problems
with loading the configuration and updating auctions. Bump version number
to 1.3.0.99 as this is now close to what will be the 1.3.1 release.
2001-11-21 22:40:05 +00:00
hubertf
dedc8817da add & enable root-tail 2001-11-20 23:19:48 +00:00
hubertf
fb50091420 Add root-tail-0.0.10:
Displays a given file anywhere on your X11 root window with a
transparent background. It was made because I'm very lazy and this was
easier than making a new rxvt pixmap each time I changed my background
to simulate that transparent effect. A null desc (example:
"/var/log/messages,red,") will prevent the printing of a description
and the []'s.

Submitted by Nate Johnston <natej@aol.net> in PR 14602.
2001-11-20 23:19:16 +00:00
jlam
d382f07f23 Use the standard auto_ptr implementation in the new toolchain case. This
case was previously skipped over.  This should fix pkg/14595 by Mark Davies
<mark@mcs.vuw.ac.nz>.
2001-11-15 23:38:54 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
jlam
5bf61279d7 * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:25:13 +00:00
jlam
737e773a8e Update koffice to 1.1. Package update was provided in pkg/14425 by Mark
Davies <mark@mcs.vuw.ac.nz> with changes by me.  Pkgsrc-related changes
include:

* Strongly buildlinkifying.
* Using qt2-designer-kde for a uic that understands KDE2 widgets.
* Fixing sources to compile with egcs-1.1.2's much-less-than-compliant
  C++ compiler.

Given the rapid development between the 1.0 and 1.1 releases, plus the
scope of the applications in the suite, it's difficult to summarize the
changes.  The major change is that KIllustrator is now named Kontour
for trademark reasons.  Aside from that, basically everything is more
featureful and more stable, plus there are more import/export filters for
other application suites.
2001-11-13 21:23:43 +00:00
jlam
1228e87d47 * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:22:24 +00:00
jlam
93dae9f1a6 Update kdepim2 to 2.2.1nb1. Changes from version 2.2.1 include:
* Build and install kpilot, the KDE PalmPilot HotSync software.  This fixes
  pkg/14547 by Cesar Crusius <crusius@barcelonadesign.com>.
* Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-13 21:21:01 +00:00
jlam
ecdd24e71c * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Recognize shadow password suite on Linux.
2001-11-13 21:19:35 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
skrll
7b3bbf90d2 Don't install efax setuid root.
From the email to kde-announce:

The program "efax" which is distributed as part of the klprfax program in the
kdeutils module poses a security risk when installed suid. "efax" has been
part of KDE 2.2 and KDE 2.2.1 and is installed suid by default.

Scope: a local user can gain root privileges by exploiting a bug in "efax".

Solution: Remove the suid bit from the "efax" executable. This can be done
with the following command:

         chmod -s `locate bin/efax`

"efax" will continue to work as before as long as users have sufficient rights
to create lock files in the system lock directory (like /var/lock) and
sufficient rights to open the modem device.
2001-11-10 19:43:33 +00:00
magick
f3698e49fb Update nxtvepg to 0.6.4
Changes from 0.6.3 to 0.6.4
- bugfix database merge: merging used to produce only empty databases, because
  zero networks were loaded; the user was forced to manually add networks via
  the network selection dialog. This bug was introduced in version 0.6.2.
  Thanks to Mathias Homann and Jan Schubert for reporting this bug.
- bugfix xawtv popup: percentage was displayed as 10000% for programmes
  running later than the announced stop time (on channels with VPS/PDC).
  Thanks to Ulrich Mueller for the bug report & fix.
2001-11-08 18:09:45 +00:00
damon
608cdd1d99 Ensure the plugins dir is there at install time 2001-11-01 15:28:44 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zuntum
d00253ff38 Rewrite ${SED} & ${ECHO} hacks, and rename target from do-configure to
post-patch.
2001-10-31 08:10:54 +00:00
damon
9a4d9e9566 Added gkrellm-moon and gkrellm-weather 2001-10-30 13:36:27 +00:00
damon
001e582ecd Initial Version 2001-10-30 13:22:05 +00:00
agc
63e640ea1d s/chmod/${CHMOD}/ 2001-10-26 14:31:30 +00:00
wiz
460b06f7ea Move post-extract script contents into post-extract make rule. 2001-10-26 13:57:26 +00:00
agc
ea79657c3b Move from a custom post-patch script to a standard package Makefile
target, and do things a bit more efficiently.

Remove now unnecessary script.

XXX This Makefile still needs work wrt tty devices XXX
2001-10-26 12:33:23 +00:00
lukem
6da054cb03 only conflict on rpm2cpio < 1.0nb1 2001-10-24 00:26:51 +00:00
kei
24e3e5f3b2 added and enabled php4-mbstring. Bernd Ernesti noticed in the private
message.  Thank you.
2001-10-19 21:06:42 +00:00
kei
62f2c923fe misc/php-mbstring: PHP4 extension for multibyte characters support (currently
Japanese only)

This extension is comes with php-4.0.6 distribution.
2001-10-19 07:30:09 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +00:00
jlam
83d91b4a2b Note addition of php4-calendar. 2001-10-16 07:05:24 +00:00
jlam
eabf090b4f misc/php4-calendar: PHP4 extension for calendar conversion support
This version is from the php-4.0.6 distribution.
2001-10-16 07:05:00 +00:00
skrll
a62b3e67a6 Update to KDE 2.2.1
With apologies to Al I wouldn't know where to start with a summary of the
changes between 2.1 and 2.2.1 - there are just too many. A couple of
hopefully static URLS that contain useful information are

http://www.kde.org/announcements/changelog2_1to2_2.html
http://www.kde.org/announcements/changelog2_2to2_2_1.html

Support for a.out for kde{libs,base} added by me. The libtool/a.out
combination doesn't like the linking of modules into binaries. A better
way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15 22:45:55 +00:00
rh
ff2deda9c5 Update gnome-utils to 1.4.1. Changes include:
gnome-utils 1.4.1 (2001-10-04)

general:
        Translation updates.  (Christian Rose, Stanislav Visnovsky,
        Kjartan Maraas, Linas Vepstas, Pablo Saratxaga)

gtt:
        * Many new things including: UI for custom reports, Uses guile
          internally for reports, can stop timer on idleness, add some
          more values, can edit properties without changing current
          project (Linas Vepstas)
        * Misc fixes (George)

gcalc:
        * Fix resizing (Glynn Foster)

logview:
        * Documentation (John Fleck)

gnome-utils 1.4.0.99 (2001-09-04)

general:
        * Update doc build stuff to use jw on RH 7.1 and any other dist
          which has moved to docbook-utils. (Dan Mueth)
        * We now require GConf (George)
        * Fix DESTDIR on installation. (George)
        * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas)
        * az docs removed, apparently they were quite broken (John Fleck)
        * Translation updates. (Abel Cheung, Valek Filippov, Kjartan
          Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar,
          Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell
          Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar,
          Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet,
          Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez)

gcalc:
        * Warning fix. (Kjartan Maraas)
        * Documentation fix. (John Fleck)
        * Fix compilations on some systems. (George)

gdialog:
        * Fix compilations on some systems. (George)
        * Docs (Patanjali Somayaji, John Fleck)

gdiskfree:
        * Some internal reorganization for excluded filesystems (Gregory
          McLean)
        * New icon/splash pixmap. (Matthias Warkus, Timothy Musson)
        * Minor fixes. (George)

gcharmap:
        * Don't use the system colormap. (Kjartan Maraas)

gcolorsel:
        * Hook up help button in preferences to do something. (Kjartan
          Maraas)
        * Don't use the system colormap. (Kjartan Maraas)

gtt:
        * An ongoing rewrite to support many MANY cool new features.
          Still not 100% stable though.  (Linas Vepstas)

logview:
        * Fix FreeBSD compilation. (Peter A Jonsson)
        * Massage the scrolling to be more sane (it still doesn't work
          completely correctly). (George)
        * Fix compilations on some systems + various minor fixes. (George)

stripchart:
        * Fix 64bit issues with reading /proc (George)
2001-10-13 08:30:25 +00:00
tron
1330351485 Don't write empty configuration strings to the configuration file like
e.g. an empty proxy setting because the very optimistic parse can't
handle those.
2001-10-07 22:44:20 +00:00
tron
72e2dbf829 Fix saving and loading of the configuration file and make the proxy support
work
2001-10-07 22:17:20 +00:00
tron
8001c7927a Update "bidwatcher" package to version 1.3.0 beta.
Changes since version 1.1.7:
- Conversion to use the gtk+ toolkit, making this version 100% GPL clean!
- Support for auctions in foreign currencies.
- Cleaner ebay access-- i.e. instead of hardcoded IPs, we now
  do DNS lookups and follow 302 redirects
- HTTP proxy server support
- Support for eBay motors
- Uses the GNU Autoconf (configure) system
- Drag-n-drop support
2001-10-07 08:29:43 +00:00
tron
c16e49e7f9 Update home page URL. 2001-10-06 23:06:15 +00:00
tron
4901c93722 Use buildlink glue code for "libglade" to fix build problem. 2001-10-05 22:10:21 +00:00
abs
4f76b58310 Avoid Makefile breakage on non supported ARCH 2001-10-01 15:52:05 +00:00
zuntum
78b62cc653 Use REPLACE_PERL instead of SED/MV 2001-10-01 06:35:58 +00:00
mycroft
422e56b37b Hack around problems with locale.h not being included. (This may not be
exactly TRT; it should probably use Xlocale.h.)
2001-09-30 22:13:45 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
jlam
2af02a434a Note addition of misc/p5-ControlX10-CM17. 2001-09-27 02:54:03 +00:00
jlam
3817f7f5d9 p5-ControlX10-CM17 - perl5 module for controlling the X10 CM17A controller
The FireCracker (CM17A) is a send-only X10 controller that connects
to a serial port and transmits commands via RF to X10 transceivers.
This module translates human-readable commands (eg. 'A2J') into the
bit patterns and control signal pulses accepted by the CM17.

This package was provided by Damon Brodie <damon@brodiefamily.org> in
pkg/11784 with some updates to conform to current pkgsrc standards by me.
2001-09-27 02:45:21 +00:00
wiz
cac66281b5 Wildcard dependency on kdebase to >= 2.1. Addresses pkg/14056. 2001-09-24 20:03:47 +00:00
tron
365242e63a Correct spelling of "eBay" in comment. 2001-09-24 06:52:08 +00:00
magick
0c6336a1e4 Update nxtvepg to 0.6.3
Changes from 0.6.2 to 0.6.3

- Added daemon mode to allow background acquisition without GUI. Added
  new command line options -daemon and -acqpassive
- Signal HUP can now be used to toggle acquisition on and off (with GUI
  only; the daemon terminates when acquisition is disabled). Before, the
  signal used to disable acquisition only.
- Fix: catch death of acquisition slave process (i.e. after deadly
  signal) and mark acquisition as disabled in the master process.
2001-09-23 09:55:59 +00:00
jlam
d879e1cb60 Mark as USE_BUILDLINK_ONLY. 2001-09-22 05:42:04 +00:00
jlam
f2f152b7a3 Note addition of bidwatcher, and eBay sniper program. 2001-09-22 05:40:31 +00:00
jlam
e698e70516 BidWatcher is a tool for people using the giant eBay auction site. It
uses your eBay id and password to track your eBay listings, items that you
have bid on, and items that you enter by hand.   It also has an integrated
snipe tool.

This was initially provided by Brad Knotwell <knotwell@ix.netcom.com> in
pkg/13128 but has been heavily modified to remove FreeBSDisms and to use
buildlink.mk files.
2001-09-22 05:38:22 +00:00
wiz
86d0d4fd8b Add and enable cstream 2001-09-19 10:39:44 +00:00
gmcgarry
e2ba4763e4 General-purpose stream-handling tool with bandwidth limiting 2001-09-19 05:24:27 +00:00
wiz
b21af6b66d Update to 1.03t, provided by the package maintainer Nobuhiro Yasutomi
in pkg/13908. Changes since 1.03s:
Revise history function.
Add error message when fail to intenral command.
Support relative path archiving in archive browser.
Keypad transfer mode support uncompat environment.
File name complition include internal command name.
Bug fixes.
2001-09-14 22:51:54 +00:00
jlam
5796579ea6 src/util.c expects wgetnstr to be in the curses library, so require
ncurses through ncurses/buildlink.mk.  -current systems are unaffected
by this change, but 1.5.x and lower should now use devel/ncurses to
build reed.
2001-09-12 06:47:16 +00:00
jlam
965ec8c5ab Use ${MOTIFLIB} instead of just "-lXm". 2001-09-12 02:30:23 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
magick
871513fdc5 Update package to 0.6.2
Too many changes to list here, since 0.6.0.
See http://www.nefkom.net/tomzo/prj/nxtvepg/changelog.html
for a changelist.
2001-09-09 13:00:14 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
drochner
dad337d577 change dependencies to kdexxx>=2.1 instead of strict matches
to ease updates
2001-09-07 14:27:10 +00:00
itojun
3f394c1a9f upgrade to 3.9.10. security fix on -R command line option. 2001-09-07 06:12:53 +00:00
tron
71b3a10e83 Use a proper order for the include directories while building "korganizer"
to avoid build failures if "ical.h" from the "evolution" package is
installed. This fixes pkg/13860.
2001-09-04 05:31:10 +00:00
wiz
a5d2a51519 add and enable reed 2001-09-02 20:15:15 +00:00
wiz
ff04d93302 Initial import of reed-4.6, an auto-scrolling text viewer. 2001-09-02 20:13:28 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
magick
70cc2b61c4 Update to 0.6.0
While here, clean it up a bit:
don't install to X11BASE
buildlink'ify
homepage moved
archive is downloadable, remove NO_SRC_ON_FTP

Changes between 0.5.2 and 0.6.0:
- Possibility to invoke user-defined external commands from the context
  menu in the browser listbox, e.g. to program a timer for
  the selected programme in a scheduler like plan.
- Dump of programme list or selected programme descriptions into a
  file in HTML format, from where they can be loaded by any
  WWW browser. This may be of interest for people who want to print
  out TV schedules onto dead trees.
- New text search option Match full to allow exact title matches,
  e.g. a search for "heute" will no longer match on "heute journal"
  when full match is enabled.
- Alphabetically sorted series list in the filter menu.
2001-08-26 14:15:32 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
skrll
97d7dc39bc Add BUILD_DEPENDS on xml-i18n-tools. Pick up in bulk builds I'm doing. 2001-08-25 07:21:16 +00:00
hubertf
aef4c449fc make this find shared libs at runtime (-Wl,-R) 2001-08-25 01:22:17 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used.  Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23 04:26:51 +00:00
jlam
775cee81b4 New location for homepage. 2001-08-23 04:01:57 +00:00
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00
itojun
ffd75749e9 support non-japanese iso2022 multibyte escape sequences, like
ESC $ ( C for ksx1001/ksc5601 korean charsets.
patch already sent to screen@uni-erlangen.de.
2001-08-18 11:21:19 +00:00
wiz
1cbd5110a1 Update to 3.9.9. Changes since 3.9.8:
* new '-X' option to send commands to screen sessions.
* added a possibility to change the attributes/color in caption or
  hardstatus strings:
    caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?"
* new 'dinfo' command to show what screen thinks about your terminal.
* new 'attrcolor' command to map attributes to color codes:
* support for UTF-8: new commands 'utf8', 'defutf8' to change the
  encoding of a window, plus a '-U' option to tell screen that
  your terminal sends/receives UTF-8 codes.
* support for 16 colors.
2001-08-18 09:53:01 +00:00
abs
ff6ce53e6f Use install rather than copy to avoid umask issues 2001-08-16 10:16:17 +00:00
jlam
b496d8e4c7 Use FILES_SUBST{,_SED} instead of a separate listing of variables to
substitute by sed for INSTALL/DEINSTALL.
2001-08-16 04:45:52 +00:00
agc
e01d5db423 Add and enable mmv 2001-08-15 21:10:37 +00:00
agc
cfa597f5f0 Initial import of mmv-1.0b, a package to rename files based on wildcard
patterns.

mmv is a program to move/copy/append/link multiple files according to
a set of wildcard patterns.  This multiple action is performed safely,
i.e.  without any unexpected deletion of files due to collisions of
target names with existing filenames or with other target names.
2001-08-15 21:09:04 +00:00
wiz
996bbeb4af Update to 1.60. Changes:
- fixed some -w dirty internals
- there was an error in test.pl that failed to identify a bug. the
  constructor was always setting $obj->is_valid to BAD_CHECKSUM.
- fixed -w dirty line in is_valid_checksum
- fixed problem parsing ISBNs without valid country codes which would
  cause an infinite loop.
- added symbolic constants to replace magic return values.
- fixed is_valid_checksum which would issue warnings if the string was
  less than ten characters
- added a test.pl which still needs more tests to reach all of the code.
- version 1.5 fixed some bugs with checksums
- version 1.51 has a few minor doc fixes
2001-08-15 19:22:55 +00:00
rh
1df2a8cc1a Update gnome-utils to 1.4.0.2
Notable changes include:
    * Fix lots of bugs in stripchart
    * Make logview actually work
    * Fix crashes all over the place
    * Use the gtk+2 calculator widget and make it handle keypad keys.
    * Man pages (Too many fixes in here to mention all of them.
      Basically it makes gnome-utils usable)
2001-08-13 18:10:05 +00:00
tron
96d0a30b4c Fix build problem with version 4.2 of the "readline" package. 2001-08-07 15:04:27 +00:00
wiz
8198f1a079 This package really wants to have autoconf. Give it to it. 2001-08-01 16:30:38 +00:00
wiz
5a25bb3a71 Update to 358. Lots of new features since last pkgsrc version.
[Note: removed SunOS-only limitation, since perhaps some NetBSD users
want the latest less without upgrading to -current.]
2001-07-29 14:39:41 +00:00
tron
d934b370cb Only enable APM support on NetBSD ports which support it. Fixes
PR pkg/13585 by Jim Bernard.
2001-07-29 05:51:50 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
e938dd28db Swap patch-ab and patch-ac so that configure.in gets touched before configure.
Problem found via logs of recent bulk build.
2001-07-22 16:34:44 +00:00
skrll
a4183640a2 Add advanced power management support to klaptopdaemon as provided by
Scott Presnell <srp@zgi.com> in pr/13345
2001-07-22 14:08:31 +00:00
wiz
67d1e510f1 Allow chord names with more than 9 characters.
Patch provided by maximum entropy in pkg/13528.
2001-07-22 01:16:58 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
jlam
daa5830777 Pass LDFLAGS through to compilation of popt library. Fixes pkg/13476 by
Matthew Herzog <kimwana@felt.ne.mediaone.net>.
2001-07-15 22:38:15 +00:00
jlam
0ac7f6f5c3 librpm needs libintl, so include gettext-lib/buildlink.mk in
rpm/buildlink.mk.
2001-07-14 07:34:44 +00:00
jlam
56c0ff6d58 Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Add necessary dependency on zlib.
2001-07-14 06:35:11 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
zuntum
7cd0371c43 Update gone to 1.3.4
Changes:
        * Added (or rather tested) Mac OS X support
        * Changed my email address in the manpage
2001-07-10 09:58:46 +00:00
simonb
750578c2b2 Import xtail - tail multiple files at once. 2001-07-08 14:29:51 +00:00
simonb
e78ef1421c Add and enable xtail. 2001-07-08 14:28:10 +00:00
jlam
6ef1a088f8 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-03 01:28:45 +00:00
fredb
05879e5929 Double Oops. (Correctly) supply info dir handling for binary package. 2001-07-02 23:12:10 +00:00
fredb
c35bf7abfa Oops. Supply info dir handling for binary package. 2001-07-02 23:08:20 +00:00
fredb
5891b0126d Update pinfo to 0.6.1. Changes since 0.6.0:
Modified behaviour of auto-pgdn. It now expands the submenus, as in info
   Fixed problem with pinforc installed to non-existing etc directory
   Fixed problem with black bar on first man page
   Fixed buggy whitespace-skip comparing procedure
   Manual code can now handle hyphenated url links (it's still not perfect
	with e-mail--it only works if the `@' is in the upper line)
   Fixed buf in indirect-file search engine (a misplaced if())
   Added texinfo documentation.
   Manual code is now case insensitive as far as sections are considered
2001-07-02 23:06:55 +00:00
fredb
a2e58d221e We must pass a double-quote into the C program to set the value of a string.
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different
quote expansion each time. This makes it even trickier than it needs to be,
so go with CPPFLAGS=.
2001-07-02 22:46:49 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
taca
c4ff8e9f69 Update p5-File-MMagic to 1.13. Changes are below (from ChangeLog):
2001-06-15  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (readMagicEntry): Fixed warning output probrem
	on large magic database.
	(Reported and patched by John R Lenton. Thanks.)

	* Version 1.13.

2001-02-09  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (checktype_data): Changed evaluation sequence of
	binary-checking and specials-checking.
	Version 1.12.

2000-12-11  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* Discarded disallowEightbit().
	Add new variable "allowEightbit".
	Version 1.11.

	* MMagic.pm (disallowEightbit): Added new entry.
	Version 1.10.
2001-06-27 14:16:55 +00:00
wiz
376249aab2 Update to 1.03s, per patch from Nobuhiro Yasutomi in pkg/13074.
Last version was 1.03r, but that update didn't include a ChangeLog, so
here's one back to 1.03p:
Ver. 1.03s      fix abnormal end when some case in directory change.
 (05/22/01)     fix command line input handling quote.
Ver. 1.03r      fix display to confuse in ANSICOLOR=2 case.
 (04/03/01)     fix to stop when start not exist directory
                fix handle archive file that include full path.
                support different compiler spec for Solaris 8.
Ver. 1.03q      speed up KANJI code convert by using table.
 (02/28/01)     support Linux/Alpha
                allow to choose retry when not enough space to copy file.
                strict follow cursol posion.
                revice rule for file extention sort.
                fix confirm problem to delete file.
                more strict handle to timestamp when file copy. (MS-DOS)
2001-06-26 11:40:43 +00:00
wiz
1f007b2fcc Rename ja-freewnn rc.d script to ja_freewnn, following a suggestion
by Masao Uebayashi in pkg/13251.
2001-06-25 18:39:19 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
0477b99b80 Mark as USE_BUILDLINK_ONLY. 2001-06-21 03:03:07 +00:00
jlam
6ebf9e5f1a Convert to use buildlink.mk file to get ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-20 06:05:52 +00:00
jlam
e8f2d09011 Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.
Add patches to remove clearing of CFLAGS and LDFLAGS during configure
process to preserve passed-in values.
2001-06-20 06:04:53 +00:00
jlam
d3934f8268 Create the examples directory before trying to install into it. 2001-06-20 05:29:22 +00:00
jlam
6dcb41e0dc Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.  Add patches to remove explicit passing of
-I/usr/include/ncurses to the compiler, and move the example configuration
file to ${PREFIX}/share/examples/vfu.  Add DEINSTALL/INSTALL scripts to
handle copying the sample config file to the config directory at install
time and removing it at deinstall time.
2001-06-20 05:27:32 +00:00
jlam
dbfddb7cdc Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By using
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and
the ncurses lib as libncurses.
2001-06-19 15:53:11 +00:00
jlam
53a25b886f Add buildlink.mk file for use by other package Makefiles. 2001-06-18 10:24:49 +00:00
magick
560b58c045 Update nxtvepg to 0.5.2.
Changes since 0.5.1:
- bugfix programme listbox: the network filter did not follow xawtv channel
  changes. Thanks to Werner Renhardt (werner at kangaroo.at)
- bugfix cyclic acquisition (bug was introduced in 0.5.1): expired programmes
  were not counted for acquisition statistics, hence sometimes the acq engine
  did not detect when the database was complete and did not move on to the
  next provider.
2001-06-15 19:49:21 +00:00
zuntum
ad35b676fd Update colorize to 0.3.0
* README update
  * HTML title change (s/colorize /colorize.pl /)
  * *fix* device and script name in colorize-fifo.sh
  * *fix* the init.d scripts (restart looks bad)
  * *fix* apache log format catch
    (when user is set in access.log), thanks jamie
  * user catch moved later in catch list

  * *changed* --convertdate switch to --convert-date

  * !new! procmail log format (feature req. from Anh Lai)
  * !new! facility remove switch (feature req. from Mw3 and [drewie])
2001-06-13 14:02:50 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
magick
2de817e9fd Update to 0.5.1
Changes from 0.5.0 to 0.5.1
- monitor the _XAWTV_STATION property on the xawtv window and VPS/PDC (during
  EPG acquisition) to detect channel changes (new source module epgui/xawtv.c;
  communication with xawtv is now done directly via X11 calls, and no longer
  uses the xawtv-remote utility)
- after a channel change, optionally set the programme listing's cursor on
  the programme currently running on this channel and/or display the programme
  title and running time information inside xawtv, either in a popup, as
  overlay (requires xfree4 and the XVideo extension) or window title message.
- improved handling of the network name configuration dialog by addition of
  a "Closest match in xawtv" button.
- fix: during refresh, the cursor now remains on the same start time and network
- fix: short info text view is no longer set to line 1.0 during every update
- fix: possible crash due to reference to freed memory when acq timescale
  popup was open & bad reception (block discarded due to parity errors)
- fix: in cyclic or follow-ui acquisition modes when acquisition was forced
  passive on a non-provider channel (e.g. by a busy video device) acq control
  did not automatically switch to active when the device was freed.
- fix: network name configuration: name selection from the provider listbox
  was handled incorrectly for networks which were not covered by all providers,
  so that another than the selected name was actually used.
- added support for multi-network channel names (e.g. [Arte / Kinderkanal])
  to network name configuration: split xawtv station names around '/' and
  use all resulting segments for matching with Nextview network names.
- added support for Turkish charset in national option table; 6 characters
  which are not in latin-1 are replaced by their ASCII counterparts.
- fixed two memory leaks in the EPG scan and wrong handling of the EPG MIP
  entry, which slowed down the scan on several channels.
- changed Makefile.win32 to use gcc/mingw32 for compilation. The supplied
  Tcl/Tk libraries are compiled with gcc too (on NT using cygwin)
2001-06-09 15:14:25 +00:00
zuntum
fb677bbe9c Update gone to version 1.3.2b
Changes:

1.3.2a:
        * Fixed the signaling handling routine, hi() to handle indefinite
          locking (thanks again to Blake Winton)
1.3.2:
        * Added support for locking the terminal indefinitely
          (thanks to Blake Winton <bwinton@iname.com>)
2001-06-08 21:12:07 +00:00
jtb
156d1db9c7 Add license and restrictions.
From the README:

	Distribution without fee is permitted as long as all
	copyright notices are included.
2001-06-08 01:16:45 +00:00
jtb
4b5d552439 Add license and restrictions to astrolog. 2001-06-08 00:41:35 +00:00
zuntum
27a0c2c6c6 Update mtail to 1.0.0
Changelog:

Very little change has been made since 0.9.2,
but since no more bugs have been found,
the program is now labeled 1.0.0.
2001-06-04 12:09:46 +00:00
agc
2e1a93a827 Add and enable xtide 2001-05-31 15:49:03 +00:00
agc
f8584542c7 Initial import of xtide-2.4 into the Packages Collection.
Provided in PR 13044 by Paul Goyette (paul@whooppee.com)

XTide is a package that provides tide and current predictions in a
wide variety of formats.  Graphs, text listings, and calendars can be
generated, or a tide clock can be provided on your desktop.  XTide can
work with X-windows, plain text terminals, or the web.  This is
accomplished with three separate programs:  the interactive interface
(xtide), the non-interactive or command line interface (tide), and the
web interface (xttpd).

The algorithm that XTide uses to predict tides is the one used by the
National Ocean Service in the U.S.  It is significantly more accurate
than the simple tide clocks that can be bought in novelty stores.
However, it takes more to predict tides accurately than just a spiffy
algorithm -- you also need some special data for each and every
location for which you want to predict tides.  XTide reads this data
from harmonics files.  Ultimately, XTide's predictions can only be as
good as the available harmonics data.  Due to issues of data
availability and of compatibility with non-U.S.  tide systems, the
predictions for U.S.  locations tend to be a lot better on average
than those for locations outside of the U.S.
* Deviations of 1 minute from official predictions are typical for U.S.
  locations having the latest data.
* Deviations of 20 minutes are typical for non-U.S. locations or U.S.
  locations that are using obsolete data.
* Much longer deviations indicate a problem.
2001-05-31 15:48:05 +00:00
jlam
f01e4516cd Use buildlink.mk files to get dependency on readline and prevent
unintended linking against installed libraries or finding installed
headers except for those that are explicitly linked into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}.
2001-05-30 05:02:51 +00:00
kei
2f1c6a26fc - install manual pages as well.
- sort PLIST entries.
2001-05-30 03:03:32 +00:00
wiz
ef18eef10d Move inclusion of signal.h before lots of random #define's, one of which
happens to be 'cr' which also appears in /usr/include/powerpc/frame.h,
which gets included via signal.h.
Fixes pkg/13064 by Lars Kellogg-Stedman.
2001-05-29 16:16:29 +00:00
zuntum
a80f91acb1 Drop maintainership 2001-05-26 09:56:10 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
jlam
d1937b7900 Substitute pre-defined ${PERL} value for location of perl binary. 2001-05-23 21:06:01 +00:00
zuntum
e48bc8ecbf Add Size entries to distinfo 2001-05-21 05:43:22 +00:00
jtb
3f13419f7d Add and enable ttyrec. 2001-05-19 18:09:53 +00:00
jtb
a474a84f64 Initial import of ttyrec.
ttyrec is a tty recorder. Recorded data can be played back with the
included ttyplay command. ttyrec is just a derivative of script
command for recording timing information with microsecond accuracy as
well. It can record emacs -nw, vi, lynx, or any programs running on
tty.

Package provided by Masao Uebayashi <uebayasi@soum.co.jp> in private
email as a followup to PR pkg/12978.
2001-05-19 18:08:43 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
jlam
1a3aef9c6f Use devel/readline/Makefile.readline to check for libedit readline
emulation.
2001-05-17 20:17:27 +00:00
wiz
7f5b6810fb USE_PERL -> USE_PERL5. 2001-05-12 16:06:25 +00:00
wiz
c18fc316e3 Use SHA1 checksums, and add sizes. 2001-05-10 15:06:20 +00:00
wiz
9fe6edea73 Use SHA1, and add size. 2001-05-09 20:50:35 +00:00
agc
08509d612a Prefer sunsite and its mirrors to the original MASTER_SITE, but keep it in
as backup.

Move to sha1 digest, and add distfile size.
2001-05-09 15:08:00 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
wiz
c7f0cd60a7 Add and enable p5-Business-UPS. 2001-05-03 17:33:07 +00:00
wiz
33dd3d41ac Initial import of p5-Business-UPS-1.13 supplied by Eric Schnoebelen
in pkg/11835:
Make shipping charge requests of the UPS web site or track UPS
packages from within a Perl5 program.
Please note the UPS terms of use (mentioned in DESCR).
2001-05-03 17:32:00 +00:00
zuntum
7d651a2622 o don't install ${PREFIX}/etc/pdmenurc, ${PREFIX}/share/examples/pdmenu/pdmenurc
is enough. from latest bulk build leftovers.
o rework quoting & tabs
2001-04-28 12:44:57 +00:00
abs
c659553c5d Scripts work better if they are installed executable 2001-04-27 10:06:12 +00:00
tron
5b2bcad773 Update "nxtvepg" package to version 0.5.0. Changes since version 0.4.5:
- The main window is now vertically resizable. The proportions of
  the program listbox and the info text can be adjusted with a
  "panning" button (slider).
- Added a button called "Tune TV" in the main window to
  remote-control xawtv (UNIX only).
- Added network name configuration dialog to synchronize names with
  the .xawtv configuration file and to allow consistant
  network naming across all providers.
- Allow using channel assignments in .xawtv to speed up the EPG
  scan (UNIX only).
- Added "Update filter shortcut" dialog to the filter menu to
  simplify changing existing shortcuts.
- Made handling of filter shortcut dialog fool-proof.
- Added filter settings description to the shortcut configuration
  dialog. Removed the filter combination checkboxes (were disabled
  anyway).
- Added acquisition mode "external" for Composite/S-Video input
  source (or unknown win32 tuner types). Win32: suppressed
  obsolete acq mode "passive".
- Fixed command line option -rcfile for Win32: backslash chars in
  path vanished.
- Restructured software to simplify reuse as library in other
  projects.
This update was contributed by Mario Kemper in PR pkg/12717.
2001-04-23 20:37:31 +00:00
zuntum
8aacf21e8a I don't want my homepage to be listed in MASTER_SITES 2001-04-22 21:52:23 +00:00
jtb
aeef5a4552 Update of p5-Locale-Codes to 1.06.
1.06  2001-03-04 neilb

	Added Locale::Constants, which defines three symbols
	for identifying which codeset is being used:

		LOCALE_CODE_ALPHA_2
		LOCALE_CODE_ALPHA_3
		LOCALE_CODE_NUMERIC

	Updated Locale::Country to support all three code sets
	defined by ISO 3166. This was requested by Keith Wall.
	I haven't added multiple codeset support to the other
	modules yet - I'll wait until someone asks for them.

1.05  Feb 2001

	Added Locale::Currency, contribution from Michael Hennecke.
	Added testsuite for it (t/currency.t) and added testcases
	to t/all.t for the all_* functions.

1.04  Dec 2000

	Fixed very minor typos from 1.03!

1.03  Dec 2000

	Updated Locale::Country:
		- fixed spelling of a few countries
		- added link to a relevant page from CIA world factbook

	Updated Locale::Language:
		- fixed typo in the documentation (ISO 939 should be 639)

1.02  May 2000

	Updated Locale::Country and Locale::Language to reflect changes
	in the relevant ISO standards. These mainly reflect languages
	which are new to the relevant standard, and changes in the
	spelling of some country names.

	Added official URLs for the standards to the SEE ALSO sections
	of the doc for each module.

	Thanks to Jarkko Hietaniemi for pointing me at the pages
	with latest versions of ISO 3166 and 639.

1.00  March 1998

	Added Locale::Country::_alias_code() so that 'uk' can be added
	as the code for "United Kingdom", if you want it.
	This was prompted by Ed Jordan <ed@chronos.net>

	Added a new testsuite for handling this case, and extended the
	existing test-suite to include testing of the case where
	'uk' hasn't been defined as a valid code.
2001-04-21 00:05:05 +00:00
jtb
a7459bddf4 Update to p5-Array-PrintCols-2.1.
This release includes: a new routine, "format_cols", which returns the
formatted result as a string (thanks to Gisle Aas <aas@bergen.sn.no>
for the suggestion); some slight changes to the test routine; some
improvements to the documentation.
2001-04-20 23:56:12 +00:00
jtb
4f3ad1e89b Update of astrolog to 5.40. The changes, far too numerous to list here,
are described in great detail in the file Update.540 installed in
${PREFIX}/share/doc/astrolog/.
2001-04-20 23:27:38 +00:00
jtb
bec49f9237 Update to most-4.9.0.
Changes since 4.8.1
1. Apparantly, the binary flag +b is not valid with POSIX popen.
2. Screen resize code modified so that most works in a SunOS cmdtool.
3. Color support added.  Use `most -C' to disable.
4. Ported to Mingw32 (GNU C)
2001-04-20 22:20:50 +00:00
jtb
ed53068286 Updated proj to version 4.4.3.
Rel. 4.4.3 2001/04/20
-------------------------------------------------------------------------

2001-04-20  Frank Warmerdam  <warmerdam@pobox.com>

	* Don't install test files in /usr/local/share/proj.

	* Made WGS84 the default in proj_def.dat

	* nad/test27,test83: Use -b flag for diff to avoid differences on
	Windows due to CR/LF issues.

	* src/makefile.vc: default to building "all".

	* src/pj_init.c: call pj_open_lib() with mode of "rt" to ensure
	correct handling of def files on DOS based systems.

	* Updated for 4.4.3 release (pj_release.c, Makefile.am, etc).

2001-04-05  Frank Warmerdam  <warmerdam@pobox.com>

	* Introduce proj_api.h as a public include file with projects.h
	now intended to be private.

	* pj_datums.c: added ntv1_can.dat to list for NAD27 datum.

	* nad_init(): added support for loading NTv1 style datum shift files.

	* cs2cs.c: use pj_latlong_from_proj()

	* pj_init.c: added pj_init_plus().

	* pj_utils.c: new with pj_is_latlong(), and pj_latlong_from_proj()
	functions.

	* pj_strerror.c: added error -43.

2001-04-04  Frank Warmerdam  <warmerdam@pobox.com>

	* rewrote 7 param datum shift to match EPSG:9606, now works with
	example.

2001-03-20  Frank Warmerdam  <warmerdam@pobox.com>

	* Added -DPROJ_LIB=\"C:/PROJ/\" in src/makefile.vc to provide for
	a default proj data file search directory.

	* Added HOWTO-RELEASE document in CVS.

2001-03-15  Frank Warmerdam  <warmerdam@pobox.com>

	* src/pj_apply_gridshift.c: fixed bug in pj_load_nadgrids() which
	would sometimes result in the load function failing because of a
	buffer overrun in the grid list string.

2001-03-14  Frank Warmerdam  <warmerdam@pobox.com>

	* added nad/epsg database of translations between EPSG PCS/GCS
	codes and PROJ.4 definitions.

2001-02-24  Frank Warmerdam  <warmerdam@pobox.com>

	* Include +ellps in proj example as per suggestion from Michael
	DeChaine.

2001-02-07  Frank Warmerdam  <warmerdam@pobox.com>

	* Cleaned up various warnings when compiled with -Wall.

2001-02-03  Frank Warmerdam  <warmerdam@pobox.com>

	* Added cs2cs.1 man page, and minor updates to nad2nad.1 and proj.1.

	* Added pj_transform docs to pj_init.3.

2001-01-25  Frank Warmerdam  <warmerdam@pobox.com>

	* Fixed pj_init() check for WGS84 match as per Bart Adriaanse bug rep.

2000-12-15  Frank Warmerdam  <warmerdam@pobox.com>

	* src/makefile.vc: only delete proj.lib if it exists.

2000-12-01  Frank Warmerdam  <warmerdam@pobox.com>

	* Added proj.def to extra_dist in src/Makefile.am.

2000-11-29  Frank Warmerdam  <warmerdam@pobox.com>

	* Changed strtod() to proj_strtod() in strtod.c, and make use
	of it in dmstor() to avoid having stuff like "5d10" interpreted
	as exponential notation on MSVC.

2000-11-18  Frank Warmerdam  <warmerda@cs46980-c>

	* Patch from Craig Bruce to adjlon.c to avoid wrong results,
	and near-hangs when adjusting very large numbers.
	http://bugzilla.remotesensing.org/show_bug.cgi?id=27

Rel. 4.4.2 2000/09/22
-------------------------------------------------------------------------

2000-09-22  Frank Warmerdam  <warmerda@cs46980-c>

	* Fixed src/Makefile.am install-exec-local target, and added
	geocent.h, and emess.h.  Reissued 4.4.2 distribution files.

	* Update version to 4.4.2, in preparation for 4.4.2 release.

	* Ensure makefile.vc is distributed, and mention windows building
	in README.

	* Cast args to freev2() in bch2bps.c, and mk_cheby.c to avoid errors
	on the Cray.

2000-09-21  Frank Warmerdam  <warmerda@cs46980-c>

	* Added "sphere" to pj_ellps.c.

2000-07-06  Frank Warmerdam  <warmerda@cs46980-c>

	* Fixed bug in nad_init() with path for datum shifting files.

	* Implemented cs2cs program for transforming between coordinate systems
	including datum shifts.

	* Implemented proj=latlong pseudo-projection.

	* Implemented pj_transform() to transform from one coordinate system
	to another, including applying geocentric datum shifts, and NAD27
	grid shifts.

	* Implemented 3/7 parameter geocentric datum shift support.

	* Added support for +datum, +towgs84, and +nadgrids parameters
	when defining PJ's (for pj_init()).  Added datum_type, and datum_params
	to PJ structure.

2000-07-04  Frank Warmerdam  <warmerda@cs46980-c>

	* Patched proj.c to handle binary io properly on Windows and DOS.
	Patch submitted by Thomas Knudsen <thk@kms.dk>.

2000-04-26  Frank Warmerdam  <warmerda@cs46980-c>

	* Added #define USE_PROJUV to projects.h to allow apps to
	work properly against old and new version.

2000-04-04  Frank Warmerdam  <warmerda@rommel.atlsci.com>

	* Patch from Craig Bruce (cbruce@cubewerx.com) for PJ_ortho.c
	to make INVERSE() work well for points near zero.

2000-03-29  Frank Warmerdam  <warmerda@cs46980-c>

	* Added hard links for invproj->proj and invgeod->geod in
	src/Makefile.{am,in}.

Rel. 4.4.1 2000/03/27
-------------------------------------------------------------------------

2000-03-27  Frank Warmerdam  <warmerda@cs46980-c>

	* Issued V4.4.1 Release.

	* Re-added install target for NADCON data files when available.

	* At the suggestion of John Evans, I have rolled the nad conversion
	functions into the core library.

	* Updated COPYING file to MIT style license.  Added man_proj.html
	in html directory.

	* Add rules to install nad data files in $(prefix)/share/proj.

2000-03-21  Frank Warmerdam  <warmerda@rommel.atlsci.com>

	* Converted to use libtool.

	* Wrote new configure.in, and use automake to generate makefiles.

	* Renamed UV to projUV to avoid conflicts on windows.

	* Reorganize ChangeLog, and start work on 4.4.
2001-04-20 20:38:16 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
zuntum
e18c696a1e add & enable ktail 2001-04-16 23:20:39 +00:00
zuntum
863f23be73 Initial import of ktail-0.5.1
ktail monitors multiple files and/or command output in one window. Files and
commands may be added and removed via drag'n'drop or menu options.
It depends on KDE2.
2001-04-16 23:19:11 +00:00
kei
5583e92d63 * Updated to latest stable release 1.4.2.
* Added japanese category by request from author.  FreeBSD ports is in there,
  too.
* MASTER_SITE/HOMPAGE has been changed.
2001-04-16 14:41:01 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
tron
83987f6e72 Update "nxtvepg" package to version 0.4.5. Changes since version 0.4.4:
Changes from 0.4.4 to 0.4.5 (Mar. 2001)
- fixed bug in NetBSD daylight saving time handling, due to which programmes
  were shifted by 60 minutes. Thanks to Mario Kemper for the patch.
- fixed bug in Tcl proc LoadRc, due to which rc reload failed.
  Thanks to Dan Lindstroem for the patch (Dan.Lindstroem@t-online.de)
The update was contributed by Mario Kemper in PR pkg/12529.
2001-04-13 16:09:03 +00:00
rh
a572cd6ce1 regen 2001-04-12 18:10:24 +00:00
kei
33ee9d4a8b * Script file were accidentally cut in the middle. Fixed as original PR
pkg/11963.  Pointed out by key@kaynet.or.jp on tech-pkg-ja.
2001-04-11 22:48:48 +00:00
hubertf
22f45e206c Last minute bug fix that didn't make it into the pkg.
Sent in private mail by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
2001-04-11 21:09:33 +00:00
hubertf
e93b098640 Update to 1.03r, per PR 12596. Changelog only available in japanese, sorry. 2001-04-10 07:37:30 +00:00
zuntum
06df2bd465 Update colorize to 0.2.8
colorize (0.2.8) unstable; urgency=low

  * *fixed* the address catch
  * it's really support exim log now
  * some code cleanup
    (free some variable after use, 'userfriendly' comments, etc.)
  * *fixed* script name in examples. After all, you don't must read it
    before use (blah, why? :)

  * s/squid/proxy/ (i love oops, and log format is equivalent)
  * message function rewrite

  * !new! added ipv6 IP support
    (it's only just seek for :: before and after a word character[s])
  * !new! option --convertdate or -C to convert unix timestamp to readable
    format [toma's idea]
  * !new! format: oops.log
  * !new! good word: done, check
  * !new! bad word: offline
  * !new! number catch
  * !new! system words
2001-04-09 14:57:20 +00:00
wiz
bb9e8df122 One MAINTAINER block should be enough. Shorten COMMENT. 2001-04-09 12:00:28 +00:00
wiz
da285d589b Remove trailing empty line. 2001-04-09 12:00:15 +00:00
wiz
18097323ee Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} 2001-04-09 11:45:33 +00:00
rh
1a77aecdc9 Remove explicit check for SunhOS now that PKGLOCALEDIR is set automatically
in bsd.pkg.mk
2001-04-08 06:23:57 +00:00
rh
7bff3a2aad Update gnome-utils to 1.4.0. Changes are bugfixes and locale updates. 2001-04-07 20:52:44 +00:00
rh
99e1d64e84 Update gnome-pim to 1.4.0. Changes include bugfixes and additional
localisations.
2001-04-07 19:23:54 +00:00
tron
2ad2ae9c39 Fix thinko in last commit. 2001-04-07 04:32:40 +00:00
hubertf
04bf8fbc02 Actually, this is version 1.0.1 - it just happens to be part of KDE 2.0.1. 2001-04-06 10:24:01 +00:00
wiz
bec417bc84 Add and enable koffice 2001-04-05 13:15:46 +00:00
wiz
34c36c42a2 replace BUILD_DEPENDS on msgfmt by BUILD_USES_MSGFMT. 2001-04-02 20:05:03 +00:00
wiz
68f557af76 Replace file by f to please pkglint. 2001-04-02 18:46:07 +00:00
zuntum
b0b0296f12 SED substitution in one line instead of three 2001-03-31 11:24:53 +00:00
tron
4193aa450b Correct master site list and homepage URL. 2001-03-30 12:33:33 +00:00
hubertf
08c5093c62 Added koffice-2.0.1: KDE Office Suite with text processor, spreadsheet, ...
KOffice is an integrated office suite for KDE, the K Desktop Environment.
Includes:

 KWord - A frame-based wordprocessor comparable to FrameMaker
 KSpread - A powerful spreadsheet application
 KPresenter - A full-featured presentation program
 Kivio - A Visio-style flowcharting application
 KIllustrator - A vector drawing application
 Krayon - A pixel-based image manipulation program like GIMP or
	  Adobe Photoshop

Based on package from Nick Hudson <skrll@netbsd.org>.
2001-03-30 00:25:19 +00:00
zuntum
6d6c132ae8 Update to 0.2.7:
colorize (0.2.7) unstable; urgency=medium

  * file exists test was in wrong place *fixed* (thanks HoFi for report)
  - ohh, i hate, that i can't release a stable version :(
2001-03-29 13:47:29 +00:00
wennmach
e0d6a10a9f regen 2001-03-28 22:08:16 +00:00
wennmach
8a3b735500 netBSD -> NetBSD in RCS Id 2001-03-28 22:06:05 +00:00
zuntum
fc35d45226 add & enable mtail 2001-03-28 15:43:20 +00:00
zuntum
5538d166f1 Initial import of mtail-0.9.2
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.

It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.
2001-03-28 15:41:04 +00:00
zuntum
5aec0516a5 Remove redundant MAKE_ENV 2001-03-27 15:33:37 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
zuntum
8d586eac95 add & enable colorize 2001-03-26 04:14:22 +00:00
zuntum
7f336785f7 Initial import of colorize-0.2.6
colorize is a log colorize perl script, with some ugly functions:
 * Many known log format (including: daemon [classic log format],
   squid [and oops], apache [access, error], xferlog, exim, and more)
 * Extreme regexp matches (email, url, size, address, version, file etc.)
 * Some usefull matches (user, service, protocol)
 * Theme support (with multiple config files)
 * HTML output support (with valid HTML and CSS code)
2001-03-26 04:11:11 +00:00
fredb
303c7ab974 Add a hook to build with NetBSD native curses. Only works on NetBSD-1.5
and newer.
2001-03-26 00:41:59 +00:00
fredb
114d78ee7d Fix the man page to not reference linux default paths. Bump to nb1. 2001-03-26 00:28:11 +00:00
fredb
66f4e2efdf By popular demand, permit a default info path to be compiled in,
and pass in a default suitable for NetBSD.
2001-03-25 23:47:10 +00:00
zuntum
5e6eb97378 Remove unnecessary MAKE_ENV 2001-03-24 19:37:10 +00:00
fredb
2772a31073 Add and enable "pinfo". 2001-03-23 20:20:32 +00:00