*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
ee25cf8597
commit
a23e4e9e0f
96 changed files with 787 additions and 251 deletions
|
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR}
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest${FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR}
|
||||
|
||||
USE_PYTHON= distutils py3kplist
|
||||
USES= pkgconfig python
|
||||
|
|
|
|||
|
|
@ -629,6 +629,7 @@
|
|||
SUBDIR += patchage
|
||||
SUBDIR += pavucontrol
|
||||
SUBDIR += pavumeter
|
||||
SUBDIR += pc-mixer
|
||||
SUBDIR += pd
|
||||
SUBDIR += pd-cyclone
|
||||
SUBDIR += pear-Text_Spell_Audio
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= lastfm-desktop
|
||||
PORTVERSION= 2.1.36
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= vg@FreeBSD.org
|
||||
|
|
@ -43,10 +43,6 @@ VLC_RUN_DEPENDS= phonon-vlc>=0.6.1:multimedia/phonon-vlc
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1100000
|
||||
BROKEN= does not buld: Application.cpp:433:25: error: ordered comparison between pointer and zero ('void *' and 'int')
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/lastfm-desktop.sh ${STAGEDIR}${PREFIX}/bin/lastfm-desktop
|
||||
|
|
|
|||
11
audio/lastfm-desktop/files/patch-app_client_Application.cpp
Normal file
11
audio/lastfm-desktop/files/patch-app_client_Application.cpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- app/client/Application.cpp.orig 2017-12-21 08:34:38 UTC
|
||||
+++ app/client/Application.cpp
|
||||
@@ -430,7 +430,7 @@ Application::showAs( bool showAs )
|
||||
void
|
||||
Application::setRaiseHotKey( Qt::KeyboardModifiers mods, int key )
|
||||
{
|
||||
- if( m_raiseHotKeyId >= 0 )
|
||||
+ if( m_raiseHotKeyId >= (void *)0 )
|
||||
unInstallHotKey( m_raiseHotKeyId );
|
||||
|
||||
m_raiseHotKeyId = installHotKey( mods, key, m_toggle_window_action, SLOT(trigger()));
|
||||
|
|
@ -24,7 +24,7 @@ GH_ACCOUNT= rncbc
|
|||
USE_GL= gl
|
||||
USE_QT5= core gui widgets xml buildtools_build qmake_build
|
||||
|
||||
PLIST_SUB= SHL3=${DISTVERSION:S/_/./g} SHL2=${DISTVERSION:C/([[:digit:]])_([[:digit:]])_[[:digit:]]/\1.\2/} SHL1=${DISTVERSION:C/([[:digit:]])_.*/\1/}
|
||||
PLIST_SUB= SHL3=${PORTVERSION} SHL2=${PORTVERSION:R} SHL1=${PORTVERSION:R:R}
|
||||
|
||||
CONFIGURE_ARGS= --disable-alsa-midi
|
||||
|
||||
|
|
|
|||
34
audio/pc-mixer/Makefile
Normal file
34
audio/pc-mixer/Makefile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pc-mixer
|
||||
PORTVERSION= 20171212
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= jmaloney@ixsystems.com
|
||||
COMMENT= QT5 based audio mixer for FreeBSD
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
WRKSRC_SUBDIR= src-qt5
|
||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
USES= qmake shebangfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT5= core gui network svg linguist \
|
||||
buildtools x11extras widgets multimedia
|
||||
USE_GL+= gl
|
||||
|
||||
WRKSRC_SUBDIR= src-qt5
|
||||
|
||||
QMAKE_ARGS= CONFIG+="configure"
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= pc-mixer
|
||||
GH_TAGNAME= ac1d74cc261337998526d091123c28d4ae85277e
|
||||
|
||||
PLIST_FILES= bin/pc-mixer \
|
||||
share/applications/pc-mixer.desktop
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
audio/pc-mixer/distinfo
Normal file
3
audio/pc-mixer/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1513135174
|
||||
SHA256 (trueos-pc-mixer-20171212-ac1d74cc261337998526d091123c28d4ae85277e_GH0.tar.gz) = 7b6a2d89efd977d05f8c1b7cecbd5dbafc8ca7f23cd77ba7c066773cdd0d1bb4
|
||||
SIZE (trueos-pc-mixer-20171212-ac1d74cc261337998526d091123c28d4ae85277e_GH0.tar.gz) = 69540
|
||||
3
audio/pc-mixer/pkg-descr
Normal file
3
audio/pc-mixer/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TrueOS QT5 based audio mixer
|
||||
|
||||
WWW: https://github.com/trueos/pc-mixer
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
SUBDIR += bowtie
|
||||
SUBDIR += bowtie2
|
||||
SUBDIR += bwa
|
||||
SUBDIR += canu
|
||||
SUBDIR += cd-hit
|
||||
SUBDIR += cdbfasta
|
||||
SUBDIR += chemeq
|
||||
|
|
|
|||
|
|
@ -13,10 +13,6 @@ COMMENT= Toolset for genome arithmetic
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_FreeBSD_12_aarch64= fails to compile: /usr/include/c++/v1/queue:401:5: error: static_assert failed
|
||||
BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
|
||||
BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arq5x
|
||||
GH_PROJECT= bedtools2
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
--- src/utils/FileRecordTools/Records/StrandQueue.h.orig 2015-09-03 04:36:18 UTC
|
||||
+++ src/utils/FileRecordTools/Records/StrandQueue.h
|
||||
@@ -30,7 +30,7 @@ public:
|
||||
|
||||
private:
|
||||
// static RecordPtrSortFunctor _recSortFunctor;
|
||||
- typedef priority_queue<Record *, vector<const Record *>, RecordPtrSortDescFunctor > queueType;
|
||||
+ typedef priority_queue<Record *, vector<Record *>, RecordPtrSortDescFunctor > queueType;
|
||||
vector<queueType *> _queues;
|
||||
static const int NUM_QUEUES = 3;
|
||||
|
||||
65
biology/canu/Makefile
Normal file
65
biology/canu/Makefile
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= canu
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.6
|
||||
CATEGORIES= biology java perl5
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Single molecule sequence assembler
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/README.license.GPL
|
||||
|
||||
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
||||
RUN_DEPENDS= gnuplot:math/gnuplot
|
||||
|
||||
USES= compiler:openmp gmake perl5
|
||||
USE_JAVA= yes
|
||||
JAVA_RUN= yes
|
||||
JAVA_VERSION= 1.8+
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= marbl
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
# Makefile compiles directly into ${DESTDIR}${PREFIX}
|
||||
MAKE_ENV+= DESTDIR=${BUILD_WRKSRC}
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's|-O4||g' \
|
||||
-e 's|-funroll-loops||g' \
|
||||
-e 's|-fexpensive-optimizations||g' \
|
||||
-e 's|amd64|${ARCH}|g' \
|
||||
${BUILD_WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e 's|\\$$bin/mhap-|${JAVAJARDIR}/mhap-|g' \
|
||||
${BUILD_WRKSRC}/pipelines/canu/OverlapMhap.pm
|
||||
${REINPLACE_CMD} -e 's|RealBin/lib|RealBin/../${SITE_PERL_REL}/canu|g' \
|
||||
${BUILD_WRKSRC}/pipelines/canu.pl
|
||||
|
||||
# Reorganize according to filesystem hierarchy standard
|
||||
post-build:
|
||||
@${MKDIR} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/${SITE_PERL_REL}
|
||||
@${MV} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/bin/lib/canu \
|
||||
${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/${SITE_PERL_REL}
|
||||
@${RMDIR} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/bin/lib
|
||||
@${MV} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/bin/*.a \
|
||||
${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/lib
|
||||
@${MKDIR} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/${JAVAJARDIR:S,^${PREFIX}/,,}
|
||||
@${MV} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/bin/*.jar \
|
||||
${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/${JAVAJARDIR:S,^${PREFIX}/,,}
|
||||
@${RM} ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH}/bin/canu.defaults
|
||||
|
||||
do-install:
|
||||
cd ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH} && ${COPYTREE_BIN} bin \
|
||||
${STAGEDIR}${PREFIX}
|
||||
# STRIP_CMD fails without this on 11.1 under poudriere
|
||||
@${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/*
|
||||
${STRIP_CMD} \
|
||||
`file ${STAGEDIR}${PREFIX}/bin/* | ${GREP} ELF | cut -d : -f 1`
|
||||
cd ${BUILD_WRKSRC}${PREFIX}/FreeBSD-${ARCH} && ${COPYTREE_SHARE} "lib share" \
|
||||
${STAGEDIR}${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
biology/canu/distinfo
Normal file
3
biology/canu/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1507077399
|
||||
SHA256 (marbl-canu-v1.6_GH0.tar.gz) = 470e0ac761d69d1fecab85da810a6474b1e2387d7124290a0e4124d660766498
|
||||
SIZE (marbl-canu-v1.6_GH0.tar.gz) = 2486338
|
||||
13
biology/canu/files/patch-src_pipelines_canu_Execution.pm
Normal file
13
biology/canu/files/patch-src_pipelines_canu_Execution.pm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- src/pipelines/canu/Execution.pm.orig 2017-08-14 19:39:19 UTC
|
||||
+++ src/pipelines/canu/Execution.pm
|
||||
@@ -302,10 +302,6 @@ sub skipStage ($$@) {
|
||||
sub getInstallDirectory () {
|
||||
my $installDir = $FindBin::RealBin;
|
||||
|
||||
- if ($installDir =~ m!^(.*)/\w+-\w+/bin$!) {
|
||||
- $installDir = $1;
|
||||
- }
|
||||
-
|
||||
return($installDir);
|
||||
}
|
||||
|
||||
4
biology/canu/pkg-descr
Normal file
4
biology/canu/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Canu is a fork of the Celera Assembler designed for high-noise single-molecule
|
||||
sequencing (such as the PacBio RSII or Oxford Nanopore MinION).
|
||||
|
||||
WWW: http://canu.readthedocs.io/
|
||||
81
biology/canu/pkg-plist
Normal file
81
biology/canu/pkg-plist
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
bin/alignGFA
|
||||
bin/bogart
|
||||
bin/bogus
|
||||
bin/canu
|
||||
bin/correctOverlaps
|
||||
bin/createFalconSenseInputs
|
||||
bin/erateEstimate
|
||||
bin/errorEstimate
|
||||
bin/estimate-mer-threshold
|
||||
bin/existDB
|
||||
bin/falcon_sense
|
||||
bin/fastqAnalyze
|
||||
bin/fastqSample
|
||||
bin/fastqSimulate
|
||||
bin/fastqSimulate-sort
|
||||
bin/filterCorrectionOverlaps
|
||||
bin/findErrors
|
||||
bin/findErrors-Dump
|
||||
bin/gatekeeperCreate
|
||||
bin/gatekeeperDumpFASTQ
|
||||
bin/gatekeeperDumpMetaData
|
||||
bin/gatekeeperPartition
|
||||
bin/generateCorrectionLayouts
|
||||
bin/leaff
|
||||
bin/maskMers
|
||||
bin/merTrim
|
||||
bin/meryl
|
||||
bin/mhapConvert
|
||||
bin/mmapConvert
|
||||
bin/ovStoreBucketizer
|
||||
bin/ovStoreBuild
|
||||
bin/ovStoreDump
|
||||
bin/ovStoreIndexer
|
||||
bin/ovStoreSorter
|
||||
bin/ovStoreStats
|
||||
bin/overlapConvert
|
||||
bin/overlapImport
|
||||
bin/overlapInCore
|
||||
bin/overlapInCorePartition
|
||||
bin/overlapPair
|
||||
bin/positionDB
|
||||
bin/prefixEditDistance-matchLimitGenerate
|
||||
bin/readConsensus
|
||||
bin/simple
|
||||
bin/splitReads
|
||||
bin/tgStoreCompress
|
||||
bin/tgStoreCoverageStat
|
||||
bin/tgStoreDump
|
||||
bin/tgStoreFilter
|
||||
bin/tgStoreLoad
|
||||
bin/tgTigDisplay
|
||||
bin/trimReads
|
||||
bin/utgcns
|
||||
lib/libcanu.a
|
||||
lib/libleaff.a
|
||||
%%SITE_PERL%%/canu/Configure.pm
|
||||
%%SITE_PERL%%/canu/Consensus.pm
|
||||
%%SITE_PERL%%/canu/CorrectReads.pm
|
||||
%%SITE_PERL%%/canu/Defaults.pm
|
||||
%%SITE_PERL%%/canu/ErrorEstimate.pm
|
||||
%%SITE_PERL%%/canu/Execution.pm
|
||||
%%SITE_PERL%%/canu/Gatekeeper.pm
|
||||
%%SITE_PERL%%/canu/Grid.pm
|
||||
%%SITE_PERL%%/canu/Grid_Cloud.pm
|
||||
%%SITE_PERL%%/canu/Grid_DNANexus.pm
|
||||
%%SITE_PERL%%/canu/Grid_LSF.pm
|
||||
%%SITE_PERL%%/canu/Grid_PBSTorque.pm
|
||||
%%SITE_PERL%%/canu/Grid_SGE.pm
|
||||
%%SITE_PERL%%/canu/Grid_Slurm.pm
|
||||
%%SITE_PERL%%/canu/HTML.pm
|
||||
%%SITE_PERL%%/canu/Meryl.pm
|
||||
%%SITE_PERL%%/canu/Output.pm
|
||||
%%SITE_PERL%%/canu/OverlapBasedTrimming.pm
|
||||
%%SITE_PERL%%/canu/OverlapErrorAdjustment.pm
|
||||
%%SITE_PERL%%/canu/OverlapInCore.pm
|
||||
%%SITE_PERL%%/canu/OverlapMMap.pm
|
||||
%%SITE_PERL%%/canu/OverlapMhap.pm
|
||||
%%SITE_PERL%%/canu/OverlapStore.pm
|
||||
%%SITE_PERL%%/canu/Report.pm
|
||||
%%SITE_PERL%%/canu/Unitig.pm
|
||||
%%JAVAJARDIR%%/mhap-2.1.2.jar
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ecto
|
||||
PORTVERSION= 2.2.6
|
||||
PORTVERSION= 2.2.7
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1506842449
|
||||
SHA256 (elixir-ecto-ecto-v2.2.6_GH0.tar.gz) = 8c14d58173349adc71d71032ccb11cbc0dada6ac48cf38720a21aa3fc5c814d4
|
||||
SIZE (elixir-ecto-ecto-v2.2.6_GH0.tar.gz) = 357635
|
||||
TIMESTAMP = 1512467422
|
||||
SHA256 (elixir-ecto-ecto-v2.2.7_GH0.tar.gz) = a398247b48321bb8293a365d68691be2cd8ac5c1d1849e48ee2d9994cb4f0448
|
||||
SIZE (elixir-ecto-ecto-v2.2.7_GH0.tar.gz) = 358297
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += lumina-fm
|
||||
SUBDIR += lumina-mediaplayer
|
||||
SUBDIR += lumina-notify
|
||||
SUBDIR += lumina-pdf
|
||||
SUBDIR += lumina-screenshot
|
||||
SUBDIR += lumina-textedit
|
||||
SUBDIR += lumina-xdg-entry
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-archiver
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Archive manager from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -15,24 +13,25 @@ LICENSE= BSD3CLAUSE
|
|||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498827682
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135712
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
bin/lumina-archiver
|
||||
man/man1/lumina-archiver.1.gz
|
||||
share/applications/lumina-archiver.desktop
|
||||
share/lumina-desktop/i18n/l-archiver_af.qm
|
||||
share/lumina-desktop/i18n/l-archiver_ar.qm
|
||||
|
|
@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-archiver_da.qm
|
|||
share/lumina-desktop/i18n/l-archiver_de.qm
|
||||
share/lumina-desktop/i18n/l-archiver_el.qm
|
||||
share/lumina-desktop/i18n/l-archiver_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-archiver_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-archiver_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-archiver_es.qm
|
||||
share/lumina-desktop/i18n/l-archiver_et.qm
|
||||
|
|
|
|||
|
|
@ -2,37 +2,43 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-calculator
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Scientific calculator from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \
|
||||
libxcb-icccm.so:x11/xcb-util-wm \
|
||||
libxcb-image.so:x11/xcb-util-image \
|
||||
libxcb-util.so:x11/xcb-util
|
||||
|
||||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xdamage xcb
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498827788
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135712
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
7
deskutils/lumina-calculator/pkg-message
Normal file
7
deskutils/lumina-calculator/pkg-message
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
The Lumina Desktop Environment has been installed!
|
||||
|
||||
An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following:
|
||||
1) Run "start-lumina-desktop" directly from the command line after logging in.
|
||||
2) Put the line "exec start-lumina-desktop" at the end of your user's "~/.xinitrc" file before running startx with any special X11 flags
|
||||
|
||||
Also note that the system-wide default settings for Lumina are contained in ${PREFIX}/etc/luminaDesktop.conf[.dist]. While it is possible to customize the desktop to the user's liking after logging in, you may want to adjust the default settings as necessary if there are multiple user accounts on this system.
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
bin/lumina-calculator
|
||||
man/man1/lumina-calculator.1.gz
|
||||
share/applications/lumina-calculator.desktop
|
||||
share/lumina-desktop/i18n/l-calc_af.qm
|
||||
share/lumina-desktop/i18n/l-calc_ar.qm
|
||||
|
|
@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-calc_da.qm
|
|||
share/lumina-desktop/i18n/l-calc_de.qm
|
||||
share/lumina-desktop/i18n/l-calc_el.qm
|
||||
share/lumina-desktop/i18n/l-calc_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-calc_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-calc_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-calc_es.qm
|
||||
share/lumina-desktop/i18n/l-calc_et.qm
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-fileinfo
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= File properties utility from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -15,24 +13,25 @@ LICENSE= BSD3CLAUSE
|
|||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498828180
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135711
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ The file information utility from the Lumina Desktop.
|
|||
This can be used to view details about individual files in addition to
|
||||
permitting the user to easily modify XDG *.desktop entries.
|
||||
|
||||
NOTE: Installing this utility will enable more options within the Insight file
|
||||
manager (deskutils/lumina-fm), as well as the Lumina desktop itself (x11/lumina-core)
|
||||
NOTE: Installing this utility will enable more options within the insight file
|
||||
manager lumina-fm, as well as the Lumina desktop itself lumina-core.
|
||||
|
||||
WWW: http://lumina-desktop.org
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
bin/lumina-fileinfo
|
||||
man/man1/lumina-fileinfo.1.gz
|
||||
share/applications/lumina-fileinfo.desktop
|
||||
share/lumina-desktop/i18n/l-fileinfo_af.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_ar.qm
|
||||
|
|
@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-fileinfo_da.qm
|
|||
share/lumina-desktop/i18n/l-fileinfo_de.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_el.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_es.qm
|
||||
share/lumina-desktop/i18n/l-fileinfo_et.qm
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-fm
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Insight file manager from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -15,7 +13,7 @@ LICENSE= BSD3CLAUSE
|
|||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
@ -24,15 +22,16 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
USE_QT5= core gui widgets network svg imageformats \
|
||||
buildtools_build x11extras multimedia concurrent
|
||||
USES= desktop-file-utils qmake
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498828257
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135712
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
bin/lumina-fm
|
||||
man/man1/lumina-fm.1.gz
|
||||
share/applications/lumina-fm.desktop
|
||||
share/lumina-desktop/i18n/lumina-fm_af.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_ar.qm
|
||||
|
|
@ -13,6 +14,7 @@ share/lumina-desktop/i18n/lumina-fm_da.qm
|
|||
share/lumina-desktop/i18n/lumina-fm_de.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_el.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_es.qm
|
||||
share/lumina-desktop/i18n/lumina-fm_et.qm
|
||||
|
|
|
|||
|
|
@ -2,35 +2,37 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-mediaplayer
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Streaming media player from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= gstreamer1-qt5>=0:multimedia/gstreamer1-qt5 \
|
||||
gstreamer1-plugins-gl>=0:graphics/gstreamer1-plugins-gl
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras multimedia concurrent
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498828455
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135713
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
bin/lumina-mediaplayer
|
||||
man/man1/lumina-mediaplayer.1.gz
|
||||
share/applications/lumina-mediaplayer.desktop
|
||||
share/lumina-desktop/i18n/l-mediap_af.qm
|
||||
share/lumina-desktop/i18n/l-mediap_ar.qm
|
||||
|
|
@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-mediap_da.qm
|
|||
share/lumina-desktop/i18n/l-mediap_de.qm
|
||||
share/lumina-desktop/i18n/l-mediap_el.qm
|
||||
share/lumina-desktop/i18n/l-mediap_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-mediap_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-mediap_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-mediap_es.qm
|
||||
share/lumina-desktop/i18n/l-mediap_et.qm
|
||||
|
|
|
|||
|
|
@ -2,35 +2,34 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-notify
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Alarm/notification utility from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498829292
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135713
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
38
deskutils/lumina-pdf/Makefile
Normal file
38
deskutils/lumina-pdf/Makefile
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-pdf
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= PDF viewer from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
||||
|
||||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USE_QT5= core gui widgets network svg multimedia \
|
||||
buildtools_build x11extras concurrent printsupport
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
deskutils/lumina-pdf/distinfo
Normal file
3
deskutils/lumina-pdf/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1513135712
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
3
deskutils/lumina-pdf/pkg-descr
Normal file
3
deskutils/lumina-pdf/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PDF viewing and presentation utility from the Lumina Desktop.
|
||||
|
||||
WWW: http://lumina-desktop.org
|
||||
68
deskutils/lumina-pdf/pkg-plist
Normal file
68
deskutils/lumina-pdf/pkg-plist
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
bin/lumina-pdf
|
||||
share/applications/lumina-pdf.desktop
|
||||
share/lumina-desktop/i18n/l-pdf_af.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ar.qm
|
||||
share/lumina-desktop/i18n/l-pdf_az.qm
|
||||
share/lumina-desktop/i18n/l-pdf_bg.qm
|
||||
share/lumina-desktop/i18n/l-pdf_bn.qm
|
||||
share/lumina-desktop/i18n/l-pdf_bs.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ca.qm
|
||||
share/lumina-desktop/i18n/l-pdf_cs.qm
|
||||
share/lumina-desktop/i18n/l-pdf_cy.qm
|
||||
share/lumina-desktop/i18n/l-pdf_da.qm
|
||||
share/lumina-desktop/i18n/l-pdf_de.qm
|
||||
share/lumina-desktop/i18n/l-pdf_el.qm
|
||||
share/lumina-desktop/i18n/l-pdf_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-pdf_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-pdf_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-pdf_es.qm
|
||||
share/lumina-desktop/i18n/l-pdf_et.qm
|
||||
share/lumina-desktop/i18n/l-pdf_eu.qm
|
||||
share/lumina-desktop/i18n/l-pdf_fa.qm
|
||||
share/lumina-desktop/i18n/l-pdf_fi.qm
|
||||
share/lumina-desktop/i18n/l-pdf_fr.qm
|
||||
share/lumina-desktop/i18n/l-pdf_fr_CA.qm
|
||||
share/lumina-desktop/i18n/l-pdf_gl.qm
|
||||
share/lumina-desktop/i18n/l-pdf_he.qm
|
||||
share/lumina-desktop/i18n/l-pdf_hi.qm
|
||||
share/lumina-desktop/i18n/l-pdf_hr.qm
|
||||
share/lumina-desktop/i18n/l-pdf_hu.qm
|
||||
share/lumina-desktop/i18n/l-pdf_id.qm
|
||||
share/lumina-desktop/i18n/l-pdf_is.qm
|
||||
share/lumina-desktop/i18n/l-pdf_it.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ja.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ka.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ko.qm
|
||||
share/lumina-desktop/i18n/l-pdf_lt.qm
|
||||
share/lumina-desktop/i18n/l-pdf_lv.qm
|
||||
share/lumina-desktop/i18n/l-pdf_mk.qm
|
||||
share/lumina-desktop/i18n/l-pdf_mn.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ms.qm
|
||||
share/lumina-desktop/i18n/l-pdf_mt.qm
|
||||
share/lumina-desktop/i18n/l-pdf_nb.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ne.qm
|
||||
share/lumina-desktop/i18n/l-pdf_nl.qm
|
||||
share/lumina-desktop/i18n/l-pdf_pa.qm
|
||||
share/lumina-desktop/i18n/l-pdf_pl.qm
|
||||
share/lumina-desktop/i18n/l-pdf_pt.qm
|
||||
share/lumina-desktop/i18n/l-pdf_pt_BR.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ro.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ru.qm
|
||||
share/lumina-desktop/i18n/l-pdf_sa.qm
|
||||
share/lumina-desktop/i18n/l-pdf_sk.qm
|
||||
share/lumina-desktop/i18n/l-pdf_sl.qm
|
||||
share/lumina-desktop/i18n/l-pdf_sr.qm
|
||||
share/lumina-desktop/i18n/l-pdf_sv.qm
|
||||
share/lumina-desktop/i18n/l-pdf_sw.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ta.qm
|
||||
share/lumina-desktop/i18n/l-pdf_tg.qm
|
||||
share/lumina-desktop/i18n/l-pdf_th.qm
|
||||
share/lumina-desktop/i18n/l-pdf_tr.qm
|
||||
share/lumina-desktop/i18n/l-pdf_uk.qm
|
||||
share/lumina-desktop/i18n/l-pdf_ur.qm
|
||||
share/lumina-desktop/i18n/l-pdf_uz.qm
|
||||
share/lumina-desktop/i18n/l-pdf_vi.qm
|
||||
share/lumina-desktop/i18n/l-pdf_zh_CN.qm
|
||||
share/lumina-desktop/i18n/l-pdf_zh_HK.qm
|
||||
share/lumina-desktop/i18n/l-pdf_zh_TW.qm
|
||||
share/lumina-desktop/i18n/l-pdf_zu.qm
|
||||
|
|
@ -2,44 +2,36 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-screenshot
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Screenshot utility from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \
|
||||
libxcb-icccm.so:x11/xcb-util-wm \
|
||||
libxcb-image.so:x11/xcb-util-image \
|
||||
libxcb-util.so:x11/xcb-util
|
||||
|
||||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xdamage xcb
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498829386
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135711
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
bin/lumina-screenshot
|
||||
man/man1/lumina-screenshot.1.gz
|
||||
share/applications/lumina-screenshot.desktop
|
||||
share/lumina-desktop/i18n/l-screenshot_af.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_ar.qm
|
||||
|
|
@ -13,6 +14,7 @@ share/lumina-desktop/i18n/l-screenshot_da.qm
|
|||
share/lumina-desktop/i18n/l-screenshot_de.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_el.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_es.qm
|
||||
share/lumina-desktop/i18n/l-screenshot_et.qm
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-textedit
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Plaintext editor from the Lumina Desktop
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -15,7 +13,7 @@ LICENSE= BSD3CLAUSE
|
|||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT=I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
@ -24,15 +22,16 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
USE_QT5= core gui widgets network svg \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= desktop-file-utils qmake
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498829779
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135711
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
bin/lte
|
||||
bin/lumina-textedit
|
||||
man/man1/lumina-textedit.1.gz
|
||||
share/applications/lumina-textedit.desktop
|
||||
share/lumina-desktop/i18n/l-te_af.qm
|
||||
share/lumina-desktop/i18n/l-te_ar.qm
|
||||
|
|
@ -14,6 +15,7 @@ share/lumina-desktop/i18n/l-te_da.qm
|
|||
share/lumina-desktop/i18n/l-te_de.qm
|
||||
share/lumina-desktop/i18n/l-te_el.qm
|
||||
share/lumina-desktop/i18n/l-te_en_GB.qm
|
||||
share/lumina-desktop/i18n/l-te_en_AU.qm
|
||||
share/lumina-desktop/i18n/l-te_en_ZA.qm
|
||||
share/lumina-desktop/i18n/l-te_es.qm
|
||||
share/lumina-desktop/i18n/l-te_et.qm
|
||||
|
|
|
|||
|
|
@ -4235,6 +4235,7 @@
|
|||
SUBDIR += py-anyjson
|
||||
SUBDIR += py-apache_conf_parser
|
||||
SUBDIR += py-apipkg
|
||||
SUBDIR += py-apns2
|
||||
SUBDIR += py-appdirs
|
||||
SUBDIR += py-application
|
||||
SUBDIR += py-apptools
|
||||
|
|
@ -4720,6 +4721,7 @@
|
|||
SUBDIR += py-pyelftools
|
||||
SUBDIR += py-pyev
|
||||
SUBDIR += py-pyface
|
||||
SUBDIR += py-pyfcm
|
||||
SUBDIR += py-pyflakes
|
||||
SUBDIR += py-pygdbmi
|
||||
SUBDIR += py-pygit2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= android-tools-adb
|
||||
DISTVERSIONPREFIX= android-
|
||||
DISTVERSION?= 8.1.0_r2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= devel comms
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
@ -12,16 +12,9 @@ COMMENT= Android debug bridge command line tool
|
|||
LICENSE= APACHE20
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= android
|
||||
GH_ACCOUNT= aosp-mirror
|
||||
GH_PROJECT= platform_system_core
|
||||
|
||||
# Emulate GH_COMMIT without causing desync
|
||||
.ifdef DISTVERSIONSUFFIX
|
||||
GH_REVISION= ${DISTVERSIONSUFFIX:S/-g//} # snapshot
|
||||
.else
|
||||
GH_REVISION= 86c2b588a369 # generated by: make update-revision
|
||||
.endif
|
||||
|
||||
CONFLICTS_INSTALL?= ${PORTNAME}-devel-*
|
||||
|
||||
USES= compiler:c++14-lang pkgconfig ssl uidfix
|
||||
|
|
@ -31,13 +24,17 @@ TEST_WRKSRC= ${BUILD_WRKSRC}
|
|||
CPPFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
|
||||
MAKEFILE?= ${.CURDIR}/files/Makefile
|
||||
MAKE_ENV= BINDIR="${PREFIX}/bin" EXTRADIR="${FILESDIR}" \
|
||||
FILESDIR="${DOCSDIR}" REVISION="${GH_REVISION}"
|
||||
FILESDIR="${DOCSDIR}" \
|
||||
VERSION="${SDK_REVISION}-0 ${GH_REVISION}-android"
|
||||
ALL_TARGET= all
|
||||
TEST_TARGET= test
|
||||
|
||||
PLIST_FILES= bin/adb
|
||||
PORTDOCS= *
|
||||
|
||||
# Generated by "make update-revision" for "adb --version"
|
||||
SDK_REVISION?= 27.0.0
|
||||
GH_REVISION= ${DISTVERSIONSUFFIX:U86c2b588a369:S/-g//}
|
||||
|
||||
OPTIONS_DEFINE+=MDNSRESPONDER BASH DOCS TEST TEST_PYTHON
|
||||
OPTIONS_DEFAULT=MDNSRESPONDER
|
||||
OPTIONS_SUB= yes
|
||||
|
|
@ -89,13 +86,19 @@ post-install-BASH-on:
|
|||
${STAGEDIR}${PREFIX}/${BASH_PLIST_FILES}
|
||||
|
||||
update-revision:
|
||||
@${REINPLACE_CMD} -i '' -e "/^SDK_REVISION?=/s/=.*/= $$(\
|
||||
${FETCH_CMD} -qo- \
|
||||
https://github.com/${GH_ACCOUNT}/platform_build/raw/${GH_TAGNAME}/core/version_defaults.mk | \
|
||||
${SED} -n 's/^[[:space:]]*PLATFORM_SDK_VERSION := //p' \
|
||||
).0.0/" \
|
||||
${.CURDIR}/Makefile
|
||||
# https://developer.github.com/v3/repos/commits/#get-a-single-commit
|
||||
# Pretend to be curl(1) for pretty-printed JSON to help parse with sed(1)
|
||||
@${REINPLACE_CMD} -i '' -e "/^GH_REVISION.*$@/s/=.*/= $$(\
|
||||
@${REINPLACE_CMD} -i '' -e "/^GH_REVISION=/s/:U[^}:]*/:U$$(\
|
||||
${SETENV} HTTP_USER_AGENT=curl ${FETCH_CMD} -qo- \
|
||||
https://api.github.com/repos/${GH_ACCOUNT}/${GH_PROJECT}/commits/${GH_TAGNAME} | \
|
||||
${SED} -n '/sha/ { s/.*\"\([0-9a-f]\{12\}\).*/\1/p; q; }' \
|
||||
) # generated by: make $@/" \
|
||||
)/" \
|
||||
${.CURDIR}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
TIMESTAMP = 1509048179
|
||||
SHA256 (android-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 29c58327e06c9c938f8f3c0d3e991339eb98c53026203fbafc564e85cb6538bc
|
||||
SIZE (android-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 5227210
|
||||
SHA256 (aosp-mirror-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 29c58327e06c9c938f8f3c0d3e991339eb98c53026203fbafc564e85cb6538bc
|
||||
SIZE (aosp-mirror-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 5227210
|
||||
SHA256 (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = ca3311ba47a5edd56c929ac9aae57c02c2c3f1636519c5f67abb00b6e3ecd75c
|
||||
SIZE (mbrubeck-android-completion-c1b0656_GH0.tar.gz) = 5967
|
||||
SHA256 (android-platform_development-android-8.1.0_r2_GH0.tar.gz) = bc9cdaf522147ce6a4d11e695394ce6044940172f8a19150e613adc4ae77279c
|
||||
SIZE (android-platform_development-android-8.1.0_r2_GH0.tar.gz) = 93884716
|
||||
SHA256 (aosp-mirror-platform_development-android-8.1.0_r2_GH0.tar.gz) = bc9cdaf522147ce6a4d11e695394ce6044940172f8a19150e613adc4ae77279c
|
||||
SIZE (aosp-mirror-platform_development-android-8.1.0_r2_GH0.tar.gz) = 93884716
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ PROG_CXX=adb
|
|||
NO_MAN=
|
||||
BINDIR?=/usr/bin
|
||||
FILESDIR?=${DOCDIR}/${PROG}
|
||||
VERSION?= 0.0.0-0
|
||||
|
||||
FILES= *.[Tt][Xx][Tt]
|
||||
|
||||
|
|
@ -99,9 +100,7 @@ SRCS+= logger_write.c
|
|||
SRCS+= logprint.c
|
||||
SRCS+= stderr_write.c
|
||||
|
||||
REVISION?= $$(${GIT} rev-parse --short=12 HEAD 2>/dev/null || echo unknown)
|
||||
|
||||
CPPFLAGS+= -DADB_VERSION="\"26.0.0 rc1-${REVISION}-android\""
|
||||
CPPFLAGS+= -DADB_VERSION="\"${VERSION}\""
|
||||
CPPFLAGS+= -DADB_HOST=1
|
||||
CPPFLAGS+= -DHAVE_FORKEXEC=1
|
||||
CPPFLAGS+= -DHAVE_SYMLINKS
|
||||
|
|
@ -139,7 +138,6 @@ TEST_LDADD+= $$(${GMOCK_CONFIG} --libs --ldflags)
|
|||
TEST_OBJS+= ${TEST_SRCS:R:S/$/.o/}
|
||||
CLEANFILES+= ${PROG}_test ${TEST_OBJS}
|
||||
|
||||
GIT?= git
|
||||
GTEST_CONFIG?= gtest-config
|
||||
GMOCK_CONFIG?= gmock-config
|
||||
PKG_CONFIG?= pkg-config
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= android-tools-fastboot
|
||||
DISTVERSIONPREFIX= android-
|
||||
DISTVERSION?= 8.1.0_r2
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= devel sysutils
|
||||
MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage
|
||||
DISTFILES= fastboot.1?id=706e754:manpage
|
||||
|
|
@ -19,19 +19,12 @@ LICENSE_FILE_PD= ${WRKSRC}/libselinux/NOTICE
|
|||
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= android jbeich:extras,libselinux
|
||||
GH_ACCOUNT= aosp-mirror jbeich:extras,libselinux
|
||||
GH_PROJECT= platform_system_core platform_system_extras:extras \
|
||||
platform_external_libselinux:libselinux
|
||||
GH_TAGNAME?= android-7.1.2_r17:libselinux
|
||||
GH_SUBDIR= libselinux:libselinux
|
||||
|
||||
# Emulate GH_COMMIT without causing desync
|
||||
.ifdef DISTVERSIONSUFFIX
|
||||
GH_REVISION= ${DISTVERSIONSUFFIX:S/-g//} # snapshot
|
||||
.else
|
||||
GH_REVISION= 86c2b588a369 # generated by: make update-revision
|
||||
.endif
|
||||
|
||||
CONFLICTS_INSTALL?= ${PORTNAME}-devel-*
|
||||
|
||||
USES= compiler:c++11-lib pkgconfig uidfix
|
||||
|
|
@ -40,7 +33,8 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|||
CPPFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
|
||||
MAKEFILE?= ${.CURDIR}/files/Makefile
|
||||
MAKE_ENV= BINDIR="${PREFIX}/bin" EXTRADIR="${FILESDIR}" \
|
||||
FILESDIR="${DOCSDIR}" REVISION="${GH_REVISION}" \
|
||||
FILESDIR="${DOCSDIR}" \
|
||||
VERSION="${SDK_REVISION}-0 ${GH_REVISION}-android" \
|
||||
MANDIR="${PREFIX}/man/man" \
|
||||
LIBPCRE="${LOCALBASE}/lib/libpcre.a"
|
||||
PLIST_FILES= bin/fastboot \
|
||||
|
|
@ -48,6 +42,10 @@ PLIST_FILES= bin/fastboot \
|
|||
PORTDOCS= *
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
# Generated by "make update-revision" for "fastboot --version"
|
||||
SDK_REVISION?= 27.0.0
|
||||
GH_REVISION= ${DISTVERSIONSUFFIX:U86c2b588a369:S/-g//}
|
||||
|
||||
OPTIONS_DEFINE= BASH DOCS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
|
@ -75,13 +73,19 @@ post-install-BASH-on:
|
|||
${STAGEDIR}${PREFIX}/${BASH_PLIST_FILES}
|
||||
|
||||
update-revision:
|
||||
@${REINPLACE_CMD} -i '' -e "/^SDK_REVISION?=/s/=.*/= $$(\
|
||||
${FETCH_CMD} -qo- \
|
||||
https://github.com/${GH_ACCOUNT}/platform_build/raw/${GH_TAGNAME}/core/version_defaults.mk | \
|
||||
${SED} -n 's/^[[:space:]]*PLATFORM_SDK_VERSION := //p' \
|
||||
).0.0/" \
|
||||
${.CURDIR}/Makefile
|
||||
# https://developer.github.com/v3/repos/commits/#get-a-single-commit
|
||||
# Pretend to be curl(1) for pretty-printed JSON to help parse with sed(1)
|
||||
@${REINPLACE_CMD} -i '' -e "/^GH_REVISION.*$@/s/=.*/= $$(\
|
||||
@${REINPLACE_CMD} -i '' -e "/^GH_REVISION=/s/:U[^}:]*/:U$$(\
|
||||
${SETENV} HTTP_USER_AGENT=curl ${FETCH_CMD} -qo- \
|
||||
https://api.github.com/repos/${GH_ACCOUNT}/${GH_PROJECT}/commits/${GH_TAGNAME} | \
|
||||
${SED} -n '/sha/ { s/.*\"\([0-9a-f]\{12\}\).*/\1/p; q; }' \
|
||||
) # generated by: make $@/" \
|
||||
)/" \
|
||||
${.CURDIR}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
TIMESTAMP = 1509048179
|
||||
SHA256 (fastboot.1?id=706e754) = 2af01b064440952a82f1602691a0fecc030302722a71444946fb70d9c423d283
|
||||
SIZE (fastboot.1?id=706e754) = 5906
|
||||
SHA256 (android-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 29c58327e06c9c938f8f3c0d3e991339eb98c53026203fbafc564e85cb6538bc
|
||||
SIZE (android-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 5227210
|
||||
SHA256 (aosp-mirror-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 29c58327e06c9c938f8f3c0d3e991339eb98c53026203fbafc564e85cb6538bc
|
||||
SIZE (aosp-mirror-platform_system_core-android-8.1.0_r2_GH0.tar.gz) = 5227210
|
||||
SHA256 (jbeich-platform_system_extras-android-8.1.0_r2_GH0.tar.gz) = 3ffa650a11b546928ffd9cf9688aea379151cb71f90fa6ef3d7ab4bf56a9dc67
|
||||
SIZE (jbeich-platform_system_extras-android-8.1.0_r2_GH0.tar.gz) = 196070852
|
||||
SHA256 (jbeich-platform_external_libselinux-android-7.1.2_r17_GH0.tar.gz) = 659e43d3e14b4f4fe8955975ad268310bfad0529f408fb33342ed70ae0d456c7
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
PROG_CXX=fastboot
|
||||
BINDIR?=/usr/bin
|
||||
FILESDIR?=${DOCDIR}/${PROG}
|
||||
VERSION?=0.0.0-0
|
||||
|
||||
FILES= *.md
|
||||
|
||||
|
|
@ -98,9 +99,7 @@ SRCS+= FileMap.cpp
|
|||
.PATH: ${.CURDIR}/../libziparchive
|
||||
SRCS+= zip_archive.cc
|
||||
|
||||
REVISION?= $$(${GIT} rev-parse --short=12 HEAD 2>/dev/null || echo unknown)
|
||||
|
||||
CPPFLAGS+= -DFASTBOOT_VERSION="\"26.0.0 rc1-${REVISION}-android\""
|
||||
CPPFLAGS+= -DFASTBOOT_VERSION="\"${VERSION}\""
|
||||
CPPFLAGS+= -Doff64_t=off_t
|
||||
CPPFLAGS+= -Dftruncate64=ftruncate
|
||||
CPPFLAGS+= -Dlseek64=lseek
|
||||
|
|
@ -133,7 +132,6 @@ LDADD+= $$(${PKG_CONFIG} libusb-1.0 --libs 2>/dev/null || echo -lusb)
|
|||
LDADD+= -lz \-lpthread
|
||||
DPADD+= ${LIBPCRE} ${LIBPTHREAD} ${LIBUSB} ${LIBZ}
|
||||
|
||||
GIT?= git
|
||||
PKG_CONFIG?= pkg-config
|
||||
|
||||
beforeinstall:
|
||||
|
|
|
|||
23
devel/py-apns2/Makefile
Normal file
23
devel/py-apns2/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= apns2
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
|
||||
COMMENT= Python client for Apple Push Notification service
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hyper>0:www/py-hyper@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/py-apns2/distinfo
Normal file
3
devel/py-apns2/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1513941333
|
||||
SHA256 (apns2-0.3.0.tar.gz) = a24052d8251b423f2224effb0891bdba217c92fe9d6d18c7f5b86099bd083c08
|
||||
SIZE (apns2-0.3.0.tar.gz) = 8878
|
||||
4
devel/py-apns2/pkg-descr
Normal file
4
devel/py-apns2/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Python library for interacting with the Apple Push Notification
|
||||
service (APNs) via HTTP/2 protocol.
|
||||
|
||||
WWW: https://github.com/Pr0Ger/PyAPNs2
|
||||
21
devel/py-pyfcm/Makefile
Normal file
21
devel/py-pyfcm/Makefile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyfcm
|
||||
PORTVERSION= 1.4.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
|
||||
COMMENT= Python client for Firebase Cloud Messaging
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/py-pyfcm/distinfo
Normal file
3
devel/py-pyfcm/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1513940242
|
||||
SHA256 (pyfcm-1.4.3.tar.gz) = dd66f890ea20178eaaa274d781809b672187d76b10f56cf7cbe4d54c8b6a01b0
|
||||
SIZE (pyfcm-1.4.3.tar.gz) = 15209
|
||||
13
devel/py-pyfcm/files/patch-README.rst
Normal file
13
devel/py-pyfcm/files/patch-README.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- README.rst.orig 2017-10-18 23:26:43 UTC
|
||||
+++ README.rst
|
||||
@@ -119,8 +119,8 @@ Send a data message.
|
||||
# To send extra kwargs (keyword arguments not provided in any of the methods),
|
||||
# pass it as a key value in a dictionary to the method being used
|
||||
extra_kwargs = {
|
||||
- 'priority': 'high'
|
||||
- }
|
||||
+ 'priority': 'high'
|
||||
+ }
|
||||
result = push_service.notify_single_device(registration_id=registration_id, data_message=data_message, extra_kwargs=extra_kwargs)
|
||||
|
||||
# To process background notifications in iOS 10, set content_available
|
||||
3
devel/py-pyfcm/pkg-descr
Normal file
3
devel/py-pyfcm/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Python client for FCM - Firebase Cloud Messaging (Android & iOS)
|
||||
|
||||
WWW: http://olucurious.github.io/PyFCM/
|
||||
|
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= corsixth
|
||||
PORTVERSION= 0.60
|
||||
PORTVERSION= 0.61
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= madpilot@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1464603838
|
||||
SHA256 (CorsixTH-CorsixTH-v0.60_GH0.tar.gz) = f5ff7839b6469f1da39804de1df0a86e57b45620c26f044a1700e43d8da19ce9
|
||||
SIZE (CorsixTH-CorsixTH-v0.60_GH0.tar.gz) = 4236286
|
||||
TIMESTAMP = 1513866855
|
||||
SHA256 (CorsixTH-CorsixTH-v0.61_GH0.tar.gz) = b8e19743cd499436dce58af67479997e621fe50e21e31f08f440d2303e11f5d6
|
||||
SIZE (CorsixTH-CorsixTH-v0.61_GH0.tar.gz) = 3513104
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
--- CMake/FindLua.cmake.orig 2016-05-29 23:31:27 UTC
|
||||
+++ CMake/FindLua.cmake
|
||||
@@ -26,8 +26,8 @@ IF (WITH_LUAJIT)
|
||||
SET (LUA_INCLUDE_DIRS include/luajit-2.0 include)
|
||||
ELSE (WITH_LUAJIT)
|
||||
SET (LUA_INTERPRETER_TYPE "Lua")
|
||||
- SET (LUA_LIBRARY_NAME lua53 lua5.2 lua52 lua5.1 lua51 lua lua-5.1 liblua liblua.5.3.dylib)
|
||||
- SET (LUA_INCLUDE_DIRS include include/lua include/lua5.1 include/lua51 include/lua-5.1 include/lua5.2 include/lua5.3 include/lua-5.3)
|
||||
+ SET (LUA_LIBRARY_NAME lua-5.1 lua-5.2 lua-5.3)
|
||||
+ SET (LUA_INCLUDE_DIRS include include/lua include/lua51 include/lua52 include/lua53)
|
||||
ENDIF(WITH_LUAJIT)
|
||||
|
||||
FIND_PATH (LUA_INCLUDE_DIR lua.h
|
||||
|
|
@ -5,15 +5,4 @@ CorsixTH. After most of the original engine has been reimplemented, the
|
|||
the project will serve as a base from which extensions and improvements to
|
||||
the original game can be made.
|
||||
|
||||
At the moment, game assets (graphics, sounds, levels, translations, etc.)
|
||||
are loaded from the original game files. Therefore, you will require a
|
||||
pre-existing Theme Hospital install in order to use CorsixTH. If you've
|
||||
got a copy of the original game disk lying around, then great -- copy the
|
||||
HOSP folder (which should contain directories called Data, QData, Levels,
|
||||
etc.) from the root of the CD to somewhere on your hard drive, and use
|
||||
this for the theme_hospital_install setting later. If you are unable to
|
||||
acquire the full game data files, then the demo can be downloaded easily
|
||||
and used instead (though the demo only has one level, and lacks most of
|
||||
the management screens).
|
||||
|
||||
WWW: https://github.com/CorsixTH/CorsixTH
|
||||
|
|
|
|||
12
games/corsix-th/pkg-message
Normal file
12
games/corsix-th/pkg-message
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
NOTE:
|
||||
|
||||
At the moment, game assets (graphics, sounds, levels, translations, etc.)
|
||||
are loaded from the original game files. Therefore, you will require a
|
||||
pre-existing Theme Hospital install in order to use CorsixTH. If you've
|
||||
got a copy of the original game disk lying around, then great -- copy the
|
||||
HOSP folder (which should contain directories called Data, QData, Levels,
|
||||
etc.) from the root of the CD to somewhere on your hard drive, and use
|
||||
this for the theme_hospital_install setting later. If you are unable to
|
||||
acquire the full game data files, then the demo can be downloaded easily
|
||||
and used instead (though the demo only has one level, and lacks most of
|
||||
the management screens).
|
||||
|
|
@ -27,11 +27,11 @@ bin/CorsixTH
|
|||
%%DATADIR%%/Bitmap/mainmenu1080.bmp
|
||||
%%DATADIR%%/Bitmap/mainmenu1080.dat
|
||||
%%DATADIR%%/Bitmap/mainmenu1080.pal
|
||||
%%DATADIR%%/Bitmap/map_cell_outline.bmp
|
||||
%%DATADIR%%/Bitmap/map_cell_outline_east.bmp
|
||||
%%DATADIR%%/Bitmap/map_cell_outline_north.bmp
|
||||
%%DATADIR%%/Bitmap/map_cell_outline_south.bmp
|
||||
%%DATADIR%%/Bitmap/map_cell_outline_west.bmp
|
||||
%%DATADIR%%/Bitmap/map_cell_outline.bmp
|
||||
%%DATADIR%%/Bitmap/mkbootstrap.lua
|
||||
%%DATADIR%%/Bitmap/mkfont.lua
|
||||
%%DATADIR%%/Bitmap/mkraw.lua
|
||||
|
|
@ -46,13 +46,13 @@ bin/CorsixTH
|
|||
%%DATADIR%%/Bitmap/tree_leaf.bmp
|
||||
%%DATADIR%%/Bitmap/tree_level.bmp
|
||||
%%DATADIR%%/CorsixTH.lua
|
||||
%%DATADIR%%/Levels/Example.map
|
||||
%%DATADIR%%/Levels/avatar.level
|
||||
%%DATADIR%%/Levels/avatar.map
|
||||
%%DATADIR%%/Levels/confined_v5.level
|
||||
%%DATADIR%%/Levels/confined_v5.map
|
||||
%%DATADIR%%/Levels/demo.level
|
||||
%%DATADIR%%/Levels/example.level
|
||||
%%DATADIR%%/Levels/Example.map
|
||||
%%DATADIR%%/Levels/finisham.level
|
||||
%%DATADIR%%/Levels/finisham.map
|
||||
%%DATADIR%%/Levels/original05.level
|
||||
|
|
@ -176,21 +176,22 @@ bin/CorsixTH
|
|||
%%DATADIR%%/Lua/entities/patient.lua
|
||||
%%DATADIR%%/Lua/entities/staff.lua
|
||||
%%DATADIR%%/Lua/entities/vip.lua
|
||||
%%DATADIR%%/Lua/entity.lua
|
||||
%%DATADIR%%/Lua/entity_map.lua
|
||||
%%DATADIR%%/Lua/entity.lua
|
||||
%%DATADIR%%/Lua/epidemic.lua
|
||||
%%DATADIR%%/Lua/filesystem.lua
|
||||
%%DATADIR%%/Lua/game_ui.lua
|
||||
%%DATADIR%%/Lua/graphics.lua
|
||||
%%DATADIR%%/Lua/hospital.lua
|
||||
%%DATADIR%%/Lua/humanoid_action.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/answer_call.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/call_checkpoint.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/check_watch.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/die.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/falling.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/get_up.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/idle.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/idle_spawn.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/idle.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/knock_door.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/meander.lua
|
||||
%%DATADIR%%/Lua/humanoid_actions/multi_use_object.lua
|
||||
|
|
@ -273,8 +274,8 @@ bin/CorsixTH
|
|||
%%DATADIR%%/Lua/objects/machines/hair_restorer.lua
|
||||
%%DATADIR%%/Lua/objects/machines/inflator.lua
|
||||
%%DATADIR%%/Lua/objects/machines/jelly_moulder.lua
|
||||
%%DATADIR%%/Lua/objects/machines/operating_table.lua
|
||||
%%DATADIR%%/Lua/objects/machines/operating_table_b.lua
|
||||
%%DATADIR%%/Lua/objects/machines/operating_table.lua
|
||||
%%DATADIR%%/Lua/objects/machines/scanner.lua
|
||||
%%DATADIR%%/Lua/objects/machines/shower.lua
|
||||
%%DATADIR%%/Lua/objects/machines/slicer.lua
|
||||
|
|
@ -286,9 +287,10 @@ bin/CorsixTH
|
|||
%%DATADIR%%/Lua/objects/plant.lua
|
||||
%%DATADIR%%/Lua/objects/pool_table.lua
|
||||
%%DATADIR%%/Lua/objects/projector.lua
|
||||
%%DATADIR%%/Lua/objects/radiation_shield.lua
|
||||
%%DATADIR%%/Lua/objects/radiation_shield_b.lua
|
||||
%%DATADIR%%/Lua/objects/radiation_shield.lua
|
||||
%%DATADIR%%/Lua/objects/radiator.lua
|
||||
%%DATADIR%%/Lua/objects/rathole.lua
|
||||
%%DATADIR%%/Lua/objects/reception_desk.lua
|
||||
%%DATADIR%%/Lua/objects/screen.lua
|
||||
%%DATADIR%%/Lua/objects/sink.lua
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alembic
|
||||
PORTVERSION= 1.7.4
|
||||
PORTVERSION= 1.7.5
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1507854327
|
||||
SHA256 (alembic-alembic-1.7.4_GH0.tar.gz) = eac349ff0fbec851f270370de963a436e30f0b5897e5e7ce292f966be6b7a9c5
|
||||
SIZE (alembic-alembic-1.7.4_GH0.tar.gz) = 805503
|
||||
TIMESTAMP = 1513791905
|
||||
SHA256 (alembic-alembic-1.7.5_GH0.tar.gz) = ab0c727bfc4aedfe81c2365e604fb457056dc66909575ccfe19ed406e67c002e
|
||||
SIZE (alembic-alembic-1.7.5_GH0.tar.gz) = 805750
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-interval
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1508897358
|
||||
SHA256 (octave-forge/interval-3.0.0.tar.gz) = 879c3bd443ac9470756cf671118dbf281d84149dfced62d7947074ff3a801a5b
|
||||
SIZE (octave-forge/interval-3.0.0.tar.gz) = 2835125
|
||||
TIMESTAMP = 1513918325
|
||||
SHA256 (octave-forge/interval-3.1.0.tar.gz) = 854573a4093c1042523280d7f3bc2918fc3aaf2af5be3fb6ce79c6faf3913421
|
||||
SIZE (octave-forge/interval-3.1.0.tar.gz) = 2430098
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
--- mpfr_function_d.cc.orig 2017-08-20 08:32:14 UTC
|
||||
+++ mpfr_function_d.cc
|
||||
@@ -217,7 +217,11 @@ void nthroot (
|
||||
for (octave_idx_type i = 0; i < n; i ++)
|
||||
{
|
||||
mpfr_set_d (mp, arg1.elem (i), MPFR_RNDZ);
|
||||
+#ifdef OCTAVE_ENSURE_LONG_DOUBLE_OPERATIONS_ARE_NOT_TRUNCATED
|
||||
+ mpfr_root (mp, mp, (unsigned long long)arg2.elem(i), rnd);
|
||||
+#else
|
||||
mpfr_root (mp, mp, arg2.elem(i), rnd);
|
||||
+#endif
|
||||
arg1.elem (i) = mpfr_get_d (mp, rnd);
|
||||
}
|
||||
|
||||
15
multimedia/kodi-devel/files/patch-lld
Normal file
15
multimedia/kodi-devel/files/patch-lld
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Fix find_soname when lld is the system linker
|
||||
|
||||
--- cmake/scripts/freebsd/Macros.cmake.orig 2017-12-21 00:17:03 UTC
|
||||
+++ cmake/scripts/freebsd/Macros.cmake
|
||||
@@ -73,8 +73,8 @@ function(find_soname lib)
|
||||
string(STRIP "${${lib}_FILENAME}" ${lib}_FILENAME)
|
||||
if(NOT ${lib}_FILENAME)
|
||||
execute_process(COMMAND ${CMAKE_C_COMPILER} -nostdlib -o /dev/null -Wl,-t ${link_lib}
|
||||
- OUTPUT_QUIET
|
||||
- ERROR_VARIABLE _TMP_FILENAME)
|
||||
+ ERROR_QUIET
|
||||
+ OUTPUT_VARIABLE _TMP_FILENAME)
|
||||
string(REGEX MATCH ".*lib${liblow}.so" ${lib}_FILENAME ${_TMP_FILENAME})
|
||||
endif()
|
||||
if(${lib}_FILENAME)
|
||||
|
|
@ -63,6 +63,7 @@ CONFIGURE_ARGS= --with-w32-path=${LOCALBASE}/lib/win32 \
|
|||
--disable-musepack \
|
||||
--enable-dvb
|
||||
MAKE_ENV= V=1
|
||||
LLD_UNSAFE= yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/xine-lib
|
||||
# Please sync with XINE_PLUGINSDIR in multimedia/xine
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spine
|
||||
PORTVERSION= 1.1.27
|
||||
PORTVERSION= 1.1.28
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/
|
||||
DISTNAME= cacti-${PORTNAME}-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1510106262
|
||||
SHA256 (cacti-spine-1.1.27.tar.gz) = d6e960735ac777878352d7eee21f3656c4267327ee9bc922ffa7ebcae9986f0d
|
||||
SIZE (cacti-spine-1.1.27.tar.gz) = 802215
|
||||
TIMESTAMP = 1513952084
|
||||
SHA256 (cacti-spine-1.1.28.tar.gz) = d5b5839c34294a858451877f95a1d33b3daed7af7b94c5454eb88eeccb70b186
|
||||
SIZE (cacti-spine-1.1.28.tar.gz) = 802006
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ MASTER_SITES= http://www.aczoom.com/pub/tools/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generate postscript for frontcards and traycards for CDs
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= perl5 tar:tgz shebangfix
|
||||
SHEBANG_FILES= cdlabelgen
|
||||
NO_ARCH= yes
|
||||
|
|
@ -21,4 +24,7 @@ MAKE_ARGS= BASE_DIR="${STAGEDIR}${PREFIX}" \
|
|||
INSTALL_MAN="${INSTALL_MAN}" \
|
||||
MAN_DIR="${STAGEDIR}${PREFIX}/man"
|
||||
|
||||
post-extract:
|
||||
@${SED} -ne '5,35 {s|# *||;p;}' ${WRKSRC}/${PORTNAME} > ${WRKSRC}/COPYING
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ cdlabelgen's purpose in life is twofold:
|
|||
|
||||
(from the manual, see cdlabelgen(1) for the full one)
|
||||
|
||||
WWW: http://www.aczoom.com/tools/cdinsert/
|
||||
WWW: https://www.aczoom.com/tools/cdinsert/
|
||||
|
|
|
|||
|
|
@ -427,6 +427,7 @@
|
|||
SUBDIR += nss_compat_ossl
|
||||
SUBDIR += nyx
|
||||
SUBDIR += oath-toolkit
|
||||
SUBDIR += obfs4proxy-tor
|
||||
SUBDIR += obfsclient
|
||||
SUBDIR += obfsproxy
|
||||
SUBDIR += ocaml-cryptgps
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This is a fast and Secure Tunnelling Daemon.
|
||||
|
||||
WWW: http://git.universe-factory.net/fastd
|
||||
WWW: https://git.universe-factory.net/fastd
|
||||
|
|
|
|||
42
security/obfs4proxy-tor/Makefile
Normal file
42
security/obfs4proxy-tor/Makefile
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= obfs4proxy
|
||||
DISTVERSION= 0.0.7
|
||||
CATEGORIES= security net ipv6
|
||||
MASTER_SITES= https://people.torproject.org/~yawning/releases/${PORTNAME}/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
PKGNAMESUFFIX= -tor
|
||||
|
||||
MAINTAINER= egypcio@googlemail.com
|
||||
COMMENT= Pluggable transport proxy for Tor (obfs4, The Obfuscator)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= go:lang/go
|
||||
|
||||
CPE_VENDOR= torproject
|
||||
|
||||
USES= cpe tar:xz
|
||||
USE_GITHUB= nodefault
|
||||
GH_TUPLE= Yawning:goptlib:9b7a700:goptlib/obfs4proxy/src/git.torproject.org/pluggable-transports/goptlib.git \
|
||||
agl:ed25519:5312a61:ed25519/obfs4proxy/src/github.com/agl/ed25519 \
|
||||
dchest:siphash:4ebf1de:siphash/obfs4proxy/src/github.com/dchest/siphash \
|
||||
golang:crypto:d585fd2:crypto/obfs4proxy/src/golang.org/x/crypto \
|
||||
golang:net:d866cfc:net/obfs4proxy/src/golang.org/x/net
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PLIST_FILES= bin/obfs4proxy \
|
||||
man/man1/obfs4proxy.1.gz
|
||||
|
||||
do-build:
|
||||
@${RLN} ${WRKSRC} ${WRKSRC}/obfs4proxy/src/git.torproject.org/pluggable-transports/obfs4.git
|
||||
@cd ${WRKSRC}/obfs4proxy && \
|
||||
${SETENV} GOPATH=${WRKSRC}/obfs4proxy go build
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obfs4proxy/obfs4proxy ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/obfs4proxy.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
13
security/obfs4proxy-tor/distinfo
Normal file
13
security/obfs4proxy-tor/distinfo
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
TIMESTAMP = 1513794378
|
||||
SHA256 (obfs4proxy-0.0.7.tar.xz) = c07a1a690ebab3057c8b566e1a4902439c77d1ba5c35bbf42fcdc5b46ab3ca63
|
||||
SIZE (obfs4proxy-0.0.7.tar.xz) = 56184
|
||||
SHA256 (Yawning-goptlib-9b7a700_GH0.tar.gz) = 8c93d2c7e0221e54ef94f2eccde6e7b0e78258a39df5e38c97458ba57e2f460c
|
||||
SIZE (Yawning-goptlib-9b7a700_GH0.tar.gz) = 20819
|
||||
SHA256 (agl-ed25519-5312a61_GH0.tar.gz) = 8508e21ca8bf39df655cd7d7ade16b168530a2dbc3791c00f0d2a62ca9003faa
|
||||
SIZE (agl-ed25519-5312a61_GH0.tar.gz) = 107273
|
||||
SHA256 (dchest-siphash-4ebf1de_GH0.tar.gz) = 141deaa15ced586e5808e42ecfc127cccdfb1cb6f2a58389357e499b21aace74
|
||||
SIZE (dchest-siphash-4ebf1de_GH0.tar.gz) = 10542
|
||||
SHA256 (golang-crypto-d585fd2_GH0.tar.gz) = d8680943f1dd9203d156f6491b4106939becf4f4ee4f616b79e573ed9096f650
|
||||
SIZE (golang-crypto-d585fd2_GH0.tar.gz) = 1440857
|
||||
SHA256 (golang-net-d866cfc_GH0.tar.gz) = 9555e426a10cb8d94ad3b0ee5d6a0ed4c38211055da98af92d085929b5559f33
|
||||
SIZE (golang-net-d866cfc_GH0.tar.gz) = 929432
|
||||
28
security/obfs4proxy-tor/files/pkg-message.in
Normal file
28
security/obfs4proxy-tor/files/pkg-message.in
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
======================================================================
|
||||
|
||||
To use obfs4 as a Bridge Client, please add the following configuration
|
||||
to your '%%PREFIX%%/etc/tor/torrc' config file:
|
||||
|
||||
ClientTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy
|
||||
|
||||
To enable this Pluggable Transport in your Tor Bridge, use the
|
||||
following configurations in your 'torrc' file:
|
||||
|
||||
# Use obfs4proxy to provide the obfuscator
|
||||
ServerTransportPlugin obfs4 exec %%PREFIX%%/bin/obfs4proxy managed
|
||||
|
||||
# Enable Extended ORPort
|
||||
ExtORPort auto
|
||||
|
||||
## (Optional) Listen on the specified IP:PORT for obfs4 connections
|
||||
## as opposed to picking a random port automatically
|
||||
# ServerTransportListenAddr obfs4 0.0.0.0:443
|
||||
|
||||
obfs4proxy is backwards-compatible with obfs2 and obfs3 either in client or
|
||||
server mode. If you want to use it like this, please adjust your 'torrc'
|
||||
config file to fit your needs. It's compatible with ScrambleSuit in client mode.
|
||||
|
||||
For more information, please consulte the official wiki page at
|
||||
https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
|
||||
|
||||
======================================================================
|
||||
5
security/obfs4proxy-tor/pkg-descr
Normal file
5
security/obfs4proxy-tor/pkg-descr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
obfs4 (a.k.a. The Obfuscator) is a transport with the same features as
|
||||
ScrambleSuit but utilizing Dan Bernstein's elligator2 technique for public
|
||||
key obfuscation, and the ntor protocol for one-way authentication.
|
||||
|
||||
WWW: https://trac.torproject.org/projects/tor/wiki/doc/PluggableTransports/obfs4proxy
|
||||
11
sysutils/mdcp/files/patch-src_mdcp.cc
Normal file
11
sysutils/mdcp/files/patch-src_mdcp.cc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/mdcp.cc.orig 2008-04-13 14:51:16 UTC
|
||||
+++ src/mdcp.cc
|
||||
@@ -136,7 +136,7 @@ void *readFile( void * )
|
||||
pthread_mutex_unlock( &buffer.lock[nb] );
|
||||
|
||||
buffer.used[nb] = read( arqIn, buffer.buff[nb], buffer.len );
|
||||
- if( buffer.used < 0 )
|
||||
+ if( buffer.used[nb] < 0 )
|
||||
{
|
||||
buffer.used[nb] = 0;
|
||||
end = true;
|
||||
|
|
@ -8,4 +8,4 @@ data backup and recovery using Data Management Application (DMA) clients.
|
|||
The NDMP protocol is used to coordinate data movement and control
|
||||
between a DMA and an NDMP server or between two NDMP servers.
|
||||
|
||||
WWW: https://github.com/araujobsd/ndmpd
|
||||
WWW: https://github.com/iXsystems/ndmpd
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ CATEGORIES= sysutils
|
|||
PKGNAMESUFFIX?= -${MODEL}
|
||||
|
||||
MAINTAINER= imp@FreeBSD.org
|
||||
COMMENT= Cross-build das u-boot for ${MODEL}
|
||||
COMMENT= Cross-build das u-boot for model ${MODEL}
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
@ -38,6 +38,10 @@ MAKE_ARGS+= V=1 CROSS_COMPILE=${CROSS_COMPILE} DTC=${LOCALBASE}/bin/dtc PYTHON=$
|
|||
NO_ARCH= yes
|
||||
|
||||
# Sanity checks
|
||||
.if !defined(MODEL) && !defined(BOARD_CONFIG) && !defined(FAMILY)
|
||||
MODEL= NONE
|
||||
IGNORE= is a metaport; there is nothing to build
|
||||
.else
|
||||
.if !defined(MODEL)
|
||||
IGNORE+= MODEL is not defined
|
||||
.endif
|
||||
|
|
@ -47,6 +51,7 @@ IGNORE+= BOARD_CONFIG is not defined
|
|||
.if !defined(FAMILY)
|
||||
IGNORE+= FAMILY is not defined
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# Overrides for OMAP family
|
||||
UBOOT_PLIST_OMAP=u-boot.img MLO
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-core
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Lumina Desktop Environment
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -39,15 +37,16 @@ RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
|
|||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xdamage xcb
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT5= core gui widgets network svg multimedia imageformats \
|
||||
buildtools_build x11extras concurrent
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/core
|
||||
|
||||
#Setup the qmake configuration options
|
||||
|
|
@ -57,7 +56,7 @@ QMAKE_ARGS= DEFAULT_SETTINGS=TrueOS
|
|||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498825297
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135714
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,11 +1,17 @@
|
|||
bin/lthemeengine
|
||||
bin/lthemeengine-sstest
|
||||
bin/lumina-desktop
|
||||
bin/lumina-info
|
||||
bin/lumina-open
|
||||
bin/start-lumina-desktop
|
||||
etc/luminaDesktop.conf.dist
|
||||
lib/qt5/plugins/platformthemes/liblthemeengine.so
|
||||
lib/qt5/plugins/styles/liblthemeengine-style.so
|
||||
man/man1/lumina-info.1.gz
|
||||
man/man1/lumina-open.1.gz
|
||||
man/man8/lumina-desktop.8.gz
|
||||
man/man1/lumina-desktop.1.gz
|
||||
man/man8/start-lumina-desktop.8.gz
|
||||
share/applications/lthemeengine.desktop
|
||||
share/applications/lumina-info.desktop
|
||||
share/applications/lumina-support.desktop
|
||||
share/icons/material-design-dark/LICENSE
|
||||
|
|
@ -296,6 +302,7 @@ share/icons/material-design-dark/scalable/actions/object-rotate-right.svg
|
|||
share/icons/material-design-dark/scalable/actions/process-stop.svg
|
||||
share/icons/material-design-dark/scalable/actions/quickopen-file.svg
|
||||
share/icons/material-design-dark/scalable/actions/quickopen.svg
|
||||
share/icons/material-design-dark/scalable/actions/screencast.svg
|
||||
share/icons/material-design-dark/scalable/actions/source-branch.svg
|
||||
share/icons/material-design-dark/scalable/actions/source-commit-end-local.svg
|
||||
share/icons/material-design-dark/scalable/actions/source-commit-end.svg
|
||||
|
|
@ -1109,6 +1116,7 @@ share/icons/material-design-light/scalable/actions/object-rotate-right.svg
|
|||
share/icons/material-design-light/scalable/actions/process-stop.svg
|
||||
share/icons/material-design-light/scalable/actions/quickopen-file.svg
|
||||
share/icons/material-design-light/scalable/actions/quickopen.svg
|
||||
share/icons/material-design-light/scalable/actions/screencast.svg
|
||||
share/icons/material-design-light/scalable/actions/source-branch.svg
|
||||
share/icons/material-design-light/scalable/actions/source-commit-end-local.svg
|
||||
share/icons/material-design-light/scalable/actions/source-commit-end.svg
|
||||
|
|
@ -1634,19 +1642,20 @@ share/icons/material-design-light/scalable/status/weather-showers.svg
|
|||
share/icons/material-design-light/scalable/status/weather-snow.svg
|
||||
share/icons/material-design-light/scalable/status/weather-storm.svg
|
||||
share/icons/material-design-light/scalable/status/weather-windy.svg
|
||||
share/lthemeengine/colors/airy.conf
|
||||
share/lthemeengine/colors/darker.conf
|
||||
share/lthemeengine/colors/dusk.conf
|
||||
share/lthemeengine/colors/sand.conf
|
||||
share/lthemeengine/colors/simple.conf
|
||||
share/lthemeengine/colors/waves.conf
|
||||
share/lthemeengine/desktop_qss/DarkGlass.qss
|
||||
share/lthemeengine/desktop_qss/Glass.qss
|
||||
share/lthemeengine/qss/scrollbar-simple.qss
|
||||
share/lthemeengine/qss/sliders-simple.qss
|
||||
share/lthemeengine/qss/tooltip-simple.qss
|
||||
share/lthemeengine/qss/traynotification-simple.qss
|
||||
share/lumina-desktop/Login.ogg
|
||||
share/lumina-desktop/Logout.ogg
|
||||
share/lumina-desktop/colors/Black.qss.colors
|
||||
share/lumina-desktop/colors/Blue-Light.qss.colors
|
||||
share/lumina-desktop/colors/Grey-Dark.qss.colors
|
||||
share/lumina-desktop/colors/Lumina-Glass.qss.colors
|
||||
share/lumina-desktop/colors/Lumina-Gold.qss.colors
|
||||
share/lumina-desktop/colors/Lumina-Green.qss.colors
|
||||
share/lumina-desktop/colors/Lumina-Purple.qss.colors
|
||||
share/lumina-desktop/colors/Lumina-Red.qss.colors
|
||||
share/lumina-desktop/colors/PCBSD10-Default.qss.colors
|
||||
share/lumina-desktop/colors/Solarized-Dark.qss.colors
|
||||
share/lumina-desktop/colors/Solarized-Light.qss.colors
|
||||
share/lumina-desktop/compton.conf
|
||||
share/lumina-desktop/desktop-background.jpg
|
||||
share/lumina-desktop/fluxbox-init-rc
|
||||
|
|
@ -1665,6 +1674,7 @@ share/lumina-desktop/i18n/lumina-desktop_da.qm
|
|||
share/lumina-desktop/i18n/lumina-desktop_de.qm
|
||||
share/lumina-desktop/i18n/lumina-desktop_el.qm
|
||||
share/lumina-desktop/i18n/lumina-desktop_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-desktop_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-desktop_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-desktop_es.qm
|
||||
share/lumina-desktop/i18n/lumina-desktop_et.qm
|
||||
|
|
@ -1731,6 +1741,7 @@ share/lumina-desktop/i18n/lumina-info_da.qm
|
|||
share/lumina-desktop/i18n/lumina-info_de.qm
|
||||
share/lumina-desktop/i18n/lumina-info_el.qm
|
||||
share/lumina-desktop/i18n/lumina-info_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-info_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-info_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-info_es.qm
|
||||
share/lumina-desktop/i18n/lumina-info_et.qm
|
||||
|
|
@ -1797,6 +1808,7 @@ share/lumina-desktop/i18n/lumina-open_da.qm
|
|||
share/lumina-desktop/i18n/lumina-open_de.qm
|
||||
share/lumina-desktop/i18n/lumina-open_el.qm
|
||||
share/lumina-desktop/i18n/lumina-open_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-open_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-open_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-open_es.qm
|
||||
share/lumina-desktop/i18n/lumina-open_et.qm
|
||||
|
|
@ -1858,12 +1870,4 @@ share/lumina-desktop/themes/Glass.qss.template
|
|||
share/lumina-desktop/themes/Lumina-default.qss.template
|
||||
share/lumina-desktop/themes/None.qss.template
|
||||
share/pixmaps/Lumina-DE.png
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_blue-grey-zoom.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_blue-grey.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_gold.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_green.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_grey-blue-zoom.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_grey-blue.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_purple.jpg
|
||||
share/wallpapers/Lumina-DE/Lumina_Wispy_red.jpg
|
||||
share/xsessions/Lumina-DE.desktop
|
||||
|
|
|
|||
|
|
@ -2,12 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina-coreutils
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.0
|
||||
DISTVERSIONSUFFIX= -p1
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Lumina Desktop Environment
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -16,7 +14,7 @@ RUN_DEPENDS= xrandr:x11/xrandr
|
|||
|
||||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFINE= I18N
|
||||
OPTIONS_DEFAULT= I18N
|
||||
I18N_DESC= Install localization files
|
||||
|
||||
|
|
@ -24,18 +22,19 @@ I18N_DESC= Install localization files
|
|||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
USES= qmake
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT5= core gui widgets network svg imageformats \
|
||||
buildtools_build x11extras concurrent multimedia
|
||||
USES= qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= trueos
|
||||
GH_PROJECT= lumina
|
||||
GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
|
||||
WRKSRC_SUBDIR= src-qt5/core-utils
|
||||
|
||||
.if${PORT_OPTIONS:MI18N}
|
||||
USE_QT5+= linguist_build
|
||||
QMAKE_ARGS+= CONFIG+=WITH_I18N
|
||||
QMAKE_ARGS+=CONFIG+=WITH_I18N
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498827332
|
||||
SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
|
||||
SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
|
||||
TIMESTAMP = 1513135713
|
||||
SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
|
||||
SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
bin/lumina-config
|
||||
bin/lumina-search
|
||||
bin/lumina-xconfig
|
||||
man/man1/lumina-config.1.gz
|
||||
man/man1/lumina-search.1.gz
|
||||
man/man1/lumina-xconfig.1.gz
|
||||
share/applications/lumina-config.desktop
|
||||
share/applications/lumina-search.desktop
|
||||
share/applications/lumina-xconfig.desktop
|
||||
|
|
@ -17,6 +20,7 @@ share/lumina-desktop/i18n/lumina-config_da.qm
|
|||
share/lumina-desktop/i18n/lumina-config_de.qm
|
||||
share/lumina-desktop/i18n/lumina-config_el.qm
|
||||
share/lumina-desktop/i18n/lumina-config_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-config_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-config_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-config_es.qm
|
||||
share/lumina-desktop/i18n/lumina-config_et.qm
|
||||
|
|
@ -83,6 +87,7 @@ share/lumina-desktop/i18n/lumina-search_da.qm
|
|||
share/lumina-desktop/i18n/lumina-search_de.qm
|
||||
share/lumina-desktop/i18n/lumina-search_el.qm
|
||||
share/lumina-desktop/i18n/lumina-search_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-search_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-search_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-search_es.qm
|
||||
share/lumina-desktop/i18n/lumina-search_et.qm
|
||||
|
|
@ -149,6 +154,7 @@ share/lumina-desktop/i18n/lumina-xconfig_da.qm
|
|||
share/lumina-desktop/i18n/lumina-xconfig_de.qm
|
||||
share/lumina-desktop/i18n/lumina-xconfig_el.qm
|
||||
share/lumina-desktop/i18n/lumina-xconfig_en_GB.qm
|
||||
share/lumina-desktop/i18n/lumina-xconfig_en_AU.qm
|
||||
share/lumina-desktop/i18n/lumina-xconfig_en_ZA.qm
|
||||
share/lumina-desktop/i18n/lumina-xconfig_es.qm
|
||||
share/lumina-desktop/i18n/lumina-xconfig_et.qm
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lumina
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.4.1
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= x11
|
||||
|
||||
MAINTAINER= kmoore@FreeBSD.org
|
||||
MAINTAINER= jt@ixsystems.com
|
||||
COMMENT= Lumina Desktop Environment (meta-port)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
|
@ -18,9 +18,9 @@ RUN_DEPENDS= lumina-core>=0:x11/lumina-core \
|
|||
lumina-fileinfo>=0:deskutils/lumina-fileinfo \
|
||||
lumina-fm>=0:deskutils/lumina-fm \
|
||||
lumina-mediaplayer>=0:deskutils/lumina-mediaplayer \
|
||||
lumina-pdf>=0:deskutils/lumina-pdf \
|
||||
lumina-screenshot>=0:deskutils/lumina-screenshot \
|
||||
lumina-textedit>=0:deskutils/lumina-textedit \
|
||||
lumina-xdg-entry>=0:deskutils/lumina-xdg-entry
|
||||
lumina-textedit>=0:deskutils/lumina-textedit
|
||||
|
||||
CONFLICTS_INSTALL= lumina-1.2.*
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
TIMESTAMP = 1498821752
|
||||
TIMESTAMP = 1513135714
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue