summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-19 08:59:00 +0000
committerwiz <wiz>2009-05-19 08:59:00 +0000
commit53d692acd8a71f89a941dada62a4345937a07233 (patch)
tree6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /time
parent3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff)
downloadpkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'time')
-rw-r--r--time/cardboard-schedule/Makefile12
-rw-r--r--time/emiclock/Makefile4
-rw-r--r--time/etm/Makefile5
-rw-r--r--time/titrax/Makefile10
4 files changed, 15 insertions, 16 deletions
diff --git a/time/cardboard-schedule/Makefile b/time/cardboard-schedule/Makefile
index cf6cc3300d0..dad050ccab6 100644
--- a/time/cardboard-schedule/Makefile
+++ b/time/cardboard-schedule/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/09/12 18:43:51 gdt Exp $
+# $NetBSD: Makefile,v 1.26 2009/05/19 08:59:36 wiz Exp $
#
DISTNAME= cs113ins
@@ -11,17 +11,17 @@ EXTRACT_SUFX= .exe
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cardboard.nu/docs/software.html
COMMENT= Project and resource management software implemented in Java/Swing
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_X11BASE= yes
-
LICENSE= cardboard-schedule-license
+
RESTRICTED= Distribution permitted only of unmodified distfile at no charge.
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_X11BASE= yes
+
USE_TOOLS+= pax gtar unzip
WRKSRC= ${WRKDIR}
diff --git a/time/emiclock/Makefile b/time/emiclock/Makefile
index d06c8a735d4..c5dc6c5dec2 100644
--- a/time/emiclock/Makefile
+++ b/time/emiclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/11/10 17:21:38 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/05/19 08:59:36 wiz Exp $
#
DISTNAME= emiclock-2.0.2
@@ -8,8 +8,8 @@ MASTER_SITES= ftp://ftp.koba.jp/pub/EmiClock/X11/
MAINTAINER= minoura@NetBSD.org
COMMENT= Analog clock with image in the middle
-
LICENSE= emiclock-license
+
RESTRICTED= Do not distribute
NO_SRC_ON_FTP=${RESTRICTED}
NO_BIN_ON_FTP=${RESTRICTED}
diff --git a/time/etm/Makefile b/time/etm/Makefile
index 8a72d64b412..08ec371ecbf 100644
--- a/time/etm/Makefile
+++ b/time/etm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/05/10 21:27:29 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:36 wiz Exp $
#
DISTNAME= etm-221
@@ -8,12 +8,11 @@ MASTER_SITES= http://www.duke.edu/~dgraham/ETM/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.duke.edu/~dgraham/ETM/
COMMENT= Event and Task Manager
+LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4:../../time/py-dateutil
-LICENSE= gnu-gpl-v3
-
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
diff --git a/time/titrax/Makefile b/time/titrax/Makefile
index c99a61e933c..09fa4534646 100644
--- a/time/titrax/Makefile
+++ b/time/titrax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/04/16 09:54:45 he Exp $
+# $NetBSD: Makefile,v 1.22 2009/05/19 08:59:36 wiz Exp $
#
DISTNAME= titrax-1.98
@@ -9,17 +9,17 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=office/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.alvestrand.no/titrax/TimeTracker.html
COMMENT= Little X11 tool to track project times
-
-USE_IMAKE= YES
-USE_TOOLS+= perl:run
-
LICENSE= titrax-license
+
RESTRICTED= Do not sell for "real money".
# XXX Arguably NO_*_ON_CDROM is not necessary, because "real money" seems
# to exclude CDROM distribution charges.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+USE_IMAKE= YES
+USE_TOOLS+= perl:run
+
post-patch:
${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \