diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 05:02:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-23 05:02:08 +0000 |
commit | 9ff4790bc0d410cbe21213a959ac5b97e1bdcc9e (patch) | |
tree | b988844274bdb7cde5926cd729065a48c252bfc7 /devel | |
parent | - Update to 1.1 (diff) |
- use MASTER_SITE_GNUSTEP
- New package description
Notes
Notes:
svn path=/head/; revision=77199
Diffstat (limited to 'devel')
-rw-r--r-- | devel/projectcenter.app/Makefile | 4 | ||||
-rw-r--r-- | devel/projectcenter.app/pkg-descr | 16 |
2 files changed, 12 insertions, 8 deletions
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index 18bbf0545100..fc94e482a362 100644 --- a/devel/projectcenter.app/Makefile +++ b/devel/projectcenter.app/Makefile @@ -8,8 +8,10 @@ PORTNAME= projectcenter.app PORTVERSION= 0.3.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/dev-apps/ +MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ + ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/ DISTNAME= ProjectCenter-${PORTVERSION} +MASTER_SITE_SUBDIR= dev-apps MAINTAINER= dinoex@FreeBSD.org COMMENT= A development environment for GNUstep diff --git a/devel/projectcenter.app/pkg-descr b/devel/projectcenter.app/pkg-descr index 2dea604756b8..619571e4bea8 100644 --- a/devel/projectcenter.app/pkg-descr +++ b/devel/projectcenter.app/pkg-descr @@ -1,11 +1,13 @@ -ProjectCenter is an application developed for GNUstep which one day should -become a full blown development environment. +Project Center is GNUstep's graphical integrated developement environment +(IDE). It helps you to create all different kinds of projects like +Applications, Tools, Libraries and Bundles. -THIS IS A DEVELOPER 'PRE RELEASE RELEASE' ONLY! It is meant to give a -sneak peak for those who want to help, it is not meant as a usable -application right now! +Project Center allows you to easily add and remove, edit and search files; +writes the project makefiles accordingly and supports you in the actual +process of building and debugging your project. -If you want to volunteer, please contact -Philippe C.D. Robert <phr@3dkit.org> +Even the management of a big project keeps being easy as Project Center's +file browser lets you always have a well sorted and categorized overview +over all the files in your project. WWW: http://www.gnustep.org/experience/ProjectCenter.html |