Commit graph

257849 commits

Author SHA1 Message Date
Olli Hauer
348af7003c - Documentation for the Python programming language in txt format
PR:		ports/152186
Submitted by:	John Hein <jhein _at_ symmetricom.com>
2011-06-18 18:56:38 +00:00
Steve Wills
7f7d05e7b7 This gem provides the railtie that allows datamapper to hook
into rails3 and thus behave like a rails framework component.
Just like activerecord does in rails, dm-rails uses the railtie
API to hook into rails. The two are actually hooked into rails
almost identically.

Creating new datamapper apps on rails3 from scratch is actually
really easy. The following will guide you through the process.

WWW: http://rubygems.org/gems/dm-rails

PR:		ports/157994
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:46:40 +00:00
Steve Wills
977fa492b0 A datamapper plugin for active_model compliance and thus rails 3 compatibility.
WWW: http://rubygems.org/gems/dm-active_model/

PR:		ports/157993
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:38:07 +00:00
Steve Wills
d6f1074616 Forms made easy!
WWW: http://rubygems.org/gems/simple_form

PR:		ports/157990
Submitted by:	rpsfa at rit.edu
2011-06-18 18:36:04 +00:00
Steve Wills
f771dd5ed1 File attachments as attributes for DataMapper,
based on the original Paperclip by Jon Yurek at Thoughtbot

WWW: http://rubygems.org/gems/dm-paperclip

PR:		ports/157989
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:34:33 +00:00
Steve Wills
3087da9ab4 Not to be confused with the dm-pagination gem (a similar gem
lacking in functionality) dm-pager is a new, fresh, and feature
rich pagination implementation for DataMapper. Due to Github's gem
builder being destroyed, we were forced to rename our gem to
'dm-pager' which is now available on Gemcutter.org.

WWW: https://github.com/visionmedia/dm-pagination

PR:		ports/157988
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:32:35 +00:00
Steve Wills
1acb8846e7 Delayed_job (or DJ) encapsulates the common pattern of
asynchronously executing longer tasks in the background.
It is a direct extraction from Shopify where the job table
is responsible for a multitude of core tasks. This gem is
collectiveidea's fork (http://github.com/collectiveidea/delayed_job).

WWW: http://rubygems.org/gems/delayed_job

PR:		ports/157986
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:30:21 +00:00
Steve Wills
7f552b3bc7 DataMapper::Observer allows you to add callback hooks to
many models. This is similar to observers in ActiveRecord.

WWW: https://github.com/datamapper/dm-observer

PR:		ports/157985
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:29:09 +00:00
Hiroki Sato
d80c489783 - Update MASTER_SITES and pkg-descr.
- Style fixes.
2011-06-18 18:13:53 +00:00
Steve Wills
2caca88e79 Flexible authentication solution for Rails with Warden
WWW: http://rubygems.org/gems/devise

PR:		ports/157956
Submitted by:	rpsfa at rit.edu
2011-06-18 18:09:57 +00:00
Sunpoet Po-Chuan Hsieh
ef36ecae7d - Update to 1.1.12
- Fix DISTFILES: do not hardcode version
- Add perl5 CATEGORIES
- Use bsd.port.options.mk
- Make portlint happier
- Cosmetic change

Changes:	http://www.floodgap.com/software/ttytter/dl.html

1.1.12:
- Patches for Perl 5.14 (thanks @rkfb for the report).
- Keyfiles can now be regenerated if they are corrupted or need to be updated
  with -retoke.
- /doesfollow should give true or false with -runcommand (thanks
  @kaleidoscopique for the report). Similarly, /short should also work,
  emitting the URL (thanks @microlifter for that report).
- Properly understands a new Twitter ad-hoc error format, which repairs some
  operations that would unexpectedly appear to succeed but didn't actually
  (thanks @augmentedfourth for the report).
- -readline autocomplete command list now up-to-date.

1.1.11:
- Fixed a bug where TTYtter crashes ungracefully if OAuth credentials fail.
- Fixed regex in command processor that interpreted all commands starting with
  /p as /print.
- -notimeline is now properly recognized by /set as a boolean.
- One last issue related to URL shortening.

PR:		ports/157888
Submitted by:	sunpoet (myself)
Approved by:	Julian Dunn <jdunn@aquezada.com> (maintainer)
2011-06-18 18:08:53 +00:00
Steve Wills
1c159bf454 Provides a single point of entry for using basic features of ruby ORMs
WWW: http://rubygems.org/gems/orm_adapter

