Commit graph

113687 commits

Author SHA1 Message Date
obache
54c56c11bc Add ruby-gnome2-rsvg. 2007-05-26 06:35:28 +00:00
obache
c586286f90 Add ruby-gnome2-gnomeprint. 2007-05-26 06:31:52 +00:00
obache
f8b94472b9 Add ruby-gettext. 2007-05-26 06:28:55 +00:00
obache
becab1c8f0 Import ruby-gnome2-rsvg version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/RSVG is a Ruby binding of librsvg.
2007-05-26 06:27:28 +00:00
obache
3133875fb3 Import ruby-gnome2-gnomeprint version 0.16.0.
Ruby-GNOME 2 is a set of Ruby language bindings for the various
application development libraries included with the GNOME/GTK+
environment.

Ruby/GnomePrint is a Ruby binding of libgnomeprint.
2007-05-26 06:24:28 +00:00
obache
3b12e633e2 Import ruby-gettext version 1.9.0.
Ruby-GetText-Package is a localization(L10n) library and tools which modeled
after GNU gettext package.

It converts the messages to localized messages properly using client-side locale
information.
2007-05-26 06:21:30 +00:00
obache
22a6337ce1 Add ring servers to MASTER_SITE_TEX_CTAN. 2007-05-26 04:07:11 +00:00
minskim
2640a40dba Add ruby-mechanize. 2007-05-26 01:48:22 +00:00
minskim
2d04327e01 Import ruby-mechanize.
The Mechanize library is used for automating interaction with
websites.  Mechanize automatically stores and sends cookies, follows
redirects, can follow links, and submit forms.  Form fields can be
populated and submitted.  Mechanize also keeps track of the sites that
you have visited as a history.
2007-05-26 01:46:51 +00:00
minskim
0ba7c1db2b Add ruby-hpricot. 2007-05-26 01:39:04 +00:00
minskim
692d53ca19 Import ruby-hpricot.
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree
and John Resig's JQuery, but with the scanner recoded in C (using
Ragel for scanning).
2007-05-26 01:34:44 +00:00
minskim
6ab70e94f1 Add xhtmldiff. 2007-05-26 00:59:50 +00:00
minskim
62ef46424b Import xhtmldiff.
xhtmldiff is a tool for generating valid XHTML redline documents from
valid XHTML documents.
2007-05-26 00:56:50 +00:00
rh
f7ed546012 Note PKGREVISION bump of GNUMail 2007-05-25 23:58:20 +00:00
rh
1b19d7033d Make this compile on Solaris by using -Wl,-L instead of -L as pointed out
by kwennoir at hotbox dot ru.
Bump PKGREVISION.
2007-05-25 23:56:55 +00:00
minskim
43d363f718 Add ragel. 2007-05-25 23:40:11 +00:00
rh
c06bcb1347 Note PKGREVISION bump of Pantomime 2007-05-25 23:38:36 +00:00
minskim
dbb34c78c8 Import ragel.
Ragel compiles finite state machines from regular languages into
executable C, C++, Objective-C, D, Java, or Ruby code.  Ragel state
machines can not only recognize byte sequences as regular expression
machines do, but can also execute code at arbitrary points in the
recognition of a regular language.  Code embedding is done using
inline operators that do not disrupt the regular language syntax.
2007-05-25 23:37:45 +00:00
rh
824fc5693c Make this compile on Solaris by using -Wl,-L instead of -L as pointed out
by kwennoir at hotbox dot ru.
Bump PKGREVISION.
2007-05-25 23:37:10 +00:00
joerg
a17c5dcdee Remove stray done. 2007-05-25 23:24:35 +00:00
joerg
9bd58ae4e6 PKG_BUILD_OPTIONS.gtk2+ -> gtk2 2007-05-25 23:08:57 +00:00
joerg
6a21c32dae Follow rename of PKG_BUILD_OPTION for gtk2. 2007-05-25 22:57:34 +00:00
joerg
e0c0989b2e It's clearly not my day. Remove the really last instance. 2007-05-25 21:53:00 +00:00
joerg
97358be800 Also rename the one forgotten variable to use gtk2, not gtk2+ as suffix. 2007-05-25 21:51:13 +00:00
agc
849811f665 Note addition of htop-0.6.5.
Please note that this utility uses a Linux-based /proc to retrieve data
from the kernel. Because of this, it will only work under NetBSD with
a /proc mounted with the '-o linux' option, with the latest fixes (from
25th May 2007, around 19:00 UTC).
2007-05-25 19:35:00 +00:00
agc
ea93717116 Add and enable htop. 2007-05-25 19:31:26 +00:00
agc
55bb2351bc Initial import of htop-0.6.5 into the Packages Collection.
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form, like pstree.

	This is htop, an interactive process viewer.

	Comparison between 'htop' and 'top'
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	 * In 'htop' you can scroll the list vertically and horizontally
	   to see all processes and full command lines.
	 * In 'top' you are subject to a delay for each unassigned
	   key you press (especially annoying when multi-key escape
	   sequences are triggered by accident).
	 * 'htop' starts faster ('top' seems to collect data for a while
	   before displaying anything).
	 * In 'htop' you don't need to type the process number to
	   kill a process, in 'top' you do.
	 * In 'htop' you don't need to type the process number or
	   the priority value to renice a process, in 'top' you do.
	 * In 'htop' you can kill multiple processes at once.
	 * 'top' is older, hence, more tested.
