mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
ghasher is a GUI tool to easily calculate the MD5 sum(or md2,md4,sha1,sha,
ripemd160,dss1) of a file. WWW: http://asgaard.homelinux.org/code/ghasher/ PR: ports/90056 Submitted by: Remington Lang <MrL0Lz@gmail.com>
This commit is contained in:
parent
f39a3a0db8
commit
85d676faba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150609
5 changed files with 52 additions and 0 deletions
|
@ -181,6 +181,7 @@
|
|||
SUBDIR += gdesklets-multitail
|
||||
SUBDIR += gdmap
|
||||
SUBDIR += gfslicer
|
||||
SUBDIR += ghasher
|
||||
SUBDIR += gkfreq
|
||||
SUBDIR += gkleds2
|
||||
SUBDIR += gkrellfire
|
||||
|
|
32
sysutils/ghasher/Makefile
Normal file
32
sysutils/ghasher/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: ghasher
|
||||
# Date Created: 06 Dec 2005
|
||||
# Whom: Remington Lang <MrL0Lz@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ghasher
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= http://asgaard.homelinux.org/code/ghasher/
|
||||
|
||||
MAINTAINER= MrL0Lz@gmail.com
|
||||
COMMENT= GUI frontend to MD5 sum
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk20 libglade2
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= bin/ghasher
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ghasher ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500040
|
||||
USE_GETOPT_LONG=yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
sysutils/ghasher/distinfo
Normal file
3
sysutils/ghasher/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (ghasher-1.2.1.tar.gz) = 36edeaf03bd8827d2a96db86735532fb
|
||||
SHA256 (ghasher-1.2.1.tar.gz) = 795d18ecd0af6037239c07a8d12ccfaeda7d87aed07dc7d9168da471e3e24d5b
|
||||
SIZE (ghasher-1.2.1.tar.gz) = 11748
|
12
sysutils/ghasher/files/patch-Makefile
Normal file
12
sysutils/ghasher/files/patch-Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- Makefile.orig Tue Dec 6 18:03:46 2005
|
||||
+++ Makefile Tue Dec 6 18:04:24 2005
|
||||
@@ -1,6 +1,7 @@
|
||||
+all: ghasher
|
||||
CFLAGS = -Wall -ggdb -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
|
||||
-CFLAGS +=`pkg-config gtk+-2.0 libglade-2.0 --cflags`
|
||||
-LDFLAGS =`pkg-config gtk+-2.0 libglade-2.0 --libs` -lcrypto -Wl,-O2
|
||||
+CFLAGS +=`pkg-config gtk+-2.0 libglade-2.0 gthread-2.0 --cflags`
|
||||
+LDFLAGS +=`pkg-config gtk+-2.0 libglade-2.0 gthread-2.0 --libs` -lcrypto -Wl,-O2
|
||||
OBJECTS = gui.o util.o list.o verify.o
|
||||
BINDIR=/usr/bin
|
||||
PIXMAPDIR=/usr/share/pixmaps
|
4
sysutils/ghasher/pkg-descr
Normal file
4
sysutils/ghasher/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
ghasher is a GUI tool to easily calculate the MD5 sum(or md2,md4,sha1,sha,
|
||||
ripemd160,dss1) of a file.
|
||||
|
||||
WWW: http://asgaard.homelinux.org/code/ghasher/
|
Loading…
Add table
Reference in a new issue