Commit Graph

43697 Commits

Author SHA1 Message Date
jasper
a3d09f8f98 - add arabeyes-ttf and farsiweb-ttf 2008-04-21 09:34:28 +00:00
ajacoutot
e4919fbaf4 - fix CATEGORIES 2008-04-21 09:33:58 +00:00
jasper
6533b6000c import arabeyes-ttf 2.0
This project aims at increasing the number of available Arabic free and open
source fonts. The goals of this project are:

  * Create and/or salvage free and open TTF Arabic fonts.
  * Create a central repository of all free and open source Arabic fonts
    (TTF and otherwise) in order to get them included into the various
    distributions.
  * To better couple and artistically match Arabic fonts to their latin
    counterparts.
2008-04-21 09:31:42 +00:00
jasper
693b19f85a import farsiweb 0.4
The first standard set of Unicode Persian fonts ever published,
including Titr, Nazli, Nazli Bold, and Homa.
2008-04-21 09:30:21 +00:00
todd
7b15f2f4b8 +iaxmodem 2008-04-21 03:50:30 +00:00
todd
1d9e28be19 iaxmodem 1.1.0
IAXmodem is a software modem written in C that uses an IAX channel
(commonly provided by an Asterisk PBX system) instead of a traditional
phone line and uses a DSP library instead of DSP hardware chipsets.

IAXmodem was originally conceived to function as a fax modem usable
with HylaFAX, and it does that well. However IAXmodem also has been
known to function with mgetty+sendfax and efax.

.. much cleanup from my earlier verisions, thanks brad@
2008-04-21 03:49:22 +00:00
jakemsr
f52319ab69 g77 throws ICEs on sgi, so disable fortran support there. lets this
build on sgi.

discussed with steven@ (MAINTAINER)
2008-04-21 00:38:19 +00:00
merdely
57eb19f731 Add rpl 2008-04-20 21:27:40 +00:00
merdely
075d795c12 Import rpl 1.4.0
rpl is a UN*X text replacement utility. It will replace strings with new
strings in multiple text files. It can work recursively over directories
and supports limiting the search to specific file suffixes.

From James Turner (james - bsdgroup dot org)
ok mbalmer@
2008-04-20 21:26:36 +00:00
jasper
34f422b70d - better COMMENT
- fix locations in dbus-daemon.1 (spotted by ajacoutot)
2008-04-20 21:00:19 +00:00
simon
8619467cf2 maintenace update to version 1.65 2008-04-20 18:04:08 +00:00
simon
1fc47cbed9 update to version 1.13 2008-04-20 18:01:31 +00:00
simon
e61c2f2b02 update to version 0.100 2008-04-20 17:56:23 +00:00
simon
16a8d561e5 maintenance update to version 0.2001 2008-04-20 17:52:24 +00:00
simon
c8c7ef98bd maintenance update to version 0.29 2008-04-20 17:49:32 +00:00
simon
ac1cca40a4 maintenance update to version 0.83 2008-04-20 17:46:50 +00:00
simon
b147a1268b update to version 0.5201 and set PERMIT_* to yes as it now has a license 2008-04-20 17:40:39 +00:00
jakemsr
0df171533b internal data is converted from float to native endian integer data.
configure 16-bit output for cpu native endian encoding.
2008-04-20 11:19:20 +00:00
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