PR:		ports/157955
Submitted by:	rpsfa at rit.edu
2011-06-18 18:04:36 +00:00
Steve Wills
adf4590429 Rack middleware that provides authentication for rack applications
WWW: http://rubygems.org/gems/warden

PR:		ports/157954
Submitted by:	Ryan Steinmetz <rpsfa at rit.edu>
2011-06-18 18:00:47 +00:00
Steve Wills
df72a4af50 Jammit is an industrial strength asset packaging library for Rails,
providing both the CSS and JavaScript concatenation and compression
that you'd expect, as well as YUI Compressor and Closure Compiler
compatibility, ahead-of-time gzipping, built-in JavaScript template
support, and optional Data-URI / MHTML image embedding.

WWW: http://rubygems.org/gems/jammit/

PR:		ports/157952
Submitted by:	rpsfa at rit.edu
2011-06-18 17:55:18 +00:00
Olli Hauer
f7f1ec3869 - deprecate port see PR ports/73383 (from Year 2004 ...)
( The www/mod_roaming2 port is pretty much useless. it only works with Netscape
      version 4. I therefore abandon it, and recommend it be removed. )

  With Hat: apache@
2011-06-18 17:54:14 +00:00
Steve Wills
a93cfeba2f A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
WWW: http://rubygems.org/gems/yui-compressor

PR:		ports/157951
Submitted by:	rpsfa at rit.edu
2011-06-18 17:50:44 +00:00
Steve Wills
4fce67ac9f POpen4 provides the Rubyist a single API across platforms for
executing a command in a child process with handles on stdout,
stderr, stdin streams as well as access to the process ID and exit status.

WWW: http://rubygems.org/gems/popen4

PR:		ports/157950
Submitted by:	rpsfa at rit.edu
2011-06-18 17:45:20 +00:00
Olli Hauer
b8c2df43b8 -Add both versions of each configure flag (--enable-x/--disable-x) for safety
-Update to May 26, 2011 snapshot:
    Add support for OpenSSH's sftp-server umask option.
    Remove inline references to satisify certain compilers
    Remove the now unnecessary sftp-logging compatibility mode.
    When getopt_long is not available, like on AIX, use bundled NetBSD
        getopt_long.
    Update the SECURITY document to include a reference to /etc/popt and \
        ~/.popt as they relate to rsync.
    Fix for rsync-3.0 which now uses a short -e option, with an optional
        argument as a server side option indicating protocol compatibility.
    Fix scponly crash on Solaris
    Fix detection and inclusion of getopt on certain platforms
    Document risks associated with popt reading /etc/popt and ~/.popt
    Document getopt requirement (when certain configure options are enabled)
 - cleanup redundant BUILD_DEPENDS+=  [1]

PR:		ports/157804
Submitted by:	Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer  [1]
Approved by:	maintainer
2011-06-18 17:24:07 +00:00
Hiroki Sato
f9e2d008d3 Fix build; use print/texinfo for texi2pdf instead of print/teTeX-base. 2011-06-18 17:05:16 +00:00
Steve Wills
936352d96f - Update to 1.3.2 2011-06-18 17:04:49 +00:00
Chris Rees
d73b6de2b8 - Update to 4.83.5
- Automate config file updates
- Include config file handling in package
- Update maintainer address

PR:		ports/157065
Submitted by:	Chris Rees (utisoft@gmail.com) (self)
Reviewed by:	Kevin Kobb
Approved by:	tabthorpe (co-mentor)
2011-06-18 16:35:08 +00:00
Hiroki Sato
7ae6ec9c16 - Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
2011-06-18 16:13:31 +00:00
Koop Mast
1cfa1d893e Update:
Gstreamer to 0.10.35
Gstreamer-plugins to 0.10.35
Gstreamer-plugins-good to 0.10.30

This is a ad-hoc release to fixes compilation issues after recent chagnes in
Glib's atomic ops API (in GLib 2.29.x). Apart from that there are some minor
fixes.

Move the USE_XORG line from multimedia/gstreamer to multimedia/gstreamer-plugins,
multmedia/gstreamer doesn't use it.
2011-06-18 14:58:58 +00:00
Pav Lucistnik
e5142208c2 - MAKE_JOBS_UNSAFE:
FATAL: can't create objects/py_config.o: No such file or directory

