summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
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-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-20Convert to use buildlink.mk file to get ncurses dependency and mark asjlam1-3/+4
USE_BUILDLINK_ONLY.
2001-06-20Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.jlam4-6/+37
Add patches to remove clearing of CFLAGS and LDFLAGS during configure process to preserve passed-in values.
2001-06-20Create the examples directory before trying to install into it.jlam1-2/+2
2001-06-20Convert to use buildlink.mk files for ncurses dependency and mark asjlam8-37/+208
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-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By usingjlam4-48/+43
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and the ncurses lib as libncurses.
2001-06-18Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-15Update nxtvepg to 0.5.2.magick2-5/+5
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-13Update colorize to 0.3.0zuntum2-6/+6
* 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-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam2-4/+4
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam5-10/+8
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam3-10/+7
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-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam2-6/+2
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-09Update to 0.5.1magick5-32/+30
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-08Update gone to version 1.3.2bzuntum2-5/+5
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-08Add license and restrictions.jtb1-1/+6
From the README: Distribution without fee is permitted as long as all copyright notices are included.
2001-06-08Add license and restrictions to astrolog.jtb1-1/+6
2001-06-04Update mtail to 1.0.0zuntum2-5/+5
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-05-31Add and enable xtideagc1-1/+2
2001-05-31Initial import of xtide-2.4 into the Packages Collection.agc9-0/+137
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-30Use buildlink.mk files to get dependency on readline and preventjlam2-6/+13
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- install manual pages as well.kei2-4/+9
- sort PLIST entries.
2001-05-29Move inclusion of signal.h before lots of random #define's, one of whichwiz2-5/+21
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-26Drop maintainershipzuntum1-5/+5
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-5/+5
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-23Substitute pre-defined ${PERL} value for location of perl binary.jlam3-8/+9
2001-05-21Add Size entries to distinfozuntum1-1/+2
2001-05-19Add and enable ttyrec.jtb1-1/+2
2001-05-19Initial import of ttyrec.jtb5-0/+37
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-19Use ${XARGS} instead of invoking xargs directly.jlam2-4/+4
2001-05-17Use devel/readline/Makefile.readline to check for libedit readlinejlam5-46/+19
emulation.
2001-05-12USE_PERL -> USE_PERL5.wiz1-2/+2
2001-05-10Use SHA1 checksums, and add sizes.wiz1-9/+5
2001-05-09Use SHA1, and add size.wiz2-4/+6
2001-05-09Prefer sunsite and its mirrors to the original MASTER_SITE, but keep it inagc2-5/+6
as backup. Move to sha1 digest, and add distfile size.
2001-05-05Mechanical changes of tk DEPENDS:jlam3-6/+6
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-05-03Add and enable p5-Business-UPS.wiz1-1/+2
2001-05-03Initial import of p5-Business-UPS-1.13 supplied by Eric Schnoebelenwiz4-0/+33
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-04-28o don't install ${PREFIX}/etc/pdmenurc, ${PREFIX}/share/examples/pdmenu/pdmenurczuntum3-17/+34
is enough. from latest bulk build leftovers. o rework quoting & tabs
2001-04-27Scripts work better if they are installed executableabs2-6/+8
2001-04-23Update "nxtvepg" package to version 0.5.0. Changes since version 0.4.5:tron3-12/+12
- 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-22I don't want my homepage to be listed in MASTER_SITESzuntum1-3/+2
2001-04-21Update of p5-Locale-Codes to 1.06.jtb2-6/+6
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-20Update to p5-Array-PrintCols-2.1.jtb3-22/+5
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-20Update of astrolog to 5.40. The changes, far too numerous to list here,jtb6-98/+59
are described in great detail in the file Update.540 installed in ${PREFIX}/share/doc/astrolog/.
2001-04-20Update to most-4.9.0.jtb4-12/+27
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-20Updated proj to version 4.4.3.jtb6-254/+39
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-20Move to sha1 digests, and add distfile sizes.agc77-157/+239
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc187-464/+324
+ move the patch digest/checksum values from files/patch-sum to distinfo