forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
156 changed files
with
548 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,16 @@ PKGNAMEPREFIX= g | |
MAINTAINER= [email protected] | ||
COMMENT= GNU version of the traditional tape archiver | ||
|
||
LICENSE= GPLv3 | ||
LICENSE= GPLv3+ | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
INFO= tar | ||
|
||
USES= charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz | ||
USES= charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz | ||
CPE_VENDOR= gnu | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS= --program-prefix=g \ | ||
--disable-silent-rules | ||
CPPFLAGS+= -I${LOCALBASE}/include | ||
LDFLAGS+= -L${LOCALBASE}/lib | ||
CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \ | ||
DEFAULT_RMT_COMMAND=/etc/rmt | ||
# supply result to skip a test that will abort configure if run as root | ||
|
@@ -43,6 +42,6 @@ STATIC_VARS_OFF= STATIC_ARGS=lib | |
|
||
# do not rebuild tar.info | ||
post-patch: | ||
touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure | ||
${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1466172154 | ||
SHA256 (bbuchfink-diamond-v0.8.6_GH0.tar.gz) = 94b755f5536fd2c8a009904efc2271aac7bfd9a44a74490fe12944b05c1cba64 | ||
SIZE (bbuchfink-diamond-v0.8.6_GH0.tar.gz) = 206973 | ||
TIMESTAMP = 1467229640 | ||
SHA256 (bbuchfink-diamond-v0.8.9_GH0.tar.gz) = a417cd38c7e4fe92b0f2915e172b2f7c3d00f7ba10cc0509b81591ce301112bc | ||
SIZE (bbuchfink-diamond-v0.8.9_GH0.tar.gz) = 211105 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,35 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= eGroupware | ||
PORTVERSION= 14.3.20160428 | ||
PORTVERSION= 14.3.20160525 | ||
CATEGORIES= deskutils | ||
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-14.3/${PORTNAME}-${PORTVERSION} | ||
DISTFILES= ${PORTNAME:tl}-epl-${PORTVERSION}.tar.bz2 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Web-based GroupWare system | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE | ||
|
||
USES= cpe tar:bzip2 | ||
USE_PHP= bcmath bz2 ctype json mcrypt session simplexml xmlreader zlib | ||
RUN_DEPENDS= ${LOCALBASE}/share/pear/Net/Sieve.php:net/pear-Net_Sieve \ | ||
${LOCALBASE}/share/pear/Horde/Imap/Client.php:mail/pear-Horde_Imap_Client \ | ||
${LOCALBASE}/share/pear/Horde/Nls.php:devel/pear-Horde_Nls \ | ||
${LOCALBASE}/share/pear/Horde/Mail/Transport.php:mail/pear-Horde_Mail \ | ||
${LOCALBASE}/share/pear/Horde/Smtp.php:mail/pear-Horde_Smtp \ | ||
${LOCALBASE}/share/pear/Horde/Compress.php:archivers/pear-Horde_Compress \ | ||
${LOCALBASE}/share/pear/Horde/Icalendar.php:devel/pear-Horde_Icalendar \ | ||
${LOCALBASE}/share/pear/Horde/Mapi.php:mail/pear-Horde_Mapi | ||
|
||
USES= cpe php tar:bzip2 | ||
USE_PHP= bcmath bz2 ctype json mcrypt session simplexml tidy xmlreader zlib | ||
NO_BUILD= yes | ||
PLIST= ${WRKDIR}/plist | ||
SUB_FILES= pkg-message | ||
SUB_LIST= EG_DIR=${EG_DIR} \ | ||
EG_DATA=${EG_DATA} | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= EGroupware | ||
|
||
OPTIONS_DEFINE= MYSQL POSTGRES OSSL ZIP GD LDAP MBSTRING | ||
OPTIONS_DEFAULT=MYSQL OSSL ZIP | ||
|
||
|
@@ -37,7 +47,7 @@ ZIP_USE= PHP=zip | |
GD_USE= PHP=gd | ||
LDAP_USE= PHP=ldap | ||
|
||
WRKSRC= ${WRKDIR}/egroupware | ||
WRKSRC= ${WRKDIR}/egroupware-${PORTVERSION} | ||
EG_DIR= www/eg | ||
EG_WWWDIR= ${PREFIX}/${EG_DIR} | ||
EG_DATA= www/egdata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (egroupware-epl-14.3.20160428.tar.bz2) = ded53057454a379241acc6db07344e3661a087af8774a40b3102eeb4e655456b | ||
SIZE (egroupware-epl-14.3.20160428.tar.bz2) = 18861898 | ||
TIMESTAMP = 1465663928 | ||
SHA256 (EGroupware-eGroupware-14.3.20160525_GH0.tar.gz) = 947dd6b548a55ddf333623652ac90a1efe6a31c15b4ad65bdc13464144a69d6e | ||
SIZE (EGroupware-eGroupware-14.3.20160525_GH0.tar.gz) = 15565441 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1464658138 | ||
SHA256 (pmd-bin-5.4.2.zip) = 8c04505d39a927eb2cf0a351da813388b7016d73983cea79326d7aca04fbed22 | ||
SIZE (pmd-bin-5.4.2.zip) = 29120704 | ||
TIMESTAMP = 1466954861 | ||
SHA256 (pmd-bin-5.5.0.zip) = b3b5b79513ba7f7ac1caa028599647c68528d5b0316ab79aa1fef7dc665755f5 | ||
SIZE (pmd-bin-5.5.0.zip) = 54646622 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1465215636 | ||
SHA256 (http-prompt-0.3.1.tar.gz) = adb13fbcdc6fc534e5ce648d42cf7409773b87a4e9ca057c6ab61d50ed5bd57e | ||
SIZE (http-prompt-0.3.1.tar.gz) = 16241 | ||
TIMESTAMP = 1467157659 | ||
SHA256 (http-prompt-0.4.1.tar.gz) = a808009fa61e03cdb91a93a88035dfb82e6a502e01830af5a821781e9b13ffd7 | ||
SIZE (http-prompt-0.4.1.tar.gz) = 19363 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (natsort-5.0.0.tar.gz) = b362a2bec8bc0dcdde0dd566703b48c2c59f607e897785c6c9253c96f4abb881 | ||
SIZE (natsort-5.0.0.tar.gz) = 67543 | ||
TIMESTAMP = 1467249855 | ||
SHA256 (natsort-5.0.1.tar.gz) = 4ad6b4d1153451e345967989bd3ca30abf33f615b116eeadfcc51a456e6974a9 | ||
SIZE (natsort-5.0.1.tar.gz) = 68053 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
TIMESTAMP = 1466868145 | ||
SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.12,1.txz) = 02d3e9191fabbbf919243bbbb01185c18757840dc223b87ac000821c74fff0dd | ||
SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.12,1.txz) = 40314324 | ||
SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.12,1.txz) = ae06b842531a2a3093d8b9dc72001ebb419b94eb0db2e6481ffb53d502400af0 | ||
SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.12,1.txz) = 43091988 | ||
SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.12,1.txz) = c45433eea94e99b06eaa70898d6b2fecc67d8719b826a7d87178efe34b1cc490 | ||
SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.12,1.txz) = 40271376 | ||
SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.12,1.txz) = 70ac3e227823825a270db9e371db65128199a0b2cf5d47e6cc186d63ec32de93 | ||
SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.12,1.txz) = 43048016 | ||
SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.12,1.txz) = 3e56d4857ec6570b138f2c4435febb505608a499dda861fdb90983045c90e34b | ||
SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.12,1.txz) = 39835660 | ||
SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.12,1.txz) = 8532d28b4642ccfb2846b1fd064b78b094e98607f4acb3d69e4af6a26c382411 | ||
SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.12,1.txz) = 42621848 | ||
TIMESTAMP = 1467103889 | ||
SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.13,1.txz) = b937c0379b35276308d8690b2a44b99f65e985ba2d60ca7ac8d2e99894ee6b79 | ||
SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.13,1.txz) = 40624824 | ||
SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.13,1.txz) = f7a9e52f3fdf3d56a9723ded06bc93e7c04d4ec531ad24ba23cb915114ede548 | ||
SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.13,1.txz) = 43420524 | ||
SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.13,1.txz) = 87dedabe5e48974798f516771c349216e7e16c037e5fd79a691367fe1685ee0b | ||
SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.13,1.txz) = 40603808 | ||
SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.13,1.txz) = 745c7d5dd274315ff94e2e95afb7f465893ec347db5ea0cba427d5d72a3ca72a | ||
SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.13,1.txz) = 43383824 | ||
SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.13,1.txz) = 6350f973c94a4d6a6d8c69062dbae4a47005be4150c1f46cd23993f1717a5a80 | ||
SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.13,1.txz) = 40129056 | ||
SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.13,1.txz) = 183b9fab41e650758b5ed91ae2ee2c6592f40c6fd340416a63e5c2229bc92dc3 | ||
SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.13,1.txz) = 42901276 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (gnucash-docs-2.6.12.tar.gz) = 0e4a7338aee0c5ec50d46a9b5f243a08e82215f079a125d85fc95af823906d04 | ||
SIZE (gnucash-docs-2.6.12.tar.gz) = 79469496 | ||
TIMESTAMP = 1467151271 | ||
SHA256 (gnucash-docs-2.6.13.tar.gz) = 2269344f2d4c1ee2e1cbda8aa90d3ea0a20629eecc27f61a2dc61ed9068e6371 | ||
SIZE (gnucash-docs-2.6.13.tar.gz) = 79546482 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (gnucash-2.6.12.tar.bz2) = 371fe9af3ec4b5d6839722b07c9064a51cfe247511edaa6286fc82710f700475 | ||
SIZE (gnucash-2.6.12.tar.bz2) = 13549926 | ||
TIMESTAMP = 1467150750 | ||
SHA256 (gnucash-2.6.13.tar.bz2) = 0fe3c12c849cddee502da07edc8e3db286d32333f4e7cb327bed735f480ee735 | ||
SIZE (gnucash-2.6.13.tar.bz2) = 13564015 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1464439639 | ||
SHA256 (FileZilla_3.18.0_src.tar.bz2) = 37646c7198b9a98806069a32d785c58f51695589cec0d86812251364445fd7e2 | ||
SIZE (FileZilla_3.18.0_src.tar.bz2) = 4398706 | ||
TIMESTAMP = 1467138930 | ||
SHA256 (FileZilla_3.19.0_src.tar.bz2) = 82a68742a02726d5559e3193e5c7d96f0f9105f4053e7959fef3225b65f84720 | ||
SIZE (FileZilla_3.19.0_src.tar.bz2) = 4410265 |
Oops, something went wrong.