FreshPorts -- The Place For Ports Fri, 5 Sep 2008 3:27 PM BST
Port details
rubygem-actionpack 1.13.6 www on this many watch lists=14 search for ports that depend on this port
Action Controller and Action View of Rails MVC Framework
Maintained by: jw@innerewut.de search for ports maintained by this maintainer
Port Added: 20 Jul 2005 15:03:19
Also Listed In: rubygems


Action Pack

The controller and view of the RubyOnRails MVC-Framework is handled 
by the Action Pack, which handles both layers by its two parts: 
Action View and Action Controller. These two layers are bundled 
in a single package due to their heavy interdependence. This is unlike 
the relationship between the Active Record and Action Pack that is 
much more separate. 

Each of these packages can be used independently outside of Rails.

WWW: http://www.rubyonrails.org/
WWW: http://rubyforge.org/projects/actionpack/

- Jonathan Weiss
jw@innerewut.de
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/rubygem-activesupport, devel/ruby-gems, lang/ruby18
Required To Run: devel/rubygem-activesupport, devel/ruby-gems, lang/ruby18, devel/rubygem-activesupport, devel/ruby-gems, lang/ruby18, lang/ruby18

To install the port: cd /usr/ports/www/rubygem-actionpack/ && make install clean
To add the package: pkg_add -r rubygem-actionpack


Configuration Options
     No options to configure

Master Sites:
http://rubyforge.rubyuser.de/actionpack/
http://rubyforge.iasi.roedu.net/files/actionpack/
http://files.rubyforge.mmmultiworks.com/actionpack/
http://files.rubyforge.vm.bytemark.co.uk/actionpack/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rubygem/

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Apr 2008 09:58:21
Original commit files touched by this commit  1.13.6
stas search for other commits by this committer
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:      ports@
03 Dec 2007 23:26:38
Original commit files touched by this commit  1.13.6
miwi search for other commits by this committer
- Update to 1.13.6 (needed for a security update)

PR:             117668
Submitted by:   Alexander Logvinov <ports@logvinov.com>
Approved by:    portmgr (linimon), maintainer timeout
04 Apr 2007 02:29:31
Original commit files touched by this commit  1.13.3
clsung search for other commits by this committer
- Update to 1.13.3

PR:             ports/110659
Submitted by:   Alexander Logvinov <ports_AT_logvinov dot com>
Approved by:    maintainer (Jonathan Weiss)
09 Mar 2007 02:52:52
Original commit files touched by this commit  1.13.2
clsung search for other commits by this committer
- Update to 1.13.2

PR:             109540
Submitted by:   Alexander Logvinov <ports_AT_logvinov dot com>
Approved by:    maintainer (Jonathan Weiss)
27 Jan 2007 23:44:19
Original commit files touched by this commit  1.13.1
miwi search for other commits by this committer
- Update to 1.13.1

PR:             108336
Submitted by:   Jonathan Weiss<jw@innerewut.de> (maintainer)
03 Dec 2006 01:23:57
Original commit files touched by this commit  1.12.5
pav search for other commits by this committer
- Distfile rerolled with no content differences
23 Aug 2006 03:30:46
Original commit files touched by this commit  1.12.5
clsung search for other commits by this committer
* Update rails and its related ports to match rails 1.1.6:
        activesupport    = 1.3.1
        activerecord     = 1.14.4
        actionpack       = 1.12.5
        actionmailer     = 1.2.5
        actionwebservice = 1.1.6
        rails            = 1.1.6
    This update is needed to fix a serious bug in rails
* Add a x-generate-plist target to easy the creation of pkg-plist
* Add an "WWW" entry on pkg-descr that points to the correspoding
  project on rubyforge.

PR:             ports/101973
Submitted by:   Rui Lopes <rgl_AT_ruilopes dot com>
Approved by:    maintainer (Jonathan Weiss)
Security:      
http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
Security:      
http://www.vuxml.org/freebsd/90064567-28b1-11db-844d-000c6ec775d9.html
08 Aug 2006 12:35:27
Original commit files touched by this commit  1.12.1
jmelo search for other commits by this committer
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.

Approved by:    portmgr (erwin)
25 Apr 2006 21:35:52
Original commit files touched by this commit  1.12.1
pav search for other commits by this committer
- Update the ruby on rails suite to 1.1.2

PR:             ports/95688
Submitted by:   Jonathan Weiss <jw@innerewut.de> (maintainer)
21 Jan 2006 20:25:07
Original commit files touched by this commit  1.11.2_1
pav search for other commits by this committer
- Populate newly created rubygems category
16 Jan 2006 02:36:04
Original commit files touched by this commit  1.11.2_1
pav search for other commits by this committer
- Update plist after ruby 1.8.4 (rdoc changes)

Reported by:    krismail
19 Dec 2005 14:33:50
Original commit files touched by this commit  1.11.2
lawrance search for other commits by this committer
Update to 1.11.2.

PR:             ports/90635
Submitted by:   Jonathan Weiss <jw@innerewut.de> (maintainer)
21 Jul 2005 00:34:35
Original commit files touched by this commit  1.9.1
pav search for other commits by this committer
- Update to 1.9.1
- Fix maintainer's email address

Submitted by:   Jonathan Weiss <jw@innerewut.de> (maintainer)
20 Jul 2005 14:57:44
Original commit files touched by this commit  1.8.1
pav search for other commits by this committer
Action Pack

The controller and view of the RubyOnRails MVC-Framework is handled by the
Action Pack, which handles both layers by its two parts: Action View and Action
Controller. These two layers are bundled in a single package due to their heavy
interdependence. This is unlike the relationship between the Active Record and
Action Pack that is much more separate.

PR:             ports/82397
Submitted by:   Jonathan Weiss <jw@innerewut.de>

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19102
Broken 158
Deprecated 78
Ignore 423
Forbidden 6
Restricted 304
No CDROM 130
Vulnerable 50
Expired 11
Set to expire 60
Interactive 78
new 24 hours 3
new 48 hours6
new 7 days55
new fortnight82
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.161 seconds.