diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-16 01:04:21 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-16 01:04:21 +0000 |
commit | 2c7268a8e40691ccdb535aa17461de65247da711 (patch) | |
tree | 7c0c0d507cfee560cc4f6d278cb51a2b99d34d79 /sysutils | |
parent | Minor update in where the files are fetched from. Maybe now (diff) |
New port ticker.app version 0.1.0: Ticker dockapp for Window Maker
PR: 31267
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=48827
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ticker.app/Makefile | 28 | ||||
-rw-r--r-- | sysutils/ticker.app/distinfo | 1 | ||||
-rw-r--r-- | sysutils/ticker.app/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/ticker.app/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/ticker.app/pkg-plist | 4 |
6 files changed, 42 insertions, 0 deletions
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 <pat@databits.net> +# +# $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 <bsd.port.mk> 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 <ssato@sh.rim.or.jp> 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 |