Opened 15 years ago
Closed 9 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)
Change History (8)
Changed 15 years ago by franck@…
Attachment: | Portfile-sqlite3.diff added |
---|
comment:1 Changed 15 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 follow-up: 3 Changed 15 years ago by jmroot (Joshua Root)
Please don't mix whitespace and functional changes in the same patch.
comment:3 Changed 15 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:6 Changed 9 years ago by raimue (Rainer Müller)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
Portfile patch for sqlite3