Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2006 18:00:05 GMT
From:      "Alexander V. Ribchansky" <triosoft@triosoft.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91356: [UPDATE PORT] multimedia/k9copy
Message-ID:  <200601051800.k05I052O094292@www.freebsd.org>
Resent-Message-ID: <200601051830.k05IUHH2026887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91356
>Category:       ports
>Synopsis:       [UPDATE PORT] multimedia/k9copy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 05 18:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander V. Ribchansky
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
TrioSoft
>Environment:
FreeBSD sigterm.triosoft.com.ua 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Jan  4 16:58:39 EET 2006     shurik@sigterm.triosoft.com.ua:/usr/obj/usr/src/sys/TSKERNEL  i386

>Description:
This is port update for newer 1.0.2 version of k9copy. Previous port version don't build on 4.x due to missing stdint.h so in this version of port every include of stdint.h wrapped with ifdef falling back to inttypes.h where stdint.h isn't availible and inttypes.h present. So now k9copy should be buildable on 4.x. I cant check it cause I do not have any 4.x box around.

Deleted files:
multimedia/k9copy/files/patch-src_K9copy.desktop
multimedia/k9copy/files/patch-src_kdvd.cpp
multimedia/k9copy/files/patch-src_kifo.cpp
multimedia/k9copy/files/patch-vamps_Makefile.in

New files:
multimedia/k9copy/files/patch-libk3bdevice-k3bdevice.h
multimedia/k9copy/files/patch-libk9copy_k9backupdlg.cpp
multimedia/k9copy/files/patch-libk9copy_k9cell.h
multimedia/k9copy/files/patch-libk9copy_k9cellcopylist.h
multimedia/k9copy/files/patch-libk9copy_k9dvd.cpp
multimedia/k9copy/files/patch-libk9copy_k9dvd.h
multimedia/k9copy/files/patch-libk9copy_k9dvdbackup.h
multimedia/k9copy/files/patch-libk9copy_k9dvdtitle.cpp
multimedia/k9copy/files/patch-libk9copy_k9ifo.cpp
multimedia/k9copy/files/patch-src_kburndvd.cpp

>How-To-Repeat:
              
>Fix:
diff -ruN k9copy.orig/Makefile k9copy/Makefile
--- k9copy.orig/Makefile        Mon Dec 26 02:05:59 2005
+++ k9copy/Makefile     Thu Jan  5 04:07:28 2006
@@ -2,10 +2,10 @@
 # Date created:                                19 Dec 2005
 # Whom:                        Alexander V. Ribchansky <triosoft@triosoft.com.ua>
 #
-# $FreeBSD: ports/multimedia/k9copy/Makefile,v 1.1 2005/12/26 00:05:59 edwin Exp $
+# $FreeBSD$

 PORTNAME=      k9copy
-PORTVERSION=   1.0.1
+PORTVERSION=   1.0.2
 CATEGORIES=    multimedia kde
 MASTER_SITES=  http://k9copy.free.fr/

@@ -14,19 +14,26 @@

 LIB_DEPENDS=   dvdread.3:${PORTSDIR}/multimedia/libdvdread
 RUN_DEPENDS=   growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
-               dvdauthor:${PORTSDIR}/multimedia/dvdauthor
+               dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
+               vamps:${PORTSDIR}/multimedia/vamps

 USE_KDELIBS_VER=3
 USE_REINPLACE= yes
 USE_GMAKE=     yes
 GNU_CONFIGURE= yes
-WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}b
+WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}

+INSTALLS_SHLIB=        yes
+DOCSDIR=       ${PREFIX}/share/doc/HTML/en/k9copy
 post-patch:
        @${REINPLACE_CMD} -e 's,-O2,,g ; \
                s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT}
        @${REINPLACE_CMD} -e \
                's,$$(LIB_KDEUI),$$(LIB_KDEUI) $$(LIBPTHREAD) -lcam,g' \
                ${WRKSRC}/src/Makefile.in
