From 2c7268a8e40691ccdb535aa17461de65247da711 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 16 Oct 2001 01:04:21 +0000 Subject: New port ticker.app version 0.1.0: Ticker dockapp for Window Maker PR: 31267 Submitted by: Patrick Li --- sysutils/Makefile | 1 + sysutils/ticker.app/Makefile | 28 ++++++++++++++++++++++++++++ sysutils/ticker.app/distinfo | 1 + sysutils/ticker.app/pkg-comment | 1 + sysutils/ticker.app/pkg-descr | 7 +++++++ sysutils/ticker.app/pkg-plist | 4 ++++ 6 files changed, 42 insertions(+) create mode 100644 sysutils/ticker.app/Makefile create mode 100644 sysutils/ticker.app/distinfo create mode 100644 sysutils/ticker.app/pkg-comment create mode 100644 sysutils/ticker.app/pkg-descr create mode 100644 sysutils/ticker.app/pkg-plist (limited to 'sysutils') diff --git a/sysutils/Makefile b/sysutils/Makefile index 0d8ce534ec23..b878bb0b8f56 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -160,6 +160,7 @@ SUBDIR += syslog-ng SUBDIR += tcplist SUBDIR += tdir + SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += truncate SUBDIR += tua diff --git a/sysutils/ticker.app/Makefile b/sysutils/ticker.app/Makefile new file mode 100644 index 000000000000..6de3f0b1bd87 --- /dev/null +++ b/sysutils/ticker.app/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ticker.app +# Date created: Sun Oct 14 15:14:24 EDT 2001 +# Whom: Patrick Li +# +# $FreeBSD$ +# + +PORTNAME= ticker.app +PORTVERSION= 0.1.0 +CATEGORIES= sysutils windowmaker +MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ + +MAINTAINER= pat@databits.net + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_XPM= yes +GNU_CONFIGURE= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/src/ticker.app ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \ + ${DOCSDIR} +.endif + +.include diff --git a/sysutils/ticker.app/distinfo b/sysutils/ticker.app/distinfo new file mode 100644 index 000000000000..08195bbd6da5 --- /dev/null +++ b/sysutils/ticker.app/distinfo @@ -0,0 +1 @@ +MD5 (ticker.app-0.1.0.tar.bz2) = 1af71e93338ab045ad841a4eb8332bfa diff --git a/sysutils/ticker.app/pkg-comment b/sysutils/ticker.app/pkg-comment new file mode 100644 index 000000000000..b2d616d89f27 --- /dev/null +++ b/sysutils/ticker.app/pkg-comment @@ -0,0 +1 @@ +Ticker dockapp for Window Maker diff --git a/sysutils/ticker.app/pkg-descr b/sysutils/ticker.app/pkg-descr new file mode 100644 index 000000000000..6cc3adae1098 --- /dev/null +++ b/sysutils/ticker.app/pkg-descr @@ -0,0 +1,7 @@ +Ticker.app is just like a ticker. It reads a file that is specified +by the command line, and displays each line in a viewing area +periodically. It rereads automatically when the file has been +modified. If you run in a tail-mode, it ticks only the last line. + +WWW: http://www.sh.rim.or.jp/~ssato/ticker-e.html +Author: Seiichi SATO diff --git a/sysutils/ticker.app/pkg-plist b/sysutils/ticker.app/pkg-plist new file mode 100644 index 000000000000..9a572e65592c --- /dev/null +++ b/sysutils/ticker.app/pkg-plist @@ -0,0 +1,4 @@ +bin/ticker.app +%%PORTDOCS%%share/doc/ticker.app/ChangeLog +%%PORTDOCS%%share/doc/ticker.app/README +@dirrm share/doc/ticker.app -- cgit v1.2.3