Bug 254499 - [NEW PORT] textproc/p5-excel2csv: convert xls or xlsx to CSV
Summary: [NEW PORT] textproc/p5-excel2csv: convert xls or xlsx to CSV
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-23 10:58 UTC by Henrik Rosenke
Modified: 2023-08-10 06:22 UTC (History)
2 users (show)

See Also:


Attachments
New port textproc/p5-excel2csv (3.89 KB, patch)
2021-03-23 10:58 UTC, Henrik Rosenke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Rosenke 2021-03-23 10:58:01 UTC
Created attachment 223518 [details]
New port textproc/p5-excel2csv

Hello,

this is a new perl port for xls2csv / excel2csv to convert xls or xlsx to CSV.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-09 14:11:09 UTC
Unfortunately this problem report did not attract attention from developers. 

Please, feel free to reopen should you think this port should be in our ports tree.

Closing.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-10 06:20:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38be56a530a004de92b36d35bbd8e85cd9a0fd32

commit 38be56a530a004de92b36d35bbd8e85cd9a0fd32
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-08-10 06:19:16 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-08-10 06:19:16 +0000

    textproc/p5-excel2csv: new port had been added (+)

    Provides two scripts for converting Microsoft Excel
    spreadsheet formats (both XLS and XLSX) to CSV.

    PR:             254499
    Submitted by:   Henrik Rosenke

 textproc/Makefile                     |  1 +
 textproc/p5-excel2csv/Makefile (new)  | 28 ++++++++++++++++++++++++++++
 textproc/p5-excel2csv/distinfo (new)  |  3 +++
 textproc/p5-excel2csv/pkg-descr (new) |  6 ++++++
 textproc/p5-excel2csv/pkg-plist (new) |  4 ++++
 5 files changed, 42 insertions(+)
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2023-08-10 06:22:29 UTC
Committed with modifications, thank you!  Please accept our apologies for missing it earlier.