aboutsummaryrefslogtreecommitdiff
path: root/devel/libdsp
Commit message (Collapse)AuthorAgeFilesLines
* - Get rid FreeBSD 6 supportMartin Wilke2011-11-071-4/+0
| | | | Notes: svn path=/head/; revision=285212
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+2
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Update to 5.0.2Martin Wilke2009-01-112-5/+5
| | | | | | | | PR: 5.0.2 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=225704
* - Update to 5.0.1Wesley Shields2009-01-053-8/+8
| | | | | | | | | | - Pass maintainer to submitter PR: ports/127620 Submitted by: Dennis Herrmann <adox@mcx2.org> Notes: svn path=/head/; revision=225290
* - Mark borken on 6.xChin-San Huang2008-09-031-0/+4
| | | | Notes: svn path=/head/; revision=219785
* - Update to 5.0.0Chin-San Huang2008-08-314-29/+23
| | | | Notes: svn path=/head/; revision=219507
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170639
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Whitespace, kill attributionPav Lucistnik2005-11-011-4/+1
| | | | Notes: svn path=/head/; revision=146941
* Change WWWMarcus Alves Grando2005-11-011-1/+1
| | | | | | | | PR: 88373 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=146938
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-2/+1
| | | | Notes: svn path=/head/; revision=136553
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-3/+1
| | | | Notes: svn path=/head/; revision=110841
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* libtool uber-patchAde Lovett2003-06-261-3/+6
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* Update to version 4.6.0Erwin Lansing2003-06-224-9/+42
| | | | | | | | PR: 53387 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83451
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 4.4.2Ying-Chieh Liao2002-05-252-2/+2
| | | | Notes: svn path=/head/; revision=59999
* upgrade to 4.4.1Ying-Chieh Liao2002-04-204-7/+13
| | | | | | | | PR: 37273 Submitted by: Ports Fury Notes: svn path=/head/; revision=57922
* upgrade to 4.3.0Ying-Chieh Liao2001-12-304-8/+8
| | | | | | | | PR: 33335 Submitted by: Ports Fury Notes: svn path=/head/; revision=52396
* upgrade to 4.2.0Ying-Chieh Liao2001-12-174-19/+82
| | | | | | | | PR: 32852 Submitted by: Ports Fury Notes: svn path=/head/; revision=51685
* upgrade to 4.1.1Ying-Chieh Liao2001-09-095-18/+28
| | | | | | | drop maintainership Notes: svn path=/head/; revision=47569
* upgrade to 4.0.0Ying-Chieh Liao2001-07-095-31/+27
| | | | | | | Submitted by: bento error log Notes: svn path=/head/; revision=44944
* upgrade to 3.3.8Ying-Chieh Liao2001-04-232-2/+2
| | | | Notes: svn path=/head/; revision=41819
* upgrade to 3.3.7Ying-Chieh Liao2001-04-023-11/+12
| | | | | | | add missing ISNTALLS_SHLIB=yes Notes: svn path=/head/; revision=40749
* upgrade to 3.3.6Ying-Chieh Liao2001-03-164-11/+11
| | | | Notes: svn path=/head/; revision=39923
* fix plistYing-Chieh Liao2001-03-011-1/+0
| | | | | | | Noted by: ports fenner Notes: svn path=/head/; revision=38935
* upgrade to 3.3.5Ying-Chieh Liao2001-02-234-7/+12
| | | | Notes: svn path=/head/; revision=38624
* add libdsp, a C++ class library of common digital signal processing functionsYing-Chieh Liao2001-01-226-0/+68
PR: 24373 Approved by: clive (my mentor) Notes: svn path=/head/; revision=37448