diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 11:22:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-04 11:22:27 +0800 |
commit | f43e02ef9d5ec06c7749e789f938b5b8a95d149e (patch) | |
tree | cf56565ef6cbf1c1a77690cd1ae9e83399b9a615 /sysutils/gfslicer | |
parent | 09c97babd10dc22afe3b9dc54f0350d6c4356a83 (diff) | |
download | marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.tar marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.tar.gz marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.tar.bz2 marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.tar.lz marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.tar.xz marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.tar.zst marcuscom-ports-f43e02ef9d5ec06c7749e789f938b5b8a95d149e.zip |
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8810 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gfslicer')
-rw-r--r-- | sysutils/gfslicer/Makefile | 41 | ||||
-rw-r--r-- | sysutils/gfslicer/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gfslicer/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/gfslicer/pkg-plist | 7 |
4 files changed, 60 insertions, 0 deletions
diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile new file mode 100644 index 000000000..5393ada32 --- /dev/null +++ b/sysutils/gfslicer/Makefile @@ -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 +PORTREVISION= 3 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig + +MAINTAINER= ports@FreeBSD.org +COMMENT= A utility to split and join files + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_AUTOTOOLS= automake:14:env +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gfslicer.1 +MANCOMPRESSED= yes + +post-extract: +.for file in install-sh missing mkinstalldirs + @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} +.endfor + @${RM} -f ${WRKSRC}/config.cache + +post-install: + ${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/gfslicer/distinfo b/sysutils/gfslicer/distinfo new file mode 100644 index 000000000..0ffa1f594 --- /dev/null +++ b/sysutils/gfslicer/distinfo @@ -0,0 +1,3 @@ +MD5 (gfslicer_1.5.4.orig.tar.gz) = 78b8e66beb4af36ff5a18147c8daf967 +SHA256 (gfslicer_1.5.4.orig.tar.gz) = cd8f8d2bc323ae366ee3ba9814a93c9941e78f62a6818b791a60ffdf677152d5 +SIZE (gfslicer_1.5.4.orig.tar.gz) = 181879 diff --git a/sysutils/gfslicer/pkg-descr b/sysutils/gfslicer/pkg-descr new file mode 100644 index 000000000..85295dcd0 --- /dev/null +++ b/sysutils/gfslicer/pkg-descr @@ -0,0 +1,9 @@ +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. diff --git a/sysutils/gfslicer/pkg-plist b/sysutils/gfslicer/pkg-plist new file mode 100644 index 000000000..bb2cd94e6 --- /dev/null +++ b/sysutils/gfslicer/pkg-plist @@ -0,0 +1,7 @@ +bin/gfslicer +share/pixmaps/gfslicer/deslice.xpm +share/pixmaps/gfslicer/pref.xpm +share/pixmaps/gfslicer/slice.xpm +share/pixmaps/gfslicer/tar.xpm +share/pixmaps/gfslicer/untar.xpm +@dirrm share/pixmaps/gfslicer |