Commit graph

123801 commits

Author SHA1 Message Date
wiz
fce0786778 + WordNet. 2008-03-12 09:22:43 +00:00
wiz
c2fbe63012 Initial import of WordNet-3.0:
WordNet is a large lexical database of English, developed under
the direction of George A. Miller. Nouns, verbs, adjectives and
adverbs are grouped into sets of cognitive synonyms (synsets), each
expressing a distinct concept. Synsets are interlinked by means of
conceptual-semantic and lexical relations. The resulting network
of meaningfully related words and concepts can be navigated with
the browser. WordNet is also freely and publicly available for
download. WordNet's structure makes it a useful tool for computational
linguistics and natural language processing.
2008-03-12 09:22:07 +00:00
jlam
cf881d57ed + Improve the documentation in the header of the rubygem.mk file.
+ Add a build dependency on rake, which is used to build a new gem
  file.  Define RAKE to be the path to the installed rake binary.

+ Add "ruby" as a package category by default.

+ Define MASTER_SITES to a default value pointing to the main remote gem
  repository: http://gems.rubyforge.net/gems/.

+ Add a "do-gem-extract" target that extracts the files from the downloaded
  gem and into ${WRKSRC}.  This allows us to patch or otherwise manipulate
  the files that are part of the gem that is to be installed.

+ Add a "do-gem-build" target that builds a new local gem from the
  contents of ${WRKSRC} using the provided Rakefile.  This local gem
  which contains all pkgsrc modifications will be the one installed
  on the system.

+ Modify "do-gem-install" target to install from the new local gem
  created by the "do-gem-build" target.

XXX The do-gem-install target still needs to use the new --buildroot
XXX option to allow DESTDIR-style installations.
2008-03-12 04:06:15 +00:00
jlam
0cee88efff Support user-destdir installation. 2008-03-12 03:21:05 +00:00
jlam
9c48ec7869 In the *-install targets, add ${INSTALL_ENV} to the environment passed
to the installation script.  This causes DESTDIR to be passed through
if a package has DESTDIR support.
2008-03-12 03:18:47 +00:00
tnn
fd23ed0d29 Fix build with MIPSPro. PR pkg/38210. 2008-03-11 22:19:54 +00:00
jlam
dc9c4be108 + We need rubygems>=1.0.1nb1 (which has the OpenSuSE buildroot patch)
for building and installing the gems, but we can use older rubygems
  at run-time.

+ Move GEMFILE definition ahead of EXTRACT_SUFX just as a style issue.
  This looks more like a normal package Makefile layout.

+ Rename GEMS_BASEDIR to GEM_HOME, which is the actual rubygems variable
  name for that directory.

+ Rename some variables to be more in line with other ruby variable
  names:

	GEM_LIB_DIR	=> GEM_LIBDIR
	GEM_DOC_DIR	=> GEM_DOCDIR

+ Set RUBYGEM_PKGPREFIX to ${RUBY_PKGPREFIX}-gem for now.  We know
  that at least we don't want ruby packages to prefix with "rubygems".

+ Just use EVAL_PREFIX instead of directly using find-prefix.mk.
2008-03-11 22:11:32 +00:00
tnn
cbe04e0869 Try to fix build failure with X11_TYPE=native and any of the X toolkit
options enabled.
2008-03-11 22:05:39 +00:00
seb
99b1bb5956 As discussed on tech-pkg@ add a Makefile fragment intended to help
packaging RubyGems.
Its functionality is somewhat limited for now but will be without
doubt improved and refactored in the very near future.
2008-03-11 20:12:17 +00:00
joerg
f5e16b05b4 Depend on SmartEiffel. 2008-03-11 20:10:19 +00:00
joerg
b3bb6adaf9 It's *smart*, not small. 2008-03-11 20:09:02 +00:00
tnn
882d3eb4fe Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
2008-03-11 18:47:40 +00:00
joerg
35b1981bfd Follow smalleiffel -> SmallEiffel move. Bump revision. 2008-03-11 18:42:34 +00:00
kleink
4f46c25ca8 Note update of textproc/p5-XML-Atom-Stream package to 0.11. 2008-03-11 18:41:31 +00:00
joerg
9759cda035 + libarena 2008-03-11 18:40:58 +00:00
joerg
f1a241d146 It is user-destdir, not user-destir. 2008-03-11 18:40:18 +00:00
kleink
0b292150ff Update p5-XML-Atom-Stream to 0.11; changes since 0.10 include:
0.11  Wed Jan  9 11:01:56 PST 2008
        - Fixed a bug where xml:lang is transformed into unknown:lang.
          (Thanks to David Recordon)
