1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

205823 Commits

Author SHA1 Message Date
Li-Wen Hsu
efb5bec625 - Update to 1.9.0
PR:		ports/128742
Submitted by:	Wen heping <wenheping AT gmail.com>
2008-11-10 08:55:08 +00:00
Daichi GOTO
bb5fdc67f4 editors/omegaT: update from 1.7.3.2 to 1.7.3.4.
PR:		ports/128653
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
2008-11-10 07:37:37 +00:00
Maho Nakata
e35d843eb0 Fix latest link.
PR:		128706
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2008-11-10 06:25:27 +00:00
Dmitry Marakasov
f868af07f5 - Chase x11-toolkits/gtkdatabox shared lib version bump
- While here, use SF macro
2008-11-10 03:13:01 +00:00
Dmitry Marakasov
d9f43c6ac6 - Chase x11-toolkits/gtkdatabox shared lib version bump
PR:		128733
Submitted by:	Alexey Shuvaev <shuvaev at physik dot uni-wuerzburg dot de> (maintainer)
2008-11-10 03:12:58 +00:00
Dmitry Marakasov
57ca09111f - Update to 0.9.0.1 (prepare for gtk-2.14)
- Add more master sites (sourceforge)

PR:		128732
Submitted by:	Alexey Shuavev <shuvaev at physik dot uni-wuerzburg dot de> (maintainer)
2008-11-10 03:12:56 +00:00
Cheng-Lung Sung
f528b012ce - fix pkg-plist warning
- bump PORTREVISION
2008-11-10 02:50:41 +00:00
Cheng-Lung Sung
1cb1c4e538 - Update to 0.11.2
- s/PREFIX/LOCALBASE/ in *_DEPENDS

PR:		ports/128709
Submitted by:	lwhsu
2008-11-10 02:47:51 +00:00
Dmitry Marakasov
ca957bb105 - Fix CFLAGS handling
PR:		128368
Submitted by:	myself
Approved by:	maintainer timeout
2008-11-10 00:12:53 +00:00
Martin Wilke
bb3f481af5 Prawn is a new pure Ruby PDF generation library,
with the long term goal of providing a suitable
replacement for PDF::Writer. It is being developed
under the auspices of the Ruby Mendicant project
with copious help from a number of mighty fine
contributors.

WWW: http://rubyforge.org/projects/prawn/

PR:		ports/128455
Submitted by:	wenheping at gmail.com
2008-11-09 23:25:09 +00:00
Martin Wilke
11f9ae8a45 - Update to 1.4.2
- Pass maintainership to submitter

PR:		128700
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-11-09 23:11:28 +00:00
Martin Wilke
08387dee7e fattr.rb is a "fatter attr" for ruby.
fattr.rb supercedes attributes.rb as that library,
even though it added only one method to the global
namespace, collided too frequently with user code
in particular rails' code.

WWW:	http://codeforpeople.com/lib/ruby/fattr/

PR:		ports/128662
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-09 23:06:42 +00:00
Martin Wilke
294776a3e7 Rubygem-uuid is a UUID generator for Ruby.
WWW:	http://rubyforge.org/projects/reliable-msg/

PR:		ports/128626
Submitted by:	Wen Heping<wenheping at gmail.com>
2008-11-09 23:06:06 +00:00
Martin Wilke
2dfb96a62b arrayfields allow keyword access to array instances.
arrayfields works by adding only a few methods to arrays,
namely #fields= and fields, but the #fields= method is
hooked to extend an array on a per object basis.In
otherwords __only__ those arrays whose fields are set
will have auto-magical keyword access bestowed on
them - all other arrays remain unaffected.arrays with
keyword access require much less memory when compared
to hashes/objects and yet still provide fast lookup and
preserve data order.

WWW:	http://codeforpeople.com/lib/ruby/arrayfields/

