Opened 10 years ago
Closed 10 years ago
#44478 closed submission (fixed)
streamlog 1.0
Reported by: | gtolemans@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.1 |
Keywords: | maintainer haspatch | Cc: | kurthindenburg (Kurt Hindenburg) |
Port: | streamlog |
Description
Add port streamlog
Streamlog is a simple and lightweight library that maintains an array of user-defined C++ standard output streams. Every time you write to the log, it automatically writes to all of the added streams.
Attachments (1)
Change History (7)
Changed 10 years ago by gtolemans@…
comment:1 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | khindenburg@… added |
---|
comment:2 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
try using 'port lint --nitpick streamlog'
Warning: Line 1 is missing RCS tag ($Id$) Warning: Line 4 should be a newline (after PortGroup) Warning: Line 20 has missing newline (at end of file)
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: $
Also, there should be 2 lines of checksums - use the output of 'port -v extract streamlog'
Also, it is advisable to use spaces and not tabs
comment:3 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)
Keywords: | maintainer haspatch added |
---|---|
Port: | streamlog added |
Type: | submission → request |
comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Status: | new → assigned |
Summary: | streamlog → streamlog 1.0 |
Type: | request → submission |
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Committed in r125343 with these changes:
- added modeline and reformatted
- removed unnecessary
name
line (thebitbucket.setup
line sets it for you) - added rmd160 checksum
comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!