2007-05-25 19:30:21 +00:00
joerg
f16755ea90 Partly backout the commit and move install-dependencies back into
depends.mk. The quoting of arrays passed down is almost impossible
to get right. For example, PKG_BUILD_OPTION.* variables can contain
multiple space separated entries but have to be quoted twice.

The original commit exposed two separate issues:
- too many variables are passed down via MAKEFLAGS, including the above
mentioned PKG_BUILD_OPTIONs.
- x11/gtk2 used an invalid variable name that can't be assigned
correctly via make command line.

This is supposed to fix PR 36387.
2007-05-25 19:07:23 +00:00
reinoud
4944034b3d Fix unlocking unlocked mutex error found in libGL. 2007-05-25 18:57:27 +00:00
reinoud
438c2b63cd Fix unlocking unlocked mutex error that would get generated when GL was
initialised on a non GL display. Somehow an extra UnlockDisplay(dpy) was put
in.

This patch could also be of use in the modular xorg libs GL libs.
2007-05-25 18:52:48 +00:00
heinz
06ac4ac683 Added support for installation to DESTDIR. 2007-05-25 18:22:45 +00:00
joerg
4114080503 Remove old spelling of PKG_OPTION.gtk2+, it is after 2007Q1.
Fix spelling of the PKG_BUILD_OPTION.gtk2+ variable for the same
reason.
2007-05-25 18:02:45 +00:00
joerg
31f7ba18c8 Add xauth as tool. 2007-05-25 15:12:52 +00:00
rillig
72a55e9e86 When testing whether the patches/ directory exists or not, take into
account that CVS usually leaves empty directories around. This fixes the
bootstrapping after a "cvs update" without the -P option. The error
message leading to it was:

===> running: (cd /home/p/src/devel/bmake && /home/p/pkg/bin/bmake -s
	-DPKG_PRESERVE MAKECONF=/home/p/work/mk.conf.example
	WRKOBJDIR=/home/p/work/pkgsrc bootstrap-register)
