Opened 14 years ago

Closed 8 years ago

#24799 closed enhancement (wontfix)

Sqlite3 variants: fts3, icu, rtree and soundex

Reported by: franck@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc: cooljeanius (Eric Gallager)
Port: sqlite3

Description

Added the following variants to sqlite3:

  • fts3: Add the FTS3 extension for full text search
  • icu: Add the International Components for Unicode (ICU) extension
  • rtree: Add the R*Tree extension for spatial data structure
  • soundex: Enables the soundex() function

Additionally: Licence was set to "public domain" as per sqlite3. File tabs have been normalised (4 chars). Added myself as port maintainer.

Attachments (2)

Portfile-sqlite3.diff (4.5 KB) - added by franck@… 14 years ago.
Portfile patch for sqlite3
Portfile-sqlite3.2.diff (2.0 KB) - added by franck.cassedanne@… 13 years ago.
Added variants: fts3, icu, rtree, secure_delete, soundex and stat2

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by franck@…

Attachment: Portfile-sqlite3.diff added

Portfile patch for sqlite3

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: haspatch added; fts3 icu rtree soundex sqlite removed
Owner: changed from macports-tickets@… to mww@…
Version: 1.8.2

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Please don't mix whitespace and functional changes in the same patch.

comment:3 in reply to:  2 Changed 14 years ago by franck@…

Replying to jmr@…:

Please don't mix whitespace and functional changes in the same patch.

Do you want me to resubmit this in two patches (e.g. one for the actual changes/additions and one covering the whitespace)?

Changed 13 years ago by franck.cassedanne@…

Attachment: Portfile-sqlite3.2.diff added

Added variants: fts3, icu, rtree, secure_delete, soundex and stat2

comment:4 Changed 13 years ago by franck.cassedanne@…

Added the following variants to sqlite3:

  • fts3: Add the FTS3 extension for full text search
  • icu: Add the International Components for Unicode (ICU) extension
  • rtree: Add the R*Tree extension for spatial data structure
  • secure_delete: Overwrite deleted content with zeros
  • soundex: Enables the soundex() function
  • stat2: Enables additional logic to the query planner and to the ANALYZE command

comment:5 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:6 Changed 8 years ago by raimue (Rainer Müller)

Resolution: wontfix
Status: newclosed

I don't see an advantage in providing these features as variants only as most of them do not require additional dependencies. Closing as wontfix.

Note: See TracTickets for help on using tickets.