2008-03-11 18:40:04 +00:00
joerg
f0c7d032fa PKG_BUILD_OPTIONS.apr is used, so make sure it is present when
this file is included again.
2008-03-11 18:32:28 +00:00
joerg
2274b33c19 pkg_install-20080311:
If the package db directory doesn't exist, handle it like an empty
pkgdb and just return.
2008-03-11 18:01:35 +00:00
tnn
5d38e8a96a PR pkg/38224: Another case of me doing a bad LOWER_OPSYS to
MACHINE_PLATFORM conversion.
Will revist all of these to make sure they were correct.
2008-03-11 17:56:16 +00:00
tnn
a8cb923909 Revert previous, /bin/ksh appears to be even worse than /bin/sh.
(Need to consider installing a sane shell as part of bootstrap.)
2008-03-11 17:50:14 +00:00
joerg
a783161f5f Explicitly "" around $1, so that e.g. csh-like expansion of {} doesn't
happen.
2008-03-11 17:44:03 +00:00
joerg
392bc32bec Skip man page handling. 2008-03-11 17:20:05 +00:00
tnn
bbfcaa728b Add the shared library search path in addition to the run path for -lpcre. 2008-03-11 17:17:10 +00:00
tnn
672f077f7a Use /bin/ksh instead of /bin/sh on HPUX.
/bin/sh, the "POSIX.2 compliant" shell, is FUBAR:
$ echo {a,b}
a b
2008-03-11 17:01:07 +00:00
taca
39ef3df6a1 Remove textproc/ruby18-libxml. It is now in textproc/ruby-libxml. 2008-03-11 16:43:12 +00:00
taca
e4bd0eb742 Rename ruby18-libxml to ruby-libxml. 2008-03-11 16:42:08 +00:00
taca
6377ba6cac Reimport ruby-libxml package as correct path. 2008-03-11 16:41:23 +00:00
dillo
d8c327fddc Fill in, noted by Robert Elz in PR/37953. 2008-03-11 16:32:15 +00:00
jlam
3cc6d98318 + Include termcap.buildlink3.mk because this packages uses termcap.
+ Support user-destdir installation.

Bump the PKGREVISION to 1.
2008-03-11 16:22:32 +00:00
kleink
6582a27da1 Note update of textproc/p5-Text-vCard package to 2.01. 2008-03-11 16:20:35 +00:00
kleink
91bae6da75 Update p5-Text-vCard to 2.01; changes since 2.00 include:
2.01 Sun Sep 2 2007
	- Stop empty TYPE= being set on export when not needed
	thanks to Vadim for the suggestion
2008-03-11 16:19:06 +00:00
kleink
259139be9f - p5-Time-TAI64-2.11 2008-03-11 16:11:02 +00:00
kleink
1c482e02b6 Note update of time/p5-Time-TAI64 package to 2.11. 2008-03-11 16:10:20 +00:00
taca
9f5febf382 Note math/ruby-gsl was Removed, please use math/ruby-rb-gsl instead. 2008-03-11 16:08:24 +00:00
kleink
8bdea192fb Update p5-Time-TAI64 to 2.11; changes since 2.10 include:
2.11  Fri Apr 28 2006
    - Fixed a small bug in tai64nlocal where the character
	  that separates seconds and the fractional seconds
	  was omitted. Thanks, to Colin Robinson for the spot.
2008-03-11 16:08:16 +00:00
taca
728cc8518b Remove math/ruby-gsl since it successor exists as math/ruby-rb-gsl. 2008-03-11 16:07:16 +00:00
taca
6d0225e956 Remove ruby-gsl. 2008-03-11 16:06:32 +00:00
taca
35171eb0fe Note update of graphics/rabbit package to 0.5.5nb1. 2008-03-11 15:56:59 +00:00
taca
9cd6e832a2 Instead of installing some duplicated files with ruby-rttool pacakge,
depends on ruby-rttool pacakge.

