diff options
author | beech <beech@FreeBSD.org> | 2011-07-08 06:03:13 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2011-07-08 06:03:13 +0800 |
commit | e1c348e024d68c5c226b1ab168d032d8da07a176 (patch) | |
tree | 83cf1ee923551a451e7ed41c6da0cad6a883c96e /devel | |
parent | 68ba45317d27e5679c2afd3e53c7284bc2a5dce2 (diff) | |
download | freebsd-ports-graphics-e1c348e024d68c5c226b1ab168d032d8da07a176.tar.gz freebsd-ports-graphics-e1c348e024d68c5c226b1ab168d032d8da07a176.tar.zst freebsd-ports-graphics-e1c348e024d68c5c226b1ab168d032d8da07a176.zip |
- Replaced by new pear install
deskutils/horde4-alarm
devel/horde4-content
devel/horde4-rdo
devel/horde4-date
devel/horde4-autoloader
devel/horde4-cache
devel/horde4-dateparser
devel/horde4-translation
devel/horde4-streamfilter
devel/horde4-constraint
devel/horde4-streamwrapper
Diffstat (limited to 'devel')
49 files changed, 0 insertions, 715 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8ae8183c813..e63f14106ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -555,17 +555,7 @@ SUBDIR += highlighterkit SUBDIR += horde-chora SUBDIR += horde-whups - SUBDIR += horde4-autoloader - SUBDIR += horde4-cache - SUBDIR += horde4-constraint - SUBDIR += horde4-content - SUBDIR += horde4-date - SUBDIR += horde4-dateparser - SUBDIR += horde4-rdo - SUBDIR += horde4-streamfilter - SUBDIR += horde4-streamwrapper SUBDIR += horde4-timeobjects - SUBDIR += horde4-translation SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hs-Boolean diff --git a/devel/horde4-autoloader/Makefile b/devel/horde4-autoloader/Makefile deleted file mode 100644 index 5751f43a1d4..00000000000 --- a/devel/horde4-autoloader/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Ports collection makefile for: horde4-autoloader -# Date created: Tue May 24, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= autoloader -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Autoloader-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Horde Autoloader - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -ALDIR= Autoloader -HORDIR+= ${HORBAS}${ALDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${CP} ${WRKSRC}/lib/Horde/Autoloader.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Autoloader/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-autoloader/distinfo b/devel/horde4-autoloader/distinfo deleted file mode 100644 index ff505192607..00000000000 --- a/devel/horde4-autoloader/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Autoloader-1.0.0.tgz) = aaf5aa0f4f7a7dc094de2feb30e6be076d025dfa6747ee8dd928b6aeaa65b441 -SIZE (Horde_Autoloader-1.0.0.tgz) = 4900 diff --git a/devel/horde4-autoloader/files/pkg-message.in b/devel/horde4-autoloader/files/pkg-message.in deleted file mode 100644 index 0bc92fa3673..00000000000 --- a/devel/horde4-autoloader/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Autoloader has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-autoloader/pkg-descr b/devel/horde4-autoloader/pkg-descr deleted file mode 100644 index 947684acf96..00000000000 --- a/devel/horde4-autoloader/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Autoload implementation and class loading manager for Horde. - -WWW: http://www.horde.org diff --git a/devel/horde4-autoloader/pkg-plist b/devel/horde4-autoloader/pkg-plist deleted file mode 100644 index 8816dd0a8a6..00000000000 --- a/devel/horde4-autoloader/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%HORBAS%%/Autoloader.php -%%HORDIR%%/ClassPathMapper.php -%%HORDIR%%/ClassPathMapper/Application.php -%%HORDIR%%/ClassPathMapper/Default.php -%%HORDIR%%/ClassPathMapper/Prefix.php -%%HORDIR%%/Default.php -@dirrm %%HORDIR%%/Parser -@dirrm %%HORDIR%%/ClassPathMapper -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% diff --git a/devel/horde4-cache/Makefile b/devel/horde4-cache/Makefile deleted file mode 100644 index 4b580f1fc08..00000000000 --- a/devel/horde4-cache/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Ports collection makefile for: horde4-cache -# Date created: Wed May 24, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= cache -PORTVERSION= 1.0.3 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Cache-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Horde caching API - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -CACHEDIR= Cache -HORDIR= ${HORBAS}${CACHEDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${CP} ${WRKSRC}/lib/Horde/Cache.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Cache/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-cache/distinfo b/devel/horde4-cache/distinfo deleted file mode 100644 index 9a1f02b9adf..00000000000 --- a/devel/horde4-cache/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Cache-1.0.3.tgz) = b85536eb4d13977917a80d9ebbb1e9c072d316b27efb164c62a28246ea5d8dfc -SIZE (Horde_Cache-1.0.3.tgz) = 9812 diff --git a/devel/horde4-cache/files/pkg-message.in b/devel/horde4-cache/files/pkg-message.in deleted file mode 100644 index 411ae74495b..00000000000 --- a/devel/horde4-cache/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Alarm has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-cache/pkg-descr b/devel/horde4-cache/pkg-descr deleted file mode 100644 index f770a03f4c2..00000000000 --- a/devel/horde4-cache/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Horde cache provides a simple, functional caching API, with the option to store -the cached data on the filesystem, in one of the PHP opcode cache systems (APC, -eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or -an SQL table. - -WWW: http://www.horde.org diff --git a/devel/horde4-cache/pkg-plist b/devel/horde4-cache/pkg-plist deleted file mode 100644 index 44d8cb123fd..00000000000 --- a/devel/horde4-cache/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%HORBAS%%/Cache.php -%%HORDIR%%/Exception.php -%%HORDIR%%/Storage/Apc.php -%%HORDIR%%/Storage/Base.php -%%HORDIR%%/Storage/Eaccelerator.php -%%HORDIR%%/Storage/File.php -%%HORDIR%%/Storage/Memcache.php -%%HORDIR%%/Storage/Mock.php -%%HORDIR%%/Storage/Null.php -%%HORDIR%%/Storage/Session.php -%%HORDIR%%/Storage/Sql.php -%%HORDIR%%/Storage/Stack.php -%%HORDIR%%/Storage/Xcache.php -@dirrm %%HORDIR%%/Storage -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% diff --git a/devel/horde4-constraint/Makefile b/devel/horde4-constraint/Makefile deleted file mode 100644 index 381cf5ee64b..00000000000 --- a/devel/horde4-constraint/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Ports collection makefile for: horde4-constraint -# Date created: Thu May 26, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= constraint -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Constraint-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Horde Constraint library - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -CONSDIR= Constraint -HORDIR+= ${HORBAS}${CONSDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist - -do-install: - @${CP} -Rp ${WRKSRC}/lib/Horde/Constraint.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Constraint/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-constraint/distinfo b/devel/horde4-constraint/distinfo deleted file mode 100644 index 9aa4fb6f7a9..00000000000 --- a/devel/horde4-constraint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Constraint-1.0.0.tgz) = 59873a95e8a071237bf16a6321ad6fe95804c75a1e7836cf94a59ae896f60829 -SIZE (Horde_Constraint-1.0.0.tgz) = 4012 diff --git a/devel/horde4-constraint/files/pkg-message.in b/devel/horde4-constraint/files/pkg-message.in deleted file mode 100644 index a557a3fc085..00000000000 --- a/devel/horde4-constraint/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Constraint has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-constraint/pkg-descr b/devel/horde4-constraint/pkg-descr deleted file mode 100644 index 567d4edeeb0..00000000000 --- a/devel/horde4-constraint/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This port provides a programmatic way of building constraints that evaluate to -true or false. - - -WWW: http://www.horde.org/ diff --git a/devel/horde4-constraint/pkg-plist b/devel/horde4-constraint/pkg-plist deleted file mode 100644 index d314fc4f21b..00000000000 --- a/devel/horde4-constraint/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -%%HORBAS%%/Constraint.php -%%HORDIR%%/AlwaysFalse.php -%%HORDIR%%/AlwaysTrue.php -%%HORDIR%%/And.php -%%HORDIR%%/Coupler.php -%%HORDIR%%/IsEqual.php -%%HORDIR%%/IsInstanceOf.php -%%HORDIR%%/Not.php -%%HORDIR%%/Null.php -%%HORDIR%%/Or.php -%%HORDIR%%/PregMatch.php -@dirrm %%HORDIR%% -@dirrmtry %%HORBAS%%
\ No newline at end of file diff --git a/devel/horde4-content/Makefile b/devel/horde4-content/Makefile deleted file mode 100644 index 99ec0931887..00000000000 --- a/devel/horde4-content/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: horde4-content -# Date created: Mon May 23, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= content -PORTVERSION= 1.0.0 -CATEGORIES= devel www pear -PKGNAMEPREFIX= horde- - -MAINTAINER= mm@FreeBSD.org -COMMENT= Horde tagging application - -CONFLICTS= horde-3* - -USE_PHP= gettext -USE_HORDE_BUILD= Horde_Role -USE_HORDE_RUN= Horde_Role \ - Horde_Core \ - Horde_Date \ - Horde_Exception \ - Horde_Db \ - Horde_Injector \ - Horde_Rdo \ - Horde_Util - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> diff --git a/devel/horde4-content/distinfo b/devel/horde4-content/distinfo deleted file mode 100644 index 38bd021f2e5..00000000000 --- a/devel/horde4-content/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde/content-1.0.0.tgz) = b4ec6c971118a3274b85d8b6407576e3f7bba70b3fbbf3f823854839b61049d8 -SIZE (Horde/content-1.0.0.tgz) = 18025 diff --git a/devel/horde4-content/pkg-descr b/devel/horde4-content/pkg-descr deleted file mode 100644 index f7535d9eb03..00000000000 --- a/devel/horde4-content/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Horde content. This application provides tagging support for the other Horde -applications. - -WWW: http://www.horde.org diff --git a/devel/horde4-date/Makefile b/devel/horde4-date/Makefile deleted file mode 100644 index b180744ef5d..00000000000 --- a/devel/horde4-date/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Ports collection makefile for: horde4-date -# Date created: Tue May 24, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= date -PORTVERSION= 1.0.1 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Date-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Horde date package - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -DATEDIR= Date -HORDIR+= ${HORBAS}${DATEDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist - -do-install: - @${CP} -Rp ${WRKSRC}/lib/Horde/Date.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Date/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-date/distinfo b/devel/horde4-date/distinfo deleted file mode 100644 index c815d3538cd..00000000000 --- a/devel/horde4-date/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Date-1.0.1.tgz) = 5c8c9db7d70206aed3fdfcf53b6a8a4c2c961754f3048633c694509ffa852ebe -SIZE (Horde_Date-1.0.1.tgz) = 44856 diff --git a/devel/horde4-date/files/pkg-message.in b/devel/horde4-date/files/pkg-message.in deleted file mode 100644 index 505cb78797d..00000000000 --- a/devel/horde4-date/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Date has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-date/pkg-descr b/devel/horde4-date/pkg-descr deleted file mode 100644 index 64ce8b8eddd..00000000000 --- a/devel/horde4-date/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Horde package for creating and manipulating dates. - - -WWW: http://www.horde.org/ diff --git a/devel/horde4-date/pkg-plist b/devel/horde4-date/pkg-plist deleted file mode 100644 index da077506dc2..00000000000 --- a/devel/horde4-date/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -%%HORBAS%%/Date.php -%%HORDIR%%/Exception.php -%%HORDIR%%/Recurrence.php -%%HORDIR%%/Repeater.php -%%HORDIR%%/Repeater/Day.php -%%HORDIR%%/Repeater/DayName.php -%%HORDIR%%/Repeater/DayPortion.php -%%HORDIR%%/Repeater/Exception.php -%%HORDIR%%/Repeater/Fortnight.php -%%HORDIR%%/Repeater/Hour.php -%%HORDIR%%/Repeater/Minute.php -%%HORDIR%%/Repeater/Month.php -%%HORDIR%%/Repeater/MonthName.php -%%HORDIR%%/Repeater/Season.php -%%HORDIR%%/Repeater/SeasonName.php -%%HORDIR%%/Repeater/Second.php -%%HORDIR%%/Repeater/Time.php -%%HORDIR%%/Repeater/Week.php -%%HORDIR%%/Repeater/Weekend.php -%%HORDIR%%/Repeater/Year.php -%%HORDIR%%/Span.php -%%HORDIR%%/Translation.php -%%HORDIR%%/Utils.php -@dirrm %%HORDIR%%/Repeater -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% diff --git a/devel/horde4-dateparser/Makefile b/devel/horde4-dateparser/Makefile deleted file mode 100644 index a88b6e54432..00000000000 --- a/devel/horde4-dateparser/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Ports collection makefile for: horde4-dateparser -# Date created: Tue May 24, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= dateparser -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Date_Parser-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Library for natural-language date parsing - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -DATEDIR= Date -HORDIR+= ${HORBAS}${DATEDIR:S|^|/|:S|/horde||} -EXAMPLESDIR= ${PREFIX}/share/examples/horde - -RUN_DEPENDS+= ${HORBAS}/Date.php:${PORTSDIR}/devel/horde4-date - -post-extract: - @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${INSTALL} -d ${EXAMPLESDIR}/ - @${CP} ${WRKSRC}/lib/Horde/Date/Parser.php ${HORDIR}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Date/Parser ${HORDIR}/ - cd ${WRKSRC}/examples/Horde/ && ${COPYTREE_SHARE} Date ${EXAMPLESDIR} - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-dateparser/distinfo b/devel/horde4-dateparser/distinfo deleted file mode 100644 index 093990c56bc..00000000000 --- a/devel/horde4-dateparser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Date_Parser-1.0.0.tgz) = d432b965923fd061c6a4ce45f7b93c3f606804226af6970b8d612d5e7dfeb897 -SIZE (Horde_Date_Parser-1.0.0.tgz) = 19765 diff --git a/devel/horde4-dateparser/files/pkg-message.in b/devel/horde4-dateparser/files/pkg-message.in deleted file mode 100644 index af7a5654b78..00000000000 --- a/devel/horde4-dateparser/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Date-Parser has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-dateparser/pkg-descr b/devel/horde4-dateparser/pkg-descr deleted file mode 100644 index 27fc3f88a31..00000000000 --- a/devel/horde4-dateparser/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Horde Date Parser. Library for natural-language date parsing, with support for -multiple languages and locales. - - -WWW: http://www.horde.org diff --git a/devel/horde4-dateparser/pkg-plist b/devel/horde4-dateparser/pkg-plist deleted file mode 100644 index c0312121ea9..00000000000 --- a/devel/horde4-dateparser/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -%%EXAMPLESDIR%%/Date/Parser/parse.php -%%HORDIR%%/Parser.php -%%HORDIR%%/Parser/Exception.php -%%HORDIR%%/Parser/Handler.php -%%HORDIR%%/Parser/Locale/Base.php -%%HORDIR%%/Parser/Locale/Base/Grabber.php -%%HORDIR%%/Parser/Locale/Base/Ordinal.php -%%HORDIR%%/Parser/Locale/Base/Pointer.php -%%HORDIR%%/Parser/Locale/Base/Repeater.php -%%HORDIR%%/Parser/Locale/Base/Scalar.php -%%HORDIR%%/Parser/Locale/Base/Separator.php -%%HORDIR%%/Parser/Locale/Base/Timezone.php -%%HORDIR%%/Parser/Locale/De.php -%%HORDIR%%/Parser/Locale/De/Grabber.php -%%HORDIR%%/Parser/Locale/De/Ordinal.php -%%HORDIR%%/Parser/Locale/De/Pointer.php -%%HORDIR%%/Parser/Locale/De/Repeater.php -%%HORDIR%%/Parser/Locale/De/Scalar.php -%%HORDIR%%/Parser/Locale/De/Separator.php -%%HORDIR%%/Parser/Locale/De/Timezone.php -%%HORDIR%%/Parser/Locale/Pt.php -%%HORDIR%%/Parser/Locale/Pt/Grabber.php -%%HORDIR%%/Parser/Locale/Pt/Ordinal.php -%%HORDIR%%/Parser/Locale/Pt/Pointer.php -%%HORDIR%%/Parser/Locale/Pt/Repeater.php -%%HORDIR%%/Parser/Locale/Pt/Scalar.php -%%HORDIR%%/Parser/Locale/Pt/Separator.php -%%HORDIR%%/Parser/Locale/Pt/Timezone.php -%%HORDIR%%/Parser/Result.php -%%HORDIR%%/Parser/Token.php -@dirrm %%HORDIR%%/Parser/Locale/Pt -@dirrm %%HORDIR%%/Parser/Locale/De -@dirrm %%HORDIR%%/Parser/Locale/Base -@dirrm %%HORDIR%%/Parser/Locale -@dirrm %%HORDIR%%/Parser -@dirrmtry %%HORDIR%% -@dirrm %%EXAMPLESDIR%%/Date/Parser -@dirrmtry %%EXAMPLESDIR%%/Date -@dirrmtry %%EXAMPLESDIR%% -@dirrmtry %%HORBAS%% - diff --git a/devel/horde4-rdo/Makefile b/devel/horde4-rdo/Makefile deleted file mode 100644 index 8aafc055e3b..00000000000 --- a/devel/horde4-rdo/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Ports collection makefile for: horde4-rdo -# Date created: Mon May 23, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= rdo -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -PORTREVISION= 1 -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Rdo-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Rampage data objects - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -RDODIR= Rdo -HORDIR= ${HORBAS}${RDODIR:S|^|/|:S|/horde||} -EXAMPLESDIR= ${PREFIX}/share/examples/horde - -post-extract: - @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${INSTALL} -d ${EXAMPLESDIR}/ - @${CP} ${WRKSRC}/lib/Horde/Rdo.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Rdo/ ${HORDIR}/ - @ cd ${WRKSRC}/examples/Horde/ && ${COPYTREE_SHARE} Rdo ${EXAMPLESDIR} - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-rdo/distinfo b/devel/horde4-rdo/distinfo deleted file mode 100644 index e5e71c41130..00000000000 --- a/devel/horde4-rdo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Rdo-1.0.0.tgz) = 9b188bbb6803c29e808e0d9826a97d5de9e2acfa79e66ee856f1251b91d8207a -SIZE (Horde_Rdo-1.0.0.tgz) = 18670 diff --git a/devel/horde4-rdo/files/pkg-message.in b/devel/horde4-rdo/files/pkg-message.in deleted file mode 100644 index d79233a0c40..00000000000 --- a/devel/horde4-rdo/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Rdo has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-rdo/pkg-descr b/devel/horde4-rdo/pkg-descr deleted file mode 100644 index 98b77fef02c..00000000000 --- a/devel/horde4-rdo/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Horde Rdo. Rampage Data Objects - - -WWW: http://www.horde.org diff --git a/devel/horde4-rdo/pkg-plist b/devel/horde4-rdo/pkg-plist deleted file mode 100644 index b778b4449fa..00000000000 --- a/devel/horde4-rdo/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%EXAMPLESDIR%%/Rdo/Clotho.php -%%EXAMPLESDIR%%/Rdo/CountTest.php -%%EXAMPLESDIR%%/Rdo/DumpXmlTest.php -%%EXAMPLESDIR%%/Rdo/RelationshipTest.php -%%EXAMPLESDIR%%/Rdo/Task.php -%%EXAMPLESDIR%%/Rdo/User.php -%%EXAMPLESDIR%%/Rdo/clotho.data.php -%%EXAMPLESDIR%%/Rdo/clotho.mysql.sql -%%EXAMPLESDIR%%/Rdo/conf.php.dist -%%EXAMPLESDIR%%/Rdo/users.mysql.sql -%%EXAMPLESDIR%%/Rdo/users.pgsql.sql -%%EXAMPLESDIR%%/Rdo/users.sqlite.sql -%%HORBAS%%/Rdo.php -%%HORDIR%%/Base.php -%%HORDIR%%/Exception.php -%%HORDIR%%/Iterator.php -%%HORDIR%%/List.php -%%HORDIR%%/Mapper.php -%%HORDIR%%/Query.php -%%HORDIR%%/Query/Literal.php -@dirrm %%HORDIR%%/Query -@dirrmtry %%HORDIR%% -@dirrm %%EXAMPLESDIR%%/Rdo -@dirrm %%EXAMPLESDIR%% -@dirrmtry %%HORBAS%% diff --git a/devel/horde4-streamfilter/Makefile b/devel/horde4-streamfilter/Makefile deleted file mode 100644 index b5d36cead6d..00000000000 --- a/devel/horde4-streamfilter/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Ports collection makefile for: horde4-streamfilter -# Date created: THU May 26, 2011 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= streamfilter -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Stream_Filter-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= This port provides various stream filters - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -STFDIR= Stream -HORDIR+= ${HORBAS}${STFDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Stream/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-streamfilter/distinfo b/devel/horde4-streamfilter/distinfo deleted file mode 100644 index c317d2433ab..00000000000 --- a/devel/horde4-streamfilter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Stream_Filter-1.0.0.tgz) = fd765d344f885c679dd77845f845468c1f14f3427d47fa199d8e3da7b19395d0 -SIZE (Horde_Stream_Filter-1.0.0.tgz) = 3290 diff --git a/devel/horde4-streamfilter/files/pkg-message.in b/devel/horde4-streamfilter/files/pkg-message.in deleted file mode 100644 index 88ebbb4a797..00000000000 --- a/devel/horde4-streamfilter/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Stream_Wrapper has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-streamfilter/pkg-descr b/devel/horde4-streamfilter/pkg-descr deleted file mode 100644 index 6ffe08b599e..00000000000 --- a/devel/horde4-streamfilter/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port provides various stream filters - -WWW: http://www.horde.org diff --git a/devel/horde4-streamfilter/pkg-plist b/devel/horde4-streamfilter/pkg-plist deleted file mode 100644 index 61fb22953ab..00000000000 --- a/devel/horde4-streamfilter/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%HORDIR%%/Filter/Crc32.php -%%HORDIR%%/Filter/Eol.php -@dirrm %%HORDIR%%/Filter -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% - diff --git a/devel/horde4-streamwrapper/Makefile b/devel/horde4-streamwrapper/Makefile deleted file mode 100644 index 0a2e0dc73ad..00000000000 --- a/devel/horde4-streamwrapper/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Ports collection makefile for: horde4-streamwrapper -# Date created: Thu May 26, 2011 -# Whom: Beech Rintoul (<beech@FreeBSD.org>) -# -# $FreeBSD$ -# - -PORTNAME= streamwrapper -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Stream_Wrapper-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= This port provides various stream wrappers - -BROKEN= Rewrite in progress -RUN_DEPENDS+= ${HORBAS}/Stream/Filter/Eol.php:${PORTSDIR}/devel/horde4-streamfilter -USE_HORDE= base -USE_GETTEXT= yes -STWDIR= Stream -HORDIR+= ${HORBAS}${STWDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && ${TOUCH} ${WRKSRC}/config/placeholder.dist - -do-install: - @${CP} -Rp ${WRKSRC}/lib/Horde/Stream/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-streamwrapper/distinfo b/devel/horde4-streamwrapper/distinfo deleted file mode 100644 index eea6674a694..00000000000 --- a/devel/horde4-streamwrapper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Stream_Wrapper-1.0.0.tgz) = 016edeff849284f86020d83c92a335fda578d0769cb0b36305c820bb945a2d50 -SIZE (Horde_Stream_Wrapper-1.0.0.tgz) = 3025 diff --git a/devel/horde4-streamwrapper/files/pkg-message.in b/devel/horde4-streamwrapper/files/pkg-message.in deleted file mode 100644 index 88ebbb4a797..00000000000 --- a/devel/horde4-streamwrapper/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Stream_Wrapper has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-streamwrapper/pkg-descr b/devel/horde4-streamwrapper/pkg-descr deleted file mode 100644 index a059c98d869..00000000000 --- a/devel/horde4-streamwrapper/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides various stream wrappers. - - -WWW: http://www.horde.org/ diff --git a/devel/horde4-streamwrapper/pkg-plist b/devel/horde4-streamwrapper/pkg-plist deleted file mode 100644 index 58d9e81a150..00000000000 --- a/devel/horde4-streamwrapper/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%HORDIR%%/Wrapper/Combine.php -%%HORDIR%%/Wrapper/CombineStream.php -%%HORDIR%%/Wrapper/String.php -%%HORDIR%%/Wrapper/StringStream.php -@dirrm %%HORDIR%%/Wrapper -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% - diff --git a/devel/horde4-translation/Makefile b/devel/horde4-translation/Makefile deleted file mode 100644 index c5a4ec443ec..00000000000 --- a/devel/horde4-translation/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Ports collection makefile for: horde4-translation -# Date created: THU May 26, 2011 -# Whom: Beech Rintoul <beech@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= translation -PORTVERSION= 1.0.0 -DISTVERSIONPREFIX= -DISTVERSIONSUFFIX= -CATEGORIES= devel www -MASTER_SITES= http://pear.horde.org/get/ \ - LOCAL/beech -PKGNAMEPREFIX= horde4- -DISTNAME= Horde_Translation-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= beech@FreeBSD.org -COMMENT= Horde translation library - -BROKEN= Rewrite in progress -USE_HORDE= base -USE_GETTEXT= yes -TRNDIR= Translation -HORDIR+= ${HORBAS}${TRNDIR:S|^|/|:S|/horde||} - -post-extract: - @${MKDIR} ${WRKSRC}/config && touch ${WRKSRC}/config/placeholder.dist - -do-install: - @${INSTALL} -d ${HORDIR}/ - @${CP} ${WRKSRC}/lib/Horde/Translation.php ${HORBAS}/ - @${CP} -Rp ${WRKSRC}/lib/Horde/Translation/ ${HORDIR}/ - @${ECHO_CMD} @exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} @exec ${CHMOD} -R o-rwx %D/${HORDIR:S|^${PREFIX}/||}/ >> ${TMPPLIST} - @${ECHO_CMD} "@exec ${TOUCH} ${HORLOG};${CHOWN} ${WWWOWN}:${WWWGRP} ${HORLOG}" >> ${TMPPLIST} - - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include "${.CURDIR}/../../www/horde4-base/bsd.horde4.mk" -.include <bsd.port.mk> diff --git a/devel/horde4-translation/distinfo b/devel/horde4-translation/distinfo deleted file mode 100644 index 8a2ce60c6a2..00000000000 --- a/devel/horde4-translation/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Horde_Translation-1.0.0.tgz) = d79ec2649ed6271fcbe2aebc7fbdc855f54ff8c85dd80befb358283429255ce8 -SIZE (Horde_Translation-1.0.0.tgz) = 4673 diff --git a/devel/horde4-translation/files/pkg-message.in b/devel/horde4-translation/files/pkg-message.in deleted file mode 100644 index c11196c918a..00000000000 --- a/devel/horde4-translation/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Translation has been installed in %%HORDIR%%/. - -Horde must be configured and the tables created; if not, see -`pkg_info -Dx horde-base'. - -************************************************************************ diff --git a/devel/horde4-translation/pkg-descr b/devel/horde4-translation/pkg-descr deleted file mode 100644 index 616feb9ed2b..00000000000 --- a/devel/horde4-translation/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Horde translation library. - -WWW: http://www.horde.org diff --git a/devel/horde4-translation/pkg-plist b/devel/horde4-translation/pkg-plist deleted file mode 100644 index 709b980cb70..00000000000 --- a/devel/horde4-translation/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%HORBAS%%/Translation.php -%%HORDIR%%/Exception.php -%%HORDIR%%/Handler.php -%%HORDIR%%/Handler/Gettext.php -@dirrm %%HORDIR%%/Handler -@dirrmtry %%HORDIR%% -@dirrmtry %%HORBAS%% - |