diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-12-05 22:30:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-12-05 22:30:19 +0800 |
commit | 0e78dafb22750ef6a13450dac0c16c244048a898 (patch) | |
tree | a879e383a2e09453e66e87589df37dcc23a7a80b | |
parent | e6758ec86323539c674dcf5ecc380ba5f1cc78ff (diff) | |
download | freebsd-ports-gnome-0e78dafb22750ef6a13450dac0c16c244048a898.tar.gz freebsd-ports-gnome-0e78dafb22750ef6a13450dac0c16c244048a898.tar.zst freebsd-ports-gnome-0e78dafb22750ef6a13450dac0c16c244048a898.zip |
- update LICENSE_FILE
-rw-r--r-- | devel/etoile-foundation/Makefile | 1 | ||||
-rw-r--r-- | devel/etoile-foundation/pkg-descr | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/etoile-foundation/Makefile b/devel/etoile-foundation/Makefile index bb957c38b2d7..c32577723f0b 100644 --- a/devel/etoile-foundation/Makefile +++ b/devel/etoile-foundation/Makefile @@ -16,6 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Etoile Project EtoileFoundation framework LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/Frameworks/EtoileFoundation/COPYING USE_BZIP2= yes USE_GNUSTEP= yes diff --git a/devel/etoile-foundation/pkg-descr b/devel/etoile-foundation/pkg-descr index 29dab0274326..105010bf2791 100644 --- a/devel/etoile-foundation/pkg-descr +++ b/devel/etoile-foundation/pkg-descr @@ -1,6 +1,7 @@ EtoileFoundation is the core framework for all Etoile projects, providing numerous convenience methods on top of the OpenStep foundation and -significantly better support for reflection. Here is a summary of some the interesting features: +significantly better support for reflection. Here is a summary of some the +interesting features: - mixins and traits - restartable exceptions - collection class protocol and additions @@ -17,5 +18,7 @@ Two sub-frameworks are bundled with it: in fragments. LICENSE: BSD +Copyright (c) 2005-2008, Uli Kusterer, Quentin Mathe, David Chisnall, + Yen-Ju Chen All rights reserved. WWW: http://www.etoile-project.org/ |