aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-10-10 11:25:19 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-10-10 11:25:19 +0800
commit7d94d4a1c8e7fd8730fce002477fdb8329967d0a (patch)
treed6a437b13abe0cf9a2bbc7c3ec90a8b74451c924 /x11-toolkits/Makefile
parent16de4a084913975e393132fa04b8d9faaf5e6043 (diff)
downloadfreebsd-ports-gnome-7d94d4a1c8e7fd8730fce002477fdb8329967d0a.tar.gz
freebsd-ports-gnome-7d94d4a1c8e7fd8730fce002477fdb8329967d0a.tar.zst
freebsd-ports-gnome-7d94d4a1c8e7fd8730fce002477fdb8329967d0a.zip
- Add p5-Tk-Sugar 1.093190
Tk is a great graphical toolkit to write desktop applications. However, one can get bothered with the constant typing of quotes and options. Tk::Sugar provides handy subs for common options used when programming Tk. Benefits are obvious: - Reduced typing: The constant need to type => and '' is fine for one-off cases, but the instant you start using Tk it starts to get annoying. - More compact statements: Reduces much of the redundant typing in most cases, which makes your life easier, and makes it take up less visual space, which makes it faster to read. - No string worries: Strings are often problematic, since they aren't checked at compile-time. Sometimes it makes spotting an error a difficult task. Using this alleviates that worry. WWW: http://search.cpan.org/dist/Tk-Sugar/
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r--x11-toolkits/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index b683ded431fd..459dde797d3e 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -178,6 +178,7 @@
SUBDIR += p5-Tk-Role-HasWidgets
SUBDIR += p5-Tk-ResizeButton
SUBDIR += p5-Tk-Splashscreen
+ SUBDIR += p5-Tk-Sugar
SUBDIR += p5-Tk-TableMatrix
SUBDIR += p5-Wx
SUBDIR += p5-Wx-Perl-ProcessStream