Reported by:	pointyhat
2011-06-18 14:37:18 +00:00
Steve Wills
3de3c561f7 A modern, pretty RDoc template.
WWW:	https://github.com/fauna/allison
2011-06-18 14:14:05 +00:00
Frederic Culot
d58cab402f - Update to 1.8.2
PR:		ports/157981
Submitted by:	Mirko Zinn <mail@derzinn.de> (maintainer)
2011-06-18 14:06:39 +00:00
Dennis Herrmann
e8b7aa3271 - Add CONFLICTS with bsdlibdwarf
- Remove MD5 checksum, While I'm here
2011-06-18 13:49:07 +00:00
Dennis Herrmann
8fcf9a532e BSD libdwarf is a BSD licenced implementation of libdwarf. It is part of the
elftoolchain project.

WWW:	https://elftoolchain.svn.sourceforge.net

PR:		ports/157931
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
2011-06-18 13:48:26 +00:00
Juergen Lock
54c46020c8 - Fix COMMENT. (oops!)
- Bump PORTREVISION.
2011-06-18 13:18:13 +00:00
Joerg Wunsch
3d75624bf9 Slightly improve the previous patch so it should now still compile
(the old way) on FreeBSD versions prior to 7.x which didn't have the
extended symbols in <sys/elf_common.h>.
2011-06-18 12:48:43 +00:00
Dennis Herrmann
652523ebbb - Update to 3.20.0 2011-06-18 12:08:10 +00:00
Baptiste Daroussin
205c0f6c61 Upstream does not seem to have the willing of providing real distfiles:
(https://github.com/lloyd/yajl/issues/16)

I'll still mirror the old distfile for a while, but won't do that for upgrades

Then back to the pool
2011-06-18 10:14:50 +00:00
Dennis Herrmann
0ab2b0610f - Update to 2.6
PR:		ports/157967
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2011-06-18 09:55:11 +00:00
Frederic Culot
6920c061ce - Update to 0.59
Changes:	http://search.cpan.org/dist/Data-Serializer/Changes
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-18 09:05:17 +00:00
Dennis Herrmann
f0d1a74755 - Update to 1.1.0
PR:		ports/156498
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer timeout
2011-06-18 08:49:29 +00:00
Frederic Culot
6fa74c8b5c - Update to 0.4.2
PR:		ports/157977
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2011-06-18 08:21:54 +00:00
Joerg Wunsch
d3f9dd0144 Update my location. 2011-06-18 07:03:58 +00:00
Joerg Wunsch
930dad650c Pretend we had <sys/ia64/elf.h> as we've actually got the #defines
that are expected to be in that file in our <sys/libelf_common.h>.

Requested by:	rdivacky
2011-06-18 06:49:31 +00:00
Steve Wills
c4dbb202fe - Update to 1.1.3 2011-06-18 03:35:10 +00:00
Wen Heping
1358ecac05 - Update to 0.9.1
- Fix build with custom LOCALBASE
2011-06-18 02:45:55 +00:00
Greg Lewis
d53b7984af . Update to 3.2.5d.
. Fix MASTER_SITES to make it fetchable.
2011-06-18 01:02:22 +00:00
Wen Heping
737f9e6908 - Update to 0.35
PR:		ports/157963
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-06-18 01:00:15 +00:00
Wen Heping
6f22676814 - Update to 1.17
ChangeLog: http://search.cpan.org/src/ADAMK/Crypt-DSA-1.17/Changes
2011-06-18 00:53:24 +00:00
Baptiste Daroussin
601e012a94 remove accidentaly committed garbaged 2011-06-17 23:24:46 +00:00
Baptiste Daroussin
61f81b983a Hyphen - hyphenation library to use converted TeX hyphenation patterns
WWW:	http://hunspell.sourceforge.net
2011-06-17 23:23:20 +00:00
Baptiste Daroussin
6f11bd8f9e MyThes is a simple thesaurus that uses a structured text data file and an index
file with binary search to lookup words and phrases and return information on
part of speech, meanings, and synonyms

WWW:	http://hunspell.sourceforge.net
2011-06-17 23:00:15 +00:00
Sunpoet Po-Chuan Hsieh
71eb56655d - Update to 0.20
- Add OPTIONS: GRAPHVIZ (off by default)

Changes:	http://search.cpan.org/dist/Bread-Board/ChangeLog
2011-06-17 22:38:51 +00:00
Sunpoet Po-Chuan Hsieh
f8a9045900 - Update to 0.14
Changes:	http://search.cpan.org/dist/XML-Toolkit/Changes
2011-06-17 22:16:51 +00:00
Wesley Shields
a0f816af34 Assign maintainer to submitter of previous PR.
PR:		ports/157531, ports/157532
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2011-06-17 21:29:30 +00:00
Baptiste Daroussin
09e285d07a - update to 1.30 2011-06-17 21:18:59 +00:00