+post-configure:
+.if defined(NOPORTDOCS)
+       @${REINPLACE_CMD} -e 's|doc libk3bdevice libk9copy po src|libk3bdevice libk9copy po src|g' ${WRKSRC}/Makefile
+.endif

 .include <bsd.port.mk>
diff -ruN k9copy.orig/distinfo k9copy/distinfo
--- k9copy.orig/distinfo        Mon Dec 26 02:05:59 2005
+++ k9copy/distinfo     Tue Jan  3 02:59:47 2006
@@ -1,3 +1,3 @@
-MD5 (k9copy-1.0.1.tar.gz) = cc13f799a13784f7c9aaa2d40d608b0b
-SHA256 (k9copy-1.0.1.tar.gz) = 1111de1f6cee40f17e3a341f656b046f2a63a5b9debb68c9660c17d217d080bb
-SIZE (k9copy-1.0.1.tar.gz) = 1206622
+MD5 (k9copy-1.0.2.tar.gz) = 9037dfa804a6f758c5df7e641c67127d
+SHA256 (k9copy-1.0.2.tar.gz) = 1432c327ea38aeaffcfe34c99637ec90b09e31552c132a947a0a0f9e36dfa9e2
+SIZE (k9copy-1.0.2.tar.gz) = 1154768
diff -ruN k9copy.orig/files/patch-libk3bdevice-k3bdevice.h k9copy/files/patch-libk3bdevice-k3bdevice.h
--- k9copy.orig/files/patch-libk3bdevice-k3bdevice.h    Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk3bdevice-k3bdevice.h Sun Dec 25 12:46:50 2005
@@ -0,0 +1,10 @@
+--- libk3bdevice/k3bdevice.h.orig      Mon Dec 12 10:32:59 2005
++++ libk3bdevice/k3bdevice.h   Wed Dec 14 23:49:42 2005
+@@ -28,6 +28,7 @@
+
+ #ifdef Q_OS_FREEBSD
+ struct cam_device;
++#define stat64 stat
+ #endif
+
+ namespace K3bDevice
diff -ruN k9copy.orig/files/patch-libk9copy_k9backupdlg.cpp k9copy/files/patch-libk9copy_k9backupdlg.cpp
--- k9copy.orig/files/patch-libk9copy_k9backupdlg.cpp   Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9backupdlg.cpp        Thu Jan  5 06:09:19 2006
@@ -0,0 +1,15 @@
+--- libk9copy/k9backupdlg.cpp.orig     Thu Jan  5 06:08:21 2006
++++ libk9copy/k9backupdlg.cpp  Thu Jan  5 06:08:38 2006
+@@ -18,7 +18,11 @@
+  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+  ***************************************************************************/
+
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+ #include <qtimer.h>
+ #include <qdatetime.h>
+ #include <qapplication.h>
diff -ruN k9copy.orig/files/patch-libk9copy_k9cell.h k9copy/files/patch-libk9copy_k9cell.h
--- k9copy.orig/files/patch-libk9copy_k9cell.h  Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9cell.h       Thu Jan  5 06:10:41 2006
@@ -0,0 +1,15 @@
+--- libk9copy/k9cell.h.orig    Thu Jan  5 06:09:52 2006
++++ libk9copy/k9cell.h Thu Jan  5 06:10:12 2006
+@@ -22,7 +22,11 @@
+
+ #include <qobject.h>
+ #include <qobjectlist.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+ #include "k9dvdtitle.h"
+ enum streamType_t {stAudio,stVideo,stSubpicture,stOther};
+ /**
diff -ruN k9copy.orig/files/patch-libk9copy_k9cellcopylist.h k9copy/files/patch-libk9copy_k9cellcopylist.h
--- k9copy.orig/files/patch-libk9copy_k9cellcopylist.h  Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9cellcopylist.h       Thu Jan  5 06:11:37 2006
@@ -0,0 +1,15 @@
+--- libk9copy/k9cellcopylist.h.orig    Thu Jan  5 06:10:57 2006
++++ libk9copy/k9cellcopylist.h Thu Jan  5 06:11:13 2006
+@@ -24,7 +24,11 @@
+ #include "k9dvd.h"
+ #include "k9cell.h"
+ #include <dvdread/ifo_types.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+
+ class k9CellCopyVTS {
+ private:
diff -ruN k9copy.orig/files/patch-libk9copy_k9dvd.cpp k9copy/files/patch-libk9copy_k9dvd.cpp
--- k9copy.orig/files/patch-libk9copy_k9dvd.cpp Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9dvd.cpp      Thu Jan  5 06:13:08 2006
@@ -0,0 +1,44 @@
+--- libk9copy/k9dvd.cpp.orig   Fri Dec  9 19:18:03 2005
++++ libk9copy/k9dvd.cpp        Thu Jan  5 06:12:30 2006
+@@ -27,7 +27,11 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+
+ #include "k9dvd.h"
+ #include "k9dvdtitle.h"
+@@ -196,7 +200,7 @@
+         return -1;
+     }
+
+-    if ( fseek(filehandle, 32808, SEEK_SET )) {
++    if ( fseek(filehandle, 32768, SEEK_SET )) {
+         fclose(filehandle);
+         c.sprintf(tr2i18n("Couldn't seek in %s for title\n"), dvd_device);
+         setError(c);
+@@ -204,12 +208,18 @@
+         return -1;
+     }
+
+-    if ( 32 != (i = fread(title, 1, 32, filehandle)) ) {
++    {
++    #define DVD_SEC_SIZ 2048
++    char tempBuf[ DVD_SEC_SIZ ];
++    if ( DVD_SEC_SIZ != fread(tempBuf, 1, DVD_SEC_SIZ, filehandle) ) {
+         fclose(filehandle);
+ //        c=tr2i18n("Couldn't read enough bytes for title.\n");
+ //        setError(c);
+         strcpy(title, "unknown");
+         return 0;
++    }
++    snprintf( title, 32, "%s", tempBuf + 40 );
++    i=32;
+     }
+
+     fclose (filehandle);
diff -ruN k9copy.orig/files/patch-libk9copy_k9dvd.h k9copy/files/patch-libk9copy_k9dvd.h
--- k9copy.orig/files/patch-libk9copy_k9dvd.h   Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9dvd.h        Thu Jan  5 06:14:11 2006
@@ -0,0 +1,15 @@
+--- libk9copy/k9dvd.h.orig     Thu Jan  5 06:13:32 2006
++++ libk9copy/k9dvd.h  Thu Jan  5 06:13:58 2006
+@@ -25,7 +25,11 @@
+ #include <qobjectlist.h>
+ #include <qdatetime.h>
+ #include <qvaluelist.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+ #include <dvdread/ifo_types.h>
+
+
diff -ruN k9copy.orig/files/patch-libk9copy_k9dvdbackup.h k9copy/files/patch-libk9copy_k9dvdbackup.h
--- k9copy.orig/files/patch-libk9copy_k9dvdbackup.h     Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9dvdbackup.h  Thu Jan  5 06:16:36 2006
@@ -0,0 +1,15 @@
+--- libk9copy/k9dvdbackup.h.orig       Thu Jan  5 06:16:05 2006
++++ libk9copy/k9dvdbackup.h    Thu Jan  5 06:16:20 2006
+@@ -26,7 +26,11 @@
+ #include <qobjectlist.h>
+ #include "k9cell.h"
+ #include <dvdread/ifo_types.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+ #include "k9cellcopylist.h"
+ /**
+ @author Jean-Michel Petit
diff -ruN k9copy.orig/files/patch-libk9copy_k9dvdtitle.cpp k9copy/files/patch-libk9copy_k9dvdtitle.cpp
--- k9copy.orig/files/patch-libk9copy_k9dvdtitle.cpp    Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9dvdtitle.cpp Thu Jan  5 06:17:43 2006
@@ -0,0 +1,15 @@
+--- libk9copy/k9dvdtitle.cpp.orig      Thu Jan  5 06:16:57 2006
++++ libk9copy/k9dvdtitle.cpp   Thu Jan  5 06:17:14 2006
+@@ -31,7 +31,11 @@
+ #include <stdlib.h>
+ #include <unistd.h>
+ #include <qvaluelist.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+
+
+ //*******************k9DVDAudioStream**************
diff -ruN k9copy.orig/files/patch-libk9copy_k9ifo.cpp k9copy/files/patch-libk9copy_k9ifo.cpp
--- k9copy.orig/files/patch-libk9copy_k9ifo.cpp Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-libk9copy_k9ifo.cpp      Tue Jan  3 03:21:11 2006
@@ -0,0 +1,12 @@
+--- libk9copy/k9ifo.cpp.orig  Sun Dec 18 23:40:34 2005
++++ libk9copy/k9ifo.cpp       Sun Dec 18 23:40:52 2005
+@@ -21,6 +21,9 @@
+ #include <dvdread/dvd_reader.h>
+ #include <dvdread/ifo_read.h>
+ #include <dvdread/ifo_print.h>
++#ifdef __FreeBSD__
++#include <osreldate.h>
++#endif
+ #include "bswap.h"
+
+ #ifndef DVD_BLOCK_LEN
diff -ruN k9copy.orig/files/patch-src_K9copy.desktop k9copy/files/patch-src_K9copy.desktop
--- k9copy.orig/files/patch-src_K9copy.desktop  Mon Dec 26 02:05:59 2005
+++ k9copy/files/patch-src_K9copy.desktop       Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- src/K9copy.desktop.orig    Tue Dec 20 16:03:59 2005
-+++ src/K9copy.desktop Tue Dec 20 16:04:12 2005
-@@ -3,6 +3,6 @@
- Name=k9copy
- Exec=k9copy -caption "%c" %i %m %u
- Comment=
--Icon=/home/jmp/dev/k9copy/src/k9copy.png
-+Icon=k9copy
- MimeTypes=
- Terminal=false
diff -ruN k9copy.orig/files/patch-src_Makefile.in k9copy/files/patch-src_Makefile.in
--- k9copy.orig/files/patch-src_Makefile.in     Mon Dec 26 02:05:59 2005
+++ k9copy/files/patch-src_Makefile.in  Tue Jan  3 04:59:02 2006
@@ -1,6 +1,6 @@
---- src/Makefile.in.orig       Tue Dec 20 16:07:46 2005
-+++ src/Makefile.in    Tue Dec 20 16:09:14 2005
-@@ -459,7 +459,7 @@
+--- src/Makefile.in.orig       Tue Jan  3 04:57:30 2006
++++ src/Makefile.in    Tue Jan  3 04:57:42 2006
+@@ -439,7 +439,7 @@
  shellrcdir = $(kde_datadir)/k9copy
  shellrc_DATA = k9copyui.rc
  applnkApplication_DATA = K9copy.desktop
diff -ruN k9copy.orig/files/patch-src_kburndvd.cpp k9copy/files/patch-src_kburndvd.cpp
--- k9copy.orig/files/patch-src_kburndvd.cpp    Thu Jan  1 03:00:00 1970
+++ k9copy/files/patch-src_kburndvd.cpp Thu Jan  5 06:06:42 2006
@@ -0,0 +1,15 @@
+--- src/kburndvd.cpp.orig      Thu Jan  5 06:04:49 2006
++++ src/kburndvd.cpp   Thu Jan  5 06:05:18 2006
+@@ -24,7 +24,11 @@
+ #include <qdir.h>
+ #include <kmessagebox.h>
+ #include <kprocess.h>
+-#include <stdint.h>
++#ifdef HAVE_STDINT_H
++       #include <stdint.h>
++#elif defined(HAVE_INTTYPES_H)
++       #include <inttypes.h>
++#endif
+ #include <kfiledialog.h>
+
+ kBurnDVD::kBurnDVD()
diff -ruN k9copy.orig/files/patch-src_kcddrive.cpp k9copy/files/patch-src_kcddrive.cpp
--- k9copy.orig/files/patch-src_kcddrive.cpp    Mon Dec 26 02:05:59 2005
+++ k9copy/files/patch-src_kcddrive.cpp Wed Jan  4 22:50:34 2006
@@ -1,30 +1,27 @@
---- src/kcddrive.cpp.orig      Thu Dec 15 16:49:47 2005
-+++ src/kcddrive.cpp   Thu Dec 15 16:49:47 2005
-@@ -27,8 +27,10 @@
- #include <sys/stat.h>
- #include <sys/ioctl.h>
- #include <fcntl.h>
-+/*
- #include <scsi/scsi.h>
- #include <scsi/sg.h>
-+*/
- #include <unistd.h>
-
- #include <qfile.h>
-@@ -177,7 +179,7 @@
-         return 0;
-     }
-
--    if (ioctl (fd, SCSI_IOCTL_GET_BUS_NUMBER, &bus) < 0) {
-+/*    if (ioctl (fd, SCSI_IOCTL_GET_BUS_NUMBER, &bus) < 0) {
-         close (fd);
-         return 0;
-     }
-@@ -185,6 +187,7 @@
-         close(fd);
-         return 0;
-     }
-+*/
-     id = m_idlun.mux4 & 0xFF;
-     lun = (m_idlun.mux4 >> 8)  & 0xFF;
-
+--- src/kcddrive.cpp.orig      Sun Dec 18 09:36:56 2005
++++ src/kcddrive.cpp   Wed Jan  4 22:49:09 2006
+@@ -21,6 +21,7 @@
+
+ #include "kcddrive.h"
+ #include <kprocess.h>
++#include <sys/param.h>
+ #include <sys/mount.h>
+ kCDDrive::kCDDrive() {
+     canReadDVD=false;
+@@ -55,7 +56,7 @@
+       if (process->isRunning()) process->wait(-1);
+       delete process;
+ */
+-      umount(device.latin1());
++      unmount(device.latin1(),0);
+       dev->eject();
+       }
+    }
+@@ -99,6 +100,7 @@
+ void kCDDrives::scanDrives() {
+     int i;
+     drives.clear();
++    dm->clear();
+     dm->scanBus();
+     dm->scanFstab();
+
diff -ruN k9copy.orig/files/patch-src_kdvd.cpp k9copy/files/patch-src_kdvd.cpp
--- k9copy.orig/files/patch-src_kdvd.cpp        Mon Dec 26 02:05:59 2005
+++ k9copy/files/patch-src_kdvd.cpp     Thu Jan  1 03:00:00 1970
@@ -1,34 +0,0 @@
---- src/kdvd.cpp.orig  Sun Dec 18 23:50:47 2005
-+++ src/kdvd.cpp       Mon Dec 19 00:19:47 2005
-@@ -409,7 +409,7 @@
-         return -1;
-     }
-
--    if ( fseek(filehandle, 32808, SEEK_SET )) {
-+    if ( fseek(filehandle, 32768, SEEK_SET )) {
-         fclose(filehandle);
-         c.sprintf(tr2i18n("Couldn't seek in %s for title\n"), dvd_device);
-         setError(c);
-@@ -417,14 +417,20 @@
-         return -1;
-     }
-
--    if ( 32 != (i = fread(title, 1, 32, filehandle)) ) {
-+    {
-+    #define DVD_SEC_SIZ 2048
-+    char tempBuf[ DVD_SEC_SIZ ];
-+    if ( DVD_SEC_SIZ != fread(tempBuf, 1, DVD_SEC_SIZ, filehandle) ) {
-         fclose(filehandle);
-         c=tr2i18n("Couldn't read enough bytes for title.\n");
-         setError(c);
-         strcpy(title, "unknown");
-         return -1;
-     }
--
-+    snprintf( title, 32, "%s", tempBuf + 40 );
-+    i=32;
-+    }
-+
-     fclose (filehandle);
-
-     title[32] = '\0';
diff -ruN k9copy.orig/files/patch-src_kifo.cpp k9copy/files/patch-src_kifo.cpp
--- k9copy.orig/files/patch-src_kifo.cpp        Mon Dec 26 02:05:59 2005
+++ k9copy/files/patch-src_kifo.cpp     Thu Jan  1 03:00:00 1970
@@ -1,12 +0,0 @@
---- src/kifo.cpp.orig  Sun Dec 18 23:40:34 2005
-+++ src/kifo.cpp       Sun Dec 18 23:40:52 2005
-@@ -21,6 +21,9 @@
- #include <dvdread/dvd_reader.h>
- #include <dvdread/ifo_read.h>
- #include <dvdread/ifo_print.h>
-+#ifdef __FreeBSD__
-+#include <osreldate.h>
-+#endif
- #include "bswap.h"
-
- #ifndef DVD_BLOCK_LEN
diff -ruN k9copy.orig/files/patch-vamps_Makefile.in k9copy/files/patch-vamps_Makefile.in
--- k9copy.orig/files/patch-vamps_Makefile.in   Mon Dec 26 02:05:59 2005
+++ k9copy/files/patch-vamps_Makefile.in        Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- vamps/Makefile.in.orig     Tue Dec 20 15:26:47 2005
-+++ vamps/Makefile.in  Tue Dec 20 15:30:34 2005
-@@ -329,7 +329,7 @@
- xdg_directorydir = @xdg_directorydir@
- xdg_menudir = @xdg_menudir@
- #>- METASOURCES = AUTO
--usrbindir = /usr/bin
-+usrbindir = ${prefix}/bin
- k9vamps_LDADD = -lpthread -lm
- k9vamps_SOURCES = requant.h vamps.cpp putvlc.h getvlc.h requant.cpp
- k9playcell_LDADD = -ldvdread
diff -ruN k9copy.orig/pkg-descr k9copy/pkg-descr
--- k9copy.orig/pkg-descr       Mon Dec 26 02:05:59 2005
+++ k9copy/pkg-descr    Tue Jan  3 02:53:08 2006
@@ -21,4 +21,4 @@

 WWW: http://k9copy.free.fr

-- Alexander V. Ribchnaky triosoft@triosoft.com.ua
+- Alexander V. Ribchansky triosoft@triosoft.com.ua
diff -ruN k9copy.orig/pkg-plist k9copy/pkg-plist
--- k9copy.orig/pkg-plist       Mon Dec 26 02:05:59 2005
+++ k9copy/pkg-plist    Thu Jan  5 04:18:32 2006
@@ -1,18 +1,30 @@
 bin/k9copy
-bin/k9playcell
-bin/k9vamps
+include/k9backupdlg.h
+include/k9cell.h
+include/k9cellcopylist.h
+include/k9dvd.h
+include/k9dvdauthor.h
+include/k9dvdbackup.h
+include/k9dvdprogress.h
+include/k9dvdtitle.h
+include/k9ifo.h
+lib/libk9copy.la
+lib/libk9copy.so
+lib/libk9copy.so.0
 share/applnk/Multimedia/K9copy.desktop
 share/apps/k9copy/k9copyui.rc
-share/doc/HTML/en/k9copy/index.cache.bz2
-share/doc/HTML/en/k9copy/index.docbook
-share/doc/HTML/en/k9copy/common
+%%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2
+%%PORTDOCS%%%%DOCSDIR%%/index.docbook
+%%PORTDOCS%%%%DOCSDIR%%/common
 share/icons/hicolor/16x16/apps/k9copy.png
 share/icons/hicolor/32x32/apps/k9copy.png
 share/icons/hicolor/48x48/apps/k9copy.png
+share/locale/cs/LC_MESSAGES/k9copy.mo
 share/locale/en_GB/LC_MESSAGES/k9copy.mo
 share/locale/es/LC_MESSAGES/k9copy.mo
 share/locale/fr/LC_MESSAGES/k9copy.mo
 share/locale/hu/LC_MESSAGES/k9copy.mo
 share/locale/it/LC_MESSAGES/k9copy.mo
-@dirrm share/doc/HTML/en/k9copy
+share/locale/pt_BR/LC_MESSAGES/k9copy.mo
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm share/apps/k9copy

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601051800.k05I052O094292>