mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove expired ports
This commit is contained in:
parent
46ce9b21a3
commit
b1cf59535c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147349
587 changed files with 0 additions and 41298 deletions
|
@ -325,7 +325,6 @@
|
||||||
SUBDIR += muine
|
SUBDIR += muine
|
||||||
SUBDIR += muse
|
SUBDIR += muse
|
||||||
SUBDIR += musepack
|
SUBDIR += musepack
|
||||||
SUBDIR += musicbox
|
|
||||||
SUBDIR += musicbox-tag-editor
|
SUBDIR += musicbox-tag-editor
|
||||||
SUBDIR += musicbrainz
|
SUBDIR += musicbrainz
|
||||||
SUBDIR += musiccontrol
|
SUBDIR += musiccontrol
|
||||||
|
|
|
@ -1,57 +0,0 @@
|
||||||
# New ports collection makefile for: musicbox
|
|
||||||
# Date created: 2000-12-31
|
|
||||||
# Whom: trevor
|
|
||||||
# based on the NetBSD pkgsrc by tron@NetBSD.org
|
|
||||||
#
|
|
||||||
# $NetBSD: Makefile,v 1.7 2000/07/14 16:04:19 agc Exp $
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= musicbox
|
|
||||||
PORTVERSION= 1.01p2
|
|
||||||
CATEGORIES= audio
|
|
||||||
MASTER_SITES= ${MASTER_SITE_NETBSD} # ftp://freebsd.csie.nctu.edu.tw/Upload/
|
|
||||||
EXTRACT_SUFX= .tgz
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= X11 front-end for mpg123
|
|
||||||
|
|
||||||
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
|
||||||
|
|
||||||
DEPRECATED= depends on unsupported qt version
|
|
||||||
EXPIRATION_DATE=2005-10-31
|
|
||||||
|
|
||||||
USE_GCC= 2.95
|
|
||||||
USE_QT_VER= 1
|
|
||||||
DOCS= ChangeLog README
|
|
||||||
EVAL_PREFIX+= QT1DIR=qt1
|
|
||||||
PATH= ${QT1DIR}/qt/bin:$$PATH
|
|
||||||
PLIST= ${WRKDIR}/pkg-plist
|
|
||||||
USE_X_PREFIX= yes
|
|
||||||
WRKSRC= ${WRKDIR}/musicbox-1.01
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 501013
|
|
||||||
BROKEN= "compilation error"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
pre-install:
|
|
||||||
${ECHO_CMD} bin/musicbox > ${PLIST}
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
.for i in ${DOCS}
|
|
||||||
${ECHO_CMD} share/doc/musicbox/${i} >> ${PLIST}
|
|
||||||
.endfor
|
|
||||||
${ECHO_CMD} @dirrm share/doc/musicbox >> ${PLIST}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
${MKDIR} ${PREFIX}/share/doc/musicbox
|
|
||||||
.for i in ${DOCS}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/musicbox
|
|
||||||
.endfor
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (musicbox-1.01p2.tgz) = cdaad5a34c33c78af568bc6e589aa257
|
|
||||||
SIZE (musicbox-1.01p2.tgz) = 44119
|
|
|
@ -1,26 +0,0 @@
|
||||||
--- ListView.cpp.orig Wed Feb 17 09:17:11 1999
|
|
||||||
+++ ListView.cpp Wed Feb 17 09:21:00 1999
|
|
||||||
@@ -383,11 +383,11 @@
|
|
||||||
if (item != NULL)
|
|
||||||
temp = item;
|
|
||||||
|
|
||||||
- lbl = new QLabel("歌星:",this);
|
|
||||||
+ lbl = new QLabel("Artist:",this);
|
|
||||||
topLayout->addWidget(lbl,0,0);
|
|
||||||
- lbl = new QLabel("專輯名稱:",this);
|
|
||||||
+ lbl = new QLabel("Album:",this);
|
|
||||||
topLayout->addWidget(lbl,1,0);
|
|
||||||
- lbl = new QLabel("發行公司:",this);
|
|
||||||
+ lbl = new QLabel("Company:",this);
|
|
||||||
topLayout->addWidget(lbl,2,0);
|
|
||||||
|
|
||||||
Title = new QLabel(this);
|
|
||||||
@@ -412,7 +412,7 @@
|
|
||||||
connect(btn,SIGNAL(clicked()),this,SLOT(RemoveSong()));
|
|
||||||
topLayout->addWidget(btn,4,1);
|
|
||||||
|
|
||||||
- lbl = new QLabel("歌曲名稱:",this);
|
|
||||||
+ lbl = new QLabel("Title:",this);
|
|
||||||
topLayout->addWidget(lbl,4,2);
|
|
||||||
|
|
||||||
edtSinger = new QLineEdit(this);
|
|
|
@ -1,17 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- ListView.h.orig Sun Nov 16 13:56:31 1997
|
|
||||||
+++ ListView.h Wed Feb 18 10:31:19 2004
|
|
||||||
@@ -12,12 +12,7 @@
|
|
||||||
#include <qdialog.h>
|
|
||||||
#include "MultiListBox.h"
|
|
||||||
|
|
||||||
-#ifdef FreeBSD
|
|
||||||
-#include <machine/soundcard.h>
|
|
||||||
-#endif
|
|
||||||
-#ifdef Linux
|
|
||||||
#include <sys/soundcard.h>
|
|
||||||
-#endif
|
|
||||||
|
|
||||||
#define DEVICE 0
|
|
||||||
#define MIXER "/dev/mixer"
|
|
|
@ -1,109 +0,0 @@
|
||||||
--- Makefile.orig Wed Nov 12 11:01:58 1997
|
|
||||||
+++ Makefile Sun May 5 14:57:01 2002
|
|
||||||
@@ -1,7 +1,8 @@
|
|
||||||
# change following for your environment
|
|
||||||
-INC = /usr/X11R6/include/X11/qt
|
|
||||||
-LIB = /usr/X11R6/lib
|
|
||||||
-MOC = moc
|
|
||||||
+#INC = /usr/X11R6/include/X11/qt1
|
|
||||||
+INC = -I${X11BASE}/include -I${X11BASE}/include/X11/qt1
|
|
||||||
+LIB = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib
|
|
||||||
+MOC = moc1
|
|
||||||
|
|
||||||
# if you use freebsd
|
|
||||||
CFLAGS = -DFreeBSD
|
|
||||||
@@ -9,7 +10,7 @@
|
|
||||||
#if you use linux
|
|
||||||
#CFLAGS = -DLinux
|
|
||||||
|
|
||||||
-GCC = gcc
|
|
||||||
+GCC ?= cc
|
|
||||||
|
|
||||||
ALL = mplayer.o player.o ListView.o clock.o mclock.o mListView.o \
|
|
||||||
filebrowse.o mfilebrowse.o qktstreelist.o mqktstreelist.o \
|
|
||||||
@@ -18,69 +19,69 @@
|
|
||||||
PKG = musicbox
|
|
||||||
|
|
||||||
all: ${ALL}
|
|
||||||
- ${GCC} ${ALL} -o ${PKG} -L${LIB} -I${INC} -lqt
|
|
||||||
+ ${GCC} ${ALL} -o ${PKG} ${LIB} -lqt1 -lX11 -lXext
|
|
||||||
|
|
||||||
-player.o:
|
|
||||||
- ${GCC} -c player.cpp -o player.o ${CFLAGS} -L${LIB} -I${INC}
|
|
||||||
+player.o: player.cpp
|
|
||||||
+ ${GCC} -c player.cpp -o player.o ${CFLAGS} ${INC}
|
|
||||||
|
|
||||||
mplayer.o: mplayer.cpp
|
|
||||||
- ${GCC} -c mplayer.cpp -o mplayer.o ${CFLAGS} -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mplayer.cpp -o mplayer.o ${CFLAGS} ${INC}
|
|
||||||
|
|
||||||
mplayer.cpp:
|
|
||||||
${MOC} player.h -o mplayer.cpp
|
|
||||||
|
|
||||||
ListView.o:
|
|
||||||
- ${GCC} -c ListView.cpp -o ListView.o ${CFLAGS} -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c ListView.cpp -o ListView.o ${CFLAGS} ${INC}
|
|
||||||
|
|
||||||
mListView.o: mListView.cpp
|
|
||||||
- ${GCC} -c mListView.cpp -o mListView.o ${CFLAGS} -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mListView.cpp -o mListView.o ${CFLAGS} ${INC}
|
|
||||||
|
|
||||||
mListView.cpp:
|
|
||||||
${MOC} ListView.h -o mListView.cpp
|
|
||||||
clock.o:
|
|
||||||
- ${GCC} -c clock.cpp -o clock.o -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c clock.cpp -o clock.o ${INC}
|
|
||||||
|
|
||||||
mclock.cpp:
|
|
||||||
${MOC} clock.h -o mclock.cpp
|
|
||||||
|
|
||||||
mclock.o: mclock.cpp
|
|
||||||
- ${GCC} -c mclock.cpp -o mclock.o -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mclock.cpp -o mclock.o ${INC}
|
|
||||||
|
|
||||||
mfilebrowse.cpp:
|
|
||||||
${MOC} filebrowse.h -o mfilebrowse.cpp
|
|
||||||
|
|
||||||
filebrowse.o :
|
|
||||||
- ${GCC} -c filebrowse.cpp -o filebrowse.o -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c filebrowse.cpp -o filebrowse.o ${INC}
|
|
||||||
|
|
||||||
mfilebrowse.o: mfilebrowse.cpp
|
|
||||||
- ${GCC} -c mfilebrowse.cpp -o mfilebrowse.o -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mfilebrowse.cpp -o mfilebrowse.o ${INC}
|
|
||||||
|
|
||||||
diskbrowse.o:
|
|
||||||
- ${GCC} -c diskbrowse.cpp -o $@ -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c diskbrowse.cpp -o $@ ${INC}
|
|
||||||
|
|
||||||
mdiskbrowse.o: mdiskbrowse.cpp
|
|
||||||
- ${GCC} -c mdiskbrowse.cpp -o $@ -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mdiskbrowse.cpp -o $@ ${INC}
|
|
||||||
|
|
||||||
mdiskbrowse.cpp:
|
|
||||||
${MOC} diskbrowse.h -o $@
|
|
||||||
|
|
||||||
qktstreelist.o:
|
|
||||||
- ${GCC} -c qktstreelist.cpp -o $@ -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c qktstreelist.cpp -o $@ ${INC}
|
|
||||||
|
|
||||||
mqktstreelist.o: mqktstreelist.cpp
|
|
||||||
- ${GCC} -c mqktstreelist.cpp -o $@ -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mqktstreelist.cpp -o $@ ${INC}
|
|
||||||
|
|
||||||
mqktstreelist.cpp:
|
|
||||||
${MOC} qktstreelist.h -o $@
|
|
||||||
|
|
||||||
MultiListBox.o:
|
|
||||||
- ${GCC} -c MultiListBox.cpp -o $@ -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c MultiListBox.cpp -o $@ ${INC}
|
|
||||||
|
|
||||||
mMultiListBox.cpp:
|
|
||||||
${MOC} MultiListBox.h -o $@
|
|
||||||
|
|
||||||
mMultiListBox.o: mMultiListBox.cpp
|
|
||||||
- ${GCC} -c mMultiListBox.cpp -o $@ -L${LIB} -I${INC}
|
|
||||||
+ ${GCC} -c mMultiListBox.cpp -o $@ ${INC}
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -f player mplayer.cpp *.o mclock.cpp mListView.cpp mfilebrowse.cpp \
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- MultiListBox.h.orig Wed Nov 12 10:57:00 1997
|
|
||||||
+++ MultiListBox.h Sun Dec 31 06:24:22 2000
|
|
||||||
@@ -16,7 +16,6 @@
|
|
||||||
Pic = i->Pic;
|
|
||||||
Text = i->Text;
|
|
||||||
}
|
|
||||||
- setPixmap(QPixmap& p) {Pic = p;}
|
|
||||||
int Width(MultiListBox *box);
|
|
||||||
int Height(MultiListBox *box,int max_w);
|
|
||||||
void Paint(QPainter *p,int w,int h,int flag=0);
|
|
|
@ -1,60 +0,0 @@
|
||||||
--- player.cpp.orig Thu Oct 1 10:00:23 1998
|
|
||||||
+++ player.cpp Wed Jun 9 00:56:30 1999
|
|
||||||
@@ -72,7 +72,7 @@
|
|
||||||
options = new QPopupMenu;
|
|
||||||
AutoPlayID = options->insertItem( "&Auto Play", this, SLOT(AutoPlay()) );
|
|
||||||
options->setItemChecked( AutoPlayID, isAutoPlay );
|
|
||||||
- RepeatID = options->insertItem( "Re&peat", this, SLOT(RepeatPlay()) );
|
|
||||||
+ RepeatID = options->insertItem( "&Repeat", this, SLOT(RepeatPlay()) );
|
|
||||||
options->setCheckable(TRUE);
|
|
||||||
menubar->insertItem( "&Options",options );
|
|
||||||
menubar->insertSeparator();
|
|
||||||
@@ -150,7 +150,7 @@
|
|
||||||
|
|
||||||
QLabel *label;
|
|
||||||
label = new QLabel( this );
|
|
||||||
- label->setText("ºq¬P:");
|
|
||||||
+ label->setText("Artist:");
|
|
||||||
label->setGeometry(5,133,125,30);
|
|
||||||
|
|
||||||
edtName = new QLabel( this );
|
|
||||||
@@ -158,7 +158,7 @@
|
|
||||||
edtName->setGeometry(83,136,100,25);
|
|
||||||
|
|
||||||
label = new QLabel( this );
|
|
||||||
- label->setText("±M¿è¦WºÙ:");
|
|
||||||
+ label->setText("Album:");
|
|
||||||
label->setGeometry(5,173,125,30);
|
|
||||||
|
|
||||||
edtAlbum = new QLabel( this );
|
|
||||||
@@ -166,7 +166,7 @@
|
|
||||||
edtAlbum->setGeometry(83,176,100,25);
|
|
||||||
|
|
||||||
label = new QLabel( this );
|
|
||||||
- label->setText("µo¦æ¤½¥q:");
|
|
||||||
+ label->setText("Company:");
|
|
||||||
label->setGeometry(5,213,125,30);
|
|
||||||
|
|
||||||
edtPub = new QLabel( this );
|
|
||||||
@@ -242,15 +242,13 @@
|
|
||||||
song->setText(SongBox->text(SongBox->currentItem()));
|
|
||||||
dclock->Start(SongBox->currentItem());
|
|
||||||
if ((mp3_pid = fork()) == 0 ){
|
|
||||||
- char **argv;
|
|
||||||
- int i;
|
|
||||||
- argv[0]=MP3_PLAYER;
|
|
||||||
- argv[1]="-q";
|
|
||||||
- argv[2]=(char *)LocBox->text(SongBox->currentItem());
|
|
||||||
- argv[3]=NULL;
|
|
||||||
- execvp(MP3_PLAYER,argv);
|
|
||||||
+ execlp(MP3_PLAYER,
|
|
||||||
+ MP3_PLAYER,
|
|
||||||
+ "-q",
|
|
||||||
+ (char *)LocBox->text(SongBox->currentItem()),
|
|
||||||
+ NULL);
|
|
||||||
QMessageBox::warning(this,"error","can't exec mpg123\n");
|
|
||||||
- exit(1);
|
|
||||||
+ _exit(1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
--- qktstreelist.cpp.orig Mon Nov 10 18:10:02 1997
|
|
||||||
+++ qktstreelist.cpp Wed Jun 9 00:15:13 1999
|
|
||||||
@@ -834,7 +834,7 @@
|
|
||||||
QktsItemSearchInfo searchInfo;
|
|
||||||
searchInfo.index = index;
|
|
||||||
searchInfo.count = -1;
|
|
||||||
- forEveryVisibleItem(QktsTreeList::findItemAt, &searchInfo);
|
|
||||||
+ forEveryVisibleItem(&QktsTreeList::findItemAt, &searchInfo);
|
|
||||||
return searchInfo.foundItem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1340,7 +1340,7 @@
|
|
||||||
QktsTreeListItem *item = treeRoot->getChild();
|
|
||||||
do {
|
|
||||||
while(item) {
|
|
||||||
- if((func)(item, user)) return;
|
|
||||||
+ if((this->*func)(item, user)) return;
|
|
||||||
if(item->hasChild() && item->isExpanded()) {
|
|
||||||
stack.push(item);
|
|
||||||
item = item->getChild();
|
|
|
@ -1,3 +0,0 @@
|
||||||
Music Box is a Qt-based front end to mpg123.
|
|
||||||
|
|
||||||
Trevor Johnson
|
|
|
@ -40,7 +40,6 @@
|
||||||
SUBDIR += mopac
|
SUBDIR += mopac
|
||||||
SUBDIR += nab
|
SUBDIR += nab
|
||||||
SUBDIR += ncbi-toolkit
|
SUBDIR += ncbi-toolkit
|
||||||
SUBDIR += nclever
|
|
||||||
SUBDIR += ortep3
|
SUBDIR += ortep3
|
||||||
SUBDIR += p5-AcePerl
|
SUBDIR += p5-AcePerl
|
||||||
SUBDIR += p5-Bio-ASN1-EntrezGene
|
SUBDIR += p5-Bio-ASN1-EntrezGene
|
||||||
|
|
|
@ -1,35 +0,0 @@
|
||||||
# New ports collection makefile for: nclever
|
|
||||||
# Date created: 17 August 2001
|
|
||||||
# Whom: Tony Maher
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= nclever
|
|
||||||
PORTVERSION= 4.0
|
|
||||||
CATEGORIES= biology
|
|
||||||
MASTER_SITES= ftp://megasun.bch.umontreal.ca/pub/nclever/
|
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
||||||
EXTRACT_SUFX= .tar.Z
|
|
||||||
|
|
||||||
MAINTAINER= tonym@biolateral.com.au
|
|
||||||
COMMENT= NClever is a character-based version of NCBI's Entrez program
|
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/ncbi/libncbi.a:${PORTSDIR}/biology/ncbi-toolkit
|
|
||||||
|
|
||||||
BROKEN= Unfetchable
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
@${MKDIR} ${PREFIX}/bin
|
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/nclever ${PREFIX}/bin
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
@${MKDIR} ${DOCSDIR}
|
|
||||||
@${INSTALL_DATA} ${WRKSRC}/nclever_manual.txt ${DOCSDIR}
|
|
||||||
@${INSTALL_DATA} ${WRKSRC}/nclever.citation ${DOCSDIR}
|
|
||||||
@${INSTALL_DATA} ${WRKSRC}/sample_script1.txt ${DOCSDIR}
|
|
||||||
@${INSTALL_DATA} ${WRKSRC}/sample_script2.txt ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (nclever4.0.tar.Z) = ef1c97fe8769b41e0fa8773848d70836
|
|
||||||
SIZE (nclever4.0.tar.Z) = 80935
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- main.c.orig Mon Sep 24 16:34:16 2001
|
|
||||||
+++ main.c Mon Sep 24 16:37:26 2001
|
|
||||||
@@ -358,7 +358,7 @@
|
|
||||||
/* Read a line from stdin */
|
|
||||||
static Boolean GetCommand(void)
|
|
||||||
{
|
|
||||||
- if (!gets(Command)) return(FALSE);
|
|
||||||
+ if (!fgets(Command,MAXLINELEN-1,stdin)) return(FALSE);
|
|
||||||
if (EchoCommands) fprintf(CmdStream,"%s\n",Command);
|
|
||||||
return(TRUE);
|
|
||||||
}
|
|
|
@ -1,47 +0,0 @@
|
||||||
--- Makefile.orig Thu Dec 7 11:11:31 2000
|
|
||||||
+++ Makefile Thu Dec 7 11:34:11 2000
|
|
||||||
@@ -29,7 +29,8 @@
|
|
||||||
# NCBI librairies are needed.
|
|
||||||
|
|
||||||
# Set the correct path to the NCBI package
|
|
||||||
-NCBI = /usr/local/lib/NCBI
|
|
||||||
+NCBILIB = /usr/local/lib/ncbi
|
|
||||||
+NCBIINC = /usr/local/include/ncbi
|
|
||||||
|
|
||||||
# Set the name of your ANSI C compiler
|
|
||||||
CC = gcc
|
|
||||||
@@ -39,7 +40,7 @@
|
|
||||||
LIBSNCBI = -lncbiNacc -lnetentr -lncbicdr -lncbiobj -lnetcli -lncbi
|
|
||||||
# System linking libraries (these are used under Solaris 2.6;
|
|
||||||
# adjust according to your site).
|
|
||||||
-LIBSSYS = -lm -lsocket -lnsl -lxnet
|
|
||||||
+LIBSSYS = -lm
|
|
||||||
|
|
||||||
#
|
|
||||||
# Nothing to adjust below this line !
|
|
||||||
@@ -50,20 +51,20 @@
|
|
||||||
all: nclever
|
|
||||||
|
|
||||||
nclever: $(OBJS)
|
|
||||||
- $(CC) $(CCFLAGS) -o nclever -L$(NCBI)/lib $(OBJS) $(LIBSNCBI) $(LIBSSYS)
|
|
||||||
+ $(CC) $(CCFLAGS) -o nclever -L$(NCBILIB) $(OBJS) $(LIBSNCBI) $(LIBSSYS)
|
|
||||||
strip nclever
|
|
||||||
|
|
||||||
main.o: main.c main.h
|
|
||||||
- $(CC) $(CCFLAGS) -c -I$(NCBI)/include main.c
|
|
||||||
+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) main.c
|
|
||||||
|
|
||||||
lists.o: lists.c main.h
|
|
||||||
- $(CC) $(CCFLAGS) -c -I$(NCBI)/include lists.c
|
|
||||||
+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) lists.c
|
|
||||||
|
|
||||||
print.o: print.c main.h
|
|
||||||
- $(CC) $(CCFLAGS) -c -I$(NCBI)/include print.c
|
|
||||||
+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) print.c
|
|
||||||
|
|
||||||
entinfo.o: entinfo.c main.h
|
|
||||||
- $(CC) $(CCFLAGS) -c -I$(NCBI)/include entinfo.c
|
|
||||||
+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) entinfo.c
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm *.o
|
|
|
@ -1,8 +0,0 @@
|
||||||
NClever is a character-based version of NCBI's Entrez program. It is an
|
|
||||||
interactive tool that allows easy browsing of the Entrez database.
|
|
||||||
|
|
||||||
More information available at:
|
|
||||||
WWW: ftp://megasun.bch.umontreal.ca/pub/nclever
|
|
||||||
|
|
||||||
--
|
|
||||||
Tony Maher <tonym@biolateral.com.au>
|
|
|
@ -1,6 +0,0 @@
|
||||||
bin/nclever
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/nclever.citation
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/nclever_manual.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/sample_script1.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/sample_script2.txt
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
|
@ -59,6 +59,5 @@
|
||||||
SUBDIR += vipec
|
SUBDIR += vipec
|
||||||
SUBDIR += xcircuit
|
SUBDIR += xcircuit
|
||||||
SUBDIR += z88
|
SUBDIR += z88
|
||||||
SUBDIR += ziarc
|
|
||||||
|
|
||||||
.include <bsd.port.subdir.mk>
|
.include <bsd.port.subdir.mk>
|
||||||
|
|
|
@ -1,48 +0,0 @@
|
||||||
# ex:ts=8
|
|
||||||
# Ports collection makefile for: ziarc
|
|
||||||
# Date created: Jan 11, 2003
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= ziarc
|
|
||||||
PORTVERSION= 20020729 # date of the tarball
|
|
||||||
CATEGORIES= cad
|
|
||||||
MASTER_SITES= http://www.procoders.net/downloads/
|
|
||||||
DISTNAME= ziarc_src
|
|
||||||
|
|
||||||
DEPRECATED= "no longer available from author's site"
|
|
||||||
EXPIRATION_DATE=2005-08-31
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= ZiaRC is a Resistor Calculator
|
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYNUMERIC}
|
|
||||||
RUN_DEPENDS= ${PYNUMERIC}
|
|
||||||
|
|
||||||
BROKEN= Checksum mismatch
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
USE_ZIP= yes
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
USE_PYTHON= yes
|
|
||||||
USE_PYDISTUTILS= yes
|
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|g" ${WRKSRC}/rnetgui.py
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${CAT} ${FILESDIR}/ziarc | \
|
|
||||||
${SED} -e "s|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|" > \
|
|
||||||
${PREFIX}/bin/ziarc
|
|
||||||
@${CHMOD} +x ${PREFIX}/bin/ziarc
|
|
||||||
@${MKDIR} ${PYTHON_SITELIBDIR}/ziarc
|
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}/ziarc
|
|
||||||
@${RM} -f ${PYTHON_SITELIBDIR}/ziarc/setup.py
|
|
||||||
@${MKDIR} ${DATADIR}/icons
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DATADIR}/icons
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (ziarc_src.zip) = 4418c02890459b01c1324e145622e02d
|
|
||||||
SIZE (ziarc_src.zip) = 108953
|
|
|
@ -1,20 +0,0 @@
|
||||||
--- rnetgui.py.orig Mon Feb 10 01:00:29 2003
|
|
||||||
+++ rnetgui.py Mon Feb 10 01:03:25 2003
|
|
||||||
@@ -765,7 +765,7 @@
|
|
||||||
|
|
||||||
for fnam, tg, tool, help, id, sep in ziplist:
|
|
||||||
|
|
||||||
- path=os.path.join(homepath,"icons",fnam)+".png"
|
|
||||||
+ path=os.path.join("%%DATADIR%%","icons",fnam)+".png"
|
|
||||||
|
|
||||||
bitmap=wxBitmapFromImage(wxImage(path, wxBITMAP_TYPE_PNG))
|
|
||||||
self.tb.AddTool(id,bitmap,wxNullBitmap, tg, -1, tool, help)
|
|
||||||
@@ -958,7 +958,7 @@
|
|
||||||
|
|
||||||
def About(self, event) :
|
|
||||||
|
|
||||||
- path=os.path.join(homepath,"icons","ziarc.png")
|
|
||||||
+ path=os.path.join("%%DATADIR%%","icons","ziarc.png")
|
|
||||||
bitmap=wxBitmapFromImage(wxImage(path, wxBITMAP_TYPE_PNG))
|
|
||||||
|
|
||||||
about=MyAbout(self, bitmap)
|
|
|
@ -1,9 +0,0 @@
|
||||||
--- setup.py.orig Sat Feb 8 00:14:36 2003
|
|
||||||
+++ setup.py Sat Feb 8 00:14:41 2003
|
|
||||||
@@ -31,6 +31,5 @@
|
|
||||||
|
|
||||||
from distutils.core import setup
|
|
||||||
import glob
|
|
||||||
-import py2exe
|
|
||||||
|
|
||||||
setup(name="main_ziarc.py", scripts=["main_ziarc.py"],data_files=[("icons",glob.glob("icons\\*.*"))],)
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
cd %%PYTHON_SITELIBDIR%%/ziarc && python ./main_ziarc.py
|
|
|
@ -1,7 +0,0 @@
|
||||||
ZiaRC (which is a recursive acronym for "ZiaRC is a Resistor Calculator")
|
|
||||||
facilitates the drawing of resistor nets and calculates overall resistivity
|
|
||||||
and particular currents through the resistors. It consists of a graphical
|
|
||||||
user interface which allows the easy creation of resistor nets and has many
|
|
||||||
functions such as undo/redo, delete, move and many more.
|
|
||||||
|
|
||||||
WWW: http://www.procoders.net/pythonstuff/ZiaRC/
|
|
|
@ -1,28 +0,0 @@
|
||||||
bin/ziarc
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/datatier.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/graph.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/main_ziarc.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/polygon.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/resistornet.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/rnetgui.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/ziarc/undoqueue.py
|
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/ziarc
|
|
||||||
%%DATADIR%%/icons/del_ival.png
|
|
||||||
%%DATADIR%%/icons/draw_con.png
|
|
||||||
%%DATADIR%%/icons/draw_r.png
|
|
||||||
%%DATADIR%%/icons/editdelete.png
|
|
||||||
%%DATADIR%%/icons/exec.png
|
|
||||||
%%DATADIR%%/icons/exit.png
|
|
||||||
%%DATADIR%%/icons/filenew.png
|
|
||||||
%%DATADIR%%/icons/fileopen.png
|
|
||||||
%%DATADIR%%/icons/filesave.png
|
|
||||||
%%DATADIR%%/icons/help.png
|
|
||||||
%%DATADIR%%/icons/move.png
|
|
||||||
%%DATADIR%%/icons/put_ground.png
|
|
||||||
%%DATADIR%%/icons/put_rval.png
|
|
||||||
%%DATADIR%%/icons/put_u0.png
|
|
||||||
%%DATADIR%%/icons/redo.png
|
|
||||||
%%DATADIR%%/icons/undo.png
|
|
||||||
%%DATADIR%%/icons/ziarc.png
|
|
||||||
@dirrm %%DATADIR%%/icons
|
|
||||||
@dirrm %%DATADIR%%
|
|
|
@ -27,7 +27,6 @@
|
||||||
SUBDIR += cce
|
SUBDIR += cce
|
||||||
SUBDIR += cdict5
|
SUBDIR += cdict5
|
||||||
SUBDIR += celvis
|
SUBDIR += celvis
|
||||||
SUBDIR += chinput
|
|
||||||
SUBDIR += chinput2
|
SUBDIR += chinput2
|
||||||
SUBDIR += chinput3
|
SUBDIR += chinput3
|
||||||
SUBDIR += chm2html
|
SUBDIR += chm2html
|
||||||
|
@ -73,7 +72,6 @@
|
||||||
SUBDIR += libtabe
|
SUBDIR += libtabe
|
||||||
SUBDIR += links
|
SUBDIR += links
|
||||||
SUBDIR += lunar
|
SUBDIR += lunar
|
||||||
SUBDIR += metalist
|
|
||||||
SUBDIR += mingunittf
|
SUBDIR += mingunittf
|
||||||
SUBDIR += miniChinput
|
SUBDIR += miniChinput
|
||||||
SUBDIR += mldonkey-core
|
SUBDIR += mldonkey-core
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
# ex:ts=8
|
|
||||||
# Ports collection makefile for: chinput
|
|
||||||
# Date created: 09/07/2000
|
|
||||||
# Whom: Peng HaiJie (phj@cn.freebsd.org)
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= chinput
|
|
||||||
PORTVERSION= 2.1
|
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= chinese x11
|
|
||||||
MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/
|
|
||||||
DISTNAME= zh-chinput-2.1
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= Chinese GB2312,BIG5,Japanese code input server
|
|
||||||
|
|
||||||
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} \
|
|
||||||
mkfontdir:${X_CLIENTS_PORT}
|
|
||||||
|
|
||||||
BROKEN= Incomplete pkg-plist
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
USE_XLIB= yes
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
||||||
|
|
||||||
post-extract:
|
|
||||||
${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (zh-chinput-2.1.tar.gz) = e085e29405e38ac2c63fafd2c6b60845
|
|
||||||
SIZE (zh-chinput-2.1.tar.gz) = 4968670
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/Imakefile.orig Tue Sep 12 11:26:03 2000
|
|
||||||
+++ src/Imakefile Tue Sep 12 11:26:11 2000
|
|
||||||
@@ -37,7 +37,7 @@
|
|
||||||
#CCOPTIONS=-g -Wall -Wcast-qual -Wstrict-prototypes
|
|
||||||
#CCOPTIONS=-g -Wall -Wstrict-prototypes
|
|
||||||
#CCOPTIONS=-g -Wall -Wmissing-prototypes
|
|
||||||
-CCOPTIONS=-g -Wall
|
|
||||||
+#CCOPTIONS=-g -Wall
|
|
||||||
|
|
||||||
all:: $(PROGRAMS)
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
Ported from Chinput-2.1 on Linux platform .
|
|
||||||
|
|
||||||
Chinese GB,BIG5,Japanese code input server.
|
|
||||||
|
|
||||||
-- Peng HaiJie (phj@cn.freebsd.org)
|
|
|
@ -1,64 +0,0 @@
|
||||||
bin/chinput
|
|
||||||
bin/txt2tab
|
|
||||||
bin/tab2txt
|
|
||||||
share/chinput/pinyin.map
|
|
||||||
share/chinput/usrphrase.tab
|
|
||||||
share/chinput/sysphrase.tab
|
|
||||||
share/chinput/Chinput.ad
|
|
||||||
share/chinput/Table.cit
|
|
||||||
share/chinput/doc/CHANGES
|
|
||||||
share/chinput/doc/API
|
|
||||||
share/chinput/doc/BUGS
|
|
||||||
share/chinput/doc/COPYING
|
|
||||||
share/chinput/doc/FAQ
|
|
||||||
share/chinput/doc/INSTALL
|
|
||||||
share/chinput/doc/README
|
|
||||||
share/chinput/doc/README.znpy
|
|
||||||
share/chinput/doc/USAGE
|
|
||||||
share/chinput/doc/TODO
|
|
||||||
share/chinput/doc/Makefile
|
|
||||||
share/chinput/input_method/gb/CCDOSPY.cit
|
|
||||||
share/chinput/input_method/gb/CTLau.cit
|
|
||||||
share/chinput/input_method/gb/CangJie.cit
|
|
||||||
share/chinput/input_method/gb/English.cit
|
|
||||||
share/chinput/input_method/gb/HIRAGANA.cit
|
|
||||||
share/chinput/input_method/gb/KATAKANA.cit
|
|
||||||
share/chinput/input_method/gb/MGM.cit
|
|
||||||
share/chinput/input_method/gb/PY.cit
|
|
||||||
share/chinput/input_method/gb/Punct.cit
|
|
||||||
share/chinput/input_method/gb/QJ.cit
|
|
||||||
share/chinput/input_method/gb/QianMa.cit
|
|
||||||
share/chinput/input_method/gb/SW.cit
|
|
||||||
share/chinput/input_method/gb/TONEPY.cit
|
|
||||||
share/chinput/input_method/gb/Table.cit
|
|
||||||
share/chinput/input_method/gb/TeleCode.cit
|
|
||||||
share/chinput/input_method/gb/WuBi.cit
|
|
||||||
share/chinput/input_method/gb/simple.lx
|
|
||||||
share/chinput/input_method/big5/4Corner.cit
|
|
||||||
share/chinput/input_method/big5/ARRAY30.cit
|
|
||||||
share/chinput/input_method/big5/Boshiamy.cit
|
|
||||||
share/chinput/input_method/big5/CangJie.cit
|
|
||||||
share/chinput/input_method/big5/ETZY.cit
|
|
||||||
share/chinput/input_method/big5/English.cit
|
|
||||||
share/chinput/input_method/big5/HSU.cit
|
|
||||||
share/chinput/input_method/big5/PY.cit
|
|
||||||
share/chinput/input_method/big5/Punct.cit
|
|
||||||
share/chinput/input_method/big5/QJ.cit
|
|
||||||
share/chinput/input_method/big5/Simplex.cit
|
|
||||||
share/chinput/input_method/big5/ZOZY.cit
|
|
||||||
share/chinput/input_method/big5/simple.lx
|
|
||||||
share/chinput/input_method/jis/Punct.cit
|
|
||||||
share/chinput/input_method/jis/QJ.cit
|
|
||||||
share/chinput/input_method/jis/ROMKANA.cit
|
|
||||||
share/chinput/input_method/jis/TCODE.cit
|
|
||||||
share/chinput/input_method/ks/HANGUL.cit
|
|
||||||
share/chinput/input_method/ks/HANJA.cit
|
|
||||||
share/chinput/input_method/ks/Punct.cit
|
|
||||||
share/chinput/input_method/ks/QJ.cit
|
|
||||||
@dirrm share/chinput/input_method/ks
|
|
||||||
@dirrm share/chinput/input_method/jis
|
|
||||||
@dirrm share/chinput/input_method/big5
|
|
||||||
@dirrm share/chinput/input_method/gb
|
|
||||||
@dirrm share/chinput/input_method
|
|
||||||
@dirrm share/chinput/doc
|
|
||||||
@dirrm share/chinput
|
|
|
@ -1,109 +0,0 @@
|
||||||
# New ports collection makefile for: metalist
|
|
||||||
# Date created: 18 March 2002
|
|
||||||
# Whom: Autrijus Tang
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= metalist
|
|
||||||
PORTVERSION= 2.2.6
|
|
||||||
PORTREVISION= 11069
|
|
||||||
CATEGORIES= chinese www
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
||||||
MASTER_SITE_SUBDIR= slashcode
|
|
||||||
DISTNAME= slash-${PORTVERSION}
|
|
||||||
|
|
||||||
PATCH_SITES= http://p4.elixus.org/hist/
|
|
||||||
PATCHFILES= metalist-${PORTREVISION}${EXTRACT_SUFX}
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= A Chinese port of Slash-Like Automatic Storytelling Homepage system
|
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
|
|
||||||
${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash \
|
|
||||||
${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
|
|
||||||
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
|
|
||||||
${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \
|
|
||||||
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
||||||
|
|
||||||
BROKEN= Installs files outside of install phase
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
.if defined(WITH_OURNET)
|
|
||||||
CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--default
|
|
||||||
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--default
|
|
||||||
.else
|
|
||||||
CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
|
|
||||||
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(WITH_APACHE2)
|
|
||||||
BROKEN= Broken due the new mod_perl2 API
|
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
|
|
||||||
DEPENDS_ARGS+= WITHOUT_MODPERL=yes
|
|
||||||
DEPENDS_ARGS+= WITH_MODPERL2=yes
|
|
||||||
DEPENDS_ARGS+= WITH_APACHE2=yes
|
|
||||||
DEPENDS_ARGS+= BATCH=yes
|
|
||||||
.else
|
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
|
|
||||||
.endif
|
|
||||||
|
|
||||||
DOCS= README README.metalist INSTALL
|
|
||||||
NO_BUILD= yes
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
|
|
||||||
CONFLICTS= slash-[0-9]*
|
|
||||||
|
|
||||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
||||||
MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \
|
|
||||||
Slash::Apache::Log.3 Slash::Apache::User.3 \
|
|
||||||
Slash::Custom::Bulkmail.3 Slash::DB.3 Slash::DB::MySQL.3 \
|
|
||||||
Slash::DB::Oracle.3 Slash::DB::PostgreSQL.3 \
|
|
||||||
Slash::DB::Static::MySQL.3 Slash::DB::Static::Oracle.3 \
|
|
||||||
Slash::DB::Static::PostgreSQL.3 Slash::DB::Utility.3 \
|
|
||||||
Slash::Display.3 Slash::Display::Plugin.3 \
|
|
||||||
Slash::Display::Provider.3 Slash::Install.3 Slash::Journal.3 \
|
|
||||||
Slash::Messages.3 Slash::Messages::DB::MySQL.3 \
|
|
||||||
Slash::Search.3 Slash::Test.3 Slash::Utility.3 \
|
|
||||||
Slash::Utility::Access.3 Slash::Utility::Anchor.3 \
|
|
||||||
Slash::Utility::Data.3 Slash::Utility::Display.3 \
|
|
||||||
Slash::Utility::Environment.3 Slash::Utility::System.3 \
|
|
||||||
Slash::XML.3 Slash::XML::RSS.3
|
|
||||||
|
|
||||||
pre-fetch:
|
|
||||||
@${ECHO} ""
|
|
||||||
@${ECHO} "You may use the following build options:"
|
|
||||||
@${ECHO} ""
|
|
||||||
@${ECHO} " WITH_APACHE2 Use Apache2 as the web server"
|
|
||||||
@${ECHO} " WITH_OURNET Install support for OurNet::BBS"
|
|
||||||
@${ECHO} ""
|
|
||||||
|
|
||||||
do-patch:
|
|
||||||
@${MV} ${WRKSRC} ${WRKDIR}/src
|
|
||||||
@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${PATCHFILES} ${EXTRACT_AFTER_ARGS})
|
|
||||||
@${MV} ${WRKDIR}/src ${WRKSRC}
|
|
||||||
@(cd ${WRKSRC} && ${PATCH} < ${MASTERDIR}/files/patch-Makefile 2>/dev/null)
|
|
||||||
.if defined(WITH_APACHE2)
|
|
||||||
@(cd ${WRKDIR} && ${PATCH} < ${WRKSRC}/slash-2.2.6-modperl2.diff.txt 2>/dev/null)
|
|
||||||
.endif
|
|
||||||
@${REINPLACE_CMD} -E -e 's,/usr/local,${PREFIX},g' \
|
|
||||||
-e 's,(\$\(PERL\) Makefile.PL),\1 PREFIX=\$$\(PREFIX\),g' \
|
|
||||||
${WRKSRC}/Makefile
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${FIND} ${PREFIX}/slash -name "*.orig" -or -name "*.bak" -delete
|
|
||||||
.if defined(WITH_APACHE2)
|
|
||||||
@${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g -e s!%%APACHE%%!apache2!g ${PKGMESSAGE}
|
|
||||||
.else
|
|
||||||
@${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g -e s!%%APACHE%%!apache!g ${PKGMESSAGE}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500601
|
|
||||||
IGNORE= This program only support perl 5.6.1 or above
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,4 +0,0 @@
|
||||||
MD5 (slash-2.2.6.tar.gz) = a9886e1e08e47e0db4f3ba3e750102ff
|
|
||||||
SIZE (slash-2.2.6.tar.gz) = 584128
|
|
||||||
MD5 (metalist-11069.tar.gz) = 785cc8cfe1b84873aff5e42477169db2
|
|
||||||
SIZE (metalist-11069.tar.gz) = 720787
|
|
|
@ -1,48 +0,0 @@
|
||||||
--- Makefile.orig Wed Jul 3 17:22:34 2002
|
|
||||||
+++ Makefile Tue Mar 8 15:52:54 2005
|
|
||||||
@@ -62,7 +62,7 @@
|
|
||||||
slash:
|
|
||||||
@echo "=== INSTALLING SLASH MODULES ==="
|
|
||||||
@if [ ! "$(RPM)" ] ; then \
|
|
||||||
- (cd Slash; $(PERL) Makefile.PL; make install UNINST=1); \
|
|
||||||
+ (cd Slash; $(PERL) Makefile.PL; make all pure_install UNINST=1); \
|
|
||||||
else \
|
|
||||||
echo " - Performing an RPM build"; \
|
|
||||||
(cd Slash; $(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); make install UNINST=1); \
|
|
||||||
@@ -77,7 +77,7 @@
|
|
||||||
if [ -f Makefile.PL ]; then \
|
|
||||||
if [ ! "$(RPM)" ] ; then \
|
|
||||||
$(PERL) Makefile.PL; \
|
|
||||||
- make install UNINST=1;\
|
|
||||||
+ make all pure_install UNINST=1;\
|
|
||||||
else \
|
|
||||||
echo " - Performing an RPM build."; \
|
|
||||||
$(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); \
|
|
||||||
@@ -86,7 +86,7 @@
|
|
||||||
fi); \
|
|
||||||
done)
|
|
||||||
|
|
||||||
-all: install
|
|
||||||
+all:
|
|
||||||
|
|
||||||
install: slash plugins
|
|
||||||
|
|
||||||
@@ -167,15 +167,11 @@
|
|
||||||
if [ -d $(INIT) ]; then \
|
|
||||||
init=$(INIT); \
|
|
||||||
fi; \
|
|
||||||
- elif [ -d /etc/init.d ]; then \
|
|
||||||
- init=/etc; \
|
|
||||||
- elif [ -d /etc/rc.d/init.d ]; then \
|
|
||||||
- init=/etc/rc.d; \
|
|
||||||
+ elif [ -d /usr/local/etc/rc.d ]; then \
|
|
||||||
+ init=/usr/local/etc/rc.d; \
|
|
||||||
fi; \
|
|
||||||
if [ $$init ]; then \
|
|
||||||
- $(INSTALL) utils/slash $$init/init.d/; \
|
|
||||||
- ln -s -f ../init.d/slash $$init/rc3.d/S99slash; \
|
|
||||||
- ln -s -f ../init.d/slash $$init/rc6.d/K99slash; \
|
|
||||||
+ $(INSTALL) utils/slash $$init/slash.sh; \
|
|
||||||
else \
|
|
||||||
echo "*** Makefile can't determine where your init scripts live."; \
|
|
||||||
if [ $$init ]; then \
|
|
|
@ -1,21 +0,0 @@
|
||||||
Slash -- Slashdot Like Automated Storytelling Homepage -- is the code
|
|
||||||
that runs Slashdot. More than that, however, Slash is an architecture
|
|
||||||
for putting together web sites. It comes with functionality for posting
|
|
||||||
articles, conducting polls, having discussions, and more; but it can be
|
|
||||||
extended in innumerable ways.
|
|
||||||
|
|
||||||
Slash is written in Perl, and is built on top of Apache and mod_perl. It
|
|
||||||
requires a database backend, though the only well-supported database
|
|
||||||
used with it is MySQL (more databases will become well-supported as time
|
|
||||||
goes on; PostgreSQL support is already well on its way). Slash is fast,
|
|
||||||
scalable, and secure (as evidenced by one of the best test cases you
|
|
||||||
could have, running Slashdot itself).
|
|
||||||
|
|
||||||
Through a plugin system, developers can add functionality to Slash.
|
|
||||||
Through themes and templates (which are written using Template Toolkit),
|
|
||||||
the look and feel of a Slash site can be customized.
|
|
||||||
|
|
||||||
"Metalist" is the code name of a Traditional Chinese port of Slash, with
|
|
||||||
added functionalities and plug-ins.
|
|
||||||
|
|
||||||
WWW: http://meta.elixus.org/
|
|
|
@ -1,21 +0,0 @@
|
||||||
##############################################################################
|
|
||||||
|
|
||||||
===> Metalist post-port installation instructions:
|
|
||||||
|
|
||||||
To complete the installation of this port, please perform following actions
|
|
||||||
as root (the "virtual user" should be the same as p5-DBIx-Password):
|
|
||||||
|
|
||||||
mysqladmin -u root create slash # "slash" is your database name
|
|
||||||
echo "Include %%LOCALBASE%%/slash/httpd/slash.conf" \
|
|
||||||
>> %%LOCALBASE%%/etc/%%APACHE%%/httpd.conf # or manually insert this line
|
|
||||||
cd %%LOCALBASE%%/slash # change to the slash directory
|
|
||||||
bin/install-slashsite -u slash # "slash" is virtual user's name
|
|
||||||
apachectl restart # restarts the apache server
|
|
||||||
%%LOCALBASE%%/etc/rc.d/slash.sh start # start the "slashd" daemon
|
|
||||||
|
|
||||||
Note that the "install-slashsite" script will ask you of a "theme";
|
|
||||||
we recommend the CSS-based, fully internationalized "Elixss" theme.
|
|
||||||
However, if your site uses Traditional Chinese only, the "metalist"
|
|
||||||
theme will also do.
|
|
||||||
|
|
||||||
##############################################################################
|
|
File diff suppressed because it is too large
Load diff
|
@ -65,7 +65,6 @@
|
||||||
SUBDIR += grass-i18n
|
SUBDIR += grass-i18n
|
||||||
SUBDIR += gtksql
|
SUBDIR += gtksql
|
||||||
SUBDIR += hk_classes
|
SUBDIR += hk_classes
|
||||||
SUBDIR += hs-hsql
|
|
||||||
SUBDIR += isql-viewer
|
SUBDIR += isql-viewer
|
||||||
SUBDIR += jasperreports
|
SUBDIR += jasperreports
|
||||||
SUBDIR += java-sqlrelay
|
SUBDIR += java-sqlrelay
|
||||||
|
@ -350,7 +349,6 @@
|
||||||
SUBDIR += ruby-bdb
|
SUBDIR += ruby-bdb
|
||||||
SUBDIR += ruby-bdb1
|
SUBDIR += ruby-bdb1
|
||||||
SUBDIR += ruby-cdb
|
SUBDIR += ruby-cdb
|
||||||
SUBDIR += ruby-criteria
|
|
||||||
SUBDIR += ruby-dbd_interbase
|
SUBDIR += ruby-dbd_interbase
|
||||||
SUBDIR += ruby-dbd_msql
|
SUBDIR += ruby-dbd_msql
|
||||||
SUBDIR += ruby-dbd_mysql
|
SUBDIR += ruby-dbd_mysql
|
||||||
|
@ -386,7 +384,6 @@
|
||||||
SUBDIR += tcl-Mysql
|
SUBDIR += tcl-Mysql
|
||||||
SUBDIR += tdb
|
SUBDIR += tdb
|
||||||
SUBDIR += tinycdb
|
SUBDIR += tinycdb
|
||||||
SUBDIR += tkgnats
|
|
||||||
SUBDIR += typhoon
|
SUBDIR += typhoon
|
||||||
SUBDIR += unixODBC
|
SUBDIR += unixODBC
|
||||||
SUBDIR += useracc
|
SUBDIR += useracc
|
||||||
|
|
|
@ -1,82 +0,0 @@
|
||||||
# New ports collection makefile for: hsql
|
|
||||||
# Date created: 2004-01-15
|
|
||||||
# Whom: obraun@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= hsql
|
|
||||||
PORTVERSION= 1.4
|
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases haskell
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
||||||
MASTER_SITE_SUBDIR= htoolkit
|
|
||||||
PKGNAMEPREFIX= hs-
|
|
||||||
DISTNAME= HSQL-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= haskell@FreeBSD.org
|
|
||||||
COMMENT= Haskell access to SQL
|
|
||||||
|
|
||||||
BROKEN= "Not compatible with latest GHC yet"
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
||||||
RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
|
|
||||||
|
|
||||||
USE_PGSQL= yes
|
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock
|
|
||||||
ALL_TARGET= all docs
|
|
||||||
.endif
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/HSQL
|
|
||||||
HAS_CONFIGURE= yes
|
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX} --enable-postgres
|
|
||||||
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include/postgresql/server \
|
|
||||||
CPPFLAGS=-I${LOCALBASE}/include/postgresql/server
|
|
||||||
USE_GMAKE= yes
|
|
||||||
MAKE_ENV+= DOCSDIR=${DOCSDIR}
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if exists(${LOCALBASE}/bin/hugs)
|
|
||||||
WITH_HUGS= yes
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(PACKAGE_BUILDING)
|
|
||||||
WITH_HUGS= yes
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(WITH_HUGS)
|
|
||||||
BUILD_DEPENDS+= hugs:${PORTSDIR}/lang/hugs
|
|
||||||
RUN_DEPENDS+= hugs:${PORTSDIR}/lang/hugs
|
|
||||||
.endif
|
|
||||||
|
|
||||||
GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
|
|
||||||
PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
|
|
||||||
|
|
||||||
.if defined(WITH_HUGS)
|
|
||||||
PLIST_SUB+= HUGS=""
|
|
||||||
.else
|
|
||||||
PLIST_SUB+= HUGS="@comment "
|
|
||||||
.endif
|
|
||||||
|
|
||||||
pre-everything::
|
|
||||||
@${ECHO_CMD} ""
|
|
||||||
@${ECHO_CMD} " HSQL will be installed for ghc."
|
|
||||||
@${ECHO_CMD} ""
|
|
||||||
.if defined(WITH_HUGS)
|
|
||||||
@${ECHO_CMD} " HSQL will be installed for hugs."
|
|
||||||
.else
|
|
||||||
@${ECHO_CMD} " Define WITH_HUGS to install HSQL for hugs."
|
|
||||||
.endif
|
|
||||||
@${ECHO_CMD} ""
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${MKDIR} ${DATADIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/hsql.pkg ${DATADIR}
|
|
||||||
@${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (HSQL-1.4.tar.gz) = 0a53db9708b5816978ab452209d67155
|
|
||||||
SIZE (HSQL-1.4.tar.gz) = 84828
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- Makefile.orig Sun Apr 11 17:38:33 2004
|
|
||||||
+++ Makefile Fri Apr 23 14:19:17 2004
|
|
||||||
@@ -154,8 +154,8 @@
|
|
||||||
rm -f $(GHC_DIR)/HSsql.o
|
|
||||||
$(GHC_PKG) -u -g -i hsql.pkg
|
|
||||||
if test -f $(DOCDIR)/index.html; then \
|
|
||||||
- $(INSTALL) -d $(DOC_DIR); \
|
|
||||||
- $(INSTALL) -c $(DOCDIR)/* $(DOC_DIR); \
|
|
||||||
+ $(INSTALL) -d ${DOCSDIR}; \
|
|
||||||
+ $(INSTALL) -c $(DOCDIR)/* ${DOCSDIR}; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
install-hugs: $(HS_SRC) $(SO_SRC)
|
|
|
@ -1,8 +0,0 @@
|
||||||
HSQL is intended to give access to PostgresSQL, MySQL and ODBC databases. The
|
|
||||||
HSQL is a part of HToolkit project but it is also distributed as separate
|
|
||||||
bundle.
|
|
||||||
|
|
||||||
WWW: http://htoolkit.sourceforge.net/
|
|
||||||
|
|
||||||
-- Oliver Braun
|
|
||||||
obraun@FreeBSD.org
|
|
|
@ -1,49 +0,0 @@
|
||||||
lib/HSQL/GHC/HSsql.o
|
|
||||||
lib/HSQL/GHC/imports/Database/HSQL/PostgreSQL.hi
|
|
||||||
lib/HSQL/GHC/imports/Database/HSQL/Types.hi
|
|
||||||
lib/HSQL/GHC/imports/Database/HSQL.hi
|
|
||||||
lib/HSQL/GHC/libHSsql.a
|
|
||||||
%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL/PostgreSQL.hs
|
|
||||||
%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL/PostgreSQL.so
|
|
||||||
%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL/Types.hs
|
|
||||||
%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL.hs
|
|
||||||
%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL.so
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.MySQL.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.ODBC.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.PostgreSQL.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.SQLite.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-B.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-C.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-D.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-E.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-F.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-G.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-H.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-I.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-L.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-O.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-P.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-Q.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-S.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index-T.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/doc-index.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/haddock.css
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/haskell_icon.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
||||||
%%DATADIR%%/hsql.pkg
|
|
||||||
@dirrm lib/HSQL/GHC/imports/Database/HSQL
|
|
||||||
@dirrm lib/HSQL/GHC/imports/Database
|
|
||||||
@dirrm lib/HSQL/GHC/imports
|
|
||||||
@dirrm lib/HSQL/GHC
|
|
||||||
%%HUGS%%@dirrm lib/HSQL/Hugs/libraries/Database/HSQL
|
|
||||||
%%HUGS%%@dirrm lib/HSQL/Hugs/libraries/Database
|
|
||||||
%%HUGS%%@dirrm lib/HSQL/Hugs/libraries
|
|
||||||
%%HUGS%%@dirrm lib/HSQL/Hugs
|
|
||||||
@dirrm lib/HSQL
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
||||||
@dirrm %%DATADIR%%
|
|
||||||
@exec %D/bin/ghc-pkg -u -g -i %D/share/hsql/hsql.pkg
|
|
||||||
@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
|
||||||
@unexec %D/bin/ghc-pkg -r hsql
|
|
||||||
@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old
|
|
|
@ -1,42 +0,0 @@
|
||||||
# New ports collection makefile for: ruby-criteria
|
|
||||||
# Date created: 10 September 2003
|
|
||||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= criteria
|
|
||||||
PORTVERSION= 1.1a
|
|
||||||
CATEGORIES= databases ruby
|
|
||||||
MASTER_SITES= http://mephle.org/Criteria/
|
|
||||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
||||||
DIST_SUBDIR= ruby
|
|
||||||
|
|
||||||
MAINTAINER= knu@FreeBSD.org
|
|
||||||
COMMENT= A Ruby module for SQL query abstraction, and others
|
|
||||||
|
|
||||||
BROKEN= "Fails self-test during build"
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
USE_RUBY= yes
|
|
||||||
USE_RUBY_SETUP= yes
|
|
||||||
RUBY_SETUP= install.rb
|
|
||||||
|
|
||||||
DOCS= ChangeLog README.en
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${RUBY_VER} < 1.8
|
|
||||||
IGNORE= only works with ruby 1.8 or later
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
${MKDIR} ${RUBY_MODDOCDIR}
|
|
||||||
.for f in ${DOCS}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
|
||||||
.endfor
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (ruby/criteria-1.1a.tar.gz) = a39482fdf7bae7639791444dfb4d91ce
|
|
||||||
SIZE (ruby/criteria-1.1a.tar.gz) = 29255
|
|
|
@ -1,16 +0,0 @@
|
||||||
Criteria is a module for abstracting queries to various data sets.
|
|
||||||
For instance, you might have a flat text file, or an array of Ruby
|
|
||||||
objects, or a SQL database, and wish to perform the same query on any
|
|
||||||
given source, without different versions of code for each. Here's a
|
|
||||||
quick example (more on the site):
|
|
||||||
|
|
||||||
idx1 = SQLTable.new("orders")
|
|
||||||
q1 = (idx1.price > idx1.paid) & (idx1.duedate < Time.now.to_i)
|
|
||||||
|
|
||||||
puts q1.select
|
|
||||||
|
|
||||||
# => SELECT * FROM orders WHERE ((orders.price > orders.paid) AND
|
|
||||||
# (orders.duedate < 1062616643))
|
|
||||||
|
|
||||||
Author: Ryan Pavlik <rpav@mephle.com>
|
|
||||||
WWW: http://mephle.org/Criteria/
|
|
|
@ -1,9 +0,0 @@
|
||||||
%%RUBY_SITELIBDIR%%/criteria.rb
|
|
||||||
%%RUBY_SITELIBDIR%%/criteria/array.rb
|
|
||||||
%%RUBY_SITELIBDIR%%/criteria/file.rb
|
|
||||||
%%RUBY_SITELIBDIR%%/criteria/mysql.rb
|
|
||||||
%%RUBY_SITELIBDIR%%/criteria/sql.rb
|
|
||||||
@dirrm %%RUBY_SITELIBDIR%%/criteria
|
|
||||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
|
|
||||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en
|
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
|
|
@ -1,23 +0,0 @@
|
||||||
# New ports collection makefile for: tkgnats
|
|
||||||
# Date created: Sat 18 Apr 1998 10:12:20 CEST
|
|
||||||
# Whom: andreas
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= tkgnats
|
|
||||||
PORTVERSION= 3.0.16
|
|
||||||
CATEGORIES= databases tk82
|
|
||||||
MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/
|
|
||||||
|
|
||||||
MAINTAINER= jeremy@external.org
|
|
||||||
COMMENT= Graphical frontend for the free bug-tracking system
|
|
||||||
|
|
||||||
# GNATS archives indicate no support for GNATS 4
|
|
||||||
DEPRECATED= Depends on deprecated databases/gnats
|
|
||||||
EXPIRATION_DATE=2004-08-20
|
|
||||||
|
|
||||||
BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats
|
|
||||||
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (tkgnats-3.0.16.tar.gz) = 444262933cdccfb91288d31e3a6a7050
|
|
||||||
SIZE (tkgnats-3.0.16.tar.gz) = 124984
|
|
|
@ -1,140 +0,0 @@
|
||||||
--- Makefile.orig Tue Mar 16 09:03:58 1999
|
|
||||||
+++ Makefile Thu Sep 14 18:30:28 2000
|
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
#################################################
|
|
||||||
|
|
||||||
# WISHPROG can be a full path or just program name.
|
|
||||||
-WISHPROG = wish
|
|
||||||
+WISHPROG = wish8.2
|
|
||||||
|
|
||||||
# Set GNATS=network if you _are_ using the GNATS daemon "gnatsd".
|
|
||||||
# Set GNATS=local if you're going to access disk files directly.
|
|
||||||
@@ -16,7 +16,7 @@
|
|
||||||
|
|
||||||
########## TkGnats installation locations
|
|
||||||
|
|
||||||
-prefix = /usr/local
|
|
||||||
+prefix = $(PREFIX)
|
|
||||||
|
|
||||||
########## tkgnats executable location
|
|
||||||
BINDIR = $(prefix)/bin
|
|
||||||
@@ -231,70 +231,70 @@
|
|
||||||
install_man:
|
|
||||||
-$(MAKEPATH) $(MANDIR)
|
|
||||||
-$(MAKEPATH) $(MANDIR)/man1
|
|
||||||
- @chmod 664 $(manfiles)
|
|
||||||
+ @chmod 644 $(manfiles)
|
|
||||||
for f in $(manfiles); do \
|
|
||||||
cp -p $$f $(MANDIR)/man1/$$f; \
|
|
||||||
done
|
|
||||||
|
|
||||||
$(T_BIN)/tkgnats: tkgnats Makefile
|
|
||||||
$(SED) $(WISH_SED) $(TKGNATSLIB_SED) <tkgnats >$@
|
|
||||||
- @chmod 775 $@
|
|
||||||
+ @chmod 755 $@
|
|
||||||
|
|
||||||
$(T_LIB)/CHANGES: CHANGES
|
|
||||||
cp -p CHANGES $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/VERSION: VERSION
|
|
||||||
cp -p VERSION $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkeditpr.tcl: tkeditpr.tcl Makefile
|
|
||||||
cp -p tkeditpr.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkviewpr.tcl: tkviewpr.tcl Makefile
|
|
||||||
cp -p tkviewpr.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tksendpr.tcl: tksendpr.tcl Makefile
|
|
||||||
cp -p tksendpr.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkquerypr.tcl: tkquerypr.tcl Makefile
|
|
||||||
cp -p tkquerypr.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkprdatesel.tcl: tkprdatesel.tcl Makefile
|
|
||||||
cp -p tkprdatesel.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkprfolder.tcl: tkprfolder.tcl Makefile
|
|
||||||
cp -p tkprfolder.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkprfont.tcl: tkprfont.tcl Makefile
|
|
||||||
cp -p tkprfont.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkpr_library.tcl: tkpr_library.tcl Makefile
|
|
||||||
cp -p tkpr_library.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkprprint.tcl: tkprprint.tcl Makefile
|
|
||||||
cp -p tkprprint.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkprsort.tcl: tkprsort.tcl Makefile
|
|
||||||
cp -p tkprsort.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkprhelp.tcl: tkprhelp.tcl Makefile
|
|
||||||
cp -p tkprhelp.tcl $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkgnats.doc: tkgnats.doc Makefile
|
|
||||||
cp -p tkgnats.doc $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
# Again, the following ugliness is intentional and works on Linux, Solaris 2.5 and IRIX64 6.2.
|
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@
|
|
||||||
echo cp -p tkgnats.config $@; \
|
|
||||||
cp -p tkgnats.config $@; \
|
|
||||||
fi;
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
# The following was OK on my Linux system but failed on Solaris and IRIX64.
|
|
||||||
|
|
||||||
@@ -339,19 +339,19 @@
|
|
||||||
|
|
||||||
$(T_LIB)/tkgnats.xbm: tkgnats.xbm Makefile
|
|
||||||
cp -p tkgnats.xbm $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkquerypr.xbm: tkquerypr.xbm Makefile
|
|
||||||
cp -p tkquerypr.xbm $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tksendpr.xbm: tksendpr.xbm Makefile
|
|
||||||
cp -p tksendpr.xbm $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
$(T_LIB)/tkeditpr.xbm: tkeditpr.xbm Makefile
|
|
||||||
cp -p tkeditpr.xbm $@
|
|
||||||
- @chmod 664 $@
|
|
||||||
+ @chmod 644 $@
|
|
||||||
|
|
||||||
package: clean
|
|
||||||
rm -f VERSION
|
|
|
@ -1,12 +0,0 @@
|
||||||
TkGnats is a graphical frontend for the free bug tracking system GNATS.
|
|
||||||
|
|
||||||
For more information about tkgnats and gnats
|
|
||||||
|
|
||||||
http://www.cuug.ab.ca:8001/~macdonal/tkgnats.html
|
|
||||||
http://www.cyclic.com/cyclic-pages/gnats.html
|
|
||||||
|
|
||||||
A windows95, NT and MAC version of tkgnats is also available, see
|
|
||||||
|
|
||||||
http://www.cuug.ab.ca:8001/~macdonal/tkgnats.html
|
|
||||||
|
|
||||||
WWW: http://www.cuug.ab.ca/~macdonal/tkgnats.html
|
|
|
@ -1,34 +0,0 @@
|
||||||
bin/tkgnats
|
|
||||||
share/tkgnats/CHANGES
|
|
||||||
share/tkgnats/VERSION
|
|
||||||
share/tkgnats/tkeditpr.tcl
|
|
||||||
share/tkgnats/tkeditpr.xbm
|
|
||||||
share/tkgnats/tkgnats.config
|
|
||||||
share/tkgnats/tkgnats.doc
|
|
||||||
share/tkgnats/tkgnats.xbm
|
|
||||||
share/tkgnats/tkpr_library.tcl
|
|
||||||
share/tkgnats/tkprdatesel.tcl
|
|
||||||
share/tkgnats/tkprfolder.tcl
|
|
||||||
share/tkgnats/tkprfont.tcl
|
|
||||||
share/tkgnats/tkprhelp.tcl
|
|
||||||
share/tkgnats/tkprprint.tcl
|
|
||||||
share/tkgnats/tkprsort.tcl
|
|
||||||
share/tkgnats/tkquerypr.tcl
|
|
||||||
share/tkgnats/tkquerypr.xbm
|
|
||||||
share/tkgnats/tksendpr.tcl
|
|
||||||
share/tkgnats/tksendpr.xbm
|
|
||||||
share/tkgnats/tkviewpr.tcl
|
|
||||||
share/tkgnats/print/Description_Summary
|
|
||||||
share/tkgnats/print/Synopsis_Summary
|
|
||||||
share/tkgnats/query/All_Problems
|
|
||||||
share/tkgnats/query/Not_Closed
|
|
||||||
share/tkgnats/sort/Category
|
|
||||||
share/tkgnats/sort/Class
|
|
||||||
share/tkgnats/sort/Number
|
|
||||||
share/tkgnats/sort/Priority
|
|
||||||
share/tkgnats/sort/Responsible
|
|
||||||
share/tkgnats/sort/State
|
|
||||||
@dirrm share/tkgnats/print
|
|
||||||
@dirrm share/tkgnats/query
|
|
||||||
@dirrm share/tkgnats/sort
|
|
||||||
@dirrm share/tkgnats
|
|
|
@ -221,7 +221,6 @@
|
||||||
SUBDIR += dits
|
SUBDIR += dits
|
||||||
SUBDIR += dmake
|
SUBDIR += dmake
|
||||||
SUBDIR += dmalloc
|
SUBDIR += dmalloc
|
||||||
SUBDIR += doc++
|
|
||||||
SUBDIR += doctorj
|
SUBDIR += doctorj
|
||||||
SUBDIR += dotconf
|
SUBDIR += dotconf
|
||||||
SUBDIR += dotconf++
|
SUBDIR += dotconf++
|
||||||
|
@ -235,7 +234,6 @@
|
||||||
SUBDIR += ebnf2yacc
|
SUBDIR += ebnf2yacc
|
||||||
SUBDIR += eboxy
|
SUBDIR += eboxy
|
||||||
SUBDIR += ecb
|
SUBDIR += ecb
|
||||||
SUBDIR += ecb-emacs20
|
|
||||||
SUBDIR += ecgi
|
SUBDIR += ecgi
|
||||||
SUBDIR += ecos-tools
|
SUBDIR += ecos-tools
|
||||||
SUBDIR += eet
|
SUBDIR += eet
|
||||||
|
@ -546,8 +544,6 @@
|
||||||
SUBDIR += linux-runrev
|
SUBDIR += linux-runrev
|
||||||
SUBDIR += linux-sdl12
|
SUBDIR += linux-sdl12
|
||||||
SUBDIR += linux_devtools
|
SUBDIR += linux_devtools
|
||||||
SUBDIR += linux_devtools-6
|
|
||||||
SUBDIR += linux_devtools-7
|
|
||||||
SUBDIR += linux_kdump
|
SUBDIR += linux_kdump
|
||||||
SUBDIR += linuxthreads
|
SUBDIR += linuxthreads
|
||||||
SUBDIR += log4c
|
SUBDIR += log4c
|
||||||
|
@ -563,7 +559,6 @@
|
||||||
SUBDIR += m17n-lib
|
SUBDIR += m17n-lib
|
||||||
SUBDIR += m4
|
SUBDIR += m4
|
||||||
SUBDIR += m6811-binutils
|
SUBDIR += m6811-binutils
|
||||||
SUBDIR += m6811-gcc
|
|
||||||
SUBDIR += m68k-rtems-binutils
|
SUBDIR += m68k-rtems-binutils
|
||||||
SUBDIR += m68k-rtems-g77
|
SUBDIR += m68k-rtems-g77
|
||||||
SUBDIR += m68k-rtems-gcc
|
SUBDIR += m68k-rtems-gcc
|
||||||
|
@ -1636,7 +1631,6 @@
|
||||||
SUBDIR += xxl
|
SUBDIR += xxl
|
||||||
SUBDIR += yasm
|
SUBDIR += yasm
|
||||||
SUBDIR += z80-asm
|
SUBDIR += z80-asm
|
||||||
SUBDIR += zendstudio
|
|
||||||
SUBDIR += zthread
|
SUBDIR += zthread
|
||||||
SUBDIR += zziplib
|
SUBDIR += zziplib
|
||||||
|
|
||||||
|
|
|
@ -1,79 +0,0 @@
|
||||||
# New ports collection makefile for: DOC++
|
|
||||||
# Date created: 20 Dec 1998
|
|
||||||
# Whom: Ruslan@Shevchenko.Kiev.UA
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= doc++
|
|
||||||
PORTVERSION= 3.4.10
|
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= devel
|
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
||||||
MASTER_SITE_SUBDIR= docpp
|
|
||||||
|
|
||||||
MAINTAINER= Ruslan@Shevchenko.Kiev.UA
|
|
||||||
COMMENT= Javadoc style C++ documentatation system
|
|
||||||
|
|
||||||
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
|
|
||||||
anytopnm:${PORTSDIR}/graphics/netpbm
|
|
||||||
|
|
||||||
BROKEN= Does not correctly use gettext
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
|
|
||||||
RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-afpl
|
|
||||||
.else
|
|
||||||
RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu
|
|
||||||
.endif
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USE_GMAKE= yes
|
|
||||||
MAKE_ARGS= CPPFLAGS=-D__GNU_LIBRARY__
|
|
||||||
|
|
||||||
ADDITIONAL_DOCS= ClassGraph.class \
|
|
||||||
ClassGraphPanel.class \
|
|
||||||
ClassLayout.class \
|
|
||||||
CommonBase.html \
|
|
||||||
CommandLineOptions.html \
|
|
||||||
ConfigurationFile.html \
|
|
||||||
Derived_Class.html \
|
|
||||||
Example.html \
|
|
||||||
FileInclusion.html \
|
|
||||||
FrequentlyAskedQuestions.html \
|
|
||||||
General.html \
|
|
||||||
GeneralInformations.html \
|
|
||||||
HIER.html \
|
|
||||||
HIERjava.html \
|
|
||||||
InstallationInstructions.html \
|
|
||||||
Intermediate.html \
|
|
||||||
Introduction.html \
|
|
||||||
ManualEntries.html \
|
|
||||||
ManualEntryFields.html \
|
|
||||||
NavigatorButton.class \
|
|
||||||
Quickstart.html \
|
|
||||||
ReferenceManual.html \
|
|
||||||
Structure.html \
|
|
||||||
Tags.html \
|
|
||||||
TextFormatting.html \
|
|
||||||
Usage.html \
|
|
||||||
function.html \
|
|
||||||
icon1.gif \
|
|
||||||
icon2.gif \
|
|
||||||
index.html \
|
|
||||||
supportedHTMLmacros.html \
|
|
||||||
supportedTeXmacros.html \
|
|
||||||
toc.html
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
${MKDIR} ${DOCSDIR}
|
|
||||||
for i in ${ADDITIONAL_DOCS}; do \
|
|
||||||
${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${DOCSDIR} ;\
|
|
||||||
done
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (doc++-3.4.10.tar.gz) = 095c7a3a822f00a33033b8bb40147445
|
|
||||||
SIZE (doc++-3.4.10.tar.gz) = 408887
|
|
|
@ -1,5 +0,0 @@
|
||||||
DOC++ is a source documentation system for C++, CORBA IDL and java
|
|
||||||
It generates javadoc-like documentation in HTML and LaTeX.
|
|
||||||
The homepage contains more information to supplement this short description.
|
|
||||||
|
|
||||||
WWW: http://docpp.sourceforge.net/
|
|
|
@ -1,41 +0,0 @@
|
||||||
bin/doc++
|
|
||||||
bin/docify
|
|
||||||
bin/promote
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ClassGraph.class
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ClassGraphPanel.class
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ClassLayout.class
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/CommonBase.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/CommandLineOptions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ConfigurationFile.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Derived_Class.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Example.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/FileInclusion.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/FrequentlyAskedQuestions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/General.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/GeneralInformations.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/HIER.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/HIERjava.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/InstallationInstructions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Intermediate.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Introduction.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ManualEntries.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ManualEntryFields.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/NavigatorButton.class
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Quickstart.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ReferenceManual.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Structure.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/TextFormatting.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Tags.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Usage.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/function.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/icon1.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/icon2.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/supportedHTMLmacros.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/supportedTeXmacros.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/toc.html
|
|
||||||
share/locale/fr/LC_MESSAGES/doc++.mo
|
|
||||||
share/locale/ja/LC_MESSAGES/doc++.mo
|
|
||||||
share/locale/ro/LC_MESSAGES/doc++.mo
|
|
||||||
share/locale/ru/LC_MESSAGES/doc++.mo
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
|
@ -1,16 +0,0 @@
|
||||||
# New ports collection makefile for: ecb for emacs20
|
|
||||||
# Date created: 2 March 2002
|
|
||||||
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../ecb
|
|
||||||
|
|
||||||
EMACS_PORT_NAME= emacs20
|
|
||||||
|
|
||||||
DEPRECATED= "no longer supported"
|
|
||||||
BROKEN= "Does not build"
|
|
||||||
EXPIRATION_DATE=2005-09-14
|
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
|
|
@ -1,132 +0,0 @@
|
||||||
# New ports collection makefile for: linux_devtools
|
|
||||||
# Date created: Jul 9, 1999
|
|
||||||
# Whom: marcel@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= linux_devtools
|
|
||||||
PORTVERSION= 6.1
|
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= devel emulators linux
|
|
||||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
|
||||||
MASTER_SITE_SUBDIR= ${PORTVERSION}/en/os/${MACHINE_ARCH}/RedHat/RPMS
|
|
||||||
DISTFILES= ${RPM_KERNEL_HEADERS} \
|
|
||||||
${RPM_GLIBC_DEVEL} \
|
|
||||||
make-3.77-6.${MACHINE_ARCH}.rpm \
|
|
||||||
cpp-1.1.2-24.${MACHINE_ARCH}.rpm \
|
|
||||||
egcs-1.1.2-24.${MACHINE_ARCH}.rpm \
|
|
||||||
egcs-c++-1.1.2-24.${MACHINE_ARCH}.rpm \
|
|
||||||
egcs-g77-1.1.2-24.${MACHINE_ARCH}.rpm \
|
|
||||||
${RPM_GDB} \
|
|
||||||
${RPM_X_DEVEL}
|
|
||||||
|
|
||||||
PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
|
||||||
PATCH_SITE_SUBDIR= updates/${PORTVERSION}/en/os/${MACHINE_ARCH}
|
|
||||||
PATCHFILES=
|
|
||||||
|
|
||||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
||||||
COMMENT= Packages needed for doing development in Linux mode
|
|
||||||
|
|
||||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
|
||||||
|
|
||||||
BROKEN= "dependent on linux_base-6"
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE= 2005-09-22
|
|
||||||
NO_LATEST_LINK= yes
|
|
||||||
ONLY_FOR_ARCHS= alpha i386
|
|
||||||
DIST_SUBDIR= rpm
|
|
||||||
PREFIX= /compat/linux
|
|
||||||
EXTRACT_ONLY=
|
|
||||||
NO_BUILD= yes
|
|
||||||
NO_FILTER_SHLIBS= yes
|
|
||||||
NO_MTREE= yes
|
|
||||||
USE_LINUX= 6
|
|
||||||
PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH}
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if (${MACHINE_ARCH} == "i386")
|
|
||||||
RPM_GDB= gdb-4.18-4.i386.rpm
|
|
||||||
RPM_GLIBC_DEVEL= glibc-devel-2.1.2-11.i386.rpm
|
|
||||||
RPM_KERNEL_HEADERS= kernel-headers-2.2.12-20.i386.rpm
|
|
||||||
RPM_X_DEVEL= XFree86-devel-3.3.5-3.i386.rpm
|
|
||||||
.else
|
|
||||||
RPM_GDB= gdb-4.18-5.alpha.rpm
|
|
||||||
RPM_GLIBC_DEVEL= glibc-devel-2.1.2-17.alpha.rpm
|
|
||||||
RPM_KERNEL_HEADERS= kernel-headers-2.2.13-0.9.alpha.rpm
|
|
||||||
RPM_X_DEVEL= XFree86-devel-3.3.5-17.alpha.rpm
|
|
||||||
.endif
|
|
||||||
|
|
||||||
DBPATH= /var/lib/rpm
|
|
||||||
RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \
|
|
||||||
--replacepkgs
|
|
||||||
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
|
|
||||||
|
|
||||||
REMOVE_DIRS= /dev /tmp /var/tmp
|
|
||||||
REMOVE_FILES= /boot/kernel.h
|
|
||||||
|
|
||||||
.if ${OSVERSION} <= 320001
|
|
||||||
#
|
|
||||||
# Hack to let the rpm installer run. The actual kernel change occurred after
|
|
||||||
# 400008 on 4.0-current and well after 320001, but we'll assume people running
|
|
||||||
# -current and -stable stay reasonably up-to-date.
|
|
||||||
#
|
|
||||||
# Define this if you get messages that look like
|
|
||||||
#
|
|
||||||
# --
|
|
||||||
# ELF interpreter /compat/linux/lib/ld-linux.so.2 not found
|
|
||||||
# execution of script failed
|
|
||||||
# --
|
|
||||||
#
|
|
||||||
NEEDLOADLINK= true
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-patch:
|
|
||||||
@${DO_NADA}
|
|
||||||
|
|
||||||
pre-install:
|
|
||||||
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
#
|
|
||||||
# Setup a chroot'able environment
|
|
||||||
#
|
|
||||||
@${MKDIR} ${PREFIX}/tmp
|
|
||||||
@${MKDIR} ${PREFIX}/var/tmp
|
|
||||||
@${MKDIR} ${PREFIX}/dev
|
|
||||||
@${RM} -f ${PREFIX}/dev/null
|
|
||||||
@mknod ${PREFIX}/dev/null c 2 2
|
|
||||||
@${CHMOD} 666 ${PREFIX}/dev/null
|
|
||||||
.if defined(NEEDLOADLINK)
|
|
||||||
@${MKDIR} ${PREFIX}/compat
|
|
||||||
@${LN} -s / ${PREFIX}/compat/linux
|
|
||||||
.endif
|
|
||||||
#
|
|
||||||
# Install all packages.
|
|
||||||
#
|
|
||||||
@for R in ${DISTFILES}; do \
|
|
||||||
${ECHO_MSG} $$R; \
|
|
||||||
rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
|
||||||
done
|
|
||||||
#
|
|
||||||
# Install updates
|
|
||||||
#
|
|
||||||
@for R in ${PATCHFILES}; do \
|
|
||||||
${ECHO_MSG} $$R; \
|
|
||||||
rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
|
||||||
done
|
|
||||||
#
|
|
||||||
# Finish
|
|
||||||
#
|
|
||||||
.if defined(NEEDLOADLINK)
|
|
||||||
@${RM} -rf ${PREFIX}/compat
|
|
||||||
.endif
|
|
||||||
@for D in ${REMOVE_DIRS}; do \
|
|
||||||
${RM} -rf ${PREFIX}/$$D; \
|
|
||||||
done
|
|
||||||
@for F in ${REMOVE_FILES}; do \
|
|
||||||
${RM} -f ${PREFIX}/$$F; \
|
|
||||||
done
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,36 +0,0 @@
|
||||||
MD5 (rpm/XFree86-devel-3.3.5-17.alpha.rpm) = 1d5f5f74ec95e71f3c6eceafffa2fcce
|
|
||||||
MD5 (rpm/XFree86-devel-3.3.5-3.i386.rpm) = b219fd0dd0e8eee0bed061cdcb961eed
|
|
||||||
MD5 (rpm/cpp-1.1.2-24.alpha.rpm) = ad11ad8f6a38978fb480096b4950c4b2
|
|
||||||
MD5 (rpm/cpp-1.1.2-24.i386.rpm) = d1ef16971e71fff88a731b96e0d8b2ae
|
|
||||||
MD5 (rpm/egcs-1.1.2-24.alpha.rpm) = 3fb33c55a981de41c49a641771ad420e
|
|
||||||
MD5 (rpm/egcs-1.1.2-24.i386.rpm) = bde03a0c6203b02d488e61d4394d3f4b
|
|
||||||
MD5 (rpm/egcs-c++-1.1.2-24.alpha.rpm) = 4fcea10b5c4c577cfeaa2934c1428527
|
|
||||||
MD5 (rpm/egcs-c++-1.1.2-24.i386.rpm) = 06d1057950efdb4200e8c5b243355b1d
|
|
||||||
MD5 (rpm/egcs-g77-1.1.2-24.alpha.rpm) = 0a18afa6b8117bf2a14ed095c6d79ae9
|
|
||||||
MD5 (rpm/egcs-g77-1.1.2-24.i386.rpm) = 868bdd2d1c710b7c567dfa021dd0e3a3
|
|
||||||
MD5 (rpm/gdb-4.18-4.i386.rpm) = ff485d6e4bdb1aeb064d47ac8a584a57
|
|
||||||
MD5 (rpm/gdb-4.18-5.alpha.rpm) = 293e29f2f54ac01c1b753f74225c1f69
|
|
||||||
MD5 (rpm/glibc-devel-2.1.2-11.i386.rpm) = b45218ed5188c25925cf87bb30ff4719
|
|
||||||
MD5 (rpm/glibc-devel-2.1.2-17.alpha.rpm) = 6e146d948857b4b38f5f4872f901bde7
|
|
||||||
MD5 (rpm/kernel-headers-2.2.12-20.i386.rpm) = ecedbe33c332aaecd5e8155d671f4759
|
|
||||||
MD5 (rpm/kernel-headers-2.2.13-0.9.alpha.rpm) = 8309d1abf81b0d13a51778e88f9b1fa9
|
|
||||||
MD5 (rpm/make-3.77-6.alpha.rpm) = 77154cce90d9fbf61c90fb661bf35b12
|
|
||||||
MD5 (rpm/make-3.77-6.i386.rpm) = e09d03c00d69c2ae006cd2a10c9f950b
|
|
||||||
SIZE (rpm/XFree86-devel-3.3.5-17.alpha.rpm) = 2781865
|
|
||||||
SIZE (rpm/XFree86-devel-3.3.5-3.i386.rpm) = 1965282
|
|
||||||
SIZE (rpm/cpp-1.1.2-24.alpha.rpm) = 108832
|
|
||||||
SIZE (rpm/cpp-1.1.2-24.i386.rpm) = 92793
|
|
||||||
SIZE (rpm/egcs-1.1.2-24.alpha.rpm) = 1583438
|
|
||||||
SIZE (rpm/egcs-1.1.2-24.i386.rpm) = 1353995
|
|
||||||
SIZE (rpm/egcs-c++-1.1.2-24.alpha.rpm) = 2316800
|
|
||||||
SIZE (rpm/egcs-c++-1.1.2-24.i386.rpm) = 1759224
|
|
||||||
SIZE (rpm/egcs-g77-1.1.2-24.alpha.rpm) = 1711000
|
|
||||||
SIZE (rpm/egcs-g77-1.1.2-24.i386.rpm) = 1444240
|
|
||||||
SIZE (rpm/gdb-4.18-4.i386.rpm) = 784087
|
|
||||||
SIZE (rpm/gdb-4.18-5.alpha.rpm) = 1063934
|
|
||||||
SIZE (rpm/glibc-devel-2.1.2-11.i386.rpm) = 8253274
|
|
||||||
SIZE (rpm/glibc-devel-2.1.2-17.alpha.rpm) = 7740223
|
|
||||||
SIZE (rpm/kernel-headers-2.2.12-20.i386.rpm) = 1046680
|
|
||||||
SIZE (rpm/kernel-headers-2.2.13-0.9.alpha.rpm) = 1076088
|
|
||||||
SIZE (rpm/make-3.77-6.alpha.rpm) = 221214
|
|
||||||
SIZE (rpm/make-3.77-6.i386.rpm) = 198659
|
|
|
@ -1,5 +0,0 @@
|
||||||
The linux_devtools port contains a selection of packages necessary
|
|
||||||
for doing development in Linux mode.
|
|
||||||
|
|
||||||
- Marcel
|
|
||||||
marcel@FreeBSD.org
|
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# an installation script for linux_devtools
|
|
||||||
|
|
||||||
case "$2" in
|
|
||||||
PRE-INSTALL)
|
|
||||||
if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then
|
|
||||||
echo 'Linux mode is not enabled.'
|
|
||||||
echo 'Loading linux kernel module now...'
|
|
||||||
if ! kldload linux; then
|
|
||||||
echo 'The linux kernel module could not be loaded.'
|
|
||||||
echo 'Please enable linux mode manually and retry.'
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
exit 0
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,139 +0,0 @@
|
||||||
# New ports collection makefile for: linux_devtools
|
|
||||||
# Date created: Oct 3, 2001
|
|
||||||
# Whom: marcel@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= linux_devtools
|
|
||||||
PORTVERSION= 7.1
|
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= devel emulators linux
|
|
||||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
|
||||||
MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${ARCH}/RedHat/RPMS
|
|
||||||
DISTFILES= ${RPM_MAKE} \
|
|
||||||
binutils-2.10.91.0.2-3.${MACHINE_ARCH}.rpm \
|
|
||||||
${RPM_GDB}
|
|
||||||
EXTRACT_ONLY=
|
|
||||||
|
|
||||||
PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
|
||||||
PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${ARCH}
|
|
||||||
PATCHFILES= ${UPDATES}
|
|
||||||
|
|
||||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
|
||||||
COMMENT= Packages needed for doing development in Linux mode
|
|
||||||
|
|
||||||
BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
|
|
||||||
|
|
||||||
BROKEN= "Incomplete pkg-plist"
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE= 2005-09-22
|
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= alpha i386
|
|
||||||
NO_LATEST_LINK= yes
|
|
||||||
|
|
||||||
USE_LINUX= 7
|
|
||||||
DIST_SUBDIR= rpm
|
|
||||||
PREFIX= ${LINUXBASE}
|
|
||||||
NO_BUILD= yes
|
|
||||||
NO_FILTER_SHLIBS= yes
|
|
||||||
NO_MTREE= yes
|
|
||||||
PLIST= ${WRKDIR}/plist
|
|
||||||
RESTRICTED= "binaries under GNU GPL without accompanying source"
|
|
||||||
MD5_FILE= ${MASTERDIR}/distinfo.${ARCH}
|
|
||||||
|
|
||||||
# Let's avoid hardcoding 'en' as the language.
|
|
||||||
LANG= en
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if (${ARCH} == "alpha")
|
|
||||||
PATCH_SITES= \
|
|
||||||
ftp://ftp2.compaq.com/pub/linux/RedHat/7.2-alpha/updates/rpms/alpha/ \
|
|
||||||
ftp://alpha.crl.dec.com/pub/linux/redhat/7.2-alpha/updates/rpms/alpha/
|
|
||||||
PORTREVISION= 2
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if (${ARCH} == "i386")
|
|
||||||
RPM_GDB= gdb-5.0rh-5.i386.rpm
|
|
||||||
RPM_MAKE= make-3.79.1-5.i386.rpm
|
|
||||||
UPDATES= XFree86-devel-4.1.0-50.i386.rpm \
|
|
||||||
glibc-devel-2.2.4-33.i386.rpm \
|
|
||||||
cpp-2.96-112.7.1.i386.rpm \
|
|
||||||
gcc-2.96-112.7.1.i386.rpm \
|
|
||||||
gcc-c++-2.96-112.7.1.i386.rpm \
|
|
||||||
gcc-g77-2.96-112.7.1.i386.rpm \
|
|
||||||
libstdc++-devel-2.96-112.7.1.i386.rpm \
|
|
||||||
kernel-headers-2.4.9-34.i386.rpm
|
|
||||||
.else
|
|
||||||
RPM_GDB= gdb-5.0rh-9.alpha.rpm
|
|
||||||
RPM_MAKE= make-3.79.1-6.alpha.rpm
|
|
||||||
UPDATES= XFree86-devel-4.1.0-29.4hp.alpha.rpm \
|
|
||||||
glibc-devel-2.2.4-32.1.alpha.rpm \
|
|
||||||
cpp-2.96-112.7.2.1hp.alpha.rpm \
|
|
||||||
gcc-2.96-112.7.2.1hp.alpha.rpm \
|
|
||||||
gcc-c++-2.96-112.7.2.1hp.alpha.rpm \
|
|
||||||
gcc-g77-2.96-112.7.2.1hp.alpha.rpm \
|
|
||||||
kernel-source-2.4.18-27.7.x.hp.alpha.rpm \
|
|
||||||
libstdc++-devel-2.96-112.7.2.1hp.alpha.rpm
|
|
||||||
.endif
|
|
||||||
|
|
||||||
DBPATH= /var/lib/rpm
|
|
||||||
RPM= LC_ALL=C rpm
|
|
||||||
RPMFLAGS= --root ${LINUXBASE} --dbpath ${DBPATH} --nodeps \
|
|
||||||
--replacepkgs --ignoreos
|
|
||||||
RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
|
|
||||||
|
|
||||||
REMOVE_DIRS= dev tmp var/tmp
|
|
||||||
REMOVE_FILES=
|
|
||||||
|
|
||||||
do-patch:
|
|
||||||
@${DO_NADA}
|
|
||||||
|
|
||||||
pre-install:
|
|
||||||
@${RM} -rf ${WRKSRC}/tmp
|
|
||||||
@${MKDIR} ${WRKSRC}/tmp
|
|
||||||
.for ii in ${DISTFILES} ${PATCHFILES}
|
|
||||||
cd ${WRKSRC}/tmp; rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${ii} | ${CPIO} -id
|
|
||||||
.endfor
|
|
||||||
cd ${WRKSRC}/tmp; ${FIND} * -type f -o -type l > ${PLIST}
|
|
||||||
.if (${ARCH} == "i386")
|
|
||||||
${ECHO_CMD} boot/kernel.h >> ${PLIST}
|
|
||||||
.endif
|
|
||||||
cd ${WRKSRC}/tmp; ${FIND} -d * -type d | ${GREP} -vE "man|locale" | \
|
|
||||||
${GREP} -vE "(bin$$|doc$$|info$$|hare$$|src$$|usr$$)" | \
|
|
||||||
${GREP} -vE "(lib/X11$$|usr/include$$|X11R6/include$$)" | \
|
|
||||||
${GREP} -vE "(usr/lib$$|gcc-lib$$|X11R6/lib$$|X11R6$$)" | \
|
|
||||||
${SED} -e 's:^:@dirrm :' |grep -v "dirrm lib" >> ${PLIST}
|
|
||||||
@${RM} -rf ${WRKSRC}/tmp
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
||||||
@${MKDIR} ${LINUXBASE}/tmp
|
|
||||||
@${MKDIR} ${LINUXBASE}/var/tmp
|
|
||||||
@${MKDIR} ${LINUXBASE}/dev
|
|
||||||
@${RM} -f ${LINUXBASE}/dev/null
|
|
||||||
@mknod ${LINUXBASE}/dev/null c 2 2
|
|
||||||
@${CHMOD} 666 ${LINUXBASE}/dev/null
|
|
||||||
#
|
|
||||||
# Install all packages.
|
|
||||||
@for R in ${DISTFILES}; do \
|
|
||||||
${ECHO_MSG} $$R; \
|
|
||||||
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
|
||||||
done
|
|
||||||
#
|
|
||||||
# Install updates
|
|
||||||
@for R in ${PATCHFILES}; do \
|
|
||||||
${ECHO_MSG} $$R; \
|
|
||||||
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
|
|
||||||
done
|
|
||||||
#
|
|
||||||
# Finish
|
|
||||||
@for D in ${REMOVE_DIRS}; do \
|
|
||||||
${RM} -rf ${LINUXBASE}/$$D; \
|
|
||||||
done
|
|
||||||
@for F in ${REMOVE_FILES}; do \
|
|
||||||
${RM} ${LINUXBASE}/$$F; \
|
|
||||||
done
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,23 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
MD5 (rpm/XFree86-devel-4.1.0-29.4hp.alpha.rpm) = c9250568af64fedbe8e2bf7f46efcdc0
|
|
||||||
SIZE (rpm/XFree86-devel-4.1.0-29.4hp.alpha.rpm) = 4665719
|
|
||||||
MD5 (rpm/binutils-2.10.91.0.2-3.alpha.rpm) = a5a96ad05136eda795bea9fb3a1f41d0
|
|
||||||
SIZE (rpm/binutils-2.10.91.0.2-3.alpha.rpm) = 2240355
|
|
||||||
MD5 (rpm/cpp-2.96-112.7.2.1hp.alpha.rpm) = 959ffb83586811b00520a6d944f44272
|
|
||||||
SIZE (rpm/cpp-2.96-112.7.2.1hp.alpha.rpm) = 236962
|
|
||||||
MD5 (rpm/gcc-2.96-112.7.2.1hp.alpha.rpm) = 6cbccae88f6f47329be71db80b3c7305
|
|
||||||
SIZE (rpm/gcc-2.96-112.7.2.1hp.alpha.rpm) = 3100904
|
|
||||||
MD5 (rpm/gcc-c++-2.96-112.7.2.1hp.alpha.rpm) = 2d12602af277f97e20f4fd4fe98b52c6
|
|
||||||
SIZE (rpm/gcc-c++-2.96-112.7.2.1hp.alpha.rpm) = 1948957
|
|
||||||
MD5 (rpm/gcc-g77-2.96-112.7.2.1hp.alpha.rpm) = 7f7357d8face086cf78e715f3da310da
|
|
||||||
SIZE (rpm/gcc-g77-2.96-112.7.2.1hp.alpha.rpm) = 1883679
|
|
||||||
MD5 (rpm/gdb-5.0rh-9.alpha.rpm) = a42c5239e1d81505fc95e171b1c99e2a
|
|
||||||
SIZE (rpm/gdb-5.0rh-9.alpha.rpm) = 1362086
|
|
||||||
MD5 (rpm/glibc-devel-2.2.4-32.1.alpha.rpm) = 1a293047e16063faabed556124220964
|
|
||||||
SIZE (rpm/glibc-devel-2.2.4-32.1.alpha.rpm) = 8921379
|
|
||||||
MD5 (rpm/kernel-source-2.4.18-27.7.x.hp.alpha.rpm) = 4ac385b9436fb015512ed096142f44e7
|
|
||||||
SIZE (rpm/kernel-source-2.4.18-27.7.x.hp.alpha.rpm) = 28806458
|
|
||||||
MD5 (rpm/libstdc++-devel-2.96-112.7.2.1hp.alpha.rpm) = ad8909958fb198b707231bb2eb0f5699
|
|
||||||
SIZE (rpm/libstdc++-devel-2.96-112.7.2.1hp.alpha.rpm) = 394658
|
|
||||||
MD5 (rpm/make-3.79.1-6.alpha.rpm) = 2649a26555927b868fef3888ffb0ac83
|
|
||||||
SIZE (rpm/make-3.79.1-6.alpha.rpm) = 368859
|
|
|
@ -1,22 +0,0 @@
|
||||||
MD5 (rpm/XFree86-devel-4.1.0-50.i386.rpm) = 514a2e738887b93cbb3aacdf17917165
|
|
||||||
SIZE (rpm/XFree86-devel-4.1.0-50.i386.rpm) = 3900157
|
|
||||||
MD5 (rpm/binutils-2.10.91.0.2-3.i386.rpm) = 2f8794bd587030f32abd10aa2f902dc7
|
|
||||||
SIZE (rpm/binutils-2.10.91.0.2-3.i386.rpm) = 1834927
|
|
||||||
MD5 (rpm/cpp-2.96-112.7.1.i386.rpm) = 1a9fc653d20f4c1d97f65e355f812c53
|
|
||||||
SIZE (rpm/cpp-2.96-112.7.1.i386.rpm) = 200155
|
|
||||||
MD5 (rpm/gcc-2.96-112.7.1.i386.rpm) = 5b4eaefbaf5ebf1fcaaf8e20f0ebd906
|
|
||||||
SIZE (rpm/gcc-2.96-112.7.1.i386.rpm) = 3011047
|
|
||||||
MD5 (rpm/gcc-c++-2.96-112.7.1.i386.rpm) = 8dd7e342a842acaf797faf687e94b8fc
|
|
||||||
SIZE (rpm/gcc-c++-2.96-112.7.1.i386.rpm) = 1844717
|
|
||||||
MD5 (rpm/gcc-g77-2.96-112.7.1.i386.rpm) = 502125b03e4cb74ec7734bfe04702211
|
|
||||||
SIZE (rpm/gcc-g77-2.96-112.7.1.i386.rpm) = 1774968
|
|
||||||
MD5 (rpm/gdb-5.0rh-5.i386.rpm) = b6fc88590a71647c404418bc5ad93a1b
|
|
||||||
SIZE (rpm/gdb-5.0rh-5.i386.rpm) = 1142916
|
|
||||||
MD5 (rpm/glibc-devel-2.2.4-33.i386.rpm) = 9848447715453548af83418087deccd4
|
|
||||||
SIZE (rpm/glibc-devel-2.2.4-33.i386.rpm) = 10215871
|
|
||||||
MD5 (rpm/kernel-headers-2.4.9-34.i386.rpm) = e4420d3dd6d778b38051067af3298108
|
|
||||||
SIZE (rpm/kernel-headers-2.4.9-34.i386.rpm) = 1153405
|
|
||||||
MD5 (rpm/libstdc++-devel-2.96-112.7.1.i386.rpm) = f82c2fc2f503dc70a34dc8381fbaeaf4
|
|
||||||
SIZE (rpm/libstdc++-devel-2.96-112.7.1.i386.rpm) = 361254
|
|
||||||
MD5 (rpm/make-3.79.1-5.i386.rpm) = c1ba38e09ea527f2518fa2a2f948d7f3
|
|
||||||
SIZE (rpm/make-3.79.1-5.i386.rpm) = 303409
|
|
|
@ -1,5 +0,0 @@
|
||||||
The linux_devtools port contains a selection of packages necessary
|
|
||||||
for doing development in Linux mode.
|
|
||||||
|
|
||||||
- Marcel
|
|
||||||
marcel@FreeBSD.org
|
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# an installation script for linux_devtools
|
|
||||||
|
|
||||||
case "$2" in
|
|
||||||
PRE-INSTALL)
|
|
||||||
if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then
|
|
||||||
echo 'Linux mode is not enabled.'
|
|
||||||
echo 'Loading linux kernel module now...'
|
|
||||||
if ! kldload linux; then
|
|
||||||
echo 'The linux kernel module could not be loaded.'
|
|
||||||
echo 'Please enable linux mode manually and retry.'
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
exit 0
|
|
|
@ -1,59 +0,0 @@
|
||||||
# New ports collection makefile for: m6811-gcc
|
|
||||||
# Date created: Thu Sep 14 11:10:01 CDT 1995
|
|
||||||
# Whom: erich@FreeBSD.org, jake@FreeBSD.org
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= gcc
|
|
||||||
PORTVERSION= 2.95.3
|
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= devel
|
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
||||||
MASTER_SITE_SUBDIR= gcc
|
|
||||||
PKGNAMEPREFIX= m6811-
|
|
||||||
|
|
||||||
PATCH_SITES= http://stephane.carrez.free.fr/snapshots/
|
|
||||||
PATCHFILES= ${PORTNAME}-${PORTVERSION}-m68hc1x-20010922.diffs.gz
|
|
||||||
PATCH_DIST_STRIP= -p1
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= The gcc-2.95.2 cross-compiler for the 6811
|
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils
|
|
||||||
|
|
||||||
BROKEN= "Incorrect pkg-plist (removes files not installed by this port)"
|
|
||||||
DEPRECATED= "${BROKEN}"
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
# Configuration alpha-unknown-freebsdelf not supported
|
|
||||||
# Configuration sparc64-unknown-freebsdelf not supported
|
|
||||||
# compilation stops with intermal compiler errors.
|
|
||||||
ONLY_FOR_ARCHS= i386
|
|
||||||
MANUAL_PACKAGE_BUILD= Path problem to autoheader on bento
|
|
||||||
|
|
||||||
WANT_AUTOCONF_VER=253
|
|
||||||
USE_GMAKE= yes
|
|
||||||
HAS_CONFIGURE= yes
|
|
||||||
.if defined(_CPUCFLAGS) && !empty(_CPUCFLAGS)
|
|
||||||
CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g}
|
|
||||||
.endif
|
|
||||||
PLIST_SUB= GCC_VER=${PORTVERSION}
|
|
||||||
BREAKS_IF_PEDANTIC= yes
|
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \
|
|
||||||
--program-prefix=m6811-elf-
|
|
||||||
|
|
||||||
MAN1= m6811-elf-g++.1 m6811-elf-g77.1 m6811-elf-gcc.1 cccp.1
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 502126
|
|
||||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.sed
|
|
||||||
${SED} -e "s/TARGET_CONFIGDIRS = libiberty/TARGET_CONFIGDIRS =/" \
|
|
||||||
${WRKSRC}/Makefile.in.sed > ${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,4 +0,0 @@
|
||||||
MD5 (gcc-2.95.3.tar.gz) = f3ad4f32c2296fad758ed051b5ac8e28
|
|
||||||
SIZE (gcc-2.95.3.tar.gz) = 12911721
|
|
||||||
MD5 (gcc-2.95.3-m68hc1x-20010922.diffs.gz) = f1ed9105a92818c4d0c4686317bc79e7
|
|
||||||
SIZE (gcc-2.95.3-m68hc1x-20010922.diffs.gz) = 143313
|
|
|
@ -1,12 +0,0 @@
|
||||||
--- gcc/Makefile.in.orig Thu Jan 25 14:02:58 2001
|
|
||||||
+++ gcc/Makefile.in Wed Jul 7 20:48:46 2004
|
|
||||||
@@ -805,3 +805,3 @@
|
|
||||||
$(srcdir)/configure: $(srcdir)/configure.in
|
|
||||||
- cd $(srcdir); autoconf
|
|
||||||
+ cd $(srcdir); autoconf253
|
|
||||||
|
|
||||||
@@ -818,3 +818,3 @@
|
|
||||||
$(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
|
|
||||||
- cd $(srcdir) && autoheader
|
|
||||||
+ cd $(srcdir) && autoheader253
|
|
||||||
@rm -f $(srcdir)/cstamp-h.in
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- gcc/ch/loop.c.orig Mon Jan 11 14:17:29 1999
|
|
||||||
+++ gcc/ch/loop.c Mon Aug 25 18:56:36 2003
|
|
||||||
@@ -318,8 +318,8 @@
|
|
||||||
(associated with all iterators).
|
|
||||||
|
|
||||||
NOTE: Z.200, section 10.1 says that a block is ...
|
|
||||||
- "the actions statement list in a do action, including any
|
|
||||||
- loop counter and while control". This means that an exp-
|
|
||||||
+ ;the actions statement list in a do action, including any
|
|
||||||
+ loop counter and while control;. This means that an exp-
|
|
||||||
ression in a WHILE control can include references to the
|
|
||||||
loop counters created for the loop''s exclusive use.
|
|
||||||
Example:
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- libiberty/strerror.c.orig Mon May 29 13:45:32 2000
|
|
||||||
+++ libiberty/strerror.c Wed Dec 11 21:03:00 2002
|
|
||||||
@@ -465,8 +465,8 @@
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
-extern int sys_nerr;
|
|
||||||
-extern char *sys_errlist[];
|
|
||||||
+extern const int sys_nerr;
|
|
||||||
+extern const char *sys_errlist[];
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- libiberty/strsignal.c.orig Mon May 29 13:45:32 2000
|
|
||||||
+++ libiberty/strsignal.c Wed Dec 11 21:04:43 2002
|
|
||||||
@@ -247,7 +247,7 @@
|
|
||||||
#else
|
|
||||||
|
|
||||||
#ifdef NSIG
|
|
||||||
-static int sys_nsig = NSIG;
|
|
||||||
+static const int sys_nsig = NSIG;
|
|
||||||
#else
|
|
||||||
#ifdef _NSIG
|
|
||||||
static int sys_nsig = _NSIG;
|
|
|
@ -1,10 +0,0 @@
|
||||||
This is a 6811 cross compiler for FreeBSD.
|
|
||||||
|
|
||||||
The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is
|
|
||||||
based on an old port of GCC for 68HC11 made by Otto Lind. However, it was
|
|
||||||
intensively modified to generate smaller and faster code. It was enhanced
|
|
||||||
to support 32-bits and 64-bits integers. The support for IEEE floating point
|
|
||||||
numbers (32 and 64-bits) is also provided. Source level debugging is available
|
|
||||||
with DWARF-2 debugging format.
|
|
||||||
|
|
||||||
WWW: http://www.gnu-m68hc11.org/
|
|
|
@ -1,156 +0,0 @@
|
||||||
bin/m6811-elf-c++
|
|
||||||
bin/m6811-elf-c++filt
|
|
||||||
bin/m6811-elf-chill
|
|
||||||
bin/m6811-elf-g++
|
|
||||||
bin/m6811-elf-g77
|
|
||||||
bin/m6811-elf-gcj
|
|
||||||
bin/gcjh
|
|
||||||
bin/jv-scan
|
|
||||||
bin/jcf-dump
|
|
||||||
bin/m6811-elf-protoize
|
|
||||||
bin/m6811-elf-unprotoize
|
|
||||||
bin/gcov
|
|
||||||
bin/cpp
|
|
||||||
bin/m6811-elf-gcc
|
|
||||||
@unexec install-info --delete %D/info/g77.info %D/info/dir
|
|
||||||
@unexec install-info --delete %D/info/cpp.info %D/info/dir
|
|
||||||
@unexec install-info --delete %D/info/gcc.info %D/info/dir
|
|
||||||
info/chill.info
|
|
||||||
info/g77.info
|
|
||||||
info/g77.info-1
|
|
||||||
info/g77.info-10
|
|
||||||
info/g77.info-11
|
|
||||||
info/g77.info-12
|
|
||||||
info/g77.info-13
|
|
||||||
info/g77.info-14
|
|
||||||
info/g77.info-15
|
|
||||||
info/g77.info-16
|
|
||||||
info/g77.info-17
|
|
||||||
info/g77.info-18
|
|
||||||
info/g77.info-19
|
|
||||||
info/g77.info-2
|
|
||||||
info/g77.info-20
|
|
||||||
info/g77.info-21
|
|
||||||
info/g77.info-3
|
|
||||||
info/g77.info-4
|
|
||||||
info/g77.info-5
|
|
||||||
info/g77.info-6
|
|
||||||
info/g77.info-7
|
|
||||||
info/g77.info-8
|
|
||||||
info/g77.info-9
|
|
||||||
info/cpp.info
|
|
||||||
info/cpp.info-1
|
|
||||||
info/cpp.info-2
|
|
||||||
info/cpp.info-3
|
|
||||||
info/gcc.info
|
|
||||||
info/gcc.info-1
|
|
||||||
info/gcc.info-10
|
|
||||||
info/gcc.info-11
|
|
||||||
info/gcc.info-12
|
|
||||||
info/gcc.info-13
|
|
||||||
info/gcc.info-14
|
|
||||||
info/gcc.info-15
|
|
||||||
info/gcc.info-16
|
|
||||||
info/gcc.info-17
|
|
||||||
info/gcc.info-18
|
|
||||||
info/gcc.info-19
|
|
||||||
info/gcc.info-2
|
|
||||||
info/gcc.info-20
|
|
||||||
info/gcc.info-21
|
|
||||||
info/gcc.info-22
|
|
||||||
info/gcc.info-23
|
|
||||||
info/gcc.info-24
|
|
||||||
info/gcc.info-25
|
|
||||||
info/gcc.info-26
|
|
||||||
info/gcc.info-27
|
|
||||||
info/gcc.info-28
|
|
||||||
info/gcc.info-29
|
|
||||||
info/gcc.info-3
|
|
||||||
info/gcc.info-30
|
|
||||||
info/gcc.info-4
|
|
||||||
info/gcc.info-5
|
|
||||||
info/gcc.info-6
|
|
||||||
info/gcc.info-7
|
|
||||||
info/gcc.info-8
|
|
||||||
info/gcc.info-9
|
|
||||||
@exec install-info %D/info/g77.info %D/info/dir
|
|
||||||
@exec install-info %D/info/cpp.info %D/info/dir
|
|
||||||
@exec install-info %D/info/gcc.info %D/info/dir
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/assert.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/syslimits.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/stdarg.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/stddef.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/varargs.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-alpha.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-h8300.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-i860.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-i960.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-mips.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-m88k.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-mn10200.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-mn10300.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-pa.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-pyr.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-sparc.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-clipper.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-spur.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-m32r.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-sh.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-v850.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-arc.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/iso646.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-ppc.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-m68hc11.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-c4x.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/typeinfo
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/exception
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/new
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/new.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/proto.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/stdbool.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/limits.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/float.h
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/README
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/fixed
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1chill
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1plus
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/f771
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/jc1
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/jvgenmain
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1obj
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/collect2
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/specs
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/SYSCALLS.c.X
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/cpp0
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/fshort-double/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/fshort-double/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/fshort-double/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/fshort-double/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/fshort-double/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/fshort-double/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/crt1.o
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/fshort-double/libgcc.a
|
|
||||||
lib/gcc-lib/m6811-elf/%%GCC_VER%%/fshort-double/crt1.o
|
|
||||||
lib/libiberty.a
|
|
||||||
m6811-elf/bin/gcc
|
|
||||||
m6811-elf/include/assert.h
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/fshort-double
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/fshort-double
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/fshort-double
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/fshort-double
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/include
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%
|
|
||||||
@dirrm lib/gcc-lib/m6811-elf
|
|
||||||
@dirrm lib/gcc-lib
|
|
||||||
@dirrm m6811-elf/include
|
|
|
@ -1,64 +0,0 @@
|
||||||
# Ports collection makefile for: ZendStudio
|
|
||||||
# Date created: 24 February 2004
|
|
||||||
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= ZendStudio
|
|
||||||
PORTVERSION= 3.5.2
|
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= devel
|
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}
|
|
||||||
MASTER_SITES= http://www.zend.com/store/products/zend-studio.php
|
|
||||||
MAINTAINER= tux@pinguru.net
|
|
||||||
COMMENT= A PHP IDE
|
|
||||||
|
|
||||||
NO_BUILD= yes
|
|
||||||
RESTRICTED= "Redistribution is not permitted"
|
|
||||||
NO_PACKAGES= ${RESTRICTED}
|
|
||||||
NO_CDROM= ${RESTRICTED}
|
|
||||||
USE_LINUX= yes
|
|
||||||
USE_X_PREFIX= yes
|
|
||||||
|
|
||||||
BROKEN= Unfetchable
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
|
||||||
#ECHO_MSG=/usr/bin/printf
|
|
||||||
IGNORE= :\n\
|
|
||||||
Because of licensing restrictions, you must fetch the distribution manually.\n\
|
|
||||||
Please visit ${MASTER_SITES}\n\
|
|
||||||
and follow the \"Free Evaluation\" link.\n\
|
|
||||||
You have to register for using ZendStudio.\n\
|
|
||||||
After downloading the Client-package \"Linux glibc2.1\", place it into ${DISTDIR}.\n
|
|
||||||
.endif
|
|
||||||
|
|
||||||
pre-install:
|
|
||||||
@if [ "`/sbin/mount | ${GREP} ^linprocfs`" = "" ]; \
|
|
||||||
then \
|
|
||||||
${ECHO_MSG} "For installing and running ZendStudio " ; \
|
|
||||||
${ECHO_MSG} "you have to have LINPROCFS mounted before" ; \
|
|
||||||
${ECHO_MSG} "" ; \
|
|
||||||
${ECHO_MSG} "You may do it by following set of commands:" ; \
|
|
||||||
${ECHO_MSG} "" ; \
|
|
||||||
${ECHO_MSG} "# kldload linprocfs" ; \
|
|
||||||
${ECHO_MSG} "" ; \
|
|
||||||
${ECHO_MSG} "and" ; \
|
|
||||||
${ECHO_MSG} "" ; \
|
|
||||||
${ECHO_MSG} "# mount_linprocfs linproc /compat/linux/proc" ; \
|
|
||||||
${ECHO_MSG} "" ; \
|
|
||||||
exit 1 ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${WRKSRC}/${DISTNAME}.bin
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
${LN} -s ${PREFIX}/Zend/bin/ZDE ${PREFIX}/bin/ZDE
|
|
||||||
# This is missing a "${BRANDELF} -t Linux <executables>"
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (ZendStudio-3_5_2.tar.gz) = c1f3c3557cea704e52b254ab581b7461
|
|
||||||
SIZE (ZendStudio-3_5_2.tar.gz) = 41795277
|
|
|
@ -1,6 +0,0 @@
|
||||||
A very useful PHP IDE with many great features.
|
|
||||||
|
|
||||||
Even if the main application is written in Java you need
|
|
||||||
the linprocfs mounted to make Zend Studio running stable.
|
|
||||||
|
|
||||||
WWW: http://www.zend.com/store/products/zend-studio.php
|
|
File diff suppressed because it is too large
Load diff
|
@ -72,7 +72,6 @@
|
||||||
SUBDIR += m2000
|
SUBDIR += m2000
|
||||||
SUBDIR += mastergear
|
SUBDIR += mastergear
|
||||||
SUBDIR += minivmac
|
SUBDIR += minivmac
|
||||||
SUBDIR += mips64emul
|
|
||||||
SUBDIR += mtools
|
SUBDIR += mtools
|
||||||
SUBDIR += mupen64
|
SUBDIR += mupen64
|
||||||
SUBDIR += mupen64-base
|
SUBDIR += mupen64-base
|
||||||
|
@ -86,7 +85,6 @@
|
||||||
SUBDIR += mupen64-sdlinput
|
SUBDIR += mupen64-sdlinput
|
||||||
SUBDIR += mupen64-sound
|
SUBDIR += mupen64-sound
|
||||||
SUBDIR += o2em
|
SUBDIR += o2em
|
||||||
SUBDIR += osf1_base
|
|
||||||
SUBDIR += osmose
|
SUBDIR += osmose
|
||||||
SUBDIR += p-interp
|
SUBDIR += p-interp
|
||||||
SUBDIR += pcemu
|
SUBDIR += pcemu
|
||||||
|
|
|
@ -1,33 +0,0 @@
|
||||||
# New ports collection makefile for: mips64emul
|
|
||||||
# Date created: 05 June, 2004
|
|
||||||
# Whom: Juli Mallett <jmallett@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= mips64emul
|
|
||||||
PORTVERSION= 0.2.4
|
|
||||||
PORTEPOCH= 1
|
|
||||||
CATEGORIES= emulators
|
|
||||||
MASTER_SITES= http://gavare.se/mips64emul/src/
|
|
||||||
|
|
||||||
MAINTAINER= jmallett@FreeBSD.org
|
|
||||||
COMMENT= A 64-bit MIPS emulator which emulates a variety of machines
|
|
||||||
DEPRECATED= "port does not fetch, and is supplanted by emulators/gxemul"
|
|
||||||
EXPIRATION_DATE= 2005-10-16
|
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
|
||||||
CONFIGURE_ARGS= --nox11
|
|
||||||
|
|
||||||
PLIST_FILES= bin/mips64emul
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${ARCH} == "alpha"
|
|
||||||
BROKEN= "Does not compile on alpha"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin/mips64emul
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (mips64emul-0.2.4.tar.gz) = 6263684b4c0b8447c55b179b8cb371a0
|
|
||||||
SIZE (mips64emul-0.2.4.tar.gz) = 863024
|
|
|
@ -1,3 +0,0 @@
|
||||||
A 64-bit MIPS emulator which emulates a variety of machines.
|
|
||||||
|
|
||||||
WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/
|
|
|
@ -1,57 +0,0 @@
|
||||||
# ex:ts=8
|
|
||||||
# Ports collection makefile for: osf1_base
|
|
||||||
# Date created: Mon Feb 03, 1998
|
|
||||||
# Whom: David O'Brien (obrien@NUXI.com)
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= osf1_base
|
|
||||||
PORTVERSION= 4.0f
|
|
||||||
CATEGORIES= emulators
|
|
||||||
MASTER_SITES= ftp://ftp.support.compaq.com/private/alpha-tools-software/netscape/
|
|
||||||
DISTNAME= netscape-4.7-3.alpha
|
|
||||||
EXTRACT_SUFX= .rpm
|
|
||||||
|
|
||||||
MAINTAINER= obrien@FreeBSD.org
|
|
||||||
COMMENT= The base set of libraries needed in OSF/1 (Tru64) mode
|
|
||||||
|
|
||||||
EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
|
|
||||||
|
|
||||||
BROKEN= Unfetchable
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= alpha
|
|
||||||
|
|
||||||
PREFIX= /compat/osf1
|
|
||||||
EXTRACT_CMD= rpm2cpio.pl
|
|
||||||
EXTRACT_BEFORE_ARGS=
|
|
||||||
EXTRACT_AFTER_ARGS= |${CPIO} -idum
|
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
NO_BUILD= yes
|
|
||||||
NO_FILTER_SHLIBS= yes
|
|
||||||
NO_MTREE= yes
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
@if [ -z "`kldstat -v | ${GREP} -E 'osf1_ecoff'`" ]; then \
|
|
||||||
${ECHO} 'OSF/1 (Digital Unix / Tru64) mode is not enabled.\
|
|
||||||
Loading OSF/1 kernel module...' | fmt; \
|
|
||||||
osf1 || { \
|
|
||||||
${ECHO} 'The OSF/1 kernel module could not be loaded.\
|
|
||||||
Please manually load the module and retry.\
|
|
||||||
See "man osf1" for details.' | fmt; \
|
|
||||||
${FALSE}; \
|
|
||||||
};\
|
|
||||||
fi
|
|
||||||
@${MKDIR} ${PREFIX}/usr/lib
|
|
||||||
@${LN} -sf ${X11BASE}/lib/X11 ${PREFIX}/usr/lib
|
|
||||||
@(cd ${WRKSRC} && ${TAR} -cf - etc sbin usr/shlib) | \
|
|
||||||
${TAR} -xpf - -C ${PREFIX}
|
|
||||||
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libc_r.so
|
|
||||||
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthread.so
|
|
||||||
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthreads.so
|
|
||||||
@cd ${PREFIX}/sbin ; ${LN} -sf /bin/sh sh
|
|
||||||
@touch ${PREFIX}/etc/sia/siainitgood
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (netscape-4.7-3.alpha.rpm) = d46395644f8ac585a51d57b23c08328e
|
|
||||||
SIZE (netscape-4.7-3.alpha.rpm) = 16589970
|
|
|
@ -1,10 +0,0 @@
|
||||||
The osf1_base port contains a minimal selection of shared libraries from a
|
|
||||||
Compaq Tru64 5.0 installation. These libraries and support files, in
|
|
||||||
conjunction with the osf1 module, form the basis of the osf1 compatibility
|
|
||||||
environment.
|
|
||||||
|
|
||||||
OSF/1 RTL contains licensed material from Compaq.
|
|
||||||
Full license terms available in /compat/osf1/usr/shlib/LICENSE
|
|
||||||
|
|
||||||
-- David
|
|
||||||
obrien@FreeBSD.org
|
|
|
@ -1,2 +0,0 @@
|
||||||
OSF/1 RTL contains licensed material from Compaq.
|
|
||||||
Full license terms available in /compat/osf1/usr/shlib/LICENSE
|
|
|
@ -1,34 +0,0 @@
|
||||||
@comment $FreeBSD$
|
|
||||||
usr/shlib/libXm.so
|
|
||||||
usr/shlib/libXmu.so
|
|
||||||
usr/shlib/libXt.so
|
|
||||||
usr/shlib/libX11.so
|
|
||||||
usr/shlib/libXext.so
|
|
||||||
usr/shlib/libdnet_stub.so
|
|
||||||
usr/shlib/libm.so
|
|
||||||
usr/shlib/libots.so
|
|
||||||
usr/shlib/libc.so
|
|
||||||
usr/shlib/libcxx.so
|
|
||||||
usr/shlib/libexc.so
|
|
||||||
usr/shlib/libSM.so
|
|
||||||
usr/shlib/libICE.so
|
|
||||||
usr/shlib/LICENSE
|
|
||||||
etc/svc.conf
|
|
||||||
etc/sia/OSFC2_matrix.conf
|
|
||||||
etc/sia/bsd_matrix.conf
|
|
||||||
etc/sia/matrix.conf
|
|
||||||
etc/sia/siainitgood
|
|
||||||
sbin/loader
|
|
||||||
@comment needed symlinks:
|
|
||||||
usr/shlib/libc_r.so
|
|
||||||
usr/shlib/libpthread.so
|
|
||||||
usr/shlib/libpthreads.so
|
|
||||||
sbin/sh
|
|
||||||
@exec mkdir -p %D/usr/lib && ln -sf %%X11BASE%%/lib/X11 %D/usr/lib
|
|
||||||
@unexec rm -f %D/usr/lib/X11 2>&1 > /dev/null
|
|
||||||
@dirrm sbin
|
|
||||||
@dirrm etc/sia
|
|
||||||
@dirrm etc
|
|
||||||
@dirrm usr/lib
|
|
||||||
@dirrm usr/shlib
|
|
||||||
@dirrm usr
|
|
|
@ -104,7 +104,6 @@
|
||||||
SUBDIR += criticalmass
|
SUBDIR += criticalmass
|
||||||
SUBDIR += crossfire-client
|
SUBDIR += crossfire-client
|
||||||
SUBDIR += crossfire-server
|
SUBDIR += crossfire-server
|
||||||
SUBDIR += crossword
|
|
||||||
SUBDIR += cryptoslam
|
SUBDIR += cryptoslam
|
||||||
SUBDIR += csmash
|
SUBDIR += csmash
|
||||||
SUBDIR += ctris
|
SUBDIR += ctris
|
||||||
|
@ -167,7 +166,6 @@
|
||||||
SUBDIR += foobillard
|
SUBDIR += foobillard
|
||||||
SUBDIR += fotaq
|
SUBDIR += fotaq
|
||||||
SUBDIR += frabs
|
SUBDIR += frabs
|
||||||
SUBDIR += freebooters
|
|
||||||
SUBDIR += freebsd-games
|
SUBDIR += freebsd-games
|
||||||
SUBDIR += freecell-solver
|
SUBDIR += freecell-solver
|
||||||
SUBDIR += freeciv
|
SUBDIR += freeciv
|
||||||
|
@ -204,7 +202,6 @@
|
||||||
SUBDIR += gltron
|
SUBDIR += gltron
|
||||||
SUBDIR += gma
|
SUBDIR += gma
|
||||||
SUBDIR += gnarr
|
SUBDIR += gnarr
|
||||||
SUBDIR += gniffel
|
|
||||||
SUBDIR += gnmm
|
SUBDIR += gnmm
|
||||||
SUBDIR += gno3dtet
|
SUBDIR += gno3dtet
|
||||||
SUBDIR += gnome-music-quiz
|
SUBDIR += gnome-music-quiz
|
||||||
|
@ -249,7 +246,6 @@
|
||||||
SUBDIR += heroes
|
SUBDIR += heroes
|
||||||
SUBDIR += hex
|
SUBDIR += hex
|
||||||
SUBDIR += highmoon
|
SUBDIR += highmoon
|
||||||
SUBDIR += hlserver-action
|
|
||||||
SUBDIR += hlserver-admin
|
SUBDIR += hlserver-admin
|
||||||
SUBDIR += hlserver-cs
|
SUBDIR += hlserver-cs
|
||||||
SUBDIR += hlserver-dod
|
SUBDIR += hlserver-dod
|
||||||
|
@ -433,7 +429,6 @@
|
||||||
SUBDIR += pmars-sdl
|
SUBDIR += pmars-sdl
|
||||||
SUBDIR += polypuzzle
|
SUBDIR += polypuzzle
|
||||||
SUBDIR += powermanga
|
SUBDIR += powermanga
|
||||||
SUBDIR += powerpak
|
|
||||||
SUBDIR += powwow
|
SUBDIR += powwow
|
||||||
SUBDIR += pp
|
SUBDIR += pp
|
||||||
SUBDIR += ppracer
|
SUBDIR += ppracer
|
||||||
|
@ -449,7 +444,6 @@
|
||||||
SUBDIR += pysol
|
SUBDIR += pysol
|
||||||
SUBDIR += pysol-cardsets
|
SUBDIR += pysol-cardsets
|
||||||
SUBDIR += pysol-music
|
SUBDIR += pysol-music
|
||||||
SUBDIR += pythoong
|
|
||||||
SUBDIR += q15
|
SUBDIR += q15
|
||||||
SUBDIR += q3server
|
SUBDIR += q3server
|
||||||
SUBDIR += q3server-excessive
|
SUBDIR += q3server-excessive
|
||||||
|
@ -511,7 +505,6 @@
|
||||||
SUBDIR += sl
|
SUBDIR += sl
|
||||||
SUBDIR += slashem-tty
|
SUBDIR += slashem-tty
|
||||||
SUBDIR += slune
|
SUBDIR += slune
|
||||||
SUBDIR += smacx
|
|
||||||
SUBDIR += smiley
|
SUBDIR += smiley
|
||||||
SUBDIR += sokoban
|
SUBDIR += sokoban
|
||||||
SUBDIR += sol
|
SUBDIR += sol
|
||||||
|
@ -547,7 +540,6 @@
|
||||||
SUBDIR += textmaze
|
SUBDIR += textmaze
|
||||||
SUBDIR += thevalley
|
SUBDIR += thevalley
|
||||||
SUBDIR += thudboard
|
SUBDIR += thudboard
|
||||||
SUBDIR += tictactoe3d
|
|
||||||
SUBDIR += tileworld
|
SUBDIR += tileworld
|
||||||
SUBDIR += tinymux
|
SUBDIR += tinymux
|
||||||
SUBDIR += tkmoo
|
SUBDIR += tkmoo
|
||||||
|
@ -587,7 +579,6 @@
|
||||||
SUBDIR += urban
|
SUBDIR += urban
|
||||||
SUBDIR += urban-sounds
|
SUBDIR += urban-sounds
|
||||||
SUBDIR += utserver
|
SUBDIR += utserver
|
||||||
SUBDIR += utserver-to
|
|
||||||
SUBDIR += vamos
|
SUBDIR += vamos
|
||||||
SUBDIR += vavoom
|
SUBDIR += vavoom
|
||||||
SUBDIR += vectoroids
|
SUBDIR += vectoroids
|
||||||
|
@ -633,7 +624,6 @@
|
||||||
SUBDIR += xbomber
|
SUBDIR += xbomber
|
||||||
SUBDIR += xbubble
|
SUBDIR += xbubble
|
||||||
SUBDIR += xchadance
|
SUBDIR += xchadance
|
||||||
SUBDIR += xchain
|
|
||||||
SUBDIR += xcheckers
|
SUBDIR += xcheckers
|
||||||
SUBDIR += xchomp
|
SUBDIR += xchomp
|
||||||
SUBDIR += xcogitate
|
SUBDIR += xcogitate
|
||||||
|
@ -667,7 +657,6 @@
|
||||||
SUBDIR += xjewel
|
SUBDIR += xjewel
|
||||||
SUBDIR += xjig
|
SUBDIR += xjig
|
||||||
SUBDIR += xjump
|
SUBDIR += xjump
|
||||||
SUBDIR += xjumpjump
|
|
||||||
SUBDIR += xjumpx
|
SUBDIR += xjumpx
|
||||||
SUBDIR += xkobo
|
SUBDIR += xkobo
|
||||||
SUBDIR += xkoules
|
SUBDIR += xkoules
|
||||||
|
@ -684,19 +673,16 @@
|
||||||
SUBDIR += xminehunter
|
SUBDIR += xminehunter
|
||||||
SUBDIR += xmines
|
SUBDIR += xmines
|
||||||
SUBDIR += xminesweep
|
SUBDIR += xminesweep
|
||||||
SUBDIR += xmj
|
|
||||||
SUBDIR += xmlink
|
SUBDIR += xmlink
|
||||||
SUBDIR += xmoto
|
SUBDIR += xmoto
|
||||||
SUBDIR += xmris
|
SUBDIR += xmris
|
||||||
SUBDIR += xmulti
|
SUBDIR += xmulti
|
||||||
SUBDIR += xneko
|
SUBDIR += xneko
|
||||||
SUBDIR += xnibbles
|
|
||||||
SUBDIR += xoct
|
SUBDIR += xoct
|
||||||
SUBDIR += xoids
|
SUBDIR += xoids
|
||||||
SUBDIR += xoj
|
SUBDIR += xoj
|
||||||
SUBDIR += xonix
|
SUBDIR += xonix
|
||||||
SUBDIR += xosmulti
|
SUBDIR += xosmulti
|
||||||
SUBDIR += xothello
|
|
||||||
SUBDIR += xpacman
|
SUBDIR += xpacman
|
||||||
SUBDIR += xpanex
|
SUBDIR += xpanex
|
||||||
SUBDIR += xpat2
|
SUBDIR += xpat2
|
||||||
|
@ -734,7 +720,6 @@
|
||||||
SUBDIR += xskewb
|
SUBDIR += xskewb
|
||||||
SUBDIR += xsok
|
SUBDIR += xsok
|
||||||
SUBDIR += xsokoban
|
SUBDIR += xsokoban
|
||||||
SUBDIR += xsol
|
|
||||||
SUBDIR += xsoldier
|
SUBDIR += xsoldier
|
||||||
SUBDIR += xspacewarp
|
SUBDIR += xspacewarp
|
||||||
SUBDIR += xspringies
|
SUBDIR += xspringies
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
# ex:ts=8
|
|
||||||
# Ports collection makefile for: crossword
|
|
||||||
# Date created: Aug 11, 2002
|
|
||||||
# Whom: ijliao
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= crossword
|
|
||||||
PORTVERSION= 0.8.3
|
|
||||||
CATEGORIES= games
|
|
||||||
MASTER_SITES= http://www.ldc.usb.ve/~96-28234/
|
|
||||||
|
|
||||||
DEPRECATED= "master site disappeared"
|
|
||||||
EXPIRATION_DATE=2005-08-31
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= Crossword Generator
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/Crossword
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
.for file in crossword crossword_heur crw2tex
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (crossword-0.8.3.tar.gz) = 605829509e239e99a57137566ebe7f24
|
|
||||||
SIZE (crossword-0.8.3.tar.gz) = 167174
|
|
|
@ -1,37 +0,0 @@
|
||||||
--- Makefile.orig Sat Oct 19 15:54:54 2002
|
|
||||||
+++ Makefile Mon Dec 2 21:09:54 2002
|
|
||||||
@@ -1,26 +1,26 @@
|
|
||||||
-CFLAGS=-Wall -O3 -fexpensive-optimizations -ffast-math -funroll-loops
|
|
||||||
+#CFLAGS=-Wall -O3 -fexpensive-optimizations -ffast-math -funroll-loops
|
|
||||||
|
|
||||||
all: crossword crossword_heur crw2tex
|
|
||||||
|
|
||||||
crossword: wordset.o crossword.cpp mirandom.o parametros.o Makefile
|
|
||||||
- gcc $(CFLAGS) crossword.cpp wordset.o mirandom.o parametros.o contador.o -lstdc++ -o crossword
|
|
||||||
+ $(CXX) $(CXXFLAGS) crossword.cpp wordset.o mirandom.o parametros.o contador.o -o crossword
|
|
||||||
|
|
||||||
crossword_heur: wordset.o crossword.cpp mirandom.o parametros.o Makefile
|
|
||||||
- gcc $(CFLAGS) -DHEUR crossword.cpp wordset.o mirandom.o parametros.o contador.o -lstdc++ -o crossword_heur
|
|
||||||
+ $(CXX) $(CXXFLAGS) -DHEUR crossword.cpp wordset.o mirandom.o parametros.o contador.o -o crossword_heur
|
|
||||||
|
|
||||||
wordset.o: wordset.h wordset.cpp contador.o Makefile
|
|
||||||
- gcc -c $(CFLAGS) wordset.cpp -o wordset.o
|
|
||||||
+ $(CXX) -c $(CXXFLAGS) wordset.cpp -o wordset.o
|
|
||||||
|
|
||||||
contador.o: contador.h contador.cpp Makefile
|
|
||||||
- gcc -c $(CFLAGS) contador.cpp -o contador.o
|
|
||||||
+ $(CXX) -c $(CXXFLAGS) contador.cpp -o contador.o
|
|
||||||
|
|
||||||
mirandom.o: mirandom.cpp mirandom.h Makefile
|
|
||||||
- gcc -c $(CFLAGS) mirandom.cpp -o mirandom.o
|
|
||||||
+ $(CXX) -c $(CXXFLAGS) mirandom.cpp -o mirandom.o
|
|
||||||
|
|
||||||
parametros.o: parametros.cpp parametros.h Makefile
|
|
||||||
- gcc -c $(CFLAGS) parametros.cpp -o parametros.o
|
|
||||||
+ $(CXX) -c $(CXXFLAGS) parametros.cpp -o parametros.o
|
|
||||||
|
|
||||||
crw2tex: crw2tex.cpp contador.o
|
|
||||||
- gcc -Wall crw2tex.cpp contador.o -o crw2tex -lstdc++
|
|
||||||
+ $(CXX) -Wall crw2tex.cpp contador.o -o crw2tex
|
|
||||||
clean:
|
|
||||||
rm -f wordset.o contador.o crossword mirandom.o crw2tex *.log *.aux core *.tex crossword_heur *.dvi *.ps1 parametros.o example.out
|
|
|
@ -1,6 +0,0 @@
|
||||||
Crossword Generator generates crosswords from scratch to PostScript. It just
|
|
||||||
needs the board and a dictionary and it fills it up. It uses an optimized
|
|
||||||
branch and bound algorithm to try all the posible combinations. There is also
|
|
||||||
an optional heuristic to speed up the process. This heuristic is not exhastive,
|
|
||||||
but it gives much better time that the normal one. When the crossword is ready
|
|
||||||
it can translate it into TeX format so that it can be compiled using LaTeX.
|
|
|
@ -1,3 +0,0 @@
|
||||||
bin/crossword
|
|
||||||
bin/crossword_heur
|
|
||||||
bin/crw2tex
|
|
|
@ -1,44 +0,0 @@
|
||||||
# New ports collection makefile for: freebooters
|
|
||||||
# Date created: 02 July 2004
|
|
||||||
# Whom: <janos.mohacsi@bsd.hu>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= freebooters
|
|
||||||
PORTVERSION= 0.2.1
|
|
||||||
CATEGORIES= games
|
|
||||||
MASTER_SITES= http://download.gna.org/freebooters/
|
|
||||||
|
|
||||||
MAINTAINER= janos.mohacsi@bsd.hu
|
|
||||||
COMMENT= Freebooters is a free clone of the classic Pirates!
|
|
||||||
|
|
||||||
BROKEN= Unfetchable
|
|
||||||
DEPRECATED= ${BROKEN}
|
|
||||||
EXPIRATION_DATE=2005-09-22
|
|
||||||
|
|
||||||
USE_GMAKE= yes
|
|
||||||
USE_SDL= mixer image sdl ttf
|
|
||||||
USE_REINPLACE= yes
|
|
||||||
DOC_FILES= AUTHORS COPYING COPYRIGHT NEWS README \
|
|
||||||
README_BUCCANEER TODO manual.tex
|
|
||||||
MAN6= freebooters.6 buccaneer.6
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} < 500000
|
|
||||||
BROKEN= "Does not compile on 4.x"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-configure:
|
|
||||||
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/sdl_setup.cc
|
|
||||||
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/tools.cc
|
|
||||||
${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/data/freebooters.conf
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
.ifndef(NOPORTDOCS)
|
|
||||||
@${MKDIR} ${DOCSDIR}
|
|
||||||
cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
MD5 (freebooters-0.2.1.tar.gz) = 153fdd7110c48ee93a7f7a894a32a56c
|
|
||||||
SIZE (freebooters-0.2.1.tar.gz) = 5755859
|
|
|
@ -1,80 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- Makefile.orig Thu Aug 12 14:09:30 2004
|
|
||||||
+++ Makefile Wed Sep 29 23:53:01 2004
|
|
||||||
@@ -1,16 +1,18 @@
|
|
||||||
CXX=g++
|
|
||||||
-CXXFLAGS=-g -O2 -Wall `sdl-config --cflags`
|
|
||||||
+CXXFLAGS=-g -O2 -Wall `sdl11-config --cflags`
|
|
||||||
CXXSOURCES=menu.cc nation.cc freebooters.cc readdata.cc harbour.cc market.cc good.cc world.cc gamemenus.cc sdl_setup.cc player.cc ship.cc seabattle.cc nutship.cc sprite.cc replacecol.cc combatant.cc shots.cc splash.cc gameplay.cc tools.cc savegame.cc
|
|
||||||
SO_CXXSOURCES=tools.cc menu.cc nation.cc justbattle.cc readdata.cc harbour.cc market.cc good.cc world.cc gamemenus.cc sdl_setup.cc player.cc ship.cc seabattle.cc nutship.cc sprite.cc replacecol.cc combatant.cc shots.cc splash.cc gameplay.cc savegame.cc
|
|
||||||
OBJECTS=$(CXXSOURCES:.cc=.o)
|
|
||||||
SO_OBJECTS=$(SO_CXXSOURCES:.cc=.o)
|
|
||||||
INCLUDE=
|
|
||||||
-LDLIBS=`sdl-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image -lm
|
|
||||||
+LDLIBS=`sdl11-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image -lm
|
|
||||||
PROGNAME1=freebooters
|
|
||||||
PROGNAME2=buccaneer
|
|
||||||
-BININSTALLPREFIX=/usr/local/
|
|
||||||
-DATAINSTALLPREFIX=/usr/local/
|
|
||||||
-MANDIR=/usr/share/man/
|
|
||||||
+BININSTALLPREFIX=${PREFIX}
|
|
||||||
+DATAINSTALLPREFIX=${PREFIX}
|
|
||||||
+MANDIR=${PREFIX}/man
|
|
||||||
+INST_DATA=install -m 644 -o root -g wheel
|
|
||||||
+INST_BIN=install -s -m 755 -o root -g wheel
|
|
||||||
|
|
||||||
.PHONY: clean install
|
|
||||||
|
|
||||||
@@ -30,27 +32,22 @@
|
|
||||||
rm -f *~
|
|
||||||
|
|
||||||
install:
|
|
||||||
- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/harbours/
|
|
||||||
- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/graphics/
|
|
||||||
- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/sprites/
|
|
||||||
- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/sound/
|
|
||||||
- mkdir -p $(BININSTALLPREFIX)share/doc/freebooters/
|
|
||||||
- install ./data/freebooters.conf /etc
|
|
||||||
- install ./graphics/*jpg $(DATAINSTALLPREFIX)share/games/freebooters/graphics
|
|
||||||
- install ./data/harbours/[a-z]* $(DATAINSTALLPREFIX)share/games/freebooters/harbours
|
|
||||||
- install ./data/gameplay-parameters.conf $(DATAINSTALLPREFIX)share/games/freebooters
|
|
||||||
- install ./sprites/*png $(DATAINSTALLPREFIX)share/games/freebooters/sprites
|
|
||||||
- install ./sound/[a-z]* $(DATAINSTALLPREFIX)share/games/freebooters/sound
|
|
||||||
- install ./doc/[a-z]* $(BININSTALLPREFIX)share/doc/freebooters
|
|
||||||
- install ./doc/[AB]* $(BININSTALLPREFIX)share/doc/freebooters
|
|
||||||
- install ./doc/CO* $(BININSTALLPREFIX)share/doc/freebooters
|
|
||||||
- install ./doc/ch* $(BININSTALLPREFIX)share/doc/freebooters
|
|
||||||
- install ./doc/[D-Z]* $(BININSTALLPREFIX)share/doc/freebooters
|
|
||||||
- install ./vera.ttf $(DATAINSTALLPREFIX)share/games/freebooters
|
|
||||||
- install ./$(PROGNAME1) $(BININSTALLPREFIX)bin
|
|
||||||
- install ./$(PROGNAME2) $(BININSTALLPREFIX)bin
|
|
||||||
- install ./freebooters.6 $(MANDIR)man6
|
|
||||||
- install ./buccaneer.6 $(MANDIR)man6
|
|
||||||
+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/harbours/
|
|
||||||
+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/graphics/
|
|
||||||
+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/sprites/
|
|
||||||
+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/sound/
|
|
||||||
+ mkdir -p $(BININSTALLPREFIX)/share/doc/freebooters/
|
|
||||||
+ $(INST_DATA) ./data/freebooters.conf $(DATAINSTALLPREFIX)/etc/freebooters.conf.dist
|
|
||||||
+ $(INST_DATA) ./graphics/*jpg $(DATAINSTALLPREFIX)/share/freebooters/graphics
|
|
||||||
+ $(INST_DATA) ./data/harbours/[a-z]* $(DATAINSTALLPREFIX)/share/freebooters/harbours
|
|
||||||
+ $(INST_DATA) ./data/gameplay-parameters.conf $(DATAINSTALLPREFIX)/share/freebooters
|
|
||||||
+ $(INST_DATA) ./sprites/*png $(DATAINSTALLPREFIX)/share/freebooters/sprites
|
|
||||||
+ $(INST_DATA) ./sound/[a-z]* $(DATAINSTALLPREFIX)/share/freebooters/sound
|
|
||||||
+ $(INST_DATA) ./vera.ttf $(DATAINSTALLPREFIX)/share/freebooters
|
|
||||||
+ $(INST_BIN) ./$(PROGNAME1) $(BININSTALLPREFIX)/bin
|
|
||||||
+ $(INST_BIN) ./$(PROGNAME2) $(BININSTALLPREFIX)/bin
|
|
||||||
+ $(INST_DATA) ./freebooters.6 $(MANDIR)/man6
|
|
||||||
+ $(INST_DATA) ./buccaneer.6 $(MANDIR)/man6
|
|
||||||
|
|
||||||
uninstall:
|
|
||||||
rm -rf $(DATAINSTALLPREFIX)share/games/freebooters/
|
|
||||||
@@ -58,4 +55,4 @@
|
|
||||||
rm -f $(BININSTALLPREFIX)bin/$(PROGNAME1)
|
|
||||||
rm -f $(BININSTALLPREFIX)bin/$(PROGNAME2)
|
|
||||||
rm -f $(MANDIR)man6/buccaneer.6
|
|
||||||
- rm -f $(MANDIR)man6/freebooters.6
|
|
||||||
\ No newline at end of file
|
|
||||||
+ rm -f $(MANDIR)man6/freebooters.6
|
|
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- data/freebooters.conf.orig Thu Sep 30 00:50:38 2004
|
|
||||||
+++ data/freebooters.conf Thu Sep 30 00:51:29 2004
|
|
||||||
@@ -1,3 +1,3 @@
|
|
||||||
# This is the path to the Freebooters game data (with trailing /)
|
|
||||||
-datadir=/usr/local/share/games/freebooters/
|
|
||||||
-sound=yes
|
|
||||||
\ No newline at end of file
|
|
||||||
+datadir=%%PREFIX%%/share/freebooters/
|
|
||||||
+sound=yes
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue