diff options
author | bofh <bofh@FreeBSD.org> | 2015-02-03 18:36:18 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-02-03 18:36:18 +0800 |
commit | f40f248c63be81d0532abc0a056cbd0adf1bb52e (patch) | |
tree | d01e6eb0ff96a9a9f53a399ea5f416cf011fdb5b /deskutils | |
parent | d0202bf84a89d4f730169de94ed63f58ae790a34 (diff) | |
download | freebsd-ports-gnome-f40f248c63be81d0532abc0a056cbd0adf1bb52e.tar.gz freebsd-ports-gnome-f40f248c63be81d0532abc0a056cbd0adf1bb52e.tar.zst freebsd-ports-gnome-f40f248c63be81d0532abc0a056cbd0adf1bb52e.zip |
[CHANGE CATEGORY] sysutils/currtime: deskutils->sysutils
Submitted by: danfe
Approved by: bapt(mentor)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/currtime/Makefile | 20 | ||||
-rw-r--r-- | deskutils/currtime/distinfo | 2 | ||||
-rw-r--r-- | deskutils/currtime/pkg-descr | 8 |
4 files changed, 0 insertions, 31 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index e99e60249bee..e568c43136fb 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -30,7 +30,6 @@ SUBDIR += conkyemail SUBDIR += conkyforecast SUBDIR += countdown - SUBDIR += currtime SUBDIR += cycle SUBDIR += dailystrips SUBDIR += deforaos-todo diff --git a/deskutils/currtime/Makefile b/deskutils/currtime/Makefile deleted file mode 100644 index 7a0097299b92..000000000000 --- a/deskutils/currtime/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= currtime -PORTVERSION= 0.2 -CATEGORIES= deskutils -MASTER_SITES= http://www.neelc.org/files/currtime/${PORTVERSION}/ - -MAINTAINER= neel@neelc.org -COMMENT= Enhanced command-line operated real time clock - -LICENSE= BSD2CLAUSE - -ALL_TARGET= ${PORTNAME} - -PLIST_FILES= bin/${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/deskutils/currtime/distinfo b/deskutils/currtime/distinfo deleted file mode 100644 index a1ed3cd72dda..000000000000 --- a/deskutils/currtime/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (currtime-0.2.tar.gz) = edc4c338c21ca2e86a585730a709efdc4fab1af354528859f128f12eedd8e5ec -SIZE (currtime-0.2.tar.gz) = 3279 diff --git a/deskutils/currtime/pkg-descr b/deskutils/currtime/pkg-descr deleted file mode 100644 index 9fd0d09f5a5d..000000000000 --- a/deskutils/currtime/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -currtime is an enhanced command-line operated real time clock. Features include: - - * Time displayed in Unix-compatible format - * Shows the current time on the same line - * Can run for a specified number of ticks (seconds) with the -T (ticks) flag - * Option to display each tick on a new line with the -n flag - -WWW: http://www.neelc.org/software/currtime/ |