Bump PKGREVISION.
2008-03-11 15:56:10 +00:00
taca
aa65cfcd2a Note update of security/sudo package to 1.6.9p14. 2008-03-11 15:53:40 +00:00
taca
1b21c85160 Update sudo package to 1.6.9p14.
pkgsrc changes:

- Explict to depends security/heimdal package when kerberos option is
  specified.  PR pkg/37999 should be fixed.

Change:

646) Sudo will now set the nproc resource limit to unlimited on Linux
     systems to work around Linux's setuid() resource limit semantics.
     On PAM systems the resource limits will be reset by pam_limits.so
     before the command is executed.

647) SELinux support that can be used to implement role based access
     control (RBAC).  A role and (optional) type may be specified
     in sudoers or on the command line.  These are then used in the
     security context that the command is run as.

648) Fixed a Kerberos 5 compilation problem with MIT Kerberos.

Sudo 1.6.9p13 released.

649) Fixed an invalid assumption in the PAM conversation function
     introduced in version 1.6.9p9.  The conversation function may
     be called for non-password reading purposes as well.

650) Fixed freeing an uninitialized pointer in -l mode, introduced in
     version 1.6.9p13.

651) Check /etc/sudoers after LDAP even if the user was found in LDAP.
     This allows Defaults options in /etc/sudoers to take effect.

652) Add missing checks for enforcing mode in SELinux RBAC mode.

Sudo 1.6.9p14 released.
2008-03-11 15:52:51 +00:00
taca
a62b3f1ffc Note update of www/squid package to 2.6.18nb2. 2008-03-11 15:47:27 +00:00
joerg
7424964de5 Fix dynamic linkage (again). Fix a segmentation fault when the config
file can't be opened for write. Fix guile option.

Bump revision.
2008-03-11 15:46:57 +00:00
taca
6e9c1153f6 Improve startup script:
- Revive support for system without NetBSD style rc/rc.d.
- Always pass command_args and squid_flags to squid command.

This should fix the PR pkg/38036 by Wolfgang Stukenbrock.

Bump PKGREVISION.
2008-03-11 15:46:41 +00:00
jlam
be38a2caa6 Improve the detection of the library that contains the built-in termcap.
Instead of just looking at the libraries, we check for the headers as
well, and if multiple implementations exist (usually because of symlinks
to shared libraries), then we order the search as:

	tinfo, curses, termcap, termlib, c
2008-03-11 15:39:16 +00:00
joerg
dfefac40a2 P: Compilation fails due to redefinition of uint32_t and friends.
A: Why don't you just use inttypes.h?
2008-03-11 14:36:13 +00:00
wiz
6a40072aea + aegis-4.24, alacarte-0.11.5, anjuta-2.4.0, aspell-norwegian-2.0.10,
botan-1.6.4, cairomm-1.4.8, dejavu-ttf-2.24, deskbar-applet-2.22.0,
  evince-2.22.0, evolution-data-server-2.22.0, gdm-2.20.4,
  glib2-2.16.1, glibmm-2.16.0, gnome-control-center-2.22.0,
  gnome-games-2.22.0, gsasl-0.2.25, gtkhtml-3.18.0, libxklavier-3.5,
  lighttpd-1.4.19, mpg123-1.3.1, munin-1.3.4, neon-0.28.1,
  p5-Spreadsheet-WriteExcel-2.21, p5-glib2-1.180, p5-gtk2-1.180,
  pango-1.20.0, poedit-1.4, sox-14.0.1, tea-17.6.0, wesnoth-1.4.0.
2008-03-11 13:31:32 +00:00
tron
9dbe14055f Fix build under Mac OS X PPC. 2008-03-11 13:20:29 +00:00
obache
6a6d8bb2e2 Change hack of MACHINE_GNU_PLATFORM for Solaris to catch up framework's change?
Fixes PR 38195.
2008-03-11 11:57:46 +00:00