Opened 19 years ago
Closed 19 years ago
#8399 closed enhancement (fixed)
NEW: flip 20050821
Reported by: | macfreek (Freek Dijkstra) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
This is my first darwinport. I use a rather simple program, flip, to convert newlines in text files (between Mac, Unix and MS-DOS line endings).
It's rather trivial to install the program manual: wget http://ccrma-www.stanford.edu/~craig/utility/flip/flip.cpp g++ -ansi -O3 -o flip flip.cpp sudo cp flip /usr/local/bin/
Nonetheless, I wrote a small Portfile, and attached it with the report. Please check, and include it if you see fit. I did not list myself as maintainer, I'm fine if other people improve on it without asking me.
Note that I'm not related to the person who has this tool on his website.
Attachments (2)
Change History (3)
Changed 19 years ago by macfreek (Freek Dijkstra)
Changed 19 years ago by macfreek (Freek Dijkstra)
Attachment: | flip-install.log added |
---|
Short logfile, created during "port -d -v install"; no errors
comment:1 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
created a little Makefile & a tarball for the port - added;
Portfile for flip 20050821