diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-10 16:10:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-10 16:10:22 +0000 |
commit | d0e91b562f962f12fb7fd1fe3ef98c9549141831 (patch) | |
tree | db59a4001646cfda886fda9684f9b14b2331edb0 /x11 | |
parent | 07d6e51f244204b51c17fde3ccecabb096ec25b1 (diff) | |
download | ports-d0e91b562f962f12fb7fd1fe3ef98c9549141831.tar.gz ports-d0e91b562f962f12fb7fd1fe3ef98c9549141831.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/etoile-idle/Makefile | 5 | ||||
-rw-r--r-- | x11/etoile-iterm/Makefile | 5 | ||||
-rw-r--r-- | x11/etoile-xwindowserverkit/Makefile | 5 | ||||
-rw-r--r-- | x11/etoile/Makefile | 6 | ||||
-rw-r--r-- | x11/gnustep-app/Makefile | 5 |
5 files changed, 21 insertions, 5 deletions
diff --git a/x11/etoile-idle/Makefile b/x11/etoile-idle/Makefile index 2e7fbfefd768..4ce348120952 100644 --- a/x11/etoile-idle/Makefile +++ b/x11/etoile-idle/Makefile @@ -12,11 +12,14 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project Idle event generator BUILD_DEPENDS= ${LOCALBASE}/include/X11/extensions/scrnsaver.h:${PORTSDIR}/x11/scrnsaverproto +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/x11/etoile-iterm/Makefile b/x11/etoile-iterm/Makefile index 2bc6c42eb459..a520e8ae5355 100644 --- a/x11/etoile-iterm/Makefile +++ b/x11/etoile-iterm/Makefile @@ -14,9 +14,12 @@ MASTER_SITE_SUBDIR= dinoex PKGNAMEPREFIX= etoile- DISTNAME= Etoile-${SNAPSHOT} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project Terminal application +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/x11/etoile-xwindowserverkit/Makefile b/x11/etoile-xwindowserverkit/Makefile index 994f032ea934..193f673dfe2c 100644 --- a/x11/etoile-xwindowserverkit/Makefile +++ b/x11/etoile-xwindowserverkit/Makefile @@ -12,11 +12,14 @@ MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- DISTNAME= etoile-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project XWindowServerKit frameowrk LICENSE= BSD +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + USE_BZIP2= yes USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes diff --git a/x11/etoile/Makefile b/x11/etoile/Makefile index 401619f715a8..0ec18663633c 100644 --- a/x11/etoile/Makefile +++ b/x11/etoile/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Metaport for Etoile desktop +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + NO_BUILD= yes NO_INSTALL= yes USE_GNUSTEP= yes @@ -104,6 +107,7 @@ USE_GNUSTEP_LOCAL_APPS+= \ ScriptServices:deskutils/etoile-scriptservices \ Melodie:audio/etoile-melodie \ StepChat:net-im/etoile-stepchat \ + Grr:www/etoile-Grr \ # Mantella:www/etoile-mantella \ diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 50f264f5b2de..d50fb5e550e3 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Metaport for GNUstep applications +DEPRECATED= API no longer supported +EXPIRATION_DATE= 2012-07-20 + NO_BUILD= yes NO_INSTALL= yes USE_GNUSTEP= yes |