[csw-devel] SF.net SVN: gar:[4109] csw/mgar/pkg/ncurses/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Mar 31 16:27:55 CEST 2009
Revision: 4109
http://gar.svn.sourceforge.net/gar/?rev=4109&view=rev
Author: dmichelsen
Date: 2009-03-31 14:27:55 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
ncurses: Switch to dynamic gspec
Modified Paths:
--------------
csw/mgar/pkg/ncurses/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/ncurses/trunk/files/CSWncurses.gspec
Modified: csw/mgar/pkg/ncurses/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ncurses/trunk/Makefile 2009-03-31 14:16:25 UTC (rev 4108)
+++ csw/mgar/pkg/ncurses/trunk/Makefile 2009-03-31 14:27:55 UTC (rev 4109)
@@ -2,20 +2,24 @@
GARVERSION = 5.7
CATEGORIES = lib
-DESCRIPTION = ncurses library and utilities
+DESCRIPTION = A free software emulation of curses
define BLURB
- The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0 and more. It uses terminfo forma
-t, supports pads and color and multiple highlights and forms charcters and function-key mapping, and has all the other SYSV-curses enhan
-cements over BSD curses. It should port easily to any ANSI/POSIX-conforming UNIX-like system. On systems supporting libiconv, the librar
-y can be built to support wide- and multibyte-character applications, e.g., UTF-8.
+ The ncurses (new curses) library is a free software emulation of curses
+ in System V Release 4.0 and more. It uses terminfo format, supports pads
+ and color and multiple highlights and forms charcters and function-key
+ mapping, and has all the other SYSV-curses enhancements over BSD curses.
+ It should port easily to any ANSI/POSIX-conforming UNIX-like system.
+ On systems supporting libiconv, the library can be built to support
+ wide- and multibyte-character applications, e.g., UTF-8.
endef
MASTER_SITES = $(GNU_MIRROR)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWncurses)
PATCHFILES = patch-xcode.diff
+LICENSE = README
+
SPKG_SOURCEURL = http://www.gnu.org/software/ncurses/ncurses.html
BUILD64 = 1
Deleted: csw/mgar/pkg/ncurses/trunk/files/CSWncurses.gspec
===================================================================
--- csw/mgar/pkg/ncurses/trunk/files/CSWncurses.gspec 2009-03-31 14:16:25 UTC (rev 4108)
+++ csw/mgar/pkg/ncurses/trunk/files/CSWncurses.gspec 2009-03-31 14:27:55 UTC (rev 4109)
@@ -1,15 +0,0 @@
-%var bitname ncurses
-%var pkgname CSWncurses
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list