summaryrefslogtreecommitdiff
path: root/net/skype
AgeCommit message (Collapse)AuthorFilesLines
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-6/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-4/+4
block). Uncomment some commented out LICENSE lines while here.
2009-02-05- add user-destdir supportjmcneill2-10/+28
- install the icons that the .desktop file requests in the right place - bump PKGREVISION
2008-08-24Update to 1.4.0.118 based on wip/skype by rillig.wiz2-13/+13
Changes unknown, but this version starts and runs on amd64.
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2007-09-07Add missing dependencies. Bump PKGREVISION.wiz1-3/+4
XXX: now segfaults on NetBSD-4.99.30/amd64, instead of not starting at all before.
2007-09-03Fix WRKSRC after PKGNAME fix :)wiz1-2/+2
2007-09-03Fix PKGNAME.wiz1-2/+2
2007-08-20Added the URL for the change log.rillig1-1/+2
2007-08-20Updated skype to 1.4.0.99. Changes unknown.rillig3-40/+33
2007-07-30Sort LICENSE before RESTRICTED. Reword RESTRICTED. Addgdt1-3/+4
NO_SRC_ON_FTP.
2007-07-30Needs libstdc++.so.5, so add suse*compat dependency.wiz1-2/+2
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-19/+7
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2006-08-28pkglint says: Alignment of variable values should be done with tabs,ghen1-6/+6
not spaces.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+1
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-09use ${SUSE_DIR_PREFIX} appropriatelyabs1-6/+6
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-12First step at reworking Linux binary packages.joerg1-4/+3
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-02Update net/skype to 1.2.0.18 (from 1.2.0.11)abs2-6/+6
25.10.2005 Skype for Linux version 1.2.0.18 * bugfix: fixed a bug in networking code that made Skype vulnerable to remotely induced crash (Skype Security Bulletin SKYPE-SB/2005-003) 22.09.2005 Skype for Linux version 1.2.0.17 * change: New multilingual EULA in Help.Licence * change: Call quality improvements * change: "Find in chat" engine rewritten * change: Refreshing icons on start tab * change: Cleaned up RPM packaging * bugfix: Menu items not disabled when going offline * bugfix: Crash when a new message was received * bugfix: Crash when password changed * bugfix: Crash when chat search string contained "+331234567" * bugfix: Crash when chat search string contained emoticon * bugfix: Auth requests from previous user being shown * bugfix: Crash while history was loading * bugfix: Find crash when searching for empty text * bugfix: Auth request remaining on event panel after authorization Only minimally startup tested as there is a font issue (seen in both old and new versions) on my NetBSD-3 xorg system...
2005-08-04Update to 1.2.0.11xtraeme2-6/+8
28.07.2005 Skype for Linux version 1.2.0.11 * feature: "Find dialog" in chat * change: no Start tab anymore > new event panel * change: new voicemail icons in call list * change: echo123 is always seen as online user * bugfix: Can't open URL in multichat window * bugfix: sending message to someone who is using older version of skype - cosmetic * bugfix: Missing Services section * bugfix: Renaming groups - duplicated counter * bugfix: file transfer: send-file write permission * bugfix: file transfer: send-file inexact error dialog * bugfix: Changing password it was possible to enter illegal characters * bugfix: inexact information dialog * bugfix: Inexact dialog content when calling to paid number * bugfix: Authorization request should contain Call button * bugfix: incorrect order of buttons, if you send or receive a file * bugfix: Can't interrupt third party in conference call * bugfix: skype's network traffic is stopped, if presence is set to offline * bugfix: proper header selections in multichat window * bugfix: upsell msgs to VM/SI for non-subscribers
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-09Update to 1.0.0.20:jmmv3-13/+23
18.03.2005 Skype for Linux version 1.0.0.20 * feature: SkypeIn * feature: voicemail sending and receiving * feature: contact grouping * feature: Central Contact List * feature: drag and drop between contact groups * change: chat window doesn't steal focus * change: contact list (x/y) indicators * bugfix: calling to too long SkypeOut numbers crash * bugfix: start tab texts messed up with nondefault font size * bugfix: showing/hiding offline contacts * bugfix: adding/removing SkypeOut contacts * bugfix: startconference, addtochat windows are modal * bugfix: Skype crashes, if there is incoming conference call * bugfix: callhistory bugs, show calls which are redirected to voicemail, dont show missed calls under incoming calls. after delete update the filter * bugfix: Missing title bar, if you call to emergency number * bugfix: problem with user counter on start tab * bugfix: don't show already deleted voicemails on start tab * bugfix: sometimes System Tray icon blinks without any reason * bugfix: does not ignore incoming call * known issue: Start tab does not yet show SkypeIn and Voicemail service status. You can check current service status on My Account page 14.02.2005 Skype for Linux version 1.0.0.7 * change: Call tab no longer closes if remote does not accept call because of won't close, if you have privacy problems * change: prank call prevention suggestion * change: new Options layout * change: addressbar behaviour should depend on General option (start chat / start call) * bugfix: limit field lengths in profile editor * bugfix: voicemail sending crashfixes * bugfix: icon fix when adding a blocked contact to contact list * bugfix: Hold button on toolbar should be disabled until call is picked up. * bugfix: crash when context menu remains open in call * bugfix: call holding and resuming - context menu and toolbar button sync * bugfix: "hang up call" sound works * bugfix: crash when context menu remains open in call * bugfix: e-mail and full name locations changed in profile editor * bugfix: search results order fix when doing several searches after one another * bugfix: "away" and "not available" should allow 3 digits * bugfix: search someone who is already in Contact list - can't add twice * bugfix: tab order in advanced search form * bugfix: icons have names for non-taskbar window managers * bugfix: tray alert does not blink any more when there are no missed events/chats
2005-04-09Get rid of the non-standard variable DIST_VERSION.jmmv1-5/+3
2005-04-09Generate the launcher script at build time.jmmv1-4/+5
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-18Updated skype to 1.0.0.1martti2-5/+5
Changes unknown (I tested this on Linux).
2004-12-23Update skype to 0.93.0.3. Changes include:rh3-30/+35
* feature: system tray alerts for contacts coming online, incoming calls, IM-s (configurable in Options) * feature: configurable/overridable resource directory * feature: "ringing" sound for caller * feature: incoming IM notifications (incoming im sound && typo on start page) * feature: call duration and time displaying * feature: tooltips in Contact List * change: send contacts error dialogs * change: accessing "Send Contacts" function * change: Contacts should be sorted in conference dialog * change: 'Add a contact' dialog behaviour * change: delete contact using Del key * change: renaming Contact - dialog behaviour * change: use DISPLAYNAME instead of FULLNAME in call list and elsewhere * change: Put active call on hold - missing dialog * change: Dismiss conference - missing dialog * change: new items to Help menu * bugfix: Gnome floating tray icon * bugfix: some buttons and functions should be disabled, if you have blocked someone * bugfix: Add a SkypeOut contact- ugly dialog window * bugfix: Information dialog is not correct when trying to send file to blocked user * bugfix: Receive a file - header is missing in some languages * bugfix: Recycle bin button in Call History should be disabled if filter doesn't contain any calls * bugfix: Incorrect IM sorting logic * bugfix: Enter key in block dialog * bugfix: Time display in authorization request window * bugfix: missing context menu items * bugfix: Ugly highlight color * bugfix: too long "about" text messes profile viewer up * bugfix: Start tab watermark problems with missed ims/calls/authrequests * bugfix: Conference dialog shouldn't contain blocked users * bugfix: Start tab event cosmetics
2004-11-17This package requires fontconfig and freetype2 libs, which arextraeme1-3/+6
available using the suse91 packages, add missing dependencies; pointed out by agc@. Bump PKGREVISION.
2004-11-16Initial import of skype-0.92.0.12 into the NetBSD packages collection.xtraeme4-0/+89
Skype is a free program that uses the latest P2P technology to bring affordable and high-quality voice communications to people all over the world.