diff options
Diffstat (limited to 'sysutils')
-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 | ||||
-rw-r--r-- | sysutils/gupsc/Makefile | 31 | ||||
-rw-r--r-- | sysutils/gupsc/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gupsc/pkg-descr | 11 | ||||
-rw-r--r-- | sysutils/gupsc/pkg-plist | 7 |
8 files changed, 112 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 diff --git a/sysutils/gupsc/Makefile b/sysutils/gupsc/Makefile new file mode 100644 index 000000000..7b9071630 --- /dev/null +++ b/sysutils/gupsc/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gupsc +# Date created: 13 March 2001 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gupsc +PORTVERSION= 0.3.1 +PORTREVISION= 5 +CATEGORIES= sysutils gnome +MASTER_SITES= http://heim.ifi.uio.no/~hennikul/gupsc/download/ + +MAINTAINER= demon@FreeBSD.org +COMMENT= A free Gnome client for the Network UPS Tools + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomelibs gnomehier +USE_PERL5_BUILD=yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|/usr/local|${PREFIX}|; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure \ + ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/sysutils/gupsc/distinfo b/sysutils/gupsc/distinfo new file mode 100644 index 000000000..ae8cbfa57 --- /dev/null +++ b/sysutils/gupsc/distinfo @@ -0,0 +1,3 @@ +MD5 (gupsc-0.3.1.tar.bz2) = da182496ff347dccc4c24f2e9c803a06 +SHA256 (gupsc-0.3.1.tar.bz2) = bb3f8ef309c9902512fdeee8bb7b5fa1ddbaa53965eb2723f640aa5048c3381d +SIZE (gupsc-0.3.1.tar.bz2) = 192472 diff --git a/sysutils/gupsc/pkg-descr b/sysutils/gupsc/pkg-descr new file mode 100644 index 000000000..89dd97852 --- /dev/null +++ b/sysutils/gupsc/pkg-descr @@ -0,0 +1,11 @@ +This is a GNOME client for the Network UPS Tools Package. +It will display information about battery-status, load-status, AC-current +and AC-frequency in a window. You can choose which machine to get the +information from, and the rate at which it gets this information. + +This package requires NUT on the machine the UPS is connected to. It does +not require NUT installed on the machine you want to run gupsc on. +For information about how to configure NUT, and how to allow external +machines to connect to the upsd, please check the documentation for NUT. + +WWW: http://heim.ifi.uio.no/~hennikul/gupsc/ diff --git a/sysutils/gupsc/pkg-plist b/sysutils/gupsc/pkg-plist new file mode 100644 index 000000000..9cebcafcb --- /dev/null +++ b/sysutils/gupsc/pkg-plist @@ -0,0 +1,7 @@ +bin/gupsc +share/locale/no/LC_MESSAGES/gupsc.mo +share/gnome/apps/System/gupsc.desktop +share/pixmaps/gupsc/ups.png +@dirrm share/pixmaps/gupsc +@dirrmtry share/locale/no/LC_MESSAGES +@dirrmtry share/locale/no |