Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137849265
D15239.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D15239.diff
View Options
Index: head/net-p2p/Makefile
===================================================================
--- head/net-p2p/Makefile
+++ head/net-p2p/Makefile
@@ -5,6 +5,7 @@
SUBDIR += amule
SUBDIR += amule-devel
+ SUBDIR += awgg
SUBDIR += bitcoin
SUBDIR += bitcoin-daemon
SUBDIR += bitcoin-utils
Index: head/net-p2p/awgg/Makefile
===================================================================
--- head/net-p2p/awgg/Makefile
+++ head/net-p2p/awgg/Makefile
@@ -0,0 +1,55 @@
+# $FreeBSD$
+
+PORTNAME= awgg
+PORTVERSION= 0.5.1
+CATEGORIES= net-p2p
+PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= Advanced wget GUI
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= aria2c:www/aria2 \
+ wget:ftp/wget \
+ curl:ftp/curl \
+ youtube-dl:www/youtube_dl \
+ axel:ftp/axel
+
+USES= fpc lazarus:flavors
+USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \
+ pasjpeg regexpr rtl-extra rtl-objpas x11
+USE_XORG= x11
+USE_GITHUB= yes
+GH_ACCOUNT= Nenirey
+GH_PROJECT= AWGG
+GH_TAGNAME= 28d009f
+
+DESKTOP_ENTRIES="AWGG" \
+ "Advanced wget GUI" \
+ "${PREFIX}/share/pixmaps/AWGG16x16.png" \
+ "${PORTNAME}" \
+ "Network;P2P;" \
+ ${TRUE}
+
+USE_FPC_gtk2= cairo
+USE_GNOME_gtk2= cairo
+USE_FPC+= ${USE_FPC_${FLAVOR}}
+USE_GNOME+= ${USE_GNOME_${FLAVOR}}
+
+gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt4 ${PORTNAME}-qt5
+qt4_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5
+qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt4
+
+LAZBUILD_ARGS= -d
+LAZARUS_PROJECT_FILES= src/awgg.lpi
+
+post-patch:
+ ${REINPLACE_CMD} 's|/usr/bin/shutdown|/sbin/shutdown|g' ${WRKSRC}/src/fmain.pas
+ ${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/fmain.pas
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ cd ${WRKSRC}/pixmaps && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/pixmaps
+
+.include <bsd.port.mk>
Index: head/net-p2p/awgg/distinfo
===================================================================
--- head/net-p2p/awgg/distinfo
+++ head/net-p2p/awgg/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524841810
+SHA256 (Nenirey-AWGG-0.5.1-28d009f_GH0.tar.gz) = ee65d1c2676824fa47c08d44041ceb5cb365e72387732d9247b7859fb37e5812
+SIZE (Nenirey-AWGG-0.5.1-28d009f_GH0.tar.gz) = 2565386
Index: head/net-p2p/awgg/pkg-descr
===================================================================
--- head/net-p2p/awgg/pkg-descr
+++ head/net-p2p/awgg/pkg-descr
@@ -0,0 +1,19 @@
+AWGG comes from Advanced Wget GUI. AWGG is a lightweight multiplatform and
+multilanguage download manager, basically a wget frontend and other tools like
+aria2, curl, youtube-dl and axel. AWGG is written in Free Pascal , using
+CodeTyphon and Lazarus IDE.
+
+Features:
+
+ Status filter download.
+ Batch download.
+ Manage multiple downloads engines at the same time.
+ Multiple schedules.
+ Clipboard monitoring.
+ Notification system.
+ Proxy configuration.
+ Multiple queues.
+ Supports HTTP, HTTPS, FTP.
+ Drop box
+
+WWW: https://github.com/Nenirey/AWGG
Index: head/net-p2p/awgg/pkg-plist
===================================================================
--- head/net-p2p/awgg/pkg-plist
+++ head/net-p2p/awgg/pkg-plist
@@ -0,0 +1,10 @@
+bin/awgg
+share/pixmaps/AWGG.ico
+share/pixmaps/AWGG128x128.png
+share/pixmaps/AWGG16x16.png
+share/pixmaps/AWGG256x256.png
+share/pixmaps/AWGG32x32.png
+share/pixmaps/AWGG48x48.png
+share/pixmaps/AWGG64x64.png
+share/pixmaps/DropBox.png
+share/pixmaps/DropBox30x30.png
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 10:11 AM (7 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26227575
Default Alt Text
D15239.diff (3 KB)
Attached To
Mode
D15239: New port: net-p2p/awgg: Advanced wget GUI
Attached
Detach File
Event Timeline
Log In to Comment