[127643] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Fri Oct 31 03:05:05 PDT 2014


Revision: 127643
          https://trac.macports.org/changeset/127643
Author:   ryandesign at macports.org
Date:     2014-10-31 03:05:05 -0700 (Fri, 31 Oct 2014)
Log Message:
-----------
retail: new port, version 1.0.1 (#45568)

Added Paths:
-----------
    trunk/dports/textproc/retail/
    trunk/dports/textproc/retail/Portfile
    trunk/dports/textproc/retail/files/
    trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff

Added: trunk/dports/textproc/retail/Portfile
===================================================================
--- trunk/dports/textproc/retail/Portfile	                        (rev 0)
+++ trunk/dports/textproc/retail/Portfile	2014-10-31 10:05:05 UTC (rev 127643)
@@ -0,0 +1,46 @@
+# -*- 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$
+
+PortSystem          1.0
+
+name                retail
+version             1.0.1
+categories          textproc
+platforms           darwin
+maintainers         gmail.com:mschamschula openmaintainer
+license             GPL-2+
+
+description         Re-Tail is a command line program which is intended as an \
+                    intelligent incremental logfile reader.
+
+long_description    Re-Tail is a command line program which is intended as an \
+                    intelligent incremental logfile reader. It will read a file or \
+                    group of files given on the command line, and output any changes \
+                    since last time it read the file(s) in question. It will attempt \
+                    to compensate if the filesize changes unexpectedly, and will also \
+                    attempt to compensate if the file contents changes as well. It is \
+                    not a very complex program.
+
+homepage            http://xjack.org/retail/
+master_sites        ${homepage}download/
+
+checksums           rmd160  271f532a965d7173ad5090e69c60861888eb657b \
+                    sha256  056d9f3852a05399d478f4852e4a82b1165aa433341f39228decdd82ed58fcce
+
+patchfiles          patch-src-Makefile.in.diff
+
+configure.args      --mandir=${prefix}/share/man
+
+build.target        default
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        COPYING \
+        CREDITS \
+        ChangeLog \
+        README \
+        TODO \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/textproc/retail/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/textproc/retail/files/patch-src-Makefile.in.diff	2014-10-31 10:05:05 UTC (rev 127643)
@@ -0,0 +1,22 @@
+--- src/Makefile.in.orig	2003-04-04 14:28:32.000000000 -0600
++++ src/Makefile.in	2014-10-31 05:03:10.000000000 -0500
+@@ -9,6 +9,7 @@
+ CFLAGS = @CFLAGS@
+ LDFLAGS = @LDFLAGS@
+ PREFIX = @prefix@
++MANDIR = @mandir@
+ 
+ INSTALL = @INSTALL@
+ 
+@@ -21,9 +22,9 @@
+ 	$(CC) -c $(INCLUDES) $(CFLAGS) $(LDFLAGS) $< -o $@
+ 
+ real_install:
+-	../mkinstalldirs $(DESTDIR)$(PREFIX)/bin/ $(DESTDIR)$(PREFIX)/man/man1
++	../mkinstalldirs $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(MANDIR)/man1
+ 	$(INSTALL) $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+-	$(INSTALL) ../doc/*.1 $(DESTDIR)$(PREFIX)/man/man1	
++	$(INSTALL) ../doc/*.1 $(DESTDIR)$(MANDIR)/man1
+ 
+ install: real_install
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141031/95af9154/attachment.html>


More information about the macports-changes mailing list