Commit Graph

43479 Commits

Author SHA1 Message Date
sthen
e70f233e4f fix CATEGORIES, pointed out by ajacoutot - thank you. This doesn't make
it into the package (checked with PLIST_DB), so no version bump.
2008-04-20 10:06:26 +00:00
ajacoutot
60bb00b8bd - fix CATEGORIES 2008-04-20 09:49:33 +00:00
ajacoutot
68e32e9054 - update to sonata-1.5
- take maintainership
2008-04-20 07:37:00 +00:00
bernd
d62cb25016 Add ruby-merb. 2008-04-19 22:19:33 +00:00
bernd
ca4119c64e Initial import of ruby-merb-0.9.2.
Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is
ORM-agnostic, JavaScript library agnostic, and template language
agnostic, preferring plugins that add in support for a particular
feature rather than trying to produce a monolithic library with
everything in the core. In fact, this is a guiding principle of the
project, which has led to third-party support for the ActiveRecord,
DataMapper, and Sequel ORMs.
2008-04-19 21:57:18 +00:00
bernd
bd0fe434c1 Add ruby-rubigen and ruby-haml. 2008-04-19 19:13:05 +00:00
bernd
240754c507 Initial import of ruby-haml-1.8.2.
Haml and Sass are templating engines for the two most common types of
documents on the web: HTML and CSS, respectively.
They are designed to make it both easier and more pleasant to code
HTML and CSS documents, by eliminating redundancy, reflecting the
underlying structure that the document represents, and providing
elegant, easily understandable, and powerful syntax.
2008-04-19 19:11:21 +00:00
bernd
0004288a65 Initial import of ruby-rubigen-1.2.4.
A framework to allow Ruby applications to generate file/folder stubs
(like the `rails` command does for Ruby on Rails, and the 'script/generate'
command within a Rails application during development).
2008-04-19 19:02:10 +00:00
bernd
8e79a407d3 Add ruby-rubyinline, ruby-parsetree and ruby-ruby2ruby. 2008-04-19 18:53:20 +00:00
bernd
b6b31c85cf Initial import of ruby-ruby2ruby-1.1.8.
ruby2ruby provides a means of generating pure ruby code easily from
ParseTree's Sexps. This makes making dynamic language processors much
easier in ruby than ever before.
2008-04-19 18:50:28 +00:00
bernd
aea32a016b Initial import of ruby-parsetree-2.1.1.
ParseTree is a C extension (using RubyInline) that extracts the parse
tree for an entire class or a specific method and returns it as a
s-expression (aka sexp) using ruby's arrays, strings, symbols, and
integers.
2008-04-19 18:43:02 +00:00
bernd
9294003e79 Initial import of ruby-rubyinline-3.6.7.
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.

