svn commit: r467854 - in head/devel: . sope4
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Sat Apr 21 02:54:07 UTC 2018
Author: acm
Date: Sat Apr 21 02:54:05 2018
New Revision: 467854
URL: https://svnweb.freebsd.org/changeset/ports/467854
Log:
- New port: devel/sope4
SOPE is an extensive set of frameworks which form a complete Web
application server environment. Besides the Apple WebObjects
compatible appserver extended with Zope concepts, it contains a large
set of reusable classes: XML processing (SAX, DOM, XML-RPC),
MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and
iCalendar parsing.
WWW: http://sogo.nu/
Added:
head/devel/sope4/
- copied from r467853, head/devel/sope3/
Modified:
head/devel/Makefile
head/devel/sope4/Makefile
head/devel/sope4/distinfo
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Apr 21 00:36:33 2018 (r467853)
+++ head/devel/Makefile Sat Apr 21 02:54:05 2018 (r467854)
@@ -6015,6 +6015,7 @@
SUBDIR += sonarqube
SUBDIR += sope2
SUBDIR += sope3
+ SUBDIR += sope4
SUBDIR += sord
SUBDIR += sourcenav
SUBDIR += sparc64-binutils
Modified: head/devel/sope4/Makefile
==============================================================================
--- head/devel/sope3/Makefile Sat Apr 21 00:36:33 2018 (r467853)
+++ head/devel/sope4/Makefile Sat Apr 21 02:54:05 2018 (r467854)
@@ -1,14 +1,12 @@
-# Created by: Euan Thoms <euan at potensol.com>
# $FreeBSD$
-PORTNAME= sope3
-PORTVERSION= 3.2.10
-PORTREVISION= 2
+PORTNAME= sope4
+PORTVERSION= 4.0.0
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}
-MAINTAINER= euan at potensol.com
+MAINTAINER= acm at FreeBSD.org
COMMENT= Extensive set of GNUstep web application frameworks
LICENSE= LGPL20
@@ -31,7 +29,7 @@ USES= gmake iconv gnustep
USE_GNUSTEP= base build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
-CONFLICTS= sope2-[0-9]*
+CONFLICTS= sope2-[0-9]* sope3-[0-9]*
SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \
GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES}
Modified: head/devel/sope4/distinfo
==============================================================================
--- head/devel/sope3/distinfo Sat Apr 21 00:36:33 2018 (r467853)
+++ head/devel/sope4/distinfo Sat Apr 21 02:54:05 2018 (r467854)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501808995
-SHA256 (SOPE-3.2.10.tar.gz) = 7994bf985ed8e2c63b605e4e3495d8bcdcce68bffc8fea87251c999382c3df66
-SIZE (SOPE-3.2.10.tar.gz) = 2282107
+TIMESTAMP = 1521046717
+SHA256 (SOPE-4.0.0.tar.gz) = 8e86703d37fc24ae75d8ca898e6e8829d3c51ed210c0c21db8f6ea13087b3216
+SIZE (SOPE-4.0.0.tar.gz) = 2283869
More information about the svn-ports-all
mailing list