Update to 0.6
Approved by: maintainer
This commit is contained in:
parent
ad922b31a5
commit
778d07b610
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79003
10 changed files with 10 additions and 92 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= barry
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
|
||||
http://freebsd.so14k.com/barry/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (barry-0.5.3.tar.bz2) = 9996a2d1861b94b9bf99e046712c605d
|
||||
MD5 (barry-0.6.tar.bz2) = 94577582c67a19061387145bb92c03db
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
--- Makefile Mon Aug 5 17:30:26 2002
|
||||
+++ Makefile.new Fri Sep 20 20:11:35 2002
|
||||
@@ -1,6 +1,7 @@
|
||||
CXX=g++
|
||||
QTDIR?=/usr/X11R6
|
||||
KDEDIR?=/usr/local
|
||||
+PREFIX?=/usr/local
|
||||
MOC=$(QTDIR)/bin/moc
|
||||
INCLUDES=-I$(QTDIR)/include -I$(KDEDIR)/include
|
||||
LIBRARIES=-L$(QTDIR)/lib -L$(KDEDIR)/lib
|
||||
@@ -39,14 +40,14 @@
|
||||
|
||||
install: barry
|
||||
echo Installing barry $(VERSION)...
|
||||
- install -o root -g wheel -p -s -m 755 barry $(KDEDIR)/bin
|
||||
- mkdir -p $(KDEDIR)/share/apps/barry
|
||||
- install -o root -g wheel -p -m 444 barryui.rc $(KDEDIR)/share/apps/barry
|
||||
- install -o root -g wheel -p -m 444 barry.desktop $(KDEDIR)/share/applnk/Utilities
|
||||
- install -o root -g wheel -p -m 444 hi16-app-barry.png $(KDEDIR)/share/icons/hicolor/16x16/apps/barry.png
|
||||
- install -o root -g wheel -p -m 444 hi32-app-barry.png $(KDEDIR)/share/icons/hicolor/32x32/apps/barry.png
|
||||
- install -o root -g wheel -p -m 444 hi48-app-barry.png $(KDEDIR)/share/icons/hicolor/48x48/apps/barry.png
|
||||
- install -o root -g wheel -p -m 444 eventsrc $(KDEDIR)/share/apps/barry
|
||||
+ install -o root -g wheel -p -s -m 755 barry $(PREFIX)/bin
|
||||
+ mkdir -p $(PREFIX)/share/apps/barry
|
||||
+ install -o root -g wheel -p -m 444 barryui.rc $(PREFIX)/share/apps/barry
|
||||
+ install -o root -g wheel -p -m 444 barry.desktop $(PREFIX)/share/applnk/Utilities
|
||||
+ install -o root -g wheel -p -m 444 hi16-app-barry.png $(PREFIX)/share/icons/hicolor/16x16/apps/barry.png
|
||||
+ install -o root -g wheel -p -m 444 hi32-app-barry.png $(PREFIX)/share/icons/hicolor/32x32/apps/barry.png
|
||||
+ install -o root -g wheel -p -m 444 hi48-app-barry.png $(PREFIX)/share/icons/hicolor/48x48/apps/barry.png
|
||||
+ install -o root -g wheel -p -m 444 eventsrc $(PREFIX)/share/apps/barry
|
||||
cd po/; $(MAKE) $(.TARGET)
|
||||
cd splashdata/; $(MAKE) $(.TARGET)
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- unusedpackagesdialog.cc Mon Aug 5 16:30:26 2002
|
||||
+++ unusedpackagesdialog.cc.new Sun Nov 24 18:38:02 2002
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
UnusedPackagesProgressDialog::UnusedPackagesProgressDialog(
|
||||
unsigned int daysNotAccessed, bool leafPackagesOnly,
|
||||
- QWidget *parent, const char *name = 0 )
|
||||
+ QWidget *parent, const char *name )
|
||||
: KDialogBase( parent, name, true, i18n( "Searching for packages..." ),
|
||||
Close, Close, true ),
|
||||
m_daysNotAccessed( daysNotAccessed ),
|
|
@ -12,6 +12,8 @@ share/apps/barry/lines2.png
|
|||
share/apps/barry/pointers.png
|
||||
share/apps/barry/shadow1.png
|
||||
share/apps/barry/splashscreen.html
|
||||
share/apps/barry/icons/port-installed.png
|
||||
share/apps/barry/icons/port-not-installed.png
|
||||
share/icons/hicolor/16x16/apps/barry.png
|
||||
share/icons/hicolor/32x32/apps/barry.png
|
||||
share/icons/hicolor/48x48/apps/barry.png
|
||||
|
@ -20,4 +22,5 @@ share/locale/es/LC_MESSAGES/barry.mo
|
|||
share/locale/ko/LC_MESSAGES/barry.mo
|
||||
share/locale/nl/LC_MESSAGES/barry.mo
|
||||
share/locale/sv/LC_MESSAGES/barry.mo
|
||||
@dirrm share/apps/barry/icons
|
||||
@dirrm share/apps/barry
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= barry
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
|
||||
http://freebsd.so14k.com/barry/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (barry-0.5.3.tar.bz2) = 9996a2d1861b94b9bf99e046712c605d
|
||||
MD5 (barry-0.6.tar.bz2) = 94577582c67a19061387145bb92c03db
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
--- Makefile Mon Aug 5 17:30:26 2002
|
||||
+++ Makefile.new Fri Sep 20 20:11:35 2002
|
||||
@@ -1,6 +1,7 @@
|
||||
CXX=g++
|
||||
QTDIR?=/usr/X11R6
|
||||
KDEDIR?=/usr/local
|
||||
+PREFIX?=/usr/local
|
||||
MOC=$(QTDIR)/bin/moc
|
||||
INCLUDES=-I$(QTDIR)/include -I$(KDEDIR)/include
|
||||
LIBRARIES=-L$(QTDIR)/lib -L$(KDEDIR)/lib
|
||||
@@ -39,14 +40,14 @@
|
||||
|
||||
install: barry
|
||||
echo Installing barry $(VERSION)...
|
||||
- install -o root -g wheel -p -s -m 755 barry $(KDEDIR)/bin
|
||||
- mkdir -p $(KDEDIR)/share/apps/barry
|
||||
- install -o root -g wheel -p -m 444 barryui.rc $(KDEDIR)/share/apps/barry
|
||||
- install -o root -g wheel -p -m 444 barry.desktop $(KDEDIR)/share/applnk/Utilities
|
||||
- install -o root -g wheel -p -m 444 hi16-app-barry.png $(KDEDIR)/share/icons/hicolor/16x16/apps/barry.png
|
||||
- install -o root -g wheel -p -m 444 hi32-app-barry.png $(KDEDIR)/share/icons/hicolor/32x32/apps/barry.png
|
||||
- install -o root -g wheel -p -m 444 hi48-app-barry.png $(KDEDIR)/share/icons/hicolor/48x48/apps/barry.png
|
||||
- install -o root -g wheel -p -m 444 eventsrc $(KDEDIR)/share/apps/barry
|
||||
+ install -o root -g wheel -p -s -m 755 barry $(PREFIX)/bin
|
||||
+ mkdir -p $(PREFIX)/share/apps/barry
|
||||
+ install -o root -g wheel -p -m 444 barryui.rc $(PREFIX)/share/apps/barry
|
||||
+ install -o root -g wheel -p -m 444 barry.desktop $(PREFIX)/share/applnk/Utilities
|
||||
+ install -o root -g wheel -p -m 444 hi16-app-barry.png $(PREFIX)/share/icons/hicolor/16x16/apps/barry.png
|
||||
+ install -o root -g wheel -p -m 444 hi32-app-barry.png $(PREFIX)/share/icons/hicolor/32x32/apps/barry.png
|
||||
+ install -o root -g wheel -p -m 444 hi48-app-barry.png $(PREFIX)/share/icons/hicolor/48x48/apps/barry.png
|
||||
+ install -o root -g wheel -p -m 444 eventsrc $(PREFIX)/share/apps/barry
|
||||
cd po/; $(MAKE) $(.TARGET)
|
||||
cd splashdata/; $(MAKE) $(.TARGET)
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- unusedpackagesdialog.cc Mon Aug 5 16:30:26 2002
|
||||
+++ unusedpackagesdialog.cc.new Sun Nov 24 18:38:02 2002
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
UnusedPackagesProgressDialog::UnusedPackagesProgressDialog(
|
||||
unsigned int daysNotAccessed, bool leafPackagesOnly,
|
||||
- QWidget *parent, const char *name = 0 )
|
||||
+ QWidget *parent, const char *name )
|
||||
: KDialogBase( parent, name, true, i18n( "Searching for packages..." ),
|
||||
Close, Close, true ),
|
||||
m_daysNotAccessed( daysNotAccessed ),
|
|
@ -12,6 +12,8 @@ share/apps/barry/lines2.png
|
|||
share/apps/barry/pointers.png
|
||||
share/apps/barry/shadow1.png
|
||||
share/apps/barry/splashscreen.html
|
||||
share/apps/barry/icons/port-installed.png
|
||||
share/apps/barry/icons/port-not-installed.png
|
||||
share/icons/hicolor/16x16/apps/barry.png
|
||||
share/icons/hicolor/32x32/apps/barry.png
|
||||
share/icons/hicolor/48x48/apps/barry.png
|
||||
|
@ -20,4 +22,5 @@ share/locale/es/LC_MESSAGES/barry.mo
|
|||
share/locale/ko/LC_MESSAGES/barry.mo
|
||||
share/locale/nl/LC_MESSAGES/barry.mo
|
||||
share/locale/sv/LC_MESSAGES/barry.mo
|
||||
@dirrm share/apps/barry/icons
|
||||
@dirrm share/apps/barry
|
||||
|
|
Loading…
Reference in a new issue