PR:		ports/128663
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-09 23:05:41 +00:00
Martin Wilke
a23357c7a7 main.rb features the following:
- unification of option, argument, keyword, and environment
      parameter parsing
    - auto generation of usage and help messages
    - support for mode/sub-commands
    - io redirection support
    - logging hooks using ruby's built-in logging mechanism
    - intelligent error handling and exit codes
    - use as dsl or library for building Main objects
    - parsing user defined ARGV and ENV
    - zero requirements for understanding the obtuse apis of any
      command line option parsers
    - leather pants

  In short main.rb aims to drastically lower the barrier to writing
  uniform command line applications.

WWW:	http://codeforpeople.com/lib/ruby/main/

PR:		ports/128664
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-09 23:05:04 +00:00
Martin Wilke
6c249d26a1 Rubygem-macaddr is a cross platform mac address determination
for ruby.

WWW:	http://codeforpeople.com/lib/ruby

PR:		ports/128625
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-11-09 23:04:31 +00:00
Martin Wilke
b527b77010 Ruby wrapper around David Loren Parsons' discount, a fast,
BSD-licensed c implementation of John Gruber's Markdown plus
some aspects of SmartyPants.  Markdown is a text-to-HTML
conversion language for web writers, inspired by the format
of plain-text e-mail messages.  Markdown allows you to write
in an easy-to-read, easy-to-write plain text format, then
convert it to structurally valid XHTML (or HTML).

WWW: http://github.com/rtomayko/rdiscount/

PR:		ports/128548
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:02:01 +00:00
Martin Wilke
035e3310b1 Grit is a Ruby library for extracting information from a git repository in
an object oriented manner.  Grit gives you object model access to your git
repository.  Once you have created a repository object, you can traverse it
to find parent commit(s), trees, blobs, etc.

WWW: http://grit.rubyforge.org/

PR:		ports/128592
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:01:24 +00:00
Martin Wilke
00031d4dc5 Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers.

WWW: http://rubyforge.org/projects/ruwiki/

PR:		ports/128591
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:00:51 +00:00
Martin Wilke
8f7ca5dc76 - Update to 0.5.10
PR:		128593
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-11-09 22:58:17 +00:00
Martin Wilke
19f9bd4116 - Update to 0.4.2.2
PR:		128440
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2008-11-09 22:57:22 +00:00
Martin Wilke
dceb0f2d7d The Cython language makes writing C extensions for the Python language
as easy as Python itself. Cython is a source code translator based on
the well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most
Python code is also valid Cython code), but Cython additionally supports
calling C functions and declaring C types on variables and class
attributes. This allows the compiler to generate very efficient C code
from Cython code.

This makes Cython the ideal language for writing glue code for external
C libraries, and for fast C modules that speed up the execution of
Python code.

WWW:	http://www.cython.org/

PR:		ports/128722
Submitted by:	Wen Heping <wenhping at gmail.com>
2008-11-09 22:56:35 +00:00
Martin Wilke
22d90ee114 - Update to 0.9.8.1
PR:		128486
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2008-11-09 22:55:46 +00:00
Martin Wilke
32faf97530 - Update to 6.10
PR:		128487
Submitted by:	Hugo Leisink <hugo@leisink.net> (maintainer)
2008-11-09 22:53:35 +00:00
Martin Wilke
bd08076c8b - Update to 4.76.20081109 adding Russian
PR:		128724
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-11-09 22:53:31 +00:00
Martin Wilke
7330511658 - Disable build on non i386/amd64 archs
PR:		128622
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2008-11-09 22:53:27 +00:00
Martin Wilke
b520942848 - Update to 100
- Pass maintainership to submitter

PR:		128619
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-11-09 22:53:24 +00:00
Martin Wilke
53443c8dd8 - Update to 1.5.8
PR:		128441
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2008-11-09 22:53:20 +00:00
Martin Wilke
8db974b910 Grit is a Ruby library for extracting information from a git repository in
an object oriented manner.  Grit gives you object model access to your git
repository.  Once you have created a repository object, you can traverse it
to find parent commit(s), trees, blobs, etc.

This is the GitHub version of the grit gem called mojombo-grit.

WWW: http://grit.rubyforge.org/

PR:		ports/128736
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 22:43:57 +00:00
Martin Wilke
021918618c Ruby/Git is a Ruby library that can be used to create, read and
manipulate Git repositories.  Currently it is a wrapper around
the git binary, but there are plans to switch to C bindings at
some point in the future.

