mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Update to version v0.0.20150405
- Use new GH* policy - Pet portlint PR: 198730 Submitted by: lightside@gmx.com (maintainer)
This commit is contained in:
parent
007e209e8b
commit
008fde5bf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383479
@ -2,8 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= treesheets
|
||||
PORTVERSION= 0.0.20150117
|
||||
PORTVERSION= 0.0.20150405
|
||||
CATEGORIES= deskutils
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= lightside@gmx.com
|
||||
COMMENT= Free form data organizer
|
||||
@ -13,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aardappel
|
||||
GH_COMMIT= 0191b1f
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_TAGNAME= b994c63
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
EXTRACT_AFTER_ARGS= --exclude .gitignore
|
||||
@ -43,18 +43,13 @@ CXXFLAGS+= -D__LONG_LONG_SUPPORTED
|
||||
.endif
|
||||
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} -e 's|sys->frame->exepath+L"|L"${DOCSDIR}|' \
|
||||
${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \
|
||||
${BUILD_WRKSRC}/document.h
|
||||
${REINPLACE_CMD} -e 's|wxFileName(exename).GetPath()|L"${DATADIR}"|' \
|
||||
${BUILD_WRKSRC}/myframe.h
|
||||
${REINPLACE_CMD} -e 's|frame->exepath+L"/examples|L"${EXAMPLESDIR}|' \
|
||||
${REINPLACE_CMD} -e 's|frame->GetPath(L"examples|(L"${EXAMPLESDIR}|' \
|
||||
${BUILD_WRKSRC}/system.h
|
||||
|
||||
do-build:
|
||||
(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
${CXX} -std=c++11 ${CXXFLAGS} \
|
||||
-o ${PORTNAME} *.cpp `${WX_CONFIG} --cxxflags --libs all`)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
(cd ${WRKSRC}/TS && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR})
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (treesheets-0.0.20150117.tar.gz) = 9ea044bb0793fafb7b967764cd245a002cb22153548756b9dc44dc90fcabdbed
|
||||
SIZE (treesheets-0.0.20150117.tar.gz) = 1788525
|
||||
SHA256 (treesheets-0.0.20150405_GH0.tar.gz) = d16f215a857054098b10f5402ef35efe37ada6f8d91161af12c5f1d2fc8b97fb
|
||||
SIZE (treesheets-0.0.20150405_GH0.tar.gz) = 1788802
|
||||
|
@ -9,6 +9,6 @@ It's like a spreadsheet, immediately familiar, but much more suitable for
|
||||
complex data because it's hierarchical.
|
||||
It's like a mind mapper, but more organized and compact.
|
||||
It's like an outliner, but in more than one dimension.
|
||||
It's like a text editor, but with structure.
|
||||
It's like a text editor, but with structure.
|
||||
|
||||
WWW: http://treesheets.com
|
||||
|
Loading…
Reference in New Issue
Block a user