mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add Klog, an amateur radio logging program for KDE
PR: 68689 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
This commit is contained in:
parent
fea4dadb0e
commit
25c39bd7fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114653
6 changed files with 51 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
SUBDIR += java-commapi-freebsd
|
||||
SUBDIR += kallers
|
||||
SUBDIR += kermit
|
||||
SUBDIR += klog
|
||||
SUBDIR += kpsk
|
||||
SUBDIR += libirman
|
||||
SUBDIR += libticables
|
||||
|
|
19
comms/klog/Makefile
Normal file
19
comms/klog/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: klog
|
||||
# Date created: 2004-07-05
|
||||
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= klog
|
||||
PORTVERSION= 0.2.8
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://download.berlios.de/klog/
|
||||
|
||||
MAINTAINER= matt@mattsnetwork.co.uk
|
||||
COMMENT= ADIF compatible logging application
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=3
|
||||
|
||||
.include <bsd.port.mk>
|
2
comms/klog/distinfo
Normal file
2
comms/klog/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (klog-0.2.8.tar.gz) = a4404064f711fa67e43c435b1dff4a50
|
||||
SIZE (klog-0.2.8.tar.gz) = 720554
|
11
comms/klog/files/patch-po-Makefile.in
Normal file
11
comms/klog/files/patch-po-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- po/Makefile.in.orig Mon Mar 22 21:51:21 2004
|
||||
+++ po/Makefile.in Sun Jul 25 15:18:52 2004
|
||||
@@ -430,7 +430,7 @@
|
||||
|
||||
#>+ 10
|
||||
install-nls:
|
||||
- @for base in klog es pt pt_BR ; do \
|
||||
+ @for base in es pt pt_BR ; do \
|
||||
echo $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
|
||||
$(mkinstalldirs) $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES ; \
|
||||
if test -f $$base.gmo; then $(INSTALL_DATA) $$base.gmo $(DESTDIR)$(kde_locale)/$$base/LC_MESSAGES/$(PACKAGE).mo ;\
|
7
comms/klog/pkg-descr
Normal file
7
comms/klog/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Klog is an ADIF (amateur data interchage format) compatible
|
||||
loging application. It does, amongst other things, awards
|
||||
tracking, DX cluster access and dupe checking.
|
||||
|
||||
WWW: http://klog.berlios.de/
|
||||
|
||||
-MattD..
|
11
comms/klog/pkg-plist
Normal file
11
comms/klog/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
bin/klog
|
||||
share/applnk/Applications/klog.desktop
|
||||
share/doc/HTML/en/klog/common
|
||||
share/doc/HTML/en/klog/index.cache.bz2
|
||||
share/doc/HTML/en/klog/index.docbook
|
||||
share/icons/locolor/16x16/apps/klog.png
|
||||
share/icons/locolor/32x32/apps/klog.png
|
||||
share/locale/es/LC_MESSAGES/klog.mo
|
||||
share/locale/pt/LC_MESSAGES/klog.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/klog.mo
|
||||
@dirrm share/doc/HTML/en/klog
|
Loading…
Add table
Reference in a new issue