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)

Portfile (574 bytes) - added by gtolemans@… 10 years ago.

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by gtolemans@…

Attachment: Portfile added

comment:1 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

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: submissionrequest

comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: streamlogstreamlog 1.0
Type: requestsubmission

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 (the bitbucket.setup line sets it for you)
  • added rmd160 checksum

comment:6 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.