One more bunch of unmaintained expired ports removal
2011-05-01 audio/dap: Upstream disapear and distfile is no more available 2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available 2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available 2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available 2011-05-01 finance/xinvest: Outdated, abandoned 2011-05-01 finance/xquote: Outdated, abandoned 2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
This commit is contained in:
parent
630ca2285f
commit
d16870ec48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273476
48 changed files with 7 additions and 811 deletions
7
MOVED
7
MOVED
|
@ -2132,3 +2132,10 @@ x11-fonts/bitmap-fonts||2011-05-02|Has expired: Distfile is no more available
|
|||
x11-fonts/mozilla-fonts||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
x11-fonts/xfed||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
x11-fonts/xmbdfed||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
audio/dap||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
audio/gdrdao||2011-05-02|Has expired: Upstream disapear and no more distfiles available
|
||||
databases/gmysql||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
deskutils/kuake||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
finance/xinvest||2011-05-02|Has expired: Outdated, abandoned
|
||||
finance/xquote||2011-05-02|Has expired: Outdated, abandoned
|
||||
french/plgrenouille||2011-05-02|Has expired: Upstream disapear and distfile is no more available
|
||||
|
|
|
@ -124,7 +124,6 @@
|
|||
SUBDIR += cymbaline
|
||||
SUBDIR += cynthiune
|
||||
SUBDIR += dagrab
|
||||
SUBDIR += dap
|
||||
SUBDIR += darkice
|
||||
SUBDIR += dcd
|
||||
SUBDIR += deadbeef
|
||||
|
@ -210,7 +209,6 @@
|
|||
SUBDIR += gbemol
|
||||
SUBDIR += gbsplay
|
||||
SUBDIR += gdam
|
||||
SUBDIR += gdrdao
|
||||
SUBDIR += gervill
|
||||
SUBDIR += ghostess
|
||||
SUBDIR += gigedit
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
# ports collection makefile for: dap
|
||||
# Date created: 23 August 1998
|
||||
# Whom: yoshiaki Uchikawa
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dap
|
||||
PORTVERSION= 2.1.5
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://cvsup1.theplanet.com/distfiles/ \
|
||||
http://www.sourcefiles.org/Multimedia/Soundfile_Editors/
|
||||
EXTRACT_SUFX=.tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Audio sample editing and processing suite
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
|
||||
|
||||
MAKEFILE= Makefile.linux
|
||||
USE_XORG= xpm
|
||||
|
||||
MAKE_ENV+= OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=.
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PORTDOCS= COPYING README THANKS TODO
|
||||
PORTEXAMPLES= testautopan.dsp \
|
||||
testmodulateddelay.dsp \
|
||||
testphaser.dsp \
|
||||
teststereoecho.dsp \
|
||||
testflanger.dsp \
|
||||
testmultitapdelay.dsp \
|
||||
testreverb.dsp \
|
||||
weirdflanger.dsp
|
||||
PLIST_FILES= bin/DAP
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for _DOC in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${_DOC} ${DOCSDIR}/${_DOC}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
.for _EXAMPLE in ${PORTEXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/main/effects/${_EXAMPLE} ${EXAMPLESDIR}/${_EXAMPLE}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (dap-2.1.5.tgz) = 73dfddb289282b56f24d7ddff2d91ba515f6042520da1f8c341a0db920da4f5e
|
||||
SIZE (dap-2.1.5.tgz) = 290439
|
|
@ -1,18 +0,0 @@
|
|||
--- libaudio/Makefile.linux.orig Wed Aug 9 18:23:25 2000
|
||||
+++ libaudio/Makefile.linux Sun Jul 1 13:48:53 2001
|
||||
@@ -1,11 +1,11 @@
|
||||
-CC = gcc
|
||||
-CXX = g++
|
||||
+CC ?= gcc
|
||||
+CXX ?= g++
|
||||
BACKDIR = ../bak/libaudio
|
||||
HOMEDIR = $(HOME)
|
||||
INCDIR = -I. -I$(OTHER_INCLUDE_DIR)
|
||||
-CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
+CCFLAGS += $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
DEBUG = -g3
|
||||
-OPTIM = -O1
|
||||
+OPTIM = ${CXXFLAGS}
|
||||
|
||||
LIBNAME = libaudio.a
|
||||
OBJS = audio.o
|
|
@ -1,24 +0,0 @@
|
|||
--- spkit/spkit/Makefile.linux.orig Fri Jul 5 06:10:23 2002
|
||||
+++ spkit/spkit/Makefile.linux Sun Jan 5 22:15:45 2003
|
||||
@@ -1,15 +1,15 @@
|
||||
-CC = gcc
|
||||
-CXX = g++
|
||||
+CC ?= gcc
|
||||
+CXX ?= g++
|
||||
SOUND = ../../sound
|
||||
TOOLTIP = ../../tooltips
|
||||
BACKDIR = ../../bak/spkit/spkit
|
||||
MAINDIR = ../../main
|
||||
HOMEDIR = $(HOME)
|
||||
-X11DIR = /usr/X11R6
|
||||
-INCDIR = -I. -I.. -I../.. -I$(SOUND) -I$(MAINDIR) -I$(TOOLTIP) -I$(X11DIR)/include -I$(X11DIR)/include/X11 -I$(OTHER_INCLUDE_DIR)
|
||||
-CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
+X11DIR = ${LOCALBASE}
|
||||
+INCDIR = -I. -I.. -I../.. -I$(SOUND) -I$(MAINDIR) -I$(TOOLTIP) -I$(X11DIR)/include -I$(X11DIR)/include/X11 -I$(OTHER_INCLUDE_DIR)
|
||||
+CCFLAGS += $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
DEBUG = -g3
|
||||
-OPTIM = -O2
|
||||
+OPTIM = ${CXXFLAGS}
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CCFLAGS) -c $*.c -o $*.o
|
|
@ -1,26 +0,0 @@
|
|||
--- main/Makefile.linux.orig Wed Sep 10 02:06:24 2003
|
||||
+++ main/Makefile.linux Sun May 23 17:41:57 2004
|
||||
@@ -1,5 +1,5 @@
|
||||
-CC = gcc
|
||||
-CXX = g++
|
||||
+CC ?= gcc
|
||||
+CXX ?= g++
|
||||
SOUND = ../sound
|
||||
SPKIT = ../spkit
|
||||
TOOLTIP = ../tooltips
|
||||
@@ -7,12 +7,12 @@
|
||||
AUDIOF = ../libaudiofile
|
||||
BACKDIR = ../bak/main
|
||||
HOMEDIR = $(HOME)
|
||||
-X11DIR = /usr/X11R6
|
||||
+X11DIR = ${LOCALBASE}
|
||||
INCDIR = -I. -I.. -I$(SOUND) -I$(SPKIT) -I$(TOOLTIP) -I$(X11DIR)/include -I$(X11DIR)/include/X11
|
||||
LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) -L$(TOOLTIP) -L$(X11DIR)/lib
|
||||
-CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
+CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
DEBUG = -g3
|
||||
-OPTIM = -O1
|
||||
+OPTIM = ${CCXFLAGS}
|
||||
LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -ltooltips -lforms -lXpm -lX11 -lm
|
||||
|
||||
PROGS = DAP
|
|
@ -1,22 +0,0 @@
|
|||
--- sound/Makefile.linux.orig Fri Jul 5 06:08:17 2002
|
||||
+++ sound/Makefile.linux Sun Jan 5 22:27:56 2003
|
||||
@@ -1,5 +1,5 @@
|
||||
-CC = gcc
|
||||
-CXX = g++
|
||||
+CC ?= gcc
|
||||
+CXX ?= g++
|
||||
SPKIT = ../spkit
|
||||
AUDIO = ../libaudio
|
||||
AUDIOF = ../libaudiofile
|
||||
@@ -8,9 +8,9 @@
|
||||
HOMEDIR = $(HOME)
|
||||
INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR) -I$(OTHER_INCLUDE_DIR)
|
||||
LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) -L$(OTHER_LIBRARY_DIR)
|
||||
-CCFLAGS = $(DEBUG) $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
+CCFLAGS = $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
DEBUG = -g3
|
||||
-OPTIM = -O1
|
||||
+OPTIM = ${CXXFLAGS}
|
||||
LDFLAGS = $(LIBDIR) -laudio -laudiofile -lm
|
||||
|
||||
PROGS = SampleTest
|
|
@ -1,18 +0,0 @@
|
|||
--- libaudiofile/Makefile.linux.orig Sun Jul 1 13:45:51 2001
|
||||
+++ libaudiofile/Makefile.linux Sun Jul 1 13:46:27 2001
|
||||
@@ -1,11 +1,11 @@
|
||||
-CC = gcc
|
||||
-CXX = g++
|
||||
+CC ?= gcc
|
||||
+CXX ?= g++
|
||||
BACKDIR = ../bak/libaudiofile
|
||||
HOMEDIR = $(HOME)
|
||||
INCDIR = -I. -I$(OTHER_INCLUDE_DIR)
|
||||
-CCFLAGS = $(INCDIR) $(DEBUG) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
+CCFLAGS = $(INCDIR) $(OPTIM) -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -Wno-unused
|
||||
DEBUG = -g3
|
||||
-OPTIM = -O1
|
||||
+OPTIM = ${CXXFLAGS}
|
||||
|
||||
LIBNAME = libaudiofile.a
|
||||
OBJS = audiofile.o ieee.o macros.o raw.o wav.o
|
|
@ -1,11 +0,0 @@
|
|||
--- tooltips/Makefile.linux.orig Sat Dec 2 21:28:13 2006
|
||||
+++ tooltips/Makefile.linux Sat Dec 2 21:28:27 2006
|
||||
@@ -26,7 +26,7 @@
|
||||
VERSION = 0.02g
|
||||
|
||||
# Define where the X11 include files are.
|
||||
-X11_INCLUDE_DIR = /usr/X11R6/include
|
||||
+X11_INCLUDE_DIR = ${LOCALBASE}/include
|
||||
|
||||
# Uncomment out this line if you do not want debug information included.
|
||||
# DEBUG = -g -Wall -ansi -pedantic
|
|
@ -1,11 +0,0 @@
|
|||
DAP is a comprehensive audio sample editing and processing suite. DAP
|
||||
currently supports AIFF and AIFF-C audio files, 8 or 16 bit resolution
|
||||
and 1, 2 or 4 channels of audio data. Note however that on Linux and
|
||||
Solaris, compressed AIFF-C files are not currently supported, only
|
||||
non-compressed AIFF and AIFF-C files.
|
||||
|
||||
The package itself offers comprehensive editing, playback and recording
|
||||
facilities including full time stretch resampling, manual data editing
|
||||
and a reasonably complete DSP processing suite.
|
||||
|
||||
WWW: http://www.cee.hw.ac.uk/~richardk/
|
|
@ -1,26 +0,0 @@
|
|||
# New ports collection makefile for: gdrdao
|
||||
# Date created: November 5 2000
|
||||
# Whom: Anders Nordby <anders@fix.no>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdrdao
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= danfe
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK-based GUI frontend for cdrdao, disk-at-once audio CD recorder
|
||||
|
||||
DEPRECATED= Upstream disapear and no more distfiles available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao
|
||||
|
||||
USE_GNOME= gnomelibs
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/gdrdao
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (gdrdao-0.4.1.tar.gz) = b0b82b99115a75392ba9b0f879c2b5a558e3134874ef7f81de08ca8a8141011c
|
||||
SIZE (gdrdao-0.4.1.tar.gz) = 177717
|
|
@ -1,12 +0,0 @@
|
|||
GdrDAO is a GTK-based GUI frontend for cdrdao, the disk-at-once audio CD
|
||||
recorder. Features:
|
||||
|
||||
* Contains a simple TOC Editor, which allows you to create (very) simple TOC
|
||||
files for CDRDAO .
|
||||
* It can save those TOC files (now to a selectable file).
|
||||
* GdrDAO supports Pregaps (including "hidden tracks"), and lets you decide
|
||||
where to start in a file, so it also supports CD burned from one huge file.
|
||||
* Disk Cataloge Number and ISRC can be changed.
|
||||
* CD Text is supported.
|
||||
|
||||
WWW: http://gdrdao.sourceforge.net/
|
|
@ -101,7 +101,6 @@
|
|||
SUBDIR += geoserver-mysql-plugin
|
||||
SUBDIR += gigabase
|
||||
SUBDIR += glom
|
||||
SUBDIR += gmysql
|
||||
SUBDIR += gnats
|
||||
SUBDIR += gnats4
|
||||
SUBDIR += gnatsweb4
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
# New ports collection makefile for: gmysql
|
||||
# Date created: Sun Nov 15 22:07:12 CET 1998
|
||||
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmysql
|
||||
PORTVERSION= 0.3.4
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GTK+ frontend for mysql
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
|
||||
|
||||
USE_GNOME= gtk12
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-mysql=${PREFIX}
|
||||
|
||||
MAN1= gmysql.1
|
||||
PLIST_FILES= bin/gmysql
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (gmysql-0.3.4.tar.gz) = 97725b69a40a865246f00c56536f5b179b4cb4b4a12cd01df4ab1240678a9082
|
||||
SIZE (gmysql-0.3.4.tar.gz) = 69124
|
|
@ -1,8 +0,0 @@
|
|||
gmysql is a program that allows the user to connect to a MySQL
|
||||
database and modify its design in the following ways:
|
||||
|
||||
* add or remove tables;
|
||||
* add or remove columns or indices;
|
||||
* modify columns or indices while preserving the data in them where possible.
|
||||
|
||||
It is also possible to add and remove databases.
|
|
@ -149,7 +149,6 @@
|
|||
SUBDIR += ksmoothdock
|
||||
SUBDIR += ksshaskpass
|
||||
SUBDIR += ktagebuch
|
||||
SUBDIR += kuake
|
||||
SUBDIR += labyrinth
|
||||
SUBDIR += launchy
|
||||
SUBDIR += libgcal
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
# New ports collection makefile for: kuake
|
||||
# Date created: Thu Mar 11 21:51:00 CET 2004
|
||||
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kuake
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://199.231.140.154/software/${PORTNAME}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= KDE konsole application acting like the Quake-console
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_KDEBASE_VER=3
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (kuake-0.3.tar.gz) = 319e42d4ee643f7cf239828593b137670345038edb404f8c3fcb6b92abf9726d
|
||||
SIZE (kuake-0.3.tar.gz) = 637825
|
|
@ -1,5 +0,0 @@
|
|||
Kuake is a KDE konsole application with the look and feel of that
|
||||
in the Quake engine. It intends to create seemless integration
|
||||
of a konsole to your KDE desktop.
|
||||
|
||||
WWW: http://www.nemohackers.org/kuake.php
|
|
@ -1,21 +0,0 @@
|
|||
bin/kuake
|
||||
share/applnk/Utilities/kuake.desktop
|
||||
share/apps/kuake/kuakeui.rc
|
||||
share/doc/HTML/en/kuake/common
|
||||
share/doc/HTML/en/kuake/index.cache.bz2
|
||||
share/doc/HTML/en/kuake/index.docbook
|
||||
share/icons/locolor/16x16/apps/kuake.png
|
||||
share/icons/locolor/32x32/apps/kuake.png
|
||||
@dirrmtry share/icons/locolor/32x32/apps
|
||||
@dirrmtry share/icons/locolor/32x32
|
||||
@dirrmtry share/icons/locolor/16x16/apps
|
||||
@dirrmtry share/icons/locolor/16x16
|
||||
@dirrmtry share/icons/locolor
|
||||
@dirrmtry share/icons
|
||||
@dirrm share/doc/HTML/en/kuake
|
||||
@dirrmtry share/doc/HTML/en
|
||||
@dirrmtry share/doc/HTML
|
||||
@dirrm share/apps/kuake
|
||||
@dirrmtry share/apps
|
||||
@dirrmtry share/applnk/Utilities
|
||||
@dirrmtry share/applnk
|
|
@ -94,8 +94,6 @@
|
|||
SUBDIR += venice
|
||||
SUBDIR += weberp
|
||||
SUBDIR += wmstock
|
||||
SUBDIR += xinvest
|
||||
SUBDIR += xquote
|
||||
SUBDIR += xtrader
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# New ports collection makefile for: xinvest
|
||||
# Date created: 1 Ag 1997
|
||||
# Whom: Pedro Giffuni (orig)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xinvest
|
||||
PORTVERSION= 2.6.9
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= finance deskutils
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A personal finance tracking and performance tool
|
||||
|
||||
DEPRECATED= Outdated, abandoned
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
USE_MOTIF= yes
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= ice sm x11 xext xp xpm xt
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (xinvest-2.6.9.tar.gz) = 52f3e5dd084c674e766c68abe4ef76c1acb83732795cce138f52975e2e19095f
|
||||
SIZE (xinvest-2.6.9.tar.gz) = 282748
|
|
@ -1,12 +0,0 @@
|
|||
--- Imakefile.orig 2011-04-13 14:00:23.062577466 +0400
|
||||
+++ Imakefile 2011-04-13 14:00:32.347416233 +0400
|
||||
@@ -13,7 +13,7 @@
|
||||
XCOMM HAVE_LIBDT and XPRINT if CDE or LessTif's libDt is around
|
||||
XCOMM
|
||||
|
||||
-DEFINES = -DSHAPE
|
||||
+DEFINES = -DSHAPE -DPRINTING_SUPPORTED
|
||||
INCLUDES = -I$(INCROOT)/X11
|
||||
SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
DEPLIBS =
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
--- Imakefile.orig Sat Feb 5 07:59:08 2000
|
||||
+++ Imakefile Sun Nov 12 15:02:20 2000
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
DEFINES = -DSHAPE
|
||||
INCLUDES = -I$(INCROOT)/X11
|
||||
-SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
+SYS_LIBRARIES = ${MOTIFLIB} -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
DEPLIBS =
|
||||
|
||||
SRCS = account.c askuser.c calendar.c color.c drawing.c \
|
||||
@@ -25,5 +25,5 @@
|
||||
tooltips.o trans.o util.o xinvest.o xutil.o
|
||||
|
||||
|
||||
-ComplexProgramTarget(Xinvest)
|
||||
+ComplexProgramTargetNoMan(Xinvest)
|
||||
InstallAppDefaults(Xinvest)
|
|
@ -1,11 +0,0 @@
|
|||
--- color.c.orig Sat Feb 5 07:59:05 2000
|
||||
+++ color.c Sun Nov 12 15:09:23 2000
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
-#if !defined(__NetBSD__)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- portfolio.c.orig Sat Feb 5 07:59:06 2000
|
||||
+++ portfolio.c Sun Nov 12 15:09:56 2000
|
||||
@@ -29,7 +29,7 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
-#if !defined(NeXT) && !defined(__NetBSD__)
|
||||
+#if !defined(NeXT) && !defined(__NetBSD__) && !defined(__FreeBSD__)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Xinvest is a free personal finance tracking and performance tool for
|
||||
the X Window System.
|
||||
|
||||
WWW: http://xinvest.sunsite.dk/xinvest.html
|
|
@ -1,7 +0,0 @@
|
|||
bin/Xinvest
|
||||
lib/X11/app-defaults/Xinvest
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/401k.inv
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/mutual.inv
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/stock.inv
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/tbill.inv
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
@ -1,27 +0,0 @@
|
|||
# New ports collection makefile for: xquote
|
||||
# Date created: 4 Jan 1998
|
||||
# Whom: Ian Struble <ian@broken.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xquote
|
||||
PORTVERSION= 2.6.10
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= SF/xinvest
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A quote retrieval tool for X
|
||||
|
||||
DEPRECATED= Outdated, abandoned
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
LIB_DEPENDS= Xbae.4:${PORTSDIR}/x11-toolkits/xbae
|
||||
|
||||
USE_MOTIF= yes
|
||||
USE_IMAKE= yes
|
||||
USE_XORG= xpm
|
||||
|
||||
PLIST_FILES= bin/Xquote lib/X11/app-defaults/Xquote
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (xquote-2.6.10.tar.gz) = 7a1c1fc376c329cda8e6c1c919d9a8724ae5aa3504c0176004338bfb8fa76d35
|
||||
SIZE (xquote-2.6.10.tar.gz) = 106006
|
|
@ -1,11 +0,0 @@
|
|||
--- ./Imakefile.orig Sun Apr 16 15:06:16 2006
|
||||
+++ ./Imakefile Sun Apr 16 15:08:10 2006
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
DEFINES = -DSHAPE -DXQUOTE
|
||||
INCLUDES = -I$(INCROOT)/X11
|
||||
-SYS_LIBRARIES = -lXbae -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
+SYS_LIBRARIES = -lXbae $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
|
||||
DEPLIBS =
|
||||
|
||||
SRCS = about.c color.c fileXq.c help.c optdetail.c option.c optnet.c \
|
|
@ -1,11 +0,0 @@
|
|||
--- ./color.c.orig Sun Apr 16 15:08:31 2006
|
||||
+++ ./color.c Sun Apr 16 15:09:07 2006
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
-#if !defined(__NetBSD__)
|
||||
+#if !defined(__NetBSD__) && !defined(__FreeBSD__)
|
||||
#include <values.h>
|
||||
#endif
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
This is a port of Xquote, a quote retrieval program that allows you
|
||||
to retrieve stock, mutual fund, and currency quotes from your favorite
|
||||
quote spouting website.
|
||||
|
||||
WWW: http://xinvest.sunsite.dk/xquote.html
|
|
@ -29,7 +29,6 @@
|
|||
SUBDIR += koffice-kde4-l10n
|
||||
SUBDIR += med
|
||||
SUBDIR += php_doc
|
||||
SUBDIR += plgrenouille
|
||||
SUBDIR += tvdownloader
|
||||
SUBDIR += verbiste
|
||||
|
||||
|
|
|
@ -1,82 +0,0 @@
|
|||
# New ports collection makefile for: plgrenouille_0
|
||||
# Date created: 02 July 2002
|
||||
# Whom: cyrille.lefevre@laposte.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= plgrenouille
|
||||
PORTVERSION= 0.70.6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= french net
|
||||
MASTER_SITES= http://concept.free.free.fr/plgrenouille/beta/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Un client pour determiner votre bande passante a un raccordement large bande
|
||||
|
||||
DEPRECATED= Upstream disapear and distfile is no more available
|
||||
EXPIRATION_DATE= 2011-05-01
|
||||
|
||||
LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
|
||||
.if !defined(BATCH)
|
||||
IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= plgrenouille.sh
|
||||
SCRIPTS_ENV= PKG_PREFIX=${PREFIX}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
||||
PKGDEINSTALL= ${PKGINSTALL}
|
||||
PLIST_SUB= LBIN_DIR="${LBIN_DIR:S,^${PREFIX}/,,}" \
|
||||
CONF_DIR="${CONF_DIR:S,^${PREFIX}/,,}"
|
||||
REINPLACE_SUB= PREFIX=${PREFIX} PERL=${PERL} \
|
||||
LBIN_DIR=${LBIN_DIR} CONF_DIR=${CONF_DIR} \
|
||||
RUN_DIR=${RUN_DIR} LOG_DIR=${LOG_DIR} \
|
||||
SPOOL_DIR=${SPOOL_DIR} SPOOL_USER=${SPOOL_USER}
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= LBIN_DIR=${LBIN_DIR} RUN_DIR=${RUN_DIR} LOG_DIR=${LOG_DIR}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
MAN1= plgrenouille.1
|
||||
DOC_FILES= FAQ README
|
||||
LBIN_DIR= ${PREFIX}/libexec
|
||||
MAN_DIR= ${MAN1PREFIX}/man/man1
|
||||
CONF_DIR= ${PREFIX}/etc
|
||||
RC_DIR= ${PREFIX}/etc/rc.d
|
||||
RUN_DIR= /var/run
|
||||
LOG_DIR= /var/log
|
||||
SPOOL_DIR= /var/spool/${PORTNAME}
|
||||
SPOOL_USER= daemon
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
||||
${WRKSRC}/plgrenouille.pl ${WRKSRC}/Grenouille/Vars.pm
|
||||
@${REINPLACE_CMD} 's!swap_privileges!Grenouille::System::&!g' \
|
||||
${WRKSRC}/Grenouille/Log.pm ${WRKSRC}/Grenouille/Preferences.pm
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/plgrenouille.pl \
|
||||
${LBIN_DIR}/plgrenouille
|
||||
@${MKDIR} ${SITE_PERL}/Grenouille
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/Grenouille/*.pm \
|
||||
${SITE_PERL}/Grenouille
|
||||
@${INSTALL_MAN} ${WRKSRC}/plgrenouille.1 ${MAN_DIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/grenouillerc.sample ${CONF_DIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (plgrenouille_0.70-6.tar.gz) = 4a42010ece074ba56104eddd25783d9eb2cd4961bf5614fe330498c6e7ff4a2b
|
||||
SIZE (plgrenouille_0.70-6.tar.gz) = 38409
|
|
@ -1,18 +0,0 @@
|
|||
--- Grenouille/Preferences.pm.orig Mon Mar 17 15:26:46 2003
|
||||
+++ Grenouille/Preferences.pm Thu Mar 4 03:55:34 2004
|
||||
@@ -15,6 +15,7 @@
|
||||
%preferences = ();
|
||||
|
||||
sub load_preferences() {
|
||||
+ swap_privileges();
|
||||
eval {
|
||||
if (open(CONFIG, "<$MYRC")) {
|
||||
while (<CONFIG>) {
|
||||
@@ -25,6 +26,7 @@
|
||||
close(CONFIG);
|
||||
}
|
||||
};
|
||||
+ swap_privileges();
|
||||
die if $@;
|
||||
}
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
--- Grenouille/Vars.pm.orig Wed Dec 5 23:42:30 2001
|
||||
+++ Grenouille/Vars.pm Thu Mar 4 03:59:13 2004
|
||||
@@ -8,6 +8,7 @@
|
||||
use vars qw(@ISA @EXPORT_OK
|
||||
$MYRC $DATAPATH $DOWNLOADFILE $UPLOADFILE $QUEUEFILE
|
||||
$LASTCONFIGFILE $LASTVERSIONFILE $PIDFILE $LOGFILE
|
||||
+ $BEFOREFILE $AFTERFILE
|
||||
$ASAP $SEC $MIN $HOUR $DAY @MONTHS
|
||||
$USER
|
||||
%VERSION %DEBUG
|
||||
@@ -15,6 +16,7 @@
|
||||
@ISA=qw(Exporter);
|
||||
@EXPORT_OK=qw($MYRC $DATAPATH $DOWNLOADFILE $UPLOADFILE $QUEUEFILE
|
||||
$LASTCONFIGFILE $LASTVERSIONFILE $PIDFILE $LOGFILE
|
||||
+ $BEFOREFILE $AFTERFILE
|
||||
$ASAP $SEC $MIN $HOUR $DAY @MONTHS
|
||||
$USER
|
||||
%VERSION %DEBUG
|
||||
@@ -30,15 +32,17 @@
|
||||
'system' => ($^O eq 'win32' ? 'windows' : $^O) );
|
||||
|
||||
# Paths
|
||||
-$MYRC ||= '/etc/grenouillerc';
|
||||
-$DATAPATH ||= '/var/spool/plgrenouille';
|
||||
+$MYRC ||= '%%PREFIX%%/etc/grenouillerc';
|
||||
+$BEFOREFILE ||= '%%PREFIX%%/etc/plgrenouille-before';
|
||||
+$AFTERFILE ||= '%%PREFIX%%/etc/plgrenouille-after';
|
||||
+$DATAPATH ||= '%%SPOOL_DIR%%';
|
||||
$DOWNLOADFILE ||= "$DATAPATH/downloadfile";
|
||||
$UPLOADFILE ||= "$DATAPATH/uploadfile";
|
||||
$QUEUEFILE ||= "$DATAPATH/queued_results.txt";
|
||||
$LASTCONFIGFILE ||= "$DATAPATH/last_configuration.txt";
|
||||
$LASTVERSIONFILE ||= "$DATAPATH/last_known_version.txt";
|
||||
-$PIDFILE ||= "/var/run/plgrenouille.pid";
|
||||
-$LOGFILE ||= "/var/log/plgrenouille.log";
|
||||
+$PIDFILE ||= "%%RUN_DIR%%/plgrenouille.pid";
|
||||
+$LOGFILE ||= "%%LOG_DIR%%/plgrenouille.log";
|
||||
|
||||
# Time constants
|
||||
$ASAP ||= 0;
|
||||
@@ -48,7 +52,7 @@
|
||||
$DAY ||= 24 * $HOUR;
|
||||
@MONTHS = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
|
||||
|
||||
-$USER ||= 'daemon';
|
||||
+$USER ||= '%%SPOOL_USER%%';
|
||||
|
||||
# Debugging
|
||||
# what features do we want to debug ?
|
|
@ -1,77 +0,0 @@
|
|||
--- plgrenouille.pl.orig Fri Oct 3 16:00:23 2003
|
||||
+++ plgrenouille.pl Thu Mar 4 15:58:57 2004
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/perl -Tw
|
||||
+#!%%PERL%% -Tw
|
||||
# plgrenouille 0.70 -- don't forget to update Grenouille::Vars
|
||||
# version 0.4 by momtchev, <momtchev@fil.univ-lille1.fr>
|
||||
# modified by Pierre Etchemaite, <petchema@concept-micro.com>
|
||||
@@ -19,6 +19,7 @@
|
||||
use Grenouille::Vars qw(%VERSION %DEBUG
|
||||
$MYRC $DATAPATH $DOWNLOADFILE $UPLOADFILE $QUEUEFILE
|
||||
$LASTCONFIGFILE $LASTVERSIONFILE $PIDFILE
|
||||
+ $BEFOREFILE $AFTERFILE
|
||||
$ASAP $SEC $MIN $DAY
|
||||
%vars);
|
||||
use Grenouille::Numbers qw(digits jitter);
|
||||
@@ -35,7 +36,7 @@
|
||||
use Grenouille::System qw(init_privileges swap_privileges
|
||||
autodetect_interface get_traffic_counters);
|
||||
|
||||
-$ENV{'PATH'} = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin';
|
||||
+$ENV{'PATH'} = '%%PREFIX%%/sbin:%%PREFIX%%/bin:/usr/sbin:/usr/bin:/sbin:/bin';
|
||||
|
||||
# ---------------------------------------------------------------
|
||||
|
||||
@@ -243,9 +244,9 @@
|
||||
sub before_test() {
|
||||
# stop or pause processes that could interfere with bandwidth measurements,
|
||||
# etc.
|
||||
- if(-x '/etc/plgrenouille-before') {
|
||||
+ if(-x '$BEFOREFILE') {
|
||||
eval {
|
||||
- system '/etc/plgrenouille-before';
|
||||
+ system '$BEFOREFILE';
|
||||
};
|
||||
display_and_log('ERROR', "plgrenouille-before: $@") if $@;
|
||||
}
|
||||
@@ -253,9 +254,9 @@
|
||||
|
||||
sub after_test() {
|
||||
# revert anything done by before_test()
|
||||
- if(-x '/etc/plgrenouille-after') {
|
||||
+ if(-x '$AFTERFILE') {
|
||||
eval {
|
||||
- system '/etc/plgrenouille-after';
|
||||
+ system '$AFTERFILE';
|
||||
};
|
||||
display_and_log('ERROR', "plgrenouille-after: $@") if $@;
|
||||
}
|
||||
@@ -620,8 +621,6 @@
|
||||
|
||||
# --------------------------- MAIN ----------------------------
|
||||
|
||||
-display_version();
|
||||
-
|
||||
Getopt::Long::Configure('bundling'); # 'no_ignore_case'
|
||||
eval {
|
||||
GetOptions(\%params,
|
||||
@@ -629,6 +628,7 @@
|
||||
'verbose|v=s', \&set_verbose_level,
|
||||
'configure|setup|c',
|
||||
'background|b',
|
||||
+ 'version|V',
|
||||
'help|h|?');
|
||||
};
|
||||
if ($@) {
|
||||
@@ -637,6 +637,10 @@
|
||||
}
|
||||
usage(1) if scalar @ARGV;
|
||||
usage(0) if $params{'help'};
|
||||
+if($params{'version'}) {
|
||||
+ display_version();
|
||||
+ exit(0);
|
||||
+}
|
||||
|
||||
open_log();
|
||||
init_grenouille();
|
|
@ -1,11 +0,0 @@
|
|||
**** Avant d'executer ce client pour la premiere fois, assurez-vous de visiter
|
||||
le site web du projet Grenouille et de vous y enregistrer.
|
||||
(WWW: http://www.grenouille.com/ma_grenouille/).
|
||||
|
||||
**** Ensuite, vous devez executer %%PREFIX%%/etc/rc.d/plgrenouille.sh configure
|
||||
ou recopier le fichier de configuration %%PREFIX%%/etc/grenouillerc.sample
|
||||
en %%PREFIX%%/etc/grenouillerc afin de l'editer manuellement.
|
||||
|
||||
**** Notez qu'afin de pouvoir envoyer vos informations Grenouille au serveur
|
||||
Grenouille, votre machine doit avoir un acces plus ou moins continu a
|
||||
Internet au moyen d'une connection de type cable ou ADSL.
|
|
@ -1,30 +0,0 @@
|
|||
#! /bin/sh
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/french/plgrenouille/files/Attic/plgrenouille.sh.in,v 1.2 2010-03-27 00:12:59 dougb Exp $
|
||||
#
|
||||
# PROVIDE: plgrenouille
|
||||
# REQUIRE: DAEMON
|
||||
#
|
||||
# Add the following line to /etc/rc.conf to enable upclient:
|
||||
#
|
||||
# plgrenouille_enable="YES"
|
||||
#
|
||||
|
||||
plgrenouille_enable=NO
|
||||
plgrenouille_flags=-b
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=plgrenouille
|
||||
rcvar=$(set_rcvar)
|
||||
|
||||
command=%%LBIN_DIR%%/${name}
|
||||
command_interpreter=%%PERL%%
|
||||
pidfile=%%RUN_DIR%%/${name}.pid
|
||||
logfile=%%LOG_DIR%%/${name}.log
|
||||
required_files=%%CONF_DIR%%/grenouillerc
|
||||
extra_commands=configure
|
||||
configure_cmd="${command} -c"
|
||||
|
||||
load_rc_config ${name}
|
||||
run_rc_command "$1"
|
|
@ -1,3 +0,0 @@
|
|||
Ce logiciel est cense determiner votre bande passante a un raccordement
|
||||
large bande et envoie les resultats au site http://www.grenouille.com
|
||||
a des fins de statistiques.
|
|
@ -1,34 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Configure plgrenouille.
|
||||
#
|
||||
|
||||
[ $# != 2 ] && exit 1
|
||||
[ -z "${PKG_PREFIX}" ] && exit 1
|
||||
|
||||
PORTNAME=plgrenouille
|
||||
SPOOL_DIR=/var/spool/${PORTNAME}
|
||||
SPOOL_MODES=u+rw,go-rw
|
||||
SPOOL_USER=daemon
|
||||
|
||||
case "$2" in
|
||||
POST-INSTALL)
|
||||
if [ ! -d ${SPOOL_DIR} ]; then
|
||||
mkdir -p ${SPOOL_DIR} &&
|
||||
chmod ${SPOOL_MODES} ${SPOOL_DIR} &&
|
||||
chown ${SPOOL_USER} ${SPOOL_DIR}
|
||||
fi
|
||||
[ -n "${BATCH}" ] && exit 0
|
||||
[ -f ${PKG_PREFIX}/etc/rc.d/plgrenouille.sh ] &&
|
||||
sh ${PKG_PREFIX}/etc/rc.d/plgrenouille.sh configure
|
||||
;;
|
||||
POST-DEINSTALL)
|
||||
if [ -d ${SPOOL_DIR} ]; then
|
||||
rm -rf ${SPOOL_DIR}
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
|
@ -1,20 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
@unexec if cmp -s %D/%%CONF_DIR%%/grenouillerc %D/%%CONF_DIR%%/grenouillerc.sample; then rm -f %D/%%CONF_DIR%%/grenouillerc; fi
|
||||
@unexec %%PREFIX%%/etc/rc.d/plgrenouille.sh stop
|
||||
%%CONF_DIR%%/grenouillerc.sample
|
||||
@comment no @exec: see pkg-install/+INSTALL for details.
|
||||
%%LBIN_DIR%%/plgrenouille
|
||||
%%SITE_PERL%%/Grenouille/Comm.pm
|
||||
%%SITE_PERL%%/Grenouille/Config.pm
|
||||
%%SITE_PERL%%/Grenouille/Log.pm
|
||||
%%SITE_PERL%%/Grenouille/Numbers.pm
|
||||
%%SITE_PERL%%/Grenouille/Preferences.pm
|
||||
%%SITE_PERL%%/Grenouille/Queue.pm
|
||||
%%SITE_PERL%%/Grenouille/Scheduler.pm
|
||||
%%SITE_PERL%%/Grenouille/System.pm
|
||||
%%SITE_PERL%%/Grenouille/Vars.pm
|
||||
%%SITE_PERL%%/Grenouille/Version.pm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%SITE_PERL%%/Grenouille
|
Loading…
Reference in a new issue