Commit graph

6359 commits

Author SHA1 Message Date
epg
61d636bb26 Use ${DISTNAME:S/SVK/svk/} for PKGNAME, as :tl modifier is not
commonly available yet.
2004-11-09 00:56:47 +00:00
snj
83c4a6e4da It's "its". 2004-11-09 00:08:01 +00:00
tv
3baf89af7d Fix obvious regex typo in conditional.
(This should be PKG_OPTIONS-ized, but needs to be done at the same time as
www/apache2.)
2004-11-08 20:37:45 +00:00
adrianp
dfa5295ccf - Fix missing BUILD_DEF rename from initial import 2004-11-08 19:11:18 +00:00
adrianp
b75fb78ef2 - Note addition of mantis 0.19.1 2004-11-08 19:08:13 +00:00
adrianp
5d487fbe78 Mantis is a web-based bugtracking system. It is written in the PHP scripting
language and requires the MySQL database and a webserver. Mantis has been
installed on Windows, MacOS, OS/2, and a variety of Unix operating systems.
Almost any web browser should be able to function as a client. It is released
under the terms of the GNU General Public License (GPL).

Mantis is free to use and modify. It is free to redistribute as long as you
abide by the distribution terms of the GPL.
2004-11-08 19:05:33 +00:00
wiz
65be0f157b Fix PLIST in case USE_ESOUND is YES, which it is by default.
Bump PKGREVISION.
2004-11-08 15:18:39 +00:00
wiz
7f9bb8a037 Add ka locale file (leftover in bulk build). 2004-11-08 15:08:10 +00:00
wiz
6cb8c0e044 Add mipseb and mipsel to supported platforms;
from Georg Schwarz in PR 28059.
2004-11-08 14:05:21 +00:00
cube
bd71a2c926 Correct the completely bogus PostgreSQL dependency line. What was I
thinking?

Pointed out by seb@.
2004-11-08 13:33:30 +00:00
shannonjr
00ea2e24a8 Updated to 1.0.5 to correct problem pointed out by Mark Davies:
"Your tests in configure to decide if you need each of the functions are
testing a different variable name from the one that gets set so you always
create an rfuncs.h that has all three definitions even if you dont need them,
which leads to problems on systems that provide some but not all of them
natively." Correction by Mark Davies.
2004-11-08 11:10:00 +00:00
adam
366c91095d Corrected SUBDIR== to SUBDIR+= 2004-11-08 11:09:36 +00:00
epg
0b48682a6c Derive PKGNAME from DISTNAME. 2004-11-07 23:56:59 +00:00
shannonjr
3750c4d04e Re: pkg/27884: Use of librfuncs breaks gpgme
Updated to 1.0.4 to fix a bug in getenv_r() where ENOENT was not returned if
the string name was not found in the environment.
2004-11-07 10:44:13 +00:00
epg
1efdba860f Update to 0.49.
[Changes for 0.49 - Oct 17, 2004]

* Copy-following-delete was not marked as is_copy properly. [Autrijus]

* Win32API::GUID support on win32. [Autrijus]

* Florian Weimer reported that repeated sync of an empty mirror
  source will result in redundant local revisions.  Fix it by
  always "touching" the add_directory() call, regardless of
  whether anything was actually updated locally. [Autrijus]

[Changes for 0.48 - Oct 4, 2004]

* New: relocate. [Autrijus]

* Use fsfs as SVNFSTYPE when using svn 1.1.

* Fix delete and upgrade on win32. [Autrijus]

* Support arch vcp source driver.

* Fix find_local_rev cache that assumes uses the same cache for
  different target repositories.

* Fix an incorret pool used in _new_auth with wrong life time.
2004-11-06 23:01:06 +00:00
epg
59fc54fd51 Update to 0.25.
No longer need shared-mime-info, p5-Text-Diff, or p5-File-MimeInfo.
New dependencies p5-File-Type and p5-PerlIO-eol.

Upstream change log:

[Changes for 0.25 - 25 Oct, 2004]

* Fix the mkdir sequence which causes first-time svk users fatal error.
  [Autrijus]

[Changes for 0.24 - 24 Oct, 2004]

* Fix svk ps regression for svn 1.0.x.

* Fallback to getpwuid($<) in case $ENV{HOME} or $ENV{USER} is not
  set, as is the case in Fink.  Reported by Christian Schaffner.
  [Autrijus]

* Fix "svk pull -a" when the current directory is not a
  checkout path. [Autrijus]

* Fix checkout_delta cache on win32. [Autrijus]

* Fix svk move copath destination with trailing slash.

* Make svk move checks if the target already exists before doing
  anything that might leave the checkout in an inconsistent state.

* "svk cp //depotpath" should be parsed as "svk cp //depotpath .",
  not "svk cp . //depotpath".  Reported by Jesse Vincent. [Autrijus]