ERROR: [resolve-dependencies] A package matching ``digest>=20010302'' should
ERROR:     be installed, but one cannot be found.  Perhaps there is a
ERROR:     stale work directory for ../../pkgtools/digest?
2007-05-25 14:21:32 +00:00
jmmv
95556b766a Note addition of tex-xkeyval and tex-glossaries. 2007-05-25 11:55:56 +00:00
jmmv
aab0c0c353 Add and enable tex-glossaries and tex-xkeyval. 2007-05-25 11:55:13 +00:00
jmmv
867349d118 Initial import of tex-glossaries, version 1.0:
The glossaries package supports acronyms and multiple glossaries.
New entries are defined to have a name and description (and optionally
an associated symbol).  Plural forms can also be specified.  New
glossary styles can be defined, and preambles and postambles can be
specified.  There is provision for loading a database of terms: only
terms used in the text will be added to the relevant glossary.
2007-05-25 11:54:17 +00:00
jmmv
b3f6980f74 Initial import of tex-xkeyval, version 2.5f:
This package is an extension of the keyval package and offers additional
macros for setting keys and declaring and setting class or package options.
The package allows the programmer to specify a prefix to the name of the
macros it defines for keys, and to define families of key definitions;
these all help use in documents where several packages define their own
sets of keys.
2007-05-25 11:53:15 +00:00
markd
cd90258a46 tonights updates 2007-05-25 11:43:59 +00:00
markd
8f0f2aec03 Add p5-CGI-Application-Plugin-(DBH,ValidateRM} 2007-05-25 11:34:29 +00:00
markd
314b76551c Initial import p5-CGI-Application-Plugin-ValidateRM version 2.1
CGI::Application::Plugin::ValidateRM helps to validate web forms when
using the CGI::Application framework and the Data::FormValidator module.
2007-05-25 11:31:35 +00:00
markd
1b4b2dcfdc Initial import p5-CGI-Application-Plugin-DBH version 4.00
CGI::Application::Plugin::DBH adds easy access to a DBI database handle
to your CGI::Application modules. Lazy loading is used to prevent a
database connection from being made if the "dbh" method is not called
during the request. In other words, the database connection is not
created until it is actually needed.
2007-05-25 11:29:58 +00:00
markd
81d7d6c1d5 Update HTML-FillInForm to 1.06
1.06 - October 13th, 2005

Distinguish between selects with and without the multiple attribute set
(Alexander Hartmaier)

Added warnings to PREREQ_PM

1.05 - December 19th, 2004

Added new tests in 19_extra.t (Vsevolod (Simon) Ilyushchenko)
as part of Phalanx

Make it clearer that doesn't have a CGI.pm dependency.
2007-05-25 11:20:29 +00:00
markd
e8d4a67744 Update docutils to 0.4
Components:
* Added an S5/HTML writer and the rst2s5.py front end: multi-platform,
  multi-browser HTML slide shows.
* The newlatex2e writer is nearing completion.
* Added a DocTree reader, publish_doctree and publish_from_doctree convenience
  functions, for document tree extraction and reprocessing.
reStructuredText:
* Added directives: "container" (generic block-level container),
  "default-role" (role used for `backtick` syntax), "title" (document title
  metadata), and "date" (generate the current local date, for substitution
  definitions).
* Length units are now supported for image sizes.
* Added standard definition files for special characters etc.
Internationalization:
* Added Japanese and Simplified Chinese language mappings, and support for
  double-width CJK-characters in tables and section titles.
Documentation:
* Added a guide for distributors (package maintainers) and a guide for
  developers.
General:
* Added significant Emacs support for reST.
* Added a --strip-comments option.
* --embed-stylesheet is now the default for the HTML writer (rather than
  --link-stylesheet).
2007-05-25 11:15:03 +00:00
markd
dc3d620004 Explicitly disable python support 2007-05-25 10:47:53 +00:00
obache
6709d7acf6 Pass PAM location to configure script.
Pointed out in PR 36386 by Ondrej Tuma.
2007-05-25 07:30:49 +00:00
taca
49311c1771 +samba-3.0.25a 2007-05-25 05:16:41 +00:00
rh
446640a6eb Note PKGREVISION bump of cgoban-java 2007-05-25 02:44:19 +00:00
rh
41a70eecca Don't use the java executable directly in the cgoban-java script. Use the
corresponding wrapper script instead to make sure environment variables
and limits are set correctly.  Fixes PR pkg/33373 by jfranz at bsdprojects
dot net.
Bump PKGREVISION.
2007-05-25 02:41:25 +00:00
rh
6d8e22770e Replace sun15 with sun6 to match reality. 2007-05-25 02:04:15 +00:00