FreshPorts -- The Place For Ports Sat, 4 Jul 2009 3:53 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
codeigniter 1.7.1 www on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable.
A framework for developing PHP web applications
Maintained by: glarkin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Jan 2008 04:40:05


CodeIgniter is a powerful PHP framework with a very small footprint,
built for PHP coders who need a simple and elegant toolkit to create
full-featured web applications.

WWW: http://codeigniter.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: lang/php5, www/php5-session

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


Configuration Options
===> The following configuration options are available for codeigniter-1.7.1:
     APACHE=off (default) "Configure for Apache-2.x"
     PROD=Off (default) "Install for production server (see: make confighelp)"
     MSSQL=Off (default) "Install MSSQL support for PHP"
     MYSQL=Off (default) "Install MySQL support for PHP"
     MYSQLI=Off (default) "Install MySQLi support for PHP"
     OCI8=Off (default) "Install OCI8 support for PHP"
     ODBC=Off (default) "Install ODBC support for PHP"
     PGSQL=Off (default) "Install PostgreSQL support for PHP"
     SQLITE=Off (default) "Install SQLite support for PHP"
===> Use 'make config' to modify these settings

Master Sites:
http://codeigniter.com/download_files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/glarkin/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-10-28
    Affects: users of www/codeigniter
    Author: glarkin@FreeBSD.org
    Reason: 
      For certain installations, the following steps should be performed
      after the CodeIgniter 1.7.0 upgrade (taken from:
      http://codeigniter.com/user_guide/installation/upgrade_170.html).
    
      >>> Update your Session Table
    
      If you are using the Session class in your application, AND if you
      are storing session data to a database, you must add a new column
      named user_data to your session table. Here is an example of what
      this column might look like for MySQL:
    
    	user_data text NOT NULL
    
      To add this column you will run a query similar to this:
    
    	ALTER TABLE `ci_sessions` ADD `user_data` text NOT NULL
    
      You'll find more information regarding the new Session functionality
      in the Session class page:
    
    	http://codeigniter.com/user_guide/libraries/sessions.html
    
      >>> Update your Validation Syntax
    
      This is an optional, but recommended step, for people currently
      using the Validation class. CI 1.7 introduces a new Form Validation
      class (http://codeigniter.com/user_guide/libraries/form_validation.html)
      which deprecates the old Validation library. We have left the old one
      in place so that existing applications that use it will not break, but
      you are encouraged to migrate to the new version as soon as possible.
      Please read the user guide carefully as the new library works a little
      differently, and has several new features.
    
    

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
11 Feb 2009 14:16:55
Original commit files touched by this commit  1.7.1
glarkin search for other commits by this committer
- Update to 1.7.1

Security:       83574d5a-f828-11dd-9fdf-0050568452ac
Security:       http://codeigniter.com/bug_tracker/bug/6068/
28 Oct 2008 18:21:10
Original commit files touched by this commit  1.7.0
 This port version is marked as vulnerable.
glarkin search for other commits by this committer
- Updated to 1.7.0
- Added MASTER_SITES for redundancy
18 Jul 2008 22:05:20
Original commit files touched by this commit  1.6.3
glarkin search for other commits by this committer
Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:    beech (mentor)
03 Jul 2008 20:51:37
Original commit files touched by this commit  1.6.3
beech search for other commits by this committer
- Update to 1.6.3
- Added informational messages about user-configurable files that
  may need merging after a port upgrade

PR:             ports/125217
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
05 Jun 2008 16:51:11
Original commit files touched by this commit  1.6.2
miwi search for other commits by this committer
- Update to 1.6.2

PR:             123856
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
11 Mar 2008 22:31:28
Original commit files touched by this commit  1.6.1
stas search for other commits by this committer
- Remove empty file.

Pontyhat to:    beech
05 Mar 2008 04:16:07
Original commit files touched by this commit  1.6.1
beech search for other commits by this committer
- Update to 1.6.1
- Found all of the CI files that could be modified by the user and
  install .sample versions of each
- Add an informational message when a user-editable config file is
  modified and the port is deinstalled (e.g. the file is preserved)
- Display different pkg-message depending on WITH_APACHE knob

PR:             ports/121358
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
30 Jan 2008 16:35:07
Original commit files touched by this commit  1.5.4
beech search for other commits by this committer
- Fix master_sites

PR:             ports/120153
Reported by:    pointyhat via pav
Approved by:    Greg Larkin <glarkin@sourcehosting.net> (maintainer)
21 Jan 2008 15:22:01
Original commit files touched by this commit  1.5.4
miwi search for other commits by this committer
- Update MASTER_SITES

PR:             119861
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
19 Jan 2008 19:05:10
Original commit files touched by this commit  1.5.4
beech search for other commits by this committer
- Fix master_sites (changed)

Reported by:    pointyhat via pav
Approved by:    linimon (mentor)
11 Jan 2008 04:39:49
Original commit files touched by this commit  1.5.4
beech search for other commits by this committer
- New port codeigniter-1.5.4

- CodeIgniter is a powerful PHP framework with a very small
footprint, built for PHP coders who need a simple and elegant toolkit
to create full-featured web applications.

PR:             ports/119347
Submitted by:   Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:    linimon (mentor)

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

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.12 seconds.