mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
add gfslicer 1.5.4
gfslicer helps to slice and then deslice files which are of larger size
This commit is contained in:
parent
ff3ad09477
commit
0f46ae5a25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52874
6 changed files with 62 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
SUBDIR += fsck_ext2fs
|
SUBDIR += fsck_ext2fs
|
||||||
SUBDIR += ftrace
|
SUBDIR += ftrace
|
||||||
SUBDIR += gcombust
|
SUBDIR += gcombust
|
||||||
|
SUBDIR += gfslicer
|
||||||
SUBDIR += gkrellflynn
|
SUBDIR += gkrellflynn
|
||||||
SUBDIR += gkrellm
|
SUBDIR += gkrellm
|
||||||
SUBDIR += gkrellmouse
|
SUBDIR += gkrellmouse
|
||||||
|
|
41
sysutils/gfslicer/Makefile
Normal file
41
sysutils/gfslicer/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: gfslicer
|
||||||
|
# Date created: Jan 11, 2002
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= gfslicer
|
||||||
|
PORTVERSION= 1.5.4
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://www.geocities.com/gfslicer/
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
|
USE_GTK= yes
|
||||||
|
USE_GNOME= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
MANCOMPRESSED= yes
|
||||||
|
MAN1= gfslicer.1
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
.for file in install-sh missing mkinstalldirs
|
||||||
|
@${LN} -sf ${LOCALBASE}/share/automake/${file} ${WRKSRC}
|
||||||
|
.endfor
|
||||||
|
@${RM} -f ${WRKSRC}/config.cache
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${CP} ${WRKSRC}/${MAN1}.gz ${MAN1PREFIX}/man/man1
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
sysutils/gfslicer/distinfo
Normal file
1
sysutils/gfslicer/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gfslicer-1.5.4.tar.gz) = 1e38f702f42e08392b205a6d5f16cb54
|
1
sysutils/gfslicer/pkg-comment
Normal file
1
sysutils/gfslicer/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
gfslicer helps to slice and then deslice files which are of larger size
|
11
sysutils/gfslicer/pkg-descr
Normal file
11
sysutils/gfslicer/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
gfslicer is a software which helps to slice and then deslice files which
|
||||||
|
are of larger size. Generally transferring of larger files is meant to
|
||||||
|
be a tough job and this one makes it possible and easy too. gfslicer is
|
||||||
|
mainly aimed at slicing and transferring files using any sort of removable
|
||||||
|
storage media. Files can be sliced to any arbitrary size as per the
|
||||||
|
requirement and can be transferred using floppies or things of that sort.
|
||||||
|
The sliced files can then be desliced to the original form with its name
|
||||||
|
and extension. A perfect checking mechanism helps in avoiding all possible
|
||||||
|
errors in the sliced and desliced files.
|
||||||
|
|
||||||
|
WWW: http://www.geocities.com/gfslicer/
|
7
sysutils/gfslicer/pkg-plist
Normal file
7
sysutils/gfslicer/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
bin/gfslicer
|
||||||
|
share/gnome/pixmaps/gfslicer/deslice.xpm
|
||||||
|
share/gnome/pixmaps/gfslicer/pref.xpm
|
||||||
|
share/gnome/pixmaps/gfslicer/slice.xpm
|
||||||
|
share/gnome/pixmaps/gfslicer/tar.xpm
|
||||||
|
share/gnome/pixmaps/gfslicer/untar.xpm
|
||||||
|
@dirrm share/gnome/pixmaps/gfslicer
|
Loading…
Add table
Reference in a new issue