* New: svk admin rmcache.

* The old commit message prompt is now split into two:
 - Those with editable target list now shows:
   "=== Targets to commit (you may delete items from it) ==="
 - Those without editable targets now shows:
   "=== Please enter your commit message above this line ==="
 [Autrijus]

* If SVN::Core version is too old, die with a meaningful message.
  [Autrijus]

[Changes for 0.23 - 18 Oct, 2004]

* New: commit / smerge -P creats patch, and obsoletes unintuitive svk
  patch create.

* New: svk merge now supports -cN which means -r N-1:N.

* New: svk mirror --recover. [Autrijus]

* New: svk mkdir -p and svk copy -p to create intermediate directories.

* New: svk pull DEPOTPATH. [Jesse Vincent]

* Proper svn:eol-style support with the same semantics as svn. [Autrijus]

* Proper upper/lower case normalization for Win32 filesystems. [Autrijus]

* The SVK Help system, as SVK/Help/[lang/]/*.pod. [Autrijus]

* The log produced by smerge -l no longer contains the duplicated logs
  that were merged from the current target.

* smerge -I and repeated smerge now works on checkout.

* commit --import or import now treats obstructed items as replaced.

* Don't skip explicit targets on svk add.

* Correctly obtain the user name on non-unix platforms. [Autrijus]

* Fix pool abuse in history tracing code. [Autrijus]

* Fix smerge -IB.

* svk patch delete now works.

* svk delete now works within mirrored paths.

* svk annotate now works on files with CR/CRLF line endings. [Autrijus]

[Changes for 0.22 - 4 Oct, 2004]

* Interactive merge support is now default. [Autrijus]

* svk patch apply.

* Modular external merge tool support, with the following supported:
  AraxisMerge, Emacs, FileMerge, GtkDiff, Guiffy, KDiff3, Meld,
  P4WinMerge, TkDiff, TortoiseMerge, XXDiff. [Autrijus]

* Patch format changed, it's now unidiff with FreezeThaw-serialized
  SVK::Patch. [Autrijus]

* merge and smerge now supports -f and -t options to deduce copy
  source as target. [Eric Lindvall]

* Experimental depotpath auto-vivification from URL. [Autrijus]
  This allows you to svk checkout URL and svk cp URL local-branch.

* Experimental svk push and pull support.

* sync and update now supports -s and -m to sync and/or merge from
  branch source. [Autrijus]

* revert now also marks nodes as resolved.

* mirror, checkout and switch now all support --list, --detach and
  --relocate. [Autrijus]

* New aliases: cm => cmerge, depot => depotmap, sw => switch.

* Implement "svk depot --add", "svk depot --delete". [Autrijus]

* prop{get,set,edit,del} on revprops. [Autrijus]

* Fix smerge -l that trims logs before another smerge in the other
  direction.

* Use svn's internal streamy diff library instead of
  Text::Diff. [Autrijus]

* svk import --to-checkout can import a directory and turn it to a
  checkout path in-place . [Autrijus]

* -s (--sign) is renamed to -S.

* rename import --force to --from-checkout.

* $Revision$ now means $Rev$, not $FileRev$, to agree with Subversion.

* "svk mirror --list" and "svk sync --all" now operates on all depots,
  if no arguments is given, instead of on //. [Autrijus]

* svk admin to wrap svnadmin. [Autrijus]

* svk cleanup --all. [Autrijus]

* "svk diff PATH1 PATH2 PATH3 ..." works as svn does. [Autrijus]

* We now use the self-contained File::Type instead of
  File::MimeInfo. [Autrijus]
2004-11-06 21:52:56 +00:00
epg
c49c6249fa Import PerlIO-eol-0.13.
PerlIO::eol is a PerlIO layer for normalizing line endings.
2004-11-06 21:49:35 +00:00
epg
d4d7902d9e Import p5-File-Type-0.22.
File::Type uses magic numbers (typically at the start of a file)
to determine the MIME type of that file.  File::Type can use either
a filename, or file contents, to determine the type of a file.
2004-11-06 21:25:00 +00:00
he
06f46fdf6b Add SUBDIR entries for
p5-Lingua-EN-Inflect
	p5-UNIVERSAL-moniker
	p5-Class-DBI
2004-11-06 20:21:53 +00:00
he
0bd5885d8d Import p5-UNIVERSAL-moniker version 0.08.
Class names in Perl often don't sound great when spoken, or look good
when written in prose. For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
would be nice if our classes knew what we would prefer to call them.

This module will add a "moniker" (and "plural_moniker") method to
"UNIVERSAL", and so to every class or module.
2004-11-06 19:00:45 +00:00
he
18602f3133 Import p5-Lingua-EN-Inflect version 1.88.
The exportable subroutines of Lingua::EN::Inflect provide plural
inflections and "a"/"an" selection for English words.

Plural forms of all nouns, most verbs, and some adjectives are
provided. Where appropriate, "classical" variants (for example:
"brother" -> "brethren", "dogma" -> "dogmata", etc.) are also
provided.
2004-11-06 18:55:04 +00:00
kristerw
f0216e8478 Add a missing header and correct a type, to make this build on NetBSD 1.6. 2004-11-06 18:08:48 +00:00
sketch
4ae1331b42 Change __inline__ GNUism to standard inline, mirroring similar changes the
bonobo developers have made elsewhere in the tree.

This package now builds on Solaris/sunpro.
2004-11-06 16:49:34 +00:00
he
71903e94c2 Add SUBDIR entries for
databases/p5-DBIx-ContextualFetch
	databases/p5-Ima-DBI
	devel/p5-Class-WhiteHole
	www/p5-Apache-AuthCookie
	www/p5-Apache-Session-Wrapper
	www/p5-MasonX-Request-WithApacheSession
2004-11-06 01:37:07 +00:00
he
056a75665d Import p5-Class-WhiteHole version 0.03.
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own.  This can lead to confusing error messages
when method lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that
case, inherit from Class::WhiteHole.  All unhandled methods will
produce normal Perl error messages.
2004-11-06 01:24:43 +00:00
tv
e60de6738a Add bl3 file. 2004-11-05 18:26:19 +00:00
tv
2f2602b193 +libextractor 2004-11-05 18:23:01 +00:00
tv
60ea8bda6d libextractor-0.3.10, a metadata generator for arbitrary files:
libextractor is a simple library for keyword extraction.  libextractor
does not support all formats but supports a simple plugging mechanism
such that you can quickly add extractors for additional formats, even
without recompiling libextractor. libextractor typically ships with a
dozen helper-libraries that can be used to obtain keywords from common
file-types.
2004-11-05 18:22:29 +00:00
tv
60b4f52ab5 Add do-nothing "clean" target to fake libltdl Makefile. 2004-11-05 17:31:28 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
shannonjr
44086f7e49 pkg/28001: devel/librfuncs dies on configure
Update to revision 1.0.3 to correct mistake where config subdirectory
contained symbolic links:
  config.guess -> /usr/pkgsrc/mk/gnu-config/config.guess
  config.sub -> /usr/pkgsrc/mk/gnu-config/config.sub
that were a consequence of the tarball being created after a build
inm pkgsrc (files were replaced with symbolic links).
2004-11-05 15:04:14 +00:00
adam
904c8ec2ce Changes 1.10.1:
* Runtime discovery of the library version is possible.
* NSXMLParser class added. Not completely implemented.
* NSArrays makeObjectsPerformSelector iterates in same order as
  MacOSX.
* Designated initializers for NSArray, NSDictionary, NSSet, and
  NSString have been changed for MacOSX compatibility.
2004-11-05 14:25:19 +00:00
shannonjr
6c162c35c1 Update to version 1.0.2. This version uses the mutexes from either
pthread or pth according to what pthread.buildlink3.mk and the
autotools identify. If neither pthread nor pth is found no thread
locking is performed.
2004-11-04 20:24:50 +00:00
adam
aad4ecc12f Changes 1.2.2:
* Eliminate a potential security vulnerability when decoding invalid compressed data
* Fix bug when decompressing dynamic blocks with no distance codes
* Do not return error when using gzread() on an empty file
2004-11-04 14:17:55 +00:00
adam
620dab357e Changes 2.4.5:
* Added MSVC++ project files, which might work.
  (Timothy Shead)
* Build fix for cygwin. (Roger Leigh)
* dispatcher example: Fixed race condition on windows platform.
  (Cedric Gustin)
* gmmproc: Generate property code that uses the canonical property names,
  to fix property change notification in some cases.
  (Murray Cumming)

Changes 2.4.4:
* Signals: Avoid crashes when disconnecting a signal when handling that signal.
  (Murray Cumming, Martin Schulze)
2004-11-04 12:03:01 +00:00
adam
39393305f6 MKDIR changed to INSTALL_DATA_DIR 2004-11-04 10:35:56 +00:00
adam
2a2c6475e2 Changes 2.0.6:
* Fixed a memory leak in sigc::slot.
* Fixed compilation for gcc-3.4.
* Fixed compilation for Intel C++ compiler (upgraded libtool).
* Fixed project files for MSVC .Net (Timothy M. Shead).
* Fixed segfaults when compiled with MSVC .Net 2003 (moved
  all calls to new and delete into non-inline library code).
* In the compatibility module use correct bound_mem_functor
  variants for const (volatile) methods when creating a slot.
* Minor documentation fix.

Changes 2.0.5:
* Distribute pregenerated configuration header for MSVC .Net.

Changes 2.0.4:
* Fixed warnings and compiler errors in the test cases.
* Added a new test case (Murray Cumming).
* Fixed 'hello_world' example.
* Don't test optional features that fail with the Sun FORTE.
* Fixes for the Sun FORTE to compile out-of-the-box
  (Damien Carbery, Murray Cumming, Martin Schulze).
* Fixes for MSVC to build a DLL out-of-the-box (James Lin).
* Improved compiler specific configuration during 'configure'.
* Added rpm description file libsigc++-2.0.spec (Eric Bourque).
* Minor documentation improvements (Murray Cumming).
2004-11-04 10:32:25 +00:00
tv
a68a85ed71 Also override libltdl.la (the non-convenience version). 2004-11-04 04:27:35 +00:00
cube
7ac5048134 Enable and note addition of RTFM, version 2.0.4. 2004-11-03 23:49:21 +00:00
cube
ef89ace893 Initial import of RTFM, version 2.0.4, into the NetBSD Packages Collection.
RTFM is an enterprise-grade knowledge management tool that enables an
organization to easily capture and share its employees' knowledge and wisdom.

Just as you use RT (the world's leading open-source ticketing system) to log
tickets and resolve issues, RTFM lets you open, categorize and search for
"articles."  Like RT, RTFM lets your users contribute additional information to
existing articles and makes sure that each article's full history is preserved
for future inspection.  RTFM makes it easy to quickly search the knowledge base
and find critical information.

Key Features:

    * RTFM is built on RT, the leading open-source ticketing system.
    * RTFM uses RT's authentication and authorization systems.
    * RTFM integrates seamlessly with RT.  Companies who are already using RT
      will find it even easier to get RTFM up and running.
2004-11-03 23:46:29 +00:00
cube
82ab7b1525 Clarify (hopefully) the command to run in order to setup the database. 2004-11-03 23:34:05 +00:00
adrianp
20125e7d12 - Remove outdated patch 2004-11-03 21:46:25 +00:00
adrianp
057390835f - Updated Date-Calc to 5.4
+  Added compiler directives for C++.
 +  Removed "Carp::Clan" from the distribution (available separately).
 +  Fixed bug in initialization of "Date::Calendar::Year" objects.
 +  Added method "tags()" to "Date::Calendar" and "Date::Calendar::Year".
 +  Fixed the formula for "Labor Day" in the U.S. to "1/Mon/Sep".
 +  Added a new recipe to the "Date::Calc" documentation.
 +  Added Romanian to the list of languages supported by "Date::Calc".
 +  Changed the example script "calendar.cgi" to highlight the name
    which led to a given date being a holiday.
 +  Fixed the Polish entries in "Date::Calc".
 +  Added a few commemorative days to the Norwegian calendar profile.
 +  Added "use bytes" to all Perl files to avoid problems on systems
    not using the standard locale "C".
 +  Fixed test 5 of t/m005.t to (hopefully) work under other locales.
2004-11-03 21:35:57 +00:00
adrianp
8ee299e6c9 - Updated Bit-Vector to 6.4
+  Added compiler directives for C++.
 +  Improved the method "Norm()".
 +  Removed "Carp::Clan" from the distribution (available separately).
 +  Added "Bit::Vector::String" for generic string import/export functions.
 +  Added a new test file "t/40__auxiliary.t" for "Bit::Vector::String".
 +  Fixed a bug in method "Copy()" concerning sign (MSB) extension.
2004-11-03 21:33:50 +00:00
adrianp
b57c409e58 Note addition of p5-PatchReader-0.9.5 2004-11-03 20:42:57 +00:00
adrianp
c642ee3db5 PatchReader is a set of utilities for reading in, transforming, and doing
various other things with a patch.  It basically allows you to create a chain of
readers that can read a patch, remove files from a patch, add CVS context, fix
up the patch root according to CVS, and output the patch as raw unified or
through a template processor (used in some places to output a patch as HTML).
2004-11-03 20:40:43 +00:00
abs
ad9750ac47 Update cpuflags to 0.77
Correctly identify 7400 and 7450 cpus (from Timo Schöler), and fall back
    to 750 not 740 for older gcc versions.
2004-11-03 18:16:27 +00:00
grant
8d9a608ced this needs libnsl and libsocket on Solaris. 2004-11-03 11:30:15 +00:00
kristerw
c66d55f8c7 Use INTERACTIVE_STAGE=fetch so that the bulk build realize that it
is not an error that it cannot find the distfile.
2004-11-02 23:22:50 +00:00
wiz
953fb765f3 Update to 1.2.1:
* Bugfixes in the bidirectional Dijkstra
    * Fixes for the latest Visual Studio .NET
2004-11-02 20:55:29 +00:00