diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-geshi/Makefile | 13 | ||||
-rw-r--r-- | devel/pear-channel-geshi/files/pear.geshi.org.reg | 1 | ||||
-rw-r--r-- | devel/pear-channel-geshi/pkg-descr | 3 |
4 files changed, 18 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5ed7fb643644..b8e63669dbca 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4021,6 +4021,7 @@ SUBDIR += pear-XML_Util SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc + SUBDIR += pear-channel-geshi SUBDIR += pear-channel-horde SUBDIR += pear-channel-htmlpurifier.org SUBDIR += pear-channel-openpear diff --git a/devel/pear-channel-geshi/Makefile b/devel/pear-channel-geshi/Makefile new file mode 100644 index 000000000000..4c7593f2c19a --- /dev/null +++ b/devel/pear-channel-geshi/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PORTNAME= geshi +PORTVERSION= 20180906 +CATEGORIES= devel www pear + +MAINTAINER= michael.osipov@siemens.com +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.geshi.org + +.include "${.CURDIR}/../../devel/pear/bsd.pear.channel.mk" +.include <bsd.port.mk> diff --git a/devel/pear-channel-geshi/files/pear.geshi.org.reg b/devel/pear-channel-geshi/files/pear.geshi.org.reg new file mode 100644 index 000000000000..8e5e46d78bb8 --- /dev/null +++ b/devel/pear-channel-geshi/files/pear.geshi.org.reg @@ -0,0 +1 @@ +a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:14:"pear.geshi.org";s:7:"summary";s:34:"GeSHi - generic syntax highlighter";s:14:"suggestedalias";s:5:"geshi";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:27:"http://pear.geshi.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:27:"http://pear.geshi.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:27:"http://pear.geshi.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:27:"http://pear.geshi.org/rest/";}}}}}s:13:"_lastmodified";i:1518796742;} diff --git a/devel/pear-channel-geshi/pkg-descr b/devel/pear-channel-geshi/pkg-descr new file mode 100644 index 000000000000..56a1f1706d1c --- /dev/null +++ b/devel/pear-channel-geshi/pkg-descr @@ -0,0 +1,3 @@ +PEAR channel for GeSHi + +WWW: http://pear.geshi.org/ |