WWW: http://jointheconversation.org/rubygit/

PR:		ports/128734
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 22:43:16 +00:00
Martin Wilke
2be44a4b68 - Update to 0.8.7
PR:		128738
Submitted by:	Diego Depaoli <trebestie@gmail.com> (maintainer)
2008-11-09 22:41:59 +00:00
Martin Blapp
df90f1b486 vmware-toolbox and vmware-user are installed in bin/ rather than sbin/
PR:		128509
Submitted by:	olgeni
2008-11-09 22:39:52 +00:00
Martin Wilke
7ef41cc50e - Update to 0.2.8
PR:		128737
Submitted by:	Spil <spil.oss@gmail.com>
2008-11-09 22:39:40 +00:00
Dmitry Marakasov
a03ddab930 - Add USE_LDCONFIG 2008-11-09 21:46:11 +00:00
Dmitry Marakasov
45bb25174e - Add support for gmerlin
- Minor fixes
2008-11-09 21:31:07 +00:00
Alexey Dokuchaev
cfc7d315ec - Correctly assign RUN_DEPENDS
- Minor nit in Makefile header
- Augment and beautify port description, fix URL
2008-11-09 21:10:52 +00:00
Alexey Dokuchaev
f497386f85 - Correctly assign RUN_DEPENDS so gmake(1) does not appear in rdeps
- Use HAS_CONFIGURE instead of GNU_CONFIGURE since provided script does
  not look like autotools generated
- Drop custom do-configure target, provide correct CONFIGURE_SCRIPT and
  CONFIGURE_ARGS values instead
- Do not say LOCALBASE when PREFIX is meant
- Canonicalize Makefile header, wrap excessively long lines
- Reformat port description
2008-11-09 20:48:19 +00:00
Marius Strobl
e45c84fb94 Update to 2.01.01a53. For the changes since 2.01.01a52 see:
ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a53

Approved by:	netchild
2008-11-09 20:32:37 +00:00
Emanuel Haupt
c3f7845857 Update to 1.80.a.71012
PR:		128118
Approved by:	rink (maintainer)
2008-11-09 20:28:57 +00:00
Dmitry Marakasov
21a97fc2ad - Add forgotten patch 2008-11-09 20:25:04 +00:00
Dmitry Marakasov
d51d173509 - Update to 0.0.6 2008-11-09 20:22:14 +00:00
Thierry Thomas
f88fa99c18 Upgrade to 9.06.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
2008-11-09 19:39:59 +00:00
Dmitry Marakasov
9fed75429c - Remove obsolete 5.x condition 2008-11-09 18:55:49 +00:00
Dmitry Marakasov
0eebc3e1f5 - Update to 1.8.2
- Minor port knits

PR:		128701
Submitted by:	"Pedro F. Giffuni" <giffunip at tutopia dot com>
Approved by:	"Co Nijn" <co9co9 at gmail dot com> (maintainer)
2008-11-09 18:41:51 +00:00
Philip Paeps
d225f301d6 Update to 1.5.5.
http://svn.gna.org/viewcvs/wesnoth/tags/1.5.5/changelog?rev=29914&view=download
2008-11-09 18:34:01 +00:00
Martin Wilke
7d34df3dad - Update to 0.47 2008-11-09 17:41:05 +00:00
Jeremy Messenger
50985239f6 Update to 4.3.9.
PR:		ports/128717
Submitted by:	bf <bf2006a@yahoo.com>
Security:	CVE-2007-5395
2008-11-09 17:39:41 +00:00
Martin Wilke
513be14020 - Update to 0.36 2008-11-09 17:38:53 +00:00
Martin Wilke
2f439c7c9a - Update to 0.18 2008-11-09 17:38:00 +00:00
Max Brazhnikov
93c4b1e5f8 Respect PREFIX, NOPORTDATA, switch to static plist.
Reported by: QAT

PR:		based on ports/128721
Submitted by:	Guido Falsi <mad at madpilot.net> (maintainer)
Approved by:	miwi (mentor)
2008-11-09 17:34:15 +00:00