mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 3.1
- The source code was obtained from transmisson-remote-gui svn. It compiles with latest version of lazarus
This commit is contained in:
parent
69b389e22b
commit
1dcf5fbcc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276097
4 changed files with 34 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= transmisson-remote-gui
|
PORTNAME= transmisson-remote-gui
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 3.1
|
||||||
CATEGORIES= net-p2p
|
CATEGORIES= net-p2p
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
DISTNAME= transgui-${PORTVERSION}-src
|
DISTNAME= transgui-${PORTVERSION}-src
|
||||||
|
@ -17,19 +17,30 @@ COMMENT= Remote GUI for transmission daemon
|
||||||
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus
|
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus
|
||||||
RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon
|
RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon
|
||||||
|
|
||||||
USE_GMAKE= yes
|
PROJECTHOST= bsdistfiles
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_DOS2UNIX= yes
|
|
||||||
USE_FPC= fcl-net
|
USE_FPC= fcl-net
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/TransGUI
|
WRKSRC= ${WRKDIR}/TransGUI
|
||||||
PLIST_FILES= bin/transgui
|
PLIST_FILES= bin/transgui
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
LAZARUS_PROJECT_FILE= transgui.lpi
|
||||||
|
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
do-install:
|
.if exists(${LOCALBASE}/bin/lazbuild)
|
||||||
|
LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg
|
||||||
|
.endif
|
||||||
|
|
||||||
|
do-build:
|
||||||
@cd ${WRKSRC} && \
|
@cd ${WRKSRC} && \
|
||||||
|
${LAZBUILD_CMD} --ws=${LCL_PLATFORM} ${LAZARUS_PROJECT_FILE}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@cd ${WRKSRC}/units && \
|
||||||
${INSTALL_PROGRAM} transgui ${PREFIX}/bin
|
${INSTALL_PROGRAM} transgui ${PREFIX}/bin
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (transgui-2.2-src.zip) = 184df4f7f60069a2a452fd76fa3893066633012422b4c9f0b03b6f1d62e3d1fc
|
SHA256 (transgui-3.1-src.zip) = 5e10504e13aa95e228e4b8ed5dafc8b12b7c37a747ad3dc49899f89c7474cdb6
|
||||||
SIZE (transgui-2.2-src.zip) = 803580
|
SIZE (transgui-3.1-src.zip) = 822094
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= transmisson-remote-gui
|
PORTNAME= transmisson-remote-gui
|
||||||
PORTVERSION= 2.2
|
PORTVERSION= 3.1
|
||||||
CATEGORIES= net-p2p
|
CATEGORIES= net-p2p
|
||||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
DISTNAME= transgui-${PORTVERSION}-src
|
DISTNAME= transgui-${PORTVERSION}-src
|
||||||
|
@ -17,19 +17,30 @@ COMMENT= Remote GUI for transmission daemon
|
||||||
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus
|
BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus
|
||||||
RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon
|
RUN_DEPENDS= transmission-daemon:${PORTSDIR}/net-p2p/transmission-daemon
|
||||||
|
|
||||||
USE_GMAKE= yes
|
PROJECTHOST= bsdistfiles
|
||||||
|
|
||||||
USE_ZIP= yes
|
USE_ZIP= yes
|
||||||
USE_DOS2UNIX= yes
|
|
||||||
USE_FPC= fcl-net
|
USE_FPC= fcl-net
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/TransGUI
|
WRKSRC= ${WRKDIR}/TransGUI
|
||||||
PLIST_FILES= bin/transgui
|
PLIST_FILES= bin/transgui
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
LAZARUS_PROJECT_FILE= transgui.lpi
|
||||||
|
LAZBUILD_CMD= ${LOCALBASE}/bin/lazbuild
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
do-install:
|
.if exists(${LOCALBASE}/bin/lazbuild)
|
||||||
|
LCL_PLATFORM!= ${SED} -e 1d -e 's/^LCL_PLATFORM=\(.*\).*$$/\1/' ${LOCALBASE}/etc/lazbuild.cfg
|
||||||
|
.endif
|
||||||
|
|
||||||
|
do-build:
|
||||||
@cd ${WRKSRC} && \
|
@cd ${WRKSRC} && \
|
||||||
|
${LAZBUILD_CMD} --ws=${LCL_PLATFORM} ${LAZARUS_PROJECT_FILE}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
@cd ${WRKSRC}/units && \
|
||||||
${INSTALL_PROGRAM} transgui ${PREFIX}/bin
|
${INSTALL_PROGRAM} transgui ${PREFIX}/bin
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (transgui-2.2-src.zip) = 184df4f7f60069a2a452fd76fa3893066633012422b4c9f0b03b6f1d62e3d1fc
|
SHA256 (transgui-3.1-src.zip) = 5e10504e13aa95e228e4b8ed5dafc8b12b7c37a747ad3dc49899f89c7474cdb6
|
||||||
SIZE (transgui-2.2-src.zip) = 803580
|
SIZE (transgui-3.1-src.zip) = 822094
|
||||||
|
|
Loading…
Add table
Reference in a new issue