Using the package_inline tool Inline allows you to package up your
inlined object code for distribution to systems without a compiler.
2008-04-19 18:34:08 +00:00
bernd
884092e2bb Add ruby-json. 2008-04-19 18:26:46 +00:00
bernd
c0ca1395d2 Initial import of ruby-json-1.1.2.
This library can parse JSON texts and generate them from Ruby
data structures.
2008-04-19 18:24:07 +00:00
bernd
bd4b5193be Add ruby-mailfactory. 2008-04-19 18:13:32 +00:00
bernd
18addac10f Initial import of ruby-mailfactory-1.3.0.
A Ruby module that allows the simple creation of MIME email messages
with multiple body parts and attachments.
2008-04-19 18:12:13 +00:00
bernd
276c1ad539 Add ruby-mime-types. 2008-04-19 18:02:47 +00:00
bernd
5767101397 Initial import of ruby-mime-types-1.15.
This library allows for the identification of a file's likely MIME content
type. The identification of MIME content type is based on a file's filename
extensions.
2008-04-19 18:00:45 +00:00
okan
44e179f9d9 update to 5.1.3 from Christian Rueger - thanks!
ok merdely@
2008-04-19 17:59:32 +00:00
bernd
3fa5a815e9 Add ruby-rack. 2008-04-19 17:53:21 +00:00
bernd
95664df900 Initial import of ruby-rack-0.3.0.
Rack provides a minimal, modular and adaptable interface for developing
web applications in Ruby.  By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
2008-04-19 17:49:22 +00:00
bernd
8e25161c33 Add ruby-hpricot. 2008-04-19 17:27:47 +00:00
bernd
e6b65b792d Initial import of ruby-hpricot-0.6.
Hpricot is a fast, flexible HTML parser written in C.  It's designed 
to be very accommodating (like Tanaka Akira's HTree) and to have a
very helpful library (like some JavaScript libs -- JQuery, Prototype
-- give you.)  The XPath and CSS parser, in fact, is based on John
Resig's JQuery.

Also, Hpricot can be handy for reading broken XML files, since many of
the same techniques can be used.  If a quote is missing, Hpricot tries
to figure it out. If tags overlap, Hpricot works on sorting them out.
2008-04-19 17:21:27 +00:00
bernd
902efaf529 Add ruby-erubis. 2008-04-19 17:02:57 +00:00
bernd
e80af09697 Initial import of ruby-erubis-2.5.0.
Erubis is an implementation of eRuby written in pure Ruby.
2008-04-19 17:01:45 +00:00
bernd
fe16947e44 Add ruby-abstract. 2008-04-19 15:53:30 +00:00
bernd
df01ec15a8 Initial import of ruby-abstract-1.0.0.
abstract is a library which allows to define abstract methods in Ruby.
2008-04-19 15:52:11 +00:00
ajacoutot
e7c61562b0 +py-zsi 2008-04-19 15:16:11 +00:00
ajacoutot
9baa90b307 Import py-zsi-2.0
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in SOAP 1.1
Specification (see http://www.w3.org/TR/soap).  It can also be used to
build applications using SOAP Messages with Attachments (see
http://www.w3.org/TR/SOAP-attachments).  ZSI is intended to make it
easier to write web services in Python.
[...]
2008-04-19 15:13:28 +00:00
ajacoutot
9996aff9b4 +py-mpd 2008-04-19 15:10:26 +00:00
ajacoutot
509ad7c137 Import py-mpd-0.2.0
Python client library for the Music Player Daemon.
2008-04-19 15:08:30 +00:00
ajacoutot
85f3c519f6 - use polling by defaut and make use of kqueue a FLAVOR
this allows famd to run much more reliably, especially under KDE and
GNOME; if someone wants to fix the imon emulation through kqueue, be my
guest... meanwhile, I'd rather use stable software
- more typos fixes in man pages while here

"go ahead" fgsch@, "looks correct" jasper@
2008-04-19 10:57:00 +00:00
bernd
6efa6eea88 Add ruby-gruff. 2008-04-19 10:01:11 +00:00
bernd
a3f859b2f5 Initial import of ruby-gruff-0.3.1.
Gruff is a beautiful graphing library for Ruby using RMagick. Plot
multiple datasets in color or implement your own colorful theme.
2008-04-19 09:59:25 +00:00
ajacoutot
38f79919bf - add missing pyexpat FLAVOR fragment in PLIST
- install egg-info file so that we don't end up with errors like
"pkg_resources.DistributionNotFound: PyXML..." when using some apps that
need this module
2008-04-19 09:24:50 +00:00
bernd
618c764e30 Security fix for CVE-2008-1693. From Debian. 2008-04-19 07:52:15 +00:00
bernd
972e5a3c90 Security fix for CVE-2008-1693. From Debian.
ok naddy@
2008-04-19 07:38:24 +00:00
jakob
23100ff230 upgrade to v2.5.4 2008-04-18 22:12:15 +00:00
ajacoutot
371219c432 - update to singularity-0.27 2008-04-18 18:17:37 +00:00
jasper
7a50bf2a68 - update liferea to 1.4.15
* bugfix release

ok maintainer
2008-04-18 16:31:58 +00:00
martynas
60d1d13809 update for 2.0.0.14 2008-04-18 15:21:49 +00:00
martynas
b8a903ea58 security update to mozilla-firefox-2.0.0.14; MFSA 2008-20
ok kurt@, naddy@
2008-04-18 15:17:17 +00:00
naddy
053c912e43 Update to 1.20. Notable changes: This release adds support for
lzma compression and the -a option to select the compression algorithm
basing on the suffix of the archive file name.
2008-04-18 14:52:25 +00:00
ajacoutot
279d117694 - fix typos in man page (one of which was in SYNOPSIS!) 2008-04-18 14:02:24 +00:00
sturm
ff999c1442 update to nagios 3.0.1
fix build of shared object
ok ian, merdely
2008-04-18 11:08:47 +00:00
ajacoutot
97da73dbcb - run gtk-update-icon-cache on install in case previous apps already
put icons under %D/share/icons/hicolor; this will allow us to use the
cache

"conceptual okay" from kurt@ (who came up with the same idea)
ok jasper@
2008-04-18 09:20:20 +00:00
jasper
c0c8251666 - small tweak 2008-04-18 09:19:21 +00:00
ajacoutot
198c793dea - add missing /var/db/gconf/2/ directory
ok jasper@
2008-04-18 09:07:33 +00:00
fkr
46d5ec8ebb remove HOMEPAGE, not valid anymore.
ok bernd@
2008-04-17 21:30:53 +00:00
sthen
680bb78bb6 setup.inc is user-configurable; use @sample to avoid conflicts at
update time. ok mbalmer (maintainer).
2008-04-17 19:57:27 +00:00