Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi please find attached fdftk.tar.gz containing fdftk-5.0.ebuild, a ChangeLog and a digest file. fdftk is the Adobe FDF toolkit. can be used with php. I havent written a php/mod_php ebuild to handle fdftk as a use variable (I just added --with-fdftk to configure in my mod_php ebuild), would you like me to do this? Im not too familiar with portage, just now learning, but I could probably figure it out. NOTE that this ebuild only installs the c libs and does not install the perl libs, as I dont quite know how to find out where they would go (/usr/lib/perl5/{version?,site_perl/version?}?)
Created an attachment (id=11780) [details] ftftk ebuild/changelog in a tarball
Created an attachment (id=12595) [details] fdftk ebuild sorry, I thought I read somewhere that you wanted a .tar.gz
I'll get to this eventully.
thanks
This is not a php bug, as long as FDF is not in portage.
Amiel: Adobe has changed their site, please update your ebuild so that I can finally include it (sorry about the long delay).
Created an attachment (id=27101) [details] fdftk-6.0.ebuild
i'm putting the .so and include files into /opt/fdftk-6.0/{lib,include}/ because they are external binaries. LDPATH stuff is done for it. in cvs now. i'm working on stuff for PHP to use it.
sorry, I make mistakes. FDF.so should be in /usr/lib/perl5/vendor_perl/${version}/auto/Acrobat/FDF because it is for perl modules. FDF.pm and FDF.so need old perl version. It does not work on perl-5.8*.
Created an attachment (id=27158) [details] fdftk-6.0-r1